Ancurio / mkxp

Free Software implementation of the Ruby Game Scripting System (RGSS)
GNU General Public License v2.0
509 stars 128 forks source link

Different cwd for android #225

Closed Cloudef closed 4 years ago

Cloudef commented 4 years ago

This will make mkxp work as if the application's files directory is the game directory.

Cloudef commented 4 years ago

Added error checking and fixed formatting.

Cloudef commented 4 years ago

Actually, more flexible way to do this is to execute some custom code on android before jumping into entry point of mkxp, so you can control the working directory fully.