Posts: 3
Threads: 1
Joined: Jan 2019
Reputation:
0
So I used the x4095 multiplier for exp but accidentally saved the game and am stuck with the multiplier. Would anyone tell me what the default values for the code where so I can bring it back to normal?
Help would be much appreciated!
Sponsored links
Posts: 8.030
Threads: 278
Joined: Feb 2009
Reputation:
343
By "saved the game" do you mean save state or normal ingame save
If it's the first,then save the normal way and restart pcsx2 and load the game with cheats disabled
I don't know if the code is also saved in a normal save(I doubt it)but according to cheat engine,the code(I guess this is what you are using)
//Gain EXP x4095 (All party)
patch=1,EE,201FBF6C,extended,24010FFF
patch=1,EE,201FBF70,extended,10000003
patch=1,EE,201FBF74,extended,00411018
the values here(I never used this code)are
patch=1,EE,201FBF6C,extended,0041082A
patch=1,EE,201FBF70,extended,14200002
patch=1,EE,201FBF74,extended,00000000
Posts: 3
Threads: 1
Joined: Jan 2019
Reputation:
0
(01-29-2019, 08:01 PM)vsub Wrote: By "saved the game" do you mean save state or normal ingame save
If it's the first,then save the normal way and restart pcsx2 and load the game with cheats disabled
I don't know if the code is also saved in a normal save(I doubt it)but according to cheat engine,the code(I guess this is what you are using)
//Gain EXP x4095 (All party)
patch=1,EE,201FBF6C,extended,24010FFF
patch=1,EE,201FBF70,extended,10000003
patch=1,EE,201FBF74,extended,00411018
the values here(I never used this code)are
patch=1,EE,201FBF6C,extended,0041082A
patch=1,EE,201FBF70,extended,14200002
patch=1,EE,201FBF74,extended,00000000
It worked! I don't know how I managed to save in both the save state and the in-game save file but the multiplier would not reset.
Btw, how do you guys find what value to write into the hex file to get the desired multiplier?
Posts: 278
Threads: 5
Joined: Nov 2017
Reputation:
34
(01-29-2019, 10:08 PM)Dante24294 Wrote: It worked! I don't know how I managed to save in both the save state and the in-game save file but the multiplier would not reset.
Btw, how do you guys find what value to write into the hex file to get the desired multiplier?
Here 0FFF in hex = 4095 in decimal. But all depend on game.
Posts: 3
Threads: 1
Joined: Jan 2019
Reputation:
0
(01-30-2019, 12:07 AM)kozarovv Wrote: Here 0FFF in hex = 4095 in decimal. But all depend on game.
But that's just the first line right? What about the second and third ones?
|