GayMaker Studio PS4
More actions
| GayMaker Studio | |
|---|---|
| General | |
| Author | MDashK, LiEnby |
| Type | Developments |
| Version | 1.3 |
| License | GPL-3.0 |
| Last Updated | 2021/10/22 |
| Links | |
| Download | |
| Website | |
| Source | |
Homebrew GM:S export tool based off the original GayMaker Tool for PSVita.
User guide
Run the program. and browse to a GameMaker Studio project file (.gmx). you can also change the images, Title. and TitleID and then your game will be "compiled" for PS4 and saved as a PKG to wherever you choose to save it.
All projects are compiled using GameMaker 1.4.1804, the latest version that works on 5.05 Packages are created using LibOrbisPkg. No changes made to the original source of the Libary. However some snippits where taken from the PkgEditor and changed to not read from clipboard / drag n drop.
Shaders
When you compile a project that uses Shaders for the first time. you'll be prompted to browse to orbis-wave-psslc.exe (not provided).
This file will then be placed into the GayMaker: Studio install folder and you wont have to do it again after that.
Shaders will compile into the GXP format. which will then work on the console itself.
Controller Mapping
To Check DS4 Controls use the GamePad commands
Here is what each control maps to:
- gp_face1 = CROSS
- gp_face2 = SQUARE
- gp_face3 = CIRCLE
- gp_face4 = TRIANGLE
- gp_shoulderl = L1
- gp_shoulderr = R1
- gp_shoulderlb = L2
- gp_shoulderrb = R2
- gp_select = SELECT
- gp_start = START
- gp_stickl = L3
- gp_stickr = R3
- gp_padu = DPAD UP
- gp_padd = DPAD DOWN
- gp_padl = DPAD LEFT
- gp_padr = DPAD RIGHT
- gp_axislh = LEFT ANOLOUGE HORIZONTAL AXIES
- gp_axislv = LEFT ANOLOUGE VERTICAL AXIES
- gp_axisrh = RIGHT ANOLOUGE HORIZONTAL AXIES
- gp_axisrv = RIGHT ANOLOUGE VERTICAL AXIES
Changelog
v1.3 (MDashK)
- Bugfix (now it compiles with shaders).
v1.2.1
- Fixed compiling shaders without YYC.
v1.2
- Short Circuit Evaulations setting is now applied correctly.
- Fixed auto updater.
- Fixed version manager.
v1.1
- Added version manager - now you can use any verison of GMS1.4 you want.
- Updated default version to 1.4.9999.
- Fixed a bug where changing the project wouldnt update the preview.
- Fixed a bug where if you never opened "Global Game Settings" in GameMaker.
- Then GayMaker would crash (IT WAS A STRANGE PARSER DIFFERNTAL).
- See issue #9 on GayMaker.
- Added an update-checker it'll ask you if you want to update when a new update is avalible.
v1.0 (LiEnby/KuromeSan)
- Initial Release.