Gran Turismo 4 PAL
The original Max Days code is:
28B8A9F1 0C10780B
I've converted this to Raw format using MAXConvert:
20A29738 002596E6
This sets the day to 10001 which equals to 0x2711 in hex.
My goal is to get back to Day 1 with modifying this code.
10000 is 0x2710 in hex. I subtracted this from the value of the original code which yielded to:
20A29738 00256FD6 ---> Day 1
Now I have a second goal: to discover how the money code works.
The original code is:
28B9EF54 2B313E14
28B9EF01 25549E2B
In Raw format:
20A31928 B8C9425E
20A3192C 7A726F98
Which gives you 1.000.000.000.000 credits.
I still couldn't figure out how it works. The experiments I've done thus far are:
20A31928 B8C9425E
20A3192C 7A726F98 1.000.000.000.000
20A31928 B8C9425E
20A3192C 7A726F97 995.xxx.xxx.xxx
20A31928 B8C9425D
20A3192C 7A726F98 1.000.000.000.003
20A31928 B8C9415E
20A3192C 7A726F98 1.000.000.000.768
20A31928 B8C8425E
20A3192C 7A726F98 999.999.934.464
20A31928 B7C9425E
20A3192C 7A726F98 1.000.117.440.512
My question is does anyone know how this code works? Ánd if you do can you explain it to me?
Thanks in advance...
The original Max Days code is:
28B8A9F1 0C10780B
I've converted this to Raw format using MAXConvert:
20A29738 002596E6
This sets the day to 10001 which equals to 0x2711 in hex.
My goal is to get back to Day 1 with modifying this code.
10000 is 0x2710 in hex. I subtracted this from the value of the original code which yielded to:
20A29738 00256FD6 ---> Day 1
Now I have a second goal: to discover how the money code works.
The original code is:
28B9EF54 2B313E14
28B9EF01 25549E2B
In Raw format:
20A31928 B8C9425E
20A3192C 7A726F98
Which gives you 1.000.000.000.000 credits.
I still couldn't figure out how it works. The experiments I've done thus far are:
20A31928 B8C9425E
20A3192C 7A726F98 1.000.000.000.000
20A31928 B8C9425E
20A3192C 7A726F97 995.xxx.xxx.xxx
20A31928 B8C9425D
20A3192C 7A726F98 1.000.000.000.003
20A31928 B8C9415E
20A3192C 7A726F98 1.000.000.000.768
20A31928 B8C8425E
20A3192C 7A726F98 999.999.934.464
20A31928 B7C9425E
20A3192C 7A726F98 1.000.117.440.512
My question is does anyone know how this code works? Ánd if you do can you explain it to me?
Thanks in advance...