thanks bud, ill give that a shot. much appreciatedaSwedishMagyar wrote: ↑Wed Feb 10, 2021 11:53 amSpoiler
Go into the script and replace with this:dna wrote: ↑Wed Feb 10, 2021 11:42 amI hadnt used this table in a while but wanted to change xp mult to reduce my xp gain.. and it works, which is great. I was wondering though, if it would be possible to edit the table for using float values? If you try to input 0.1 (i.e. 10%), it gets changed to 0, so i think it's setup to only take integers. Advice from anyone knowledgeable on this subject is welcome. Thx in advance!Obviously don't replace the whole thing with this, just the section from newexpGain: to returnexpGain:Code: Select all
newexpGain: fild [rbx+1B4] fmul [expMultVal] fistp [rbx+1B4] codeexpGain: mov edx,[rbx+000001B4] jmp returnexpGain expMultVal: dd (float)1 expGain: jmp newexpGain nop returnexpGain:
Also remember to change the variable type of the multiplier to float from 4 byte.
How to use this cheat table?
- Install Cheat Engine
- Double-click the .CT file in order to open it.
- Click the PC icon in Cheat Engine in order to select the game process.
- Keep the list.
- Activate the trainer options by checking boxes or setting values from 0 to 1