..:: PCSX2 Forums ::..

Full Version: Post your PCSX2 cheats-patches here!
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493
(02-14-2024, 05:21 PM)Chriz74 Wrote: [ -> ]I am using the latest version on macOS

post an emulog
and make your own thread, please
Can anyone convert the patch for the Japanese version Gran Turismo 3 to PAL version?

//Ultrawidescreen fix (21:9)
patch=1,EE,17D908,short,3F0F
patch=1,EE,17DA58,short,4366
patch=1,EE,17DA70,short,4334
patch=1,EE,1C9400,short,3F0F
patch=1,EE,1920BC,short,3F08
patch=1,EE,2B9394,short,AF
patch=1,EE,2B93A4,short,73
patch=1,EE,2B93B4,short,AF
patch=1,EE,2B93C4,short,FF91
patch=1,EE,2B93D4,short,91
patch=1,EE,2B93E4,short,1E
patch=1,EE,2B93F4,short,1E
patch=1,EE,2B9404,short,104
patch=1,EE,2B9414,short,91
patch=1,EE,19669C,word,2403009B
patch=1,EE,197628,word,2402FEB0
patch=1,EE,19767C,word,2402FEB0
patch=1,EE,19CAD4,word,2402FEB0
patch=1,EE,19CC74,word,2405FEB0
patch=1,EE,349F60,word,3F892329
patch=1,EE,349FD4,word,3F360000
patch=1,EE,101FD700,extended,3F90 //camera zoom
(02-14-2024, 05:21 PM)Chriz74 Wrote: [ -> ]I am using the latest version on macOS

If you open the Patch file in Text Editor you have this Code at the top right ?

// Disable Relocation of the Instructions by Pseudo-Random Algorithm
// [flag to Register $v0 always (constant) zero]
// [!!! ABSOLUTE MANDATORY CODE, HAS ALWAYS TO BE ENABLED !!!]
patch=1,EE,00100304,word,10620033
patch=1,EE,001003D0,word,00000000
patch=1,EE,001003D4,word,10000006

Instead of that Code you can try this One:

// Disable Relocation of the Instructions by Pseudo-Random Algorithm
// [flag to Register $v0 always (constant) zero]
// [!!! ABSOLUTE MANDATORY CODE, HAS ALWAYS TO BE ENABLED !!!]
patch=1,EE,001003d0,word,64020000

Maybe it helps?
(02-14-2024, 05:06 PM)jesalvein Wrote: [ -> ]new cheats format won't make old format codes not working.
The new format is more for displaying purposes in qt interface. but it works the same internally

Ah, OK.
(02-14-2024, 05:59 PM)Maori-Jigglypuff Wrote: [ -> ]If you open the Patch file in Text Editor you have this Code at the top right ?

// Disable Relocation of the Instructions by Pseudo-Random Algorithm
// [flag to Register $v0 always (constant) zero]
// [!!! ABSOLUTE MANDATORY CODE, HAS ALWAYS TO BE ENABLED !!!]
patch=1,EE,00100304,word,10620033
patch=1,EE,001003D0,word,00000000
patch=1,EE,001003D4,word,10000006

Instead of that Code you can try this One:

// Disable Relocation of the Instructions by Pseudo-Random Algorithm
// [flag to Register $v0 always (constant) zero]
// [!!! ABSOLUTE MANDATORY CODE, HAS ALWAYS TO BE ENABLED !!!]
patch=1,EE,001003d0,word,64020000

Maybe it helps?

I have this: 

Code:
gametitle=Shadow of the Colossus [SCES-53326] (E)
comment=Patches/Codes Hacked By Maori-Jigglypuff [Savas Guercebe]

// Disable Relocation of the Instructions by Pseudo-Random Algorithm
// [flag to Register $v0 always (constant) zero]
// [!!! ABSOLUTE MANDATORY CODE, HAS ALWAYS TO BE ENABLED !!!]
patch=1,EE,00100304,word,10620033
patch=1,EE,001003D0,word,00000000
patch=1,EE,001003D4,word,10000006

Putting that code does not change anything. The fils is in "cheats" folder. My understanding is this one should allow infinite grab:

Code:
// Infinite Grip (Grip Value: 340)
// [Control Address and 4 Byte Value for Grip Value: 012E9F40 43AA0000
//  Control Address and 4 Byte Value for Grip Gauge: 012E58B0 43AA0000]
patch=1,EE,012E6284,word,43AA0000
patch=1,EE,013696e4,word,3C0143AA
patch=1,EE,013696e8,word,4481A000
patch=1,EE,013696ec,word,0C4D7FCE
patch=1,EE,013696f0,word,E6149F40
patch=1,EE,01369660,word,3C0143AA
patch=1,EE,01369664,word,4481A000
patch=1,EE,01369668,word,0C4D7FCE
patch=1,EE,0136966c,word,E4549F40

It doesn't work.
(02-14-2024, 06:18 PM)Chriz74 Wrote: [ -> ]I have this: 

Code:
gametitle=Shadow of the Colossus [SCES-53326] (E)
comment=Patches/Codes Hacked By Maori-Jigglypuff [Savas Guercebe]

// Disable Relocation of the Instructions by Pseudo-Random Algorithm
// [flag to Register $v0 always (constant) zero]
// [!!! ABSOLUTE MANDATORY CODE, HAS ALWAYS TO BE ENABLED !!!]
patch=1,EE,00100304,word,10620033
patch=1,EE,001003D0,word,00000000
patch=1,EE,001003D4,word,10000006

Putting that code does not change anything. The fils is in "cheats" folder. My understanding is this one should allow infinite grab:

Code:
// Infinite Grip (Grip Value: 340)
// [Control Address and 4 Byte Value for Grip Value: 012E9F40 43AA0000
//  Control Address and 4 Byte Value for Grip Gauge: 012E58B0 43AA0000]
patch=1,EE,012E6284,word,43AA0000
patch=1,EE,013696e4,word,3C0143AA
patch=1,EE,013696e8,word,4481A000
patch=1,EE,013696ec,word,0C4D7FCE
patch=1,EE,013696f0,word,E6149F40
patch=1,EE,01369660,word,3C0143AA
patch=1,EE,01369664,word,4481A000
patch=1,EE,01369668,word,0C4D7FCE
patch=1,EE,0136966c,word,E4549F40

It doesn't work.

Hm, very strange.In the Patch there should be also these two Codes:

// No Dust [Dust-Variant 2] around Colossi Feet (alt.)
patch=1,EE,01235474,word,0000302D

// No Dust around Colossi Feet (alt.)
patch=1,EE,0123537c,word,0000302D

Better comment them out or delete them.They might cause some errors.
If that won't improve your situation i can't help you any further Sad
But probably the PCSX2 Gurus can  Tongue
(02-14-2024, 06:18 PM)Chriz74 Wrote: [ -> ]I have this: 

