- May 7, 2023
- 63
- 120
get nodejs, and use `npm search` to look for something with either `deobfuscate`, `unminify`, or `beautify` in the name, to find utils that can make js files slightly more readable. then `npm install NAME`, then, depending on the package, either `npx NAME`, `npx NAME -h` or `npx NAME --help` to check it's usage. notice the difference between npm and npx: you manage packages with npm, you execute them with npx. and keep in mind that most of the unminifiers were not intended to work on scripts over 30mb in size, so you'll have to experiment.hi everyone, I decided to give Coc(more specifically they xianxia mod), CoC 2 and TiTs a chance again since they where my introduction to this type of games on the NSFW spheare, but I really like modding my games(that is why I love renpy so much), but I'm having a hard time making modifications to this one and the others, does anyone know the tools I'll need and if they still exist? and has any tips? or a thread on this forum? the things I want to modify are EXP gain, currency gain, attribute gain, points gain, perk points gain, and make enemies harder( although the xianxia mod already does that amazinly).
also, you might wanna use vscodium instead of vscode. less ringing to microsoft.
You must be registered to see the links