Posts: 786
Threads: 9
Joined: Dec 2016
Reputation:
45
Location: Bottom of the Well
Have you also checked to verify this behavior doesn't occur without the cheats?
If it does, something may be wrong with how the system clock is reporting. A common problem with time and dates is using Fast Boot, which directly mounts and executes the game's executable. It doesn't ask the BIOS for things like system time and may have some strange effects on ingame clocks and times.
If it doesn't, check with the author of the patches. A memory address in the cheat is likely being shared for something else.
Posts: 8.013
Threads: 133
Joined: Nov 2009
Reputation:
96
Location: Delft, The Netherlands
Only use Full boot if you need to debug something or make some adjustments. So in other words only use Fast boot.
Posts: 8.013
Threads: 133
Joined: Nov 2009
Reputation:
96
Location: Delft, The Netherlands
I got this info from this forum for years dude, but fine then I don't help sighs.
Posts: 28.945
Threads: 16
Joined: Dec 2008
Reputation:
606
Location: 127.0.0.1
I wonder wehre you got it, honestly o_O ?
CPU : AMD Ryzen 7 3800X
Mobo : Asus PRIME B450-PLUS
GPU : NVIDIA GeForce RTX 3070
RAM : 16 Go
Posts: 8.029
Threads: 278
Joined: Feb 2009
Reputation:
343
05-18-2019, 09:28 PM
(This post was last modified: 05-18-2019, 09:33 PM by vsub.)
The game don't rely on the system clock or what you set in the PS2 bios to advance the date.
I don't have that version of the game so I can't use those codes.
maximspcsx2,with the cheats disabled,are you loading a memory card save or a save state(save state will apply every cheat that was active while you create the save sate...even if you disable all of them and the load the save state)
This code is probably the reason(maybe you did not notice it)
//Day Mod (End)
patch=1,EE,2079B0FA,extended,00000161
patch=1,EE,2079B104,extended,00000161
When I find the same code for the USA version and set 161,I am send to 20.03
20797B7A 00000161
20797B84 00000161
The game starts at 10th at April(actually at 1st of April)but you actually see the date on 11th of April and it sets A(10 decimal) for a value(1st of April + 10 days = 11th of April)
To set the date you want,do this(if you are on Win10)
1.Run the calculator and click on the button at the top left to change the mode(switch to date calculator)
2.Set the "From" to 1st April and "To" the date you want
3.Remember the days and switch to Programmer mode of the calculator
4.Click on Dec and type the days and remember what it displays on HEX
5.Run this the game with this code
patch=1,EE,1079B0FA,extended,00000???
patch=1,EE,1079B104,extended,00000???
??? - the hex digit(if it is less than 3 digits,add 0 and the hex digit so the value to be 8 digits in total)
After you change the date,save your game and disable the cheat(the days will not advance if you don't disable it)