Rinnegatamante / yoyoloader_vita

Loader/Wrapper for Android's YoYo Runner for PSVita.
MIT License
175 stars 28 forks source link

YYZ Support #128

Closed MysticAx0lotl closed 2 years ago

MysticAx0lotl commented 2 years ago

Hello there! I wonder if it would be possible to support the YYZ format for YoYoLoader, so that people without an export license can make games? Alternatively, is there any way to asset-swap only with a YYZ file?

(Sorry if this is a stupid question, I'm pretty new to Gamemaker lol).

Thanks!

m1s3ry commented 2 years ago

.YYZ is an exported source project file, it's not a compiled game, so you can't run it unless you compile it.

If you don't have an export license you can probably still build your game for PC and then get the temp files from appdata folder.

MysticAx0lotl commented 2 years ago

I think I'll try that. Thanks!