Lord Blade wrote: ↑Mon Mar 11, 2019 9:37 am
So I grabbed the all in one file, however the money cheat doesn't seem to be working.
It works.
Look at your money total, kill one enemy, check the credits it lists you as gaining, then check your total again.
If it reports +16 credits, your total will increase by +160 credits instead.
*edit- OK, I took a closer look at the code and changed it a bit:
The unmodded line of code:
'this.gf' is your credits total. 'a' is what you gained by killing an enemy.
Old 10x credits code:
This increased the gold earned by 10x, but later in the code, when it polls 'a' to display the credits gained, it'll show the original amount, not the increased one.
My new code:
This way, it'll still give 10x credits, but when it polls 'a' to display the credits gained it will now display the increased amount.
I've only changed this in the all-in-one version atm, I'll update the code for the other versions when the next game update drops.