- Aug 29, 2017
- 3,420
- 2,191
- 470
To editI like this game very much.
I wanted to translate the game into Chinese and found I had to modify the compiled.js. However, the content in compiled.js is very messy, and the content in the Source is easier to translate, but the game does not change after modification. How do I compile it? Also, I don't know JavaScript and only know some simple text editing software.
Sorry English is not my first language.
- change the files in the Javascripts/Source folder
- create the new compiled.js by running
Development/compile.bat
or
Development/compile.sh
Please note the bat currently assumes you have the Java development kit installed in the folder
C:\jdk20\bin\
If it is elsewhere then please edit the bat file to change the references, or install to said folder