Pretty good game when you can understand the text, but the game has no language selection in the settings. For those that do not understand chinese, but would like to play the game, heres howto change the language:
go to game directory > package.nw > Scripts > project
open main.js with a text editor(notepad is fine)
change case 'cn': scriptPath = './Arrayloads_cn.js'; break;
to case 'cn': scriptPath = './Arrayloads_en.js'; break;
you can also change every other language, just make sure every scriptPath = './Arrayloads_en.js';
It doesnt translate the gui, but translates most of the stuff
the game's not my type but I just stumbled upon ur comment so try Google Lens (Google Translate app) on your phone, it's not 100% accurate but it'll do the job, u're welcome n have fun
- go to game directory > package.nw > Scripts > project
- open main.js with a text editor(notepad is fine)
- change
tocase 'cn':
scriptPath = './Arrayloads_cn.js';
break;
case 'cn':
scriptPath = './Arrayloads_en.js';
break;
you can also change every other language, just make sure every scriptPath = './Arrayloads_en.js';
It doesnt translate the gui, but translates most of the stuff