- Nov 27, 2017
- 1,195
- 1,390
I am by no means even slightly competent when it comes to this kind of thing so feel free to ignore me, but I believe the things you need to focus on are the .js files located in /resources/app. Those contain the content for each of the planets, as well as separate files for things like vendors and such. If you need the source map files for the javascript files, they aren't included in the windows builds but they do leave them in the android .apk builds, so you can probably extract them from there as all the files should be identical. If you know what you're doing, hopefully that should be enough to get you started. If not, maybe someone else can help out, cuz that's the extent of my knowledge.So how would one go about modifying this game? I know it runs on Electron and uses some Javascript, but other than that I'm not really sure where to start. There are a couple of things I want to remove from the game because they thoroughly annoy me, and there are some events I'd like to write/implement myself, and I really don't feel like waiting for approval because screw that.