Code:
gametitle=Shadow of the Colossus [SCES-53326] (E)
comment=Patches/Codes Hacked By Maori-Jigglypuff [Savas Guercebe]

// Disable Relocation of the Instructions by Pseudo-Random Algorithm
// [flag to Register $v0 always (constant) zero]
// [!!! ABSOLUTE MANDATORY CODE, HAS ALWAYS TO BE ENABLED !!!]
patch=1,EE,00100304,word,10620033
patch=1,EE,001003D0,word,00000000
patch=1,EE,001003D4,word,10000006

Putting that code does not change anything. The fils is in "cheats" folder. My understanding is this one should allow infinite grab:

Code:
// Infinite Grip (Grip Value: 340)
// [Control Address and 4 Byte Value for Grip Value: 012E9F40 43AA0000
//  Control Address and 4 Byte Value for Grip Gauge: 012E58B0 43AA0000]
patch=1,EE,012E6284,word,43AA0000
patch=1,EE,013696e4,word,3C0143AA
patch=1,EE,013696e8,word,4481A000
patch=1,EE,013696ec,word,0C4D7FCE
patch=1,EE,013696f0,word,E6149F40
patch=1,EE,01369660,word,3C0143AA
patch=1,EE,01369664,word,4481A000
patch=1,EE,01369668,word,0C4D7FCE
patch=1,EE,0136966c,word,E4549F40

It doesn't work.

make an emulog and create your own thread, please
(02-14-2024, 06:36 PM)Maori-Jigglypuff Wrote: [ -> ]Hm, very strange.In the Patch there should be also these two Codes:

// No Dust [Dust-Variant 2] around Colossi Feet (alt.)
patch=1,EE,01235474,word,0000302D

// No Dust around Colossi Feet (alt.)
patch=1,EE,0123537c,word,0000302D

Better comment them out or delete them.They might cause some errors.
If that won't improve your situation i can't help you any further Sad
But probably the PCSX2 Gurus can  Tongue

I modded the file so that it's easier to enable or disable cheats on the menu. Enabling with these results in pcsx2 crashing. Putting that different one on top as you suggested doesn't crash the program but the cheats don't work.

Code:
[Cheats\Disable Relocation of the Instructions by Pseudo-Random Algorithm]
// [flag to Register $v0 always (constant) zero]
// [!!! ABSOLUTE MANDATORY CODE, HAS ALWAYS TO BE ENABLED !!!]
patch=1,EE,00100304,word,10620033
patch=1,EE,001003D0,word,00000000
patch=1,EE,001003D4,word,10000006

[Cheats\Reprogrammed MIPS Codeblock for New Game Health and Grip Gauge Adjustment]
// [Health Value: 576 and Grip Value: 340]
// [Control Address and 4 Byte Value for Health Gauge: 012E58AC 44100000
//  Control Address and 4 Byte Value for Grip Gauge:   012E58B0 43AA0000]
patch=1,EE,0135fd00,word,3c164410
patch=1,EE,0135fd04,word,36d60000
patch=1,EE,0135fd08,word,44963000
patch=1,EE,0135fd0c,word,3c02012e
patch=1,EE,0135fd10,word,e44658ac
patch=1,EE,0135fd14,word,3c1743aa
patch=1,EE,0135fd18,word,36f70000
patch=1,EE,0135fd1c,word,44973800
patch=1,EE,0135fd20,word,3c03012e
patch=1,EE,0135fd24,word,e46758b0
patch=1,EE,0135fd28,word,00000000
patch=1,EE,0135fd2c,word,00000000
patch=1,EE,0135fd30,word,00000000

[Cheats\Disable Health Gauge Value Changing after beating Colossi or by eating fruits]
patch=1,EE,01369558,word,03e00008
patch=1,EE,0136955c,word,00000000

[Cheats\Disable Grip Gauge Value Changing after beating Colossi or by eating lizard tails]
patch=1,EE,01369768,word,03e00008
patch=1,EE,0136976c,word,00000000

[Cheats\Disable Health Gauge Value Changing when starting "Time Attack Mode"]
patch=1,EE,01369520,word,03e00008
patch=1,EE,01369524,word,00000000

[Cheats\Disable Grip Gauge Value Changing when starting "Time Attack Mode"]
patch=1,EE,01369728,word,03e00008
patch=1,EE,0136972C,word,00000000

[Cheats\Infinite Health (Health Value: 576)]
// [Control Address and 4 Byte Value for Health Value: 012E9F44 44100000
//  Control Address and 4 Byte Value for Health Gauge: 012E58AC 44100000]
patch=1,EE,012E6280,word,44100000
patch=1,EE,01369460,word,3C014410
patch=1,EE,01369464,word,44810800
patch=1,EE,01369468,word,E6019F44
patch=1,EE,0136946C,word,0C4DA542
patch=1,EE,01369470,word,46000506
patch=1,EE,013c0214,word,3C01012F
patch=1,EE,013c0218,word,E42C9F44
patch=1,EE,013693bc,word,3C014410
patch=1,EE,013693c0,word,44810000
patch=1,EE,013693c4,word,E4409F44
patch=1,EE,013693c8,word,0C4DA542
patch=1,EE,013693cc,word,46000506

[Cheats\Infinite Grip (Grip Value: 340)]
// [Control Address and 4 Byte Value for Grip Value: 012E9F40 43AA0000
//  Control Address and 4 Byte Value for Grip Gauge: 012E58B0 43AA0000]
patch=1,EE,012E6284,word,43AA0000
patch=1,EE,013696e4,word,3C0143AA
patch=1,EE,013696e8,word,4481A000
patch=1,EE,013696ec,word,0C4D7FCE
patch=1,EE,013696f0,word,E6149F40
patch=1,EE,01369660,word,3C0143AA
patch=1,EE,01369664,word,4481A000
patch=1,EE,01369668,word,0C4D7FCE
patch=1,EE,0136966c,word,E4549F40

[Cheats\Disable Sun]
// [via manipulating Setter-Function which now assigns Value 0 through $v1 to
//  Control Address which gets the 4 Byte constant 0-Value: 0128fdb0 00000000]
patch=1,EE,01196e40,word,3C020129
patch=1,EE,01196e44,word,24030000
patch=1,EE,01196e48,word,03E00008
patch=1,EE,01196e4c,word,AC43FDB0

[Cheats\Disable Sun]
// [via manipulating Getter-Function which assigns the Value 0 to Register $a0]
patch=1,EE,01196de8,word,24040000

