LiEnby/GayMaker-Studio

Unable to export with shaders on v1.2

Closed this issue · 3 comments

v1.2 is unable to export games with shaders, gives out the error of "no rooms found in project".

The issue is in the "GayMakerStudio.cs" file, the argument output for shaders has an extra space in the ps4sdk option.
It should be "/ps4sdk=", but it's "/ ps4sdk=", hence why the GM compiler errors out when used with shaders.

i fixed it but apparently i cant build this using xbuild on linux, idk why um

fixed