Mr Redux
Newbie
- Aug 9, 2017
- 68
- 122
First of all, hello,
Let me explain my issue clearly.
I'm trying to make a mod, but the game's main code is obfuscated and unreadable. I figured out what some parts do, but I wasn't satisfied with the result.
So, I decided to work with the js.map file, which is not obfuscated.
I extracted all the content as separate JS files, but now I don't have the main code to run the game. Despite several attempts, I couldn't get it to work.
Methods I tried:
If I manage to get the game running, I won't just be able to mod it—I’ll be able to modify the entire game as needed.
My Mod
I've linked the extracted game files below. If you can help or at least provide some ideas, I’d really appreciate it.
Let me explain my issue clearly.
I'm trying to make a mod, but the game's main code is obfuscated and unreadable. I figured out what some parts do, but I wasn't satisfied with the result.
So, I decided to work with the js.map file, which is not obfuscated.
I extracted all the content as separate JS files, but now I don't have the main code to run the game. Despite several attempts, I couldn't get it to work.
Methods I tried:
- Imported all scripts in main.js and called them as scenes.
- Created a new scene inside index.html and tried loading it as the next scene.
- I merged all the scripts without importing them separately, but I encountered issues with internal class calls.
- I thought it might not be related to nw.js, so I also tried using the original Phaser launcher.
If I manage to get the game running, I won't just be able to mod it—I’ll be able to modify the entire game as needed.
My Mod
I've linked the extracted game files below. If you can help or at least provide some ideas, I’d really appreciate it.
You must be registered to see the links