[Cheats\Disable Sun (via set inconspicuous constant Activator Value 1 to 0]
// and also set Sun Intensity Value Adder Register $a2 to 0
// in order to finally place both Zeros fake Sum to Register $s0)
patch=1,EE,01193fa0,word,24100000

[Cheats\Disable Sun]
patch=1,EE,01196de0,word,03e00008
patch=1,EE,01196de4,word,00000000

[Cheats\Disable (great deal of) Beam of Sunlight]
// <return_one>
patch=1,EE,012397a0,word,03E00008
patch=1,EE,012397a4,word,24020001

[Cheats\No Dust [Dust-Variant 2] around Colossi Feet]
patch=1,EE,01236560,word,03e00008
patch=1,EE,01236564,word,00000000

[Cheats\No Dust [Dust-Variant 2] around Colossi Feet (alt.)]
patch=1,EE,01235474,word,0000302D

[Cheats\No Dust around Colossi Feet]
patch=1,EE,01236260,word,03e00008
patch=1,EE,01236264,word,00000000

[Cheats\No Dust around Colossi Feet (alt.)]
patch=1,EE,0123537c,word,0000302D

[Cheats\No Shadow]
patch=1,EE,01192a38,word,03e00008
patch=1,EE,01192a3c,word,00000000

[Cheats\Enhance Background Sharpness]
patch=1,EE,011a1ae8,word,03e00008
patch=1,EE,011a1aec,word,00000000
patch=1,EE,01180740,word,03e00008
patch=1,EE,01180744,word,00000000

[Cheats\No black Bars]
// [Assign Value Zero to Registers $f0 and $f12 instead of
//  Black Bar causing Value 0x3F800000 from Address 0x01477448]
patch=1,EE,013570bc,word,44800000
patch=1,EE,0135715c,word,44806000

[Cheats\Maximum Graphics Booster; (further enhance Background Sharpness)]
patch=1,EE,0117def4,word,24100001


// ******************************************************************************
// ******* Beginn of "Characters-, Horse- and Colossi-Brightness" Section *******
// ******************************************************************************

[Cheats\All Characters, Horse and Colossi bright]
// [Brightness Value: 0.01]
patch=1,EE,011ebf90,word,3C013C23
patch=1,EE,011ebf94,word,3421D70A

// or use this:

[Cheats\All Characters, Horse and Colossi bright 2]
// [Brightness Value: 0.01125]
//patch=1,EE,011ebf90,word,3C013C38
//patch=1,EE,011ebf94,word,342151EC

// or use this:

[Cheats\All Characters, Horse and Colossi bright 3]
// [Brightness Value: 0.0125]
//patch=1,EE,011ebf90,word,3C013C4C
//patch=1,EE,011ebf94,word,3421CCCD

// or use this:

[Cheats\All Characters, Horse and Colossi bright 4]
// [Brightness Value: 0.015]
//patch=1,EE,011ebf90,word,3C013C75
//patch=1,EE,011ebf94,word,3421C28F

// or use this:

[Cheats\All Characters, Horse and Colossi bright 5]
// [Brightness Value: 0.0175]
//patch=1,EE,011ebf90,word,3C013C8F
//patch=1,EE,011ebf94,word,34215C29

// or use this:

[Cheats\All Characters, Horse and Colossi bright 6]
// [Brightness Value: 0.02]
//patch=1,EE,011ebf90,word,3C013CA3
//patch=1,EE,011ebf94,word,3421D70A

// or use this:

[Cheats\All Characters, Horse and Colossi bright 7]
// [Brightness Value: 0.0225]
//patch=1,EE,011ebf90,word,3C013CB8
//patch=1,EE,011ebf94,word,342151EC

// or use this:

[Cheats\All Characters, Horse and Colossi bright 8]
// [Brightness Value: 0.025]
//patch=1,EE,011ebf90,word,3C013CCC
//patch=1,EE,011ebf94,word,3421CCCD

// or use this:

[Cheats\All Characters, Horse and Colossi bright 9]
// [Brightness Value: 0.0275]
//patch=1,EE,011ebf90,word,3C013CE1
//patch=1,EE,011ebf94,word,342147AE

// or use this:

[Cheats\All Characters, Horse and Colossi bright 10]
// [Brightness Value: 0.03]
//patch=1,EE,011ebf90,word,3C013CF5
//patch=1,EE,011ebf94,word,3421C28F

// or use this:

[Cheats\All Characters, Horse and Colossi bright 11]
// [Brightness Value: 0.035]
//patch=1,EE,011ebf90,word,3C013D0F
//patch=1,EE,011ebf94,word,34215C29

// ******************************************************************************
// ******** End of "Characters-, Horse- and Colossi-Brightness Section" *********
// ******************************************************************************


// ******************************************************************************
// *** Beginn of "Health-, Grip-, Weapon-Meter never/always visible" Section ****
// ******************************************************************************

[Cheats\Health-, Grip-, Weapon-Meter never visible]
//patch=1,EE,01406108,word,03e00008
//patch=1,EE,0140610c,word,00000000

// or use this:

[Cheats\Health-, Grip-, Weapon-Meter always visible]
patch=1,EE,0140613c,word,10000006
patch=1,EE,01406150,word,14000009

// or use this:

[Cheats\Only Health Bar of the Colossi visible]
//patch=1,EE,0140613c,word,10000006
//patch=1,EE,01406150,word,14000009
//patch=1,EE,01406188,word,2444E640
//patch=1,EE,0140624c,word,24040000

// ******************************************************************************
// **** End of "Health-, Grip-, Weapon-Meter never/always visible" Section ******
// ******************************************************************************


// ******************************************************************************
// ****************** Beginn of "Horse Modifier Codes" Section ******************
// ******************************************************************************

[Cheats\Black Agro]
// [("New Game",Line 1) Control Address and its 4 Byte Value: 012E9F34 00000000
//  ("Load Game",L2+L3) Control Address and its 4 Byte Value: 014775BC 00000000]
//patch=1,EE,013683a0,word,24030000
//patch=1,EE,01360e90,word,24030000
//patch=1,EE,013632d0,word,24030000

// or use this:

[Cheats\White Agro]
// [("New Game",Line 1) Control Address and its 4 Byte Value: 012E9F34 00000001
//  ("Load Game",L2+L3) Control Address and its 4 Byte Value: 014775BC 00000001]
//patch=1,EE,013683a0,word,24030001
//patch=1,EE,01360e90,word,24030001
//patch=1,EE,013632d0,word,24030001

// or use this:

[Cheats\Brown Agro]
// [("New Game",Line 1) Control Address and its 4 Byte Value: 012E9F34 00000002
//  ("Load Game",L2+L3) Control Address and its 4 Byte Value: 014775BC 00000002]
//patch=1,EE,013683a0,word,24030002
//patch=1,EE,01360e90,word,24030002
//patch=1,EE,013632d0,word,24030002

// ******************************************************************************
// ******************* End of "Horse Modifier Codes" Section ********************
// ******************************************************************************


[Cheats\Camera Symmetry (y-Axis) Fix (alt.)]
patch=1,EE,0125bc6c,word,3c013f80
patch=1,EE,0125bc70,word,34210000
patch=1,EE,0125bdd0,word,3c013f80
patch=1,EE,0125bdd4,word,34210000
patch=1,EE,0125c364,word,3c013f80
patch=1,EE,0125c368,word,34210000


// ******************************************************************************
// *********** Beginn of "Camera Zoom Out and 4:3 Screen Size" Section **********
// ******************************************************************************

[Cheats\Camera Zoom Out]
// [First Line affects x-Axis and
//  second Line affects y-Axis]
// (Screen Size remains symmetrical in Progressive Scan Mode!
//  You can also use the original Value 3F800000 in both Code-Lines to keep the
//  Screen Size symmetrical in Progressive Scan Mode without the Zoom-Out Effect)
//patch=1,EE,0129390C,word,3FA00000
//patch=1,EE,01293910,word,3FA00000

// or use this:

[Cheats\Screen Aspect Ratio always 4:3]
// [Control Address and its 4 Byte Value (X-Axis): 0129390C 3F800000
//  Control Address and its 4 Byte Value (Y-Axis): 01293910 3F800000]
//patch=1,EE,0125baf0,word,3C020129
//patch=1,EE,0125baf4,word,3C013F80
//patch=1,EE,0125baf8,word,34210000
//patch=1,EE,0125bafc,word,44810000
//patch=1,EE,0125bb00,word,03e00008
//patch=1,EE,0125bb04,word,e440390c
//patch=1,EE,0125bb08,word,00000000
//patch=1,EE,0125bb48,word,00000000
//patch=1,EE,0125bb4c,word,00000000
//patch=1,EE,0125bac0,word,46140003
//patch=1,EE,0125bac4,word,c7b40030
//patch=1,EE,0125bac8,word,46030002
//patch=1,EE,0125bacc,word,46040003
//patch=1,EE,0125bad0,word,3C013F80
//patch=1,EE,0125bad4,word,34210000
//patch=1,EE,0125bad8,word,44810000
//patch=1,EE,0125badc,word,e6400000

// ******************************************************************************
// ************ End of "Camera Zoom Out and 4:3 Screen Size" Section ************
// ******************************************************************************


[Cheats\Unlock "New Game (Hard Mode)"]
// [Control Address and its 4 Byte Value: 01291340 00000001]
patch=1,EE,01241c60,word,03E00008
patch=1,EE,01241c64,word,24020001
patch=1,EE,01241c68,word,00000000
patch=1,EE,01241c6c,word,00000000

[Cheats\Unlock "Time Attack" in "New Game" - "New Game (Hard Mode)" - and "Load Game"-Modes]
// [Control Address and its 4 Byte Value: 012e60d4 00000001]
patch=1,EE,01360090,word,00000000
patch=1,EE,01360094,word,03E00008
patch=1,EE,01360098,word,24020001
patch=1,EE,0136009C,word,00000000
[Image: rljhqWx.png]
(02-14-2024, 06:44 PM)Chriz74 Wrote: [ -> ]I modded the file so that it's easier to enable or disable cheats on the menu. Enabling with these results in pcsx2 crashing. Putting that different one on top as you suggested doesn't crash the program but the cheats don't work.

Code:
[Cheats\Disable Relocation of the Instructions by Pseudo-Random Algorithm]
// [flag to Register $v0 always (constant) zero]
// [!!! ABSOLUTE MANDATORY CODE, HAS ALWAYS TO BE ENABLED !!!]
patch=1,EE,00100304,word,10620033
patch=1,EE,001003D0,word,00000000
patch=1,EE,001003D4,word,10000006

[Cheats\Reprogrammed MIPS Codeblock for New Game Health and Grip Gauge Adjustment]
// [Health Value: 576 and Grip Value: 340]
// [Control Address and 4 Byte Value for Health Gauge: 012E58AC 44100000
//  Control Address and 4 Byte Value for Grip Gauge:   012E58B0 43AA0000]
patch=1,EE,0135fd00,word,3c164410
patch=1,EE,0135fd04,word,36d60000
patch=1,EE,0135fd08,word,44963000
patch=1,EE,0135fd0c,word,3c02012e
patch=1,EE,0135fd10,word,e44658ac
patch=1,EE,0135fd14,word,3c1743aa
patch=1,EE,0135fd18,word,36f70000
patch=1,EE,0135fd1c,word,44973800
patch=1,EE,0135fd20,word,3c03012e
patch=1,EE,0135fd24,word,e46758b0
patch=1,EE,0135fd28,word,00000000
patch=1,EE,0135fd2c,word,00000000
patch=1,EE,0135fd30,word,00000000

[Cheats\Disable Health Gauge Value Changing after beating Colossi or by eating fruits]
patch=1,EE,01369558,word,03e00008
patch=1,EE,0136955c,word,00000000

[Cheats\Disable Grip Gauge Value Changing after beating Colossi or by eating lizard tails]
patch=1,EE,01369768,word,03e00008
patch=1,EE,0136976c,word,00000000

[Cheats\Disable Health Gauge Value Changing when starting "Time Attack Mode"]
patch=1,EE,01369520,word,03e00008
patch=1,EE,01369524,word,00000000

[Cheats\Disable Grip Gauge Value Changing when starting "Time Attack Mode"]
patch=1,EE,01369728,word,03e00008
patch=1,EE,0136972C,word,00000000

[Cheats\Infinite Health (Health Value: 576)]
// [Control Address and 4 Byte Value for Health Value: 012E9F44 44100000
//  Control Address and 4 Byte Value for Health Gauge: 012E58AC 44100000]
patch=1,EE,012E6280,word,44100000
patch=1,EE,01369460,word,3C014410
patch=1,EE,01369464,word,44810800
patch=1,EE,01369468,word,E6019F44
patch=1,EE,0136946C,word,0C4DA542
patch=1,EE,01369470,word,46000506
patch=1,EE,013c0214,word,3C01012F
patch=1,EE,013c0218,word,E42C9F44
patch=1,EE,013693bc,word,3C014410
patch=1,EE,013693c0,word,44810000
patch=1,EE,013693c4,word,E4409F44
patch=1,EE,013693c8,word,0C4DA542
patch=1,EE,013693cc,word,46000506

[Cheats\Infinite Grip (Grip Value: 340)]
// [Control Address and 4 Byte Value for Grip Value: 012E9F40 43AA0000
//  Control Address and 4 Byte Value for Grip Gauge: 012E58B0 43AA0000]
patch=1,EE,012E6284,word,43AA0000
patch=1,EE,013696e4,word,3C0143AA
patch=1,EE,013696e8,word,4481A000
patch=1,EE,013696ec,word,0C4D7FCE
patch=1,EE,013696f0,word,E6149F40
patch=1,EE,01369660,word,3C0143AA
patch=1,EE,01369664,word,4481A000
patch=1,EE,01369668,word,0C4D7FCE
patch=1,EE,0136966c,word,E4549F40

[Cheats\Disable Sun]
// [via manipulating Setter-Function which now assigns Value 0 through $v1 to
//  Control Address which gets the 4 Byte constant 0-Value: 0128fdb0 00000000]
patch=1,EE,01196e40,word,3C020129
patch=1,EE,01196e44,word,24030000
patch=1,EE,01196e48,word,03E00008
patch=1,EE,01196e4c,word,AC43FDB0

[Cheats\Disable Sun]
// [via manipulating Getter-Function which assigns the Value 0 to Register $a0]
patch=1,EE,01196de8,word,24040000

[Cheats\Disable Sun (via set inconspicuous constant Activator Value 1 to 0]
// and also set Sun Intensity Value Adder Register $a2 to 0
// in order to finally place both Zeros fake Sum to Register $s0)
patch=1,EE,01193fa0,word,24100000

[Cheats\Disable Sun]
patch=1,EE,01196de0,word,03e00008
patch=1,EE,01196de4,word,00000000

[Cheats\Disable (great deal of) Beam of Sunlight]
// <return_one>
patch=1,EE,012397a0,word,03E00008
patch=1,EE,012397a4,word,24020001

[Cheats\No Dust [Dust-Variant 2] around Colossi Feet]
patch=1,EE,01236560,word,03e00008
patch=1,EE,01236564,word,00000000

[Cheats\No Dust [Dust-Variant 2] around Colossi Feet (alt.)]
patch=1,EE,01235474,word,0000302D

[Cheats\No Dust around Colossi Feet]
patch=1,EE,01236260,word,03e00008
patch=1,EE,01236264,word,00000000

[Cheats\No Dust around Colossi Feet (alt.)]
patch=1,EE,0123537c,word,0000302D

[Cheats\No Shadow]
patch=1,EE,01192a38,word,03e00008
patch=1,EE,01192a3c,word,00000000

[Cheats\Enhance Background Sharpness]
patch=1,EE,011a1ae8,word,03e00008
patch=1,EE,011a1aec,word,00000000
patch=1,EE,01180740,word,03e00008
patch=1,EE,01180744,word,00000000

[Cheats\No black Bars]
// [Assign Value Zero to Registers $f0 and $f12 instead of
//  Black Bar causing Value 0x3F800000 from Address 0x01477448]
patch=1,EE,013570bc,word,44800000
patch=1,EE,0135715c,word,44806000

[Cheats\Maximum Graphics Booster; (further enhance Background Sharpness)]
patch=1,EE,0117def4,word,24100001


// ******************************************************************************
// ******* Beginn of "Characters-, Horse- and Colossi-Brightness" Section *******
// ******************************************************************************

[Cheats\All Characters, Horse and Colossi bright]
// [Brightness Value: 0.01]
patch=1,EE,011ebf90,word,3C013C23
patch=1,EE,011ebf94,word,3421D70A

// or use this:

[Cheats\All Characters, Horse and Colossi bright 2]
// [Brightness Value: 0.01125]
//patch=1,EE,011ebf90,word,3C013C38
//patch=1,EE,011ebf94,word,342151EC

// or use this:

[Cheats\All Characters, Horse and Colossi bright 3]
// [Brightness Value: 0.0125]
//patch=1,EE,011ebf90,word,3C013C4C
//patch=1,EE,011ebf94,word,3421CCCD

// or use this:

[Cheats\All Characters, Horse and Colossi bright 4]
// [Brightness Value: 0.015]
//patch=1,EE,011ebf90,word,3C013C75
//patch=1,EE,011ebf94,word,3421C28F

// or use this:

[Cheats\All Characters, Horse and Colossi bright 5]
// [Brightness Value: 0.0175]
//patch=1,EE,011ebf90,word,3C013C8F
//patch=1,EE,011ebf94,word,34215C29

// or use this:

[Cheats\All Characters, Horse and Colossi bright 6]
// [Brightness Value: 0.02]
//patch=1,EE,011ebf90,word,3C013CA3
//patch=1,EE,011ebf94,word,3421D70A

// or use this:

[Cheats\All Characters, Horse and Colossi bright 7]
// [Brightness Value: 0.0225]
//patch=1,EE,011ebf90,word,3C013CB8
//patch=1,EE,011ebf94,word,342151EC

// or use this:

[Cheats\All Characters, Horse and Colossi bright 8]
// [Brightness Value: 0.025]
//patch=1,EE,011ebf90,word,3C013CCC
//patch=1,EE,011ebf94,word,3421CCCD

// or use this:

[Cheats\All Characters, Horse and Colossi bright 9]
// [Brightness Value: 0.0275]
//patch=1,EE,011ebf90,word,3C013CE1
//patch=1,EE,011ebf94,word,342147AE

// or use this:

[Cheats\All Characters, Horse and Colossi bright 10]
// [Brightness Value: 0.03]
//patch=1,EE,011ebf90,word,3C013CF5
//patch=1,EE,011ebf94,word,3421C28F

// or use this:

[Cheats\All Characters, Horse and Colossi bright 11]
// [Brightness Value: 0.035]
//patch=1,EE,011ebf90,word,3C013D0F
//patch=1,EE,011ebf94,word,34215C29

// ******************************************************************************
// ******** End of "Characters-, Horse- and Colossi-Brightness Section" *********
// ******************************************************************************


// ******************************************************************************
// *** Beginn of "Health-, Grip-, Weapon-Meter never/always visible" Section ****
// ******************************************************************************

[Cheats\Health-, Grip-, Weapon-Meter never visible]
//patch=1,EE,01406108,word,03e00008
//patch=1,EE,0140610c,word,00000000

// or use this:

[Cheats\Health-, Grip-, Weapon-Meter always visible]
patch=1,EE,0140613c,word,10000006
patch=1,EE,01406150,word,14000009

// or use this:

[Cheats\Only Health Bar of the Colossi visible]
//patch=1,EE,0140613c,word,10000006
//patch=1,EE,01406150,word,14000009
//patch=1,EE,01406188,word,2444E640
//patch=1,EE,0140624c,word,24040000

// ******************************************************************************
// **** End of "Health-, Grip-, Weapon-Meter never/always visible" Section ******
// ******************************************************************************


// ******************************************************************************
// ****************** Beginn of "Horse Modifier Codes" Section ******************
// ******************************************************************************

[Cheats\Black Agro]
// [("New Game",Line 1) Control Address and its 4 Byte Value: 012E9F34 00000000
//  ("Load Game",L2+L3) Control Address and its 4 Byte Value: 014775BC 00000000]
//patch=1,EE,013683a0,word,24030000
//patch=1,EE,01360e90,word,24030000
//patch=1,EE,013632d0,word,24030000

// or use this:

[Cheats\White Agro]
// [("New Game",Line 1) Control Address and its 4 Byte Value: 012E9F34 00000001
//  ("Load Game",L2+L3) Control Address and its 4 Byte Value: 014775BC 00000001]
//patch=1,EE,013683a0,word,24030001
//patch=1,EE,01360e90,word,24030001
//patch=1,EE,013632d0,word,24030001

// or use this:

[Cheats\Brown Agro]
// [("New Game",Line 1) Control Address and its 4 Byte Value: 012E9F34 00000002
//  ("Load Game",L2+L3) Control Address and its 4 Byte Value: 014775BC 00000002]
//patch=1,EE,013683a0,word,24030002
//patch=1,EE,01360e90,word,24030002
//patch=1,EE,013632d0,word,24030002

// ******************************************************************************
// ******************* End of "Horse Modifier Codes" Section ********************
// ******************************************************************************


[Cheats\Camera Symmetry (y-Axis) Fix (alt.)]
patch=1,EE,0125bc6c,word,3c013f80
patch=1,EE,0125bc70,word,34210000
patch=1,EE,0125bdd0,word,3c013f80
patch=1,EE,0125bdd4,word,34210000
patch=1,EE,0125c364,word,3c013f80
patch=1,EE,0125c368,word,34210000


// ******************************************************************************
// *********** Beginn of "Camera Zoom Out and 4:3 Screen Size" Section **********
// ******************************************************************************

[Cheats\Camera Zoom Out]
// [First Line affects x-Axis and
//  second Line affects y-Axis]
// (Screen Size remains symmetrical in Progressive Scan Mode!
//  You can also use the original Value 3F800000 in both Code-Lines to keep the
//  Screen Size symmetrical in Progressive Scan Mode without the Zoom-Out Effect)
//patch=1,EE,0129390C,word,3FA00000
//patch=1,EE,01293910,word,3FA00000

// or use this:

[Cheats\Screen Aspect Ratio always 4:3]
// [Control Address and its 4 Byte Value (X-Axis): 0129390C 3F800000
//  Control Address and its 4 Byte Value (Y-Axis): 01293910 3F800000]
//patch=1,EE,0125baf0,word,3C020129
//patch=1,EE,0125baf4,word,3C013F80
//patch=1,EE,0125baf8,word,34210000
//patch=1,EE,0125bafc,word,44810000
//patch=1,EE,0125bb00,word,03e00008
//patch=1,EE,0125bb04,word,e440390c
//patch=1,EE,0125bb08,word,00000000
//patch=1,EE,0125bb48,word,00000000
//patch=1,EE,0125bb4c,word,00000000
//patch=1,EE,0125bac0,word,46140003
//patch=1,EE,0125bac4,word,c7b40030
//patch=1,EE,0125bac8,word,46030002
//patch=1,EE,0125bacc,word,46040003
//patch=1,EE,0125bad0,word,3C013F80
//patch=1,EE,0125bad4,word,34210000
//patch=1,EE,0125bad8,word,44810000
//patch=1,EE,0125badc,word,e6400000

// ******************************************************************************
// ************ End of "Camera Zoom Out and 4:3 Screen Size" Section ************
// ******************************************************************************


[Cheats\Unlock "New Game (Hard Mode)"]
// [Control Address and its 4 Byte Value: 01291340 00000001]
patch=1,EE,01241c60,word,03E00008
patch=1,EE,01241c64,word,24020001
patch=1,EE,01241c68,word,00000000
patch=1,EE,01241c6c,word,00000000

[Cheats\Unlock "Time Attack" in "New Game" - "New Game (Hard Mode)" - and "Load Game"-Modes]
// [Control Address and its 4 Byte Value: 012e60d4 00000001]
patch=1,EE,01360090,word,00000000
patch=1,EE,01360094,word,03E00008
patch=1,EE,01360098,word,24020001
patch=1,EE,0136009C,word,00000000
[Image: rljhqWx.png]

I don't know what's wrong here.An emulog for Jesalvein is the next logical step Tongue
(02-14-2024, 06:44 PM)Chriz74 Wrote: [ -> ]I modded the file so that it's easier to enable or disable cheats on the menu. Enabling with these results in pcsx2 crashing. Putting that different one on top as you suggested doesn't crash the program but the cheats don't work.

Code:
[Cheats\Disable Relocation of the Instructions by Pseudo-Random Algorithm]
// [flag to Register $v0 always (constant) zero]
// [!!! ABSOLUTE MANDATORY CODE, HAS ALWAYS TO BE ENABLED !!!]
patch=1,EE,00100304,word,10620033
patch=1,EE,001003D0,word,00000000
patch=1,EE,001003D4,word,10000006

[Cheats\Reprogrammed MIPS Codeblock for New Game Health and Grip Gauge Adjustment]
// [Health Value: 576 and Grip Value: 340]
// [Control Address and 4 Byte Value for Health Gauge: 012E58AC 44100000
//  Control Address and 4 Byte Value for Grip Gauge:   012E58B0 43AA0000]
patch=1,EE,0135fd00,word,3c164410
patch=1,EE,0135fd04,word,36d60000
patch=1,EE,0135fd08,word,44963000
patch=1,EE,0135fd0c,word,3c02012e
patch=1,EE,0135fd10,word,e44658ac
patch=1,EE,0135fd14,word,3c1743aa
patch=1,EE,0135fd18,word,36f70000
patch=1,EE,0135fd1c,word,44973800
patch=1,EE,0135fd20,word,3c03012e
patch=1,EE,0135fd24,word,e46758b0
patch=1,EE,0135fd28,word,00000000
patch=1,EE,0135fd2c,word,00000000
patch=1,EE,0135fd30,word,00000000

[Cheats\Disable Health Gauge Value Changing after beating Colossi or by eating fruits]
patch=1,EE,01369558,word,03e00008
patch=1,EE,0136955c,word,00000000

[Cheats\Disable Grip Gauge Value Changing after beating Colossi or by eating lizard tails]
patch=1,EE,01369768,word,03e00008
patch=1,EE,0136976c,word,00000000

[Cheats\Disable Health Gauge Value Changing when starting "Time Attack Mode"]
patch=1,EE,01369520,word,03e00008
patch=1,EE,01369524,word,00000000

[Cheats\Disable Grip Gauge Value Changing when starting "Time Attack Mode"]
patch=1,EE,01369728,word,03e00008
patch=1,EE,0136972C,word,00000000

[Cheats\Infinite Health (Health Value: 576)]
// [Control Address and 4 Byte Value for Health Value: 012E9F44 44100000
//  Control Address and 4 Byte Value for Health Gauge: 012E58AC 44100000]
patch=1,EE,012E6280,word,44100000
patch=1,EE,01369460,word,3C014410
patch=1,EE,01369464,word,44810800
patch=1,EE,01369468,word,E6019F44
patch=1,EE,0136946C,word,0C4DA542
patch=1,EE,01369470,word,46000506
patch=1,EE,013c0214,word,3C01012F
patch=1,EE,013c0218,word,E42C9F44
patch=1,EE,013693bc,word,3C014410
patch=1,EE,013693c0,word,44810000
patch=1,EE,013693c4,word,E4409F44
patch=1,EE,013693c8,word,0C4DA542
patch=1,EE,013693cc,word,46000506

[Cheats\Infinite Grip (Grip Value: 340)]
// [Control Address and 4 Byte Value for Grip Value: 012E9F40 43AA0000
//  Control Address and 4 Byte Value for Grip Gauge: 012E58B0 43AA0000]
patch=1,EE,012E6284,word,43AA0000
patch=1,EE,013696e4,word,3C0143AA
patch=1,EE,013696e8,word,4481A000
patch=1,EE,013696ec,word,0C4D7FCE
patch=1,EE,013696f0,word,E6149F40
patch=1,EE,01369660,word,3C0143AA
patch=1,EE,01369664,word,4481A000
patch=1,EE,01369668,word,0C4D7FCE
patch=1,EE,0136966c,word,E4549F40

[Cheats\Disable Sun]
// [via manipulating Setter-Function which now assigns Value 0 through $v1 to
//  Control Address which gets the 4 Byte constant 0-Value: 0128fdb0 00000000]
patch=1,EE,01196e40,word,3C020129
patch=1,EE,01196e44,word,24030000
patch=1,EE,01196e48,word,03E00008
patch=1,EE,01196e4c,word,AC43FDB0

[Cheats\Disable Sun]
// [via manipulating Getter-Function which assigns the Value 0 to Register $a0]
patch=1,EE,01196de8,word,24040000

[Cheats\Disable Sun (via set inconspicuous constant Activator Value 1 to 0]
// and also set Sun Intensity Value Adder Register $a2 to 0
// in order to finally place both Zeros fake Sum to Register $s0)
patch=1,EE,01193fa0,word,24100000

[Cheats\Disable Sun]
patch=1,EE,01196de0,word,03e00008
patch=1,EE,01196de4,word,00000000

[Cheats\Disable (great deal of) Beam of Sunlight]
// <return_one>
patch=1,EE,012397a0,word,03E00008
patch=1,EE,012397a4,word,24020001

[Cheats\No Dust [Dust-Variant 2] around Colossi Feet]
patch=1,EE,01236560,word,03e00008
patch=1,EE,01236564,word,00000000

[Cheats\No Dust [Dust-Variant 2] around Colossi Feet (alt.)]
patch=1,EE,01235474,word,0000302D

[Cheats\No Dust around Colossi Feet]
patch=1,EE,01236260,word,03e00008
patch=1,EE,01236264,word,00000000

[Cheats\No Dust around Colossi Feet (alt.)]
patch=1,EE,0123537c,word,0000302D

[Cheats\No Shadow]
patch=1,EE,01192a38,word,03e00008
patch=1,EE,01192a3c,word,00000000

[Cheats\Enhance Background Sharpness]
patch=1,EE,011a1ae8,word,03e00008
patch=1,EE,011a1aec,word,00000000
patch=1,EE,01180740,word,03e00008
patch=1,EE,01180744,word,00000000

[Cheats\No black Bars]
// [Assign Value Zero to Registers $f0 and $f12 instead of
//  Black Bar causing Value 0x3F800000 from Address 0x01477448]
patch=1,EE,013570bc,word,44800000
patch=1,EE,0135715c,word,44806000

[Cheats\Maximum Graphics Booster; (further enhance Background Sharpness)]
patch=1,EE,0117def4,word,24100001


// ******************************************************************************
// ******* Beginn of "Characters-, Horse- and Colossi-Brightness" Section *******
// ******************************************************************************

[Cheats\All Characters, Horse and Colossi bright]
// [Brightness Value: 0.01]
patch=1,EE,011ebf90,word,3C013C23
patch=1,EE,011ebf94,word,3421D70A

// or use this:

[Cheats\All Characters, Horse and Colossi bright 2]
// [Brightness Value: 0.01125]
//patch=1,EE,011ebf90,word,3C013C38
//patch=1,EE,011ebf94,word,342151EC

// or use this:

[Cheats\All Characters, Horse and Colossi bright 3]
// [Brightness Value: 0.0125]
//patch=1,EE,011ebf90,word,3C013C4C
//patch=1,EE,011ebf94,word,3421CCCD

// or use this:

[Cheats\All Characters, Horse and Colossi bright 4]
// [Brightness Value: 0.015]
//patch=1,EE,011ebf90,word,3C013C75
//patch=1,EE,011ebf94,word,3421C28F

// or use this:

[Cheats\All Characters, Horse and Colossi bright 5]
// [Brightness Value: 0.0175]
//patch=1,EE,011ebf90,word,3C013C8F
//patch=1,EE,011ebf94,word,34215C29

// or use this:

[Cheats\All Characters, Horse and Colossi bright 6]
// [Brightness Value: 0.02]
//patch=1,EE,011ebf90,word,3C013CA3
//patch=1,EE,011ebf94,word,3421D70A

// or use this:

[Cheats\All Characters, Horse and Colossi bright 7]
// [Brightness Value: 0.0225]
//patch=1,EE,011ebf90,word,3C013CB8
//patch=1,EE,011ebf94,word,342151EC

// or use this:

[Cheats\All Characters, Horse and Colossi bright 8]
// [Brightness Value: 0.025]
//patch=1,EE,011ebf90,word,3C013CCC
//patch=1,EE,011ebf94,word,3421CCCD

// or use this:

[Cheats\All Characters, Horse and Colossi bright 9]
// [Brightness Value: 0.0275]
//patch=1,EE,011ebf90,word,3C013CE1
//patch=1,EE,011ebf94,word,342147AE

// or use this:

[Cheats\All Characters, Horse and Colossi bright 10]
// [Brightness Value: 0.03]
//patch=1,EE,011ebf90,word,3C013CF5
//patch=1,EE,011ebf94,word,3421C28F

// or use this:

[Cheats\All Characters, Horse and Colossi bright 11]
// [Brightness Value: 0.035]
//patch=1,EE,011ebf90,word,3C013D0F
//patch=1,EE,011ebf94,word,34215C29

// ******************************************************************************
// ******** End of "Characters-, Horse- and Colossi-Brightness Section" *********
// ******************************************************************************


// ******************************************************************************
// *** Beginn of "Health-, Grip-, Weapon-Meter never/always visible" Section ****
// ******************************************************************************

[Cheats\Health-, Grip-, Weapon-Meter never visible]
//patch=1,EE,01406108,word,03e00008
//patch=1,EE,0140610c,word,00000000

// or use this:

[Cheats\Health-, Grip-, Weapon-Meter always visible]
patch=1,EE,0140613c,word,10000006
patch=1,EE,01406150,word,14000009

// or use this:

[Cheats\Only Health Bar of the Colossi visible]
//patch=1,EE,0140613c,word,10000006
//patch=1,EE,01406150,word,14000009
//patch=1,EE,01406188,word,2444E640
//patch=1,EE,0140624c,word,24040000

// ******************************************************************************
// **** End of "Health-, Grip-, Weapon-Meter never/always visible" Section ******
// ******************************************************************************


// ******************************************************************************
// ****************** Beginn of "Horse Modifier Codes" Section ******************
// ******************************************************************************

[Cheats\Black Agro]
// [("New Game",Line 1) Control Address and its 4 Byte Value: 012E9F34 00000000
//  ("Load Game",L2+L3) Control Address and its 4 Byte Value: 014775BC 00000000]
//patch=1,EE,013683a0,word,24030000
//patch=1,EE,01360e90,word,24030000
//patch=1,EE,013632d0,word,24030000

// or use this:

[Cheats\White Agro]
// [("New Game",Line 1) Control Address and its 4 Byte Value: 012E9F34 00000001
//  ("Load Game",L2+L3) Control Address and its 4 Byte Value: 014775BC 00000001]
//patch=1,EE,013683a0,word,24030001
//patch=1,EE,01360e90,word,24030001
//patch=1,EE,013632d0,word,24030001

// or use this:

[Cheats\Brown Agro]
// [("New Game",Line 1) Control Address and its 4 Byte Value: 012E9F34 00000002
//  ("Load Game",L2+L3) Control Address and its 4 Byte Value: 014775BC 00000002]
//patch=1,EE,013683a0,word,24030002
//patch=1,EE,01360e90,word,24030002
//patch=1,EE,013632d0,word,24030002

// ******************************************************************************
// ******************* End of "Horse Modifier Codes" Section ********************
// ******************************************************************************


[Cheats\Camera Symmetry (y-Axis) Fix (alt.)]
patch=1,EE,0125bc6c,word,3c013f80
patch=1,EE,0125bc70,word,34210000
patch=1,EE,0125bdd0,word,3c013f80
patch=1,EE,0125bdd4,word,34210000
patch=1,EE,0125c364,word,3c013f80
patch=1,EE,0125c368,word,34210000


// ******************************************************************************
// *********** Beginn of "Camera Zoom Out and 4:3 Screen Size" Section **********
// ******************************************************************************

[Cheats\Camera Zoom Out]
// [First Line affects x-Axis and
//  second Line affects y-Axis]
// (Screen Size remains symmetrical in Progressive Scan Mode!
//  You can also use the original Value 3F800000 in both Code-Lines to keep the
//  Screen Size symmetrical in Progressive Scan Mode without the Zoom-Out Effect)
//patch=1,EE,0129390C,word,3FA00000
//patch=1,EE,01293910,word,3FA00000

// or use this:

[Cheats\Screen Aspect Ratio always 4:3]
// [Control Address and its 4 Byte Value (X-Axis): 0129390C 3F800000
//  Control Address and its 4 Byte Value (Y-Axis): 01293910 3F800000]
//patch=1,EE,0125baf0,word,3C020129
//patch=1,EE,0125baf4,word,3C013F80
//patch=1,EE,0125baf8,word,34210000
//patch=1,EE,0125bafc,word,44810000
//patch=1,EE,0125bb00,word,03e00008
//patch=1,EE,0125bb04,word,e440390c
//patch=1,EE,0125bb08,word,00000000
//patch=1,EE,0125bb48,word,00000000
//patch=1,EE,0125bb4c,word,00000000
//patch=1,EE,0125bac0,word,46140003
//patch=1,EE,0125bac4,word,c7b40030
//patch=1,EE,0125bac8,word,46030002
//patch=1,EE,0125bacc,word,46040003
//patch=1,EE,0125bad0,word,3C013F80
//patch=1,EE,0125bad4,word,34210000
//patch=1,EE,0125bad8,word,44810000
//patch=1,EE,0125badc,word,e6400000

// ******************************************************************************
// ************ End of "Camera Zoom Out and 4:3 Screen Size" Section ************
// ******************************************************************************


[Cheats\Unlock "New Game (Hard Mode)"]
// [Control Address and its 4 Byte Value: 01291340 00000001]
patch=1,EE,01241c60,word,03E00008
patch=1,EE,01241c64,word,24020001
patch=1,EE,01241c68,word,00000000
patch=1,EE,01241c6c,word,00000000

[Cheats\Unlock "Time Attack" in "New Game" - "New Game (Hard Mode)" - and "Load Game"-Modes]
// [Control Address and its 4 Byte Value: 012e60d4 00000001]
patch=1,EE,01360090,word,00000000
patch=1,EE,01360094,word,03E00008
patch=1,EE,01360098,word,24020001
patch=1,EE,0136009C,word,00000000
[Image: rljhqWx.png]

If you use this new alternate Code

// Disable Relocation of the Instructions by Pseudo-Random Algorithm
// [flag to Register $v0 always (constant) zero]
// [!!! ABSOLUTE MANDATORY CODE, HAS ALWAYS TO BE ENABLED !!!]
patch=1,EE,001003d0,word,64020000

you have to comment the following old Code out.

// Disable Relocation of the Instructions by Pseudo-Random Algorithm
// [flag to Register $v0 always (constant) zero]
// [!!! ABSOLUTE MANDATORY CODE, HAS ALWAYS TO BE ENABLED !!!]
patch=1,EE,00100304,word,10620033
patch=1,EE,001003D0,word,00000000
patch=1,EE,001003D4,word,10000006

Then it will look like this with the preceding // Signs:

// Disable Relocation of the Instructions by Pseudo-Random Algorithm
// [flag to Register $v0 always (constant) zero]
// [!!! ABSOLUTE MANDATORY CODE, HAS ALWAYS TO BE ENABLED !!!]
//patch=1,EE,00100304,word,10620033
//patch=1,EE,001003D0,word,00000000
//patch=1,EE,001003D4,word,10000006

Maybe you forget that ?
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493