..:: 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
Thank you for your replies.

This patch making has really gone over my head and I'm having trouble understanding it.

Will somebody be able to help create an infinite health/no damage patch for Gitaroo Man please?

CRC = 7130C553
NTSC-U
(02-04-2013, 08:31 AM)Auron01 Wrote: [ -> ]Thank you for your replies.

This patch making has really gone over my head and I'm having trouble understanding it.

Will somebody be able to help create an infinite health/no damage patch for Gitaroo Man please?

CRC = 7130C553
NTSC-U

comment=points
patch=1,EE,01abc98c,word,0000ffff
comment=life
patch=1,EE,01abc980,double,3f800000

life is 4 byte float value. 1.0 = full life
cheats found on cheat engine and old pcsx2.
life found after I found point address. offset worked perfectly

cheat engine codes I had where
points
0696D98C
life
0696D980

opps on last post address with cheat engine might change but should work if you do not shut down pcsx2 and restart.
I need some help to see if these codes are correct, I don't want the x4095 xp one, cause then it'll be just too easy, I think personally that 4x isn't all that terrible, but since I found these codes on gamefaqs I'm not 100% sure if these are the RAW correct codes.

Persona 3 FES SLUS-21621 (94A82AAA)

// Gain EXP x4 (Protagonist)
patch=1,EE,2016d584,extended,3c030083
patch=1,EE,2016d588,extended,8c626268
patch=1,EE,2016d58c,extended,00052880
patch=1,EE,2016d590,extended,00452021
patch=1,EE,2016d594,extended,ac646268

// Gain EXP x4 (Other Characters/Personas)
patch=1,EE,200c0000,extended,00108080
patch=1,EE,200c0004,extended,00701821
patch=1,EE,200c0008,extended,0805d93b
patch=1,EE,200c000c,extended,ae230008
patch=1,EE,201764e8,extended,08030000
patch=1,EE,201764ec,extended,00000000
(02-05-2013, 06:30 AM)StriFe79 Wrote: [ -> ]I need some help to see if these codes are correct, I don't want the x4095 xp one, cause then it'll be just too easy, I think personally that 4x isn't all that terrible, but since I found these codes on gamefaqs I'm not 100% sure if these are the RAW correct codes.

Persona 3 FES SLUS-21621 (94A82AAA)

// Gain EXP x4 (Protagonist)
patch=1,EE,2016d584,extended,3c030083
patch=1,EE,2016d588,extended,8c626268
patch=1,EE,2016d58c,extended,00052880
patch=1,EE,2016d590,extended,00452021
patch=1,EE,2016d594,extended,ac646268

// Gain EXP x4 (Other Characters/Personas)
patch=1,EE,200c0000,extended,00108080
patch=1,EE,200c0004,extended,00701821
patch=1,EE,200c0008,extended,0805d93b
patch=1,EE,200c000c,extended,ae230008
patch=1,EE,201764e8,extended,08030000
patch=1,EE,201764ec,extended,00000000

Your codes are indeed in RAW format and they work (tested them myself)

Also, if you want to get an exact ammount of Exp after battle then use these codes...correction...use only ONE of these at a time.

//Gain 100 EXP After Battle
//patch=1,EE,201FBF70,extended,00000000
//patch=1,EE,201FBF78,extended,24020064

//Gain 200 EXP After Battle
//patch=1,EE,201FBF70,extended,00000000
//patch=1,EE,201FBF78,extended,240200C8

//Gain 500 EXP After Battle
//patch=1,EE,201FBF70,extended,00000000
//patch=1,EE,201FBF78,extended,240201F4

//Gain 1000 EXP After Battle
//patch=1,EE,201FBF70,extended,00000000
//patch=1,EE,201FBF78,extended,240203E8

//Gain 5000 EXP After Battle
//patch=1,EE,201FBF70,extended,00000000
//patch=1,EE,201FBF78,extended,24021388

//Gain 10 000 EXP After Battle
//patch=1,EE,201FBF70,extended,00000000
//patch=1,EE,201FBF78,extended,24022710

//Gain 25 000 EXP After Battle
//patch=1,EE,201FBF70,extended,00000000
//patch=1,EE,201FBF78,extended,240261A8

//Gain 50 000 EXP After Battle
//patch=1,EE,201FBF70,extended,00000000
//patch=1,EE,201FBF78,extended,3402C350

//Gain 100 000 EXP After Battle
//patch=1,EE,201FBF70,extended,3C020001
//patch=1,EE,201FBF78,extended,344286A0

//Gain 500 000 EXP After Battle
//patch=1,EE,201FBF70,extended,3C020007
//patch=1,EE,201FBF78,extended,3442A120
This pnach is a complete one for Disgaea 1 Hour of Darkness US CRC: 4D2CAC9D [attachment=42362]

Code:
gametitle=Disgaea Hour of Darkness [SLUS 20666] (U)
comment=Pnach by JorgeFFC
/-------------[Miscelaneous Codes]
// Infinite Money
patch=1,EE,102A20C0,extended,0000FFFF

// Max Money
patch=1,EE,202A20C0,extended,3B9AC9FF

// Debug Menu
patch=1,EE,20100440,extended,8F8485AC
patch=1,EE,20100444,extended,34840002
patch=1,EE,20100448,extended,1000000B
patch=1,EE,2010044C,extended,AF8485AC

// Access All Character Classes After Winning One Battle
patch=1,EE,200F2000,extended,27BDFFA0
patch=1,EE,200F2004,extended,7FA10040
patch=1,EE,200F2008,extended,7FA20030
patch=1,EE,200F200C,extended,7FA30020
patch=1,EE,200F2010,extended,7FA40010
patch=1,EE,200F2014,extended,3C02002A
patch=1,EE,200F2018,extended,244222F8
patch=1,EE,200F201C,extended,240303F2
patch=1,EE,200F2020,extended,00000821
patch=1,EE,200F2024,extended,A4430002
patch=1,EE,200F2028,extended,24210001
patch=1,EE,200F202C,extended,28240006
patch=1,EE,200F2030,extended,14800003
patch=1,EE,200F2034,extended,24630001
patch=1,EE,200F2038,extended,24630004
patch=1,EE,200F203C,extended,00000821
patch=1,EE,200F2040,extended,2404049C
patch=1,EE,200F2044,extended,14830002
patch=1,EE,200F2048,extended,2404085D
patch=1,EE,200F204C,extended,240307D0
patch=1,EE,200F2050,extended,14830003
patch=1,EE,200F2054,extended,24040898
patch=1,EE,200F2058,extended,24030866
patch=1,EE,200F205C,extended,00000821
patch=1,EE,200F2060,extended,14830003
patch=1,EE,200F2064,extended,286408A7
patch=1,EE,200F2068,extended,240308A2
patch=1,EE,200F206C,extended,24010001
patch=1,EE,200F2070,extended,1480FFEC
patch=1,EE,200F2074,extended,24420008
patch=1,EE,200F2078,extended,7BA10040
patch=1,EE,200F207C,extended,7BA20030
patch=1,EE,200F2080,extended,7BA30020
patch=1,EE,200F2084,extended,7BA40010
patch=1,EE,200F2088,extended,08087BFF
patch=1,EE,200F208C,extended,27BD0060
patch=1,EE,2021EFF4,extended,0803C800

// All Playable Classes Can Be Created
patch=1,EE,200F2020,extended,3C02002A
patch=1,EE,200F2024,extended,244229E0
patch=1,EE,200F2044,extended,0C03CC40
patch=1,EE,200F2048,extended,24030BC2
patch=1,EE,200F206C,extended,0C03CC40
patch=1,EE,200F2070,extended,24030BB8
patch=1,EE,200F208C,extended,24030A37
patch=1,EE,200F2090,extended,24040A31
patch=1,EE,200F2094,extended,24053000
patch=1,EE,200F2098,extended,0C03CC00
patch=1,EE,200F209C,extended,24060001
patch=1,EE,200F20B8,extended,24030A28
patch=1,EE,200F20BC,extended,24040A09
patch=1,EE,200F20C0,extended,0C03CC00
patch=1,EE,200F20C4,extended,2406000A
patch=1,EE,200F20E4,extended,0C03CC40
patch=1,EE,200F20E8,extended,240309F6
patch=1,EE,200F2108,extended,0C03CC40
patch=1,EE,200F210C,extended,240309E2
patch=1,EE,200F2130,extended,2403097E
patch=1,EE,200F2134,extended,0C03CC00
patch=1,EE,200F2138,extended,2404095F
patch=1,EE,200F2160,extended,240308A7
patch=1,EE,200F2164,extended,240408A1
patch=1,EE,200F2168,extended,0C03CC00
patch=1,EE,200F216C,extended,24060001
patch=1,EE,200F218C,extended,0C03CC40
patch=1,EE,200F2190,extended,24030898
patch=1,EE,200F21B4,extended,24030893
patch=1,EE,200F21B8,extended,24040865
patch=1,EE,200F21BC,extended,0C03CC00
patch=1,EE,200F21C0,extended,24050005
patch=1,EE,200F21E0,extended,0C03CC40
patch=1,EE,200F21E4,extended,2403085C
patch=1,EE,200F2204,extended,24030857
patch=1,EE,200F2208,extended,0C03CC00
patch=1,EE,200F220C,extended,240407CF
patch=1,EE,200F2228,extended,2403048D
patch=1,EE,200F222C,extended,0C03CC00
patch=1,EE,200F2230,extended,240403F1
patch=1,EE,200F224C,extended,24030005
patch=1,EE,200F2250,extended,0C03CC00
patch=1,EE,200F2254,extended,24040000

// Infinite Character Dispatch
patch=1,EE,002F65E1,extended,00000073

// Infinite Item Usage
patch=1,EE,201B8258,extended,00000000

// Access All Areas
patch=1,EE,20245B88,extended,00000018

// Magic/Item Use: Unlimited Range
patch=1,EE,D0246138,extended,00100000
patch=1,EE,20246138,extended,00000064

// Bonus Gauge At 9 After One Action
/patch=1,EE,2021EFE4,extended,24020064
/patch=1,EE,2021F03C,extended,24020009

// Bonus Gauge Always 9
/patch=1,EE,102F65CE,extended,00000009

// Weapon Skill Level At 255 After One Battle: All Characters
patch=1,EE,2014C748,extended,3C100032

// Max Mana After One Kill: All Characters
patch=1,EE,2016D6DC,extended,24010000

// Skill At Level 99 After One Use: All Characters
patch=1,EE,2014C5BC,extended,3C031000

// Skill Exp Applied To All Available Skills
patch=1,EE,2014C5A4,extended,00000000
patch=1,EE,2014C5C4,extended,00000000

// Level 9,999 After One Kill: All Characters
patch=1,EE,2016D940,extended,3C037FFF
patch=1,EE,2016D944,extended,0003183C
/-------------[Miscelaneous Codes]---END

/-------------[Newly Aquired Items]
// Newly Acquired Items Have 16 Specialist Slots
patch=1,EE,201B9A30,extended,24020011

// Newly Acquired Items Have 'Legend' Rarity
patch=1,EE,201B97D0,extended,00000000

// Newly Acquired Items Have 0 Rarity
patch=1,EE,201B97D0,extended,00000000
patch=1,EE,201B97EC,extended,A0400088

// New Items Are At Level(Changing XX to 64 = 100...):
/patch=1,EE,201B9794,extended,08032000
/patch=1,EE,201B9798,extended,240400XX
/patch=1,EE,200C8000,extended,A0440082
/patch=1,EE,200C8004,extended,0C054D28
/patch=1,EE,200C8008,extended,0002202D
/patch=1,EE,200C800C,extended,0806E5E7

// Specialists: Modifier For Newly Acquired Items(Change XX for any of those values)
/patch=1,EE,201B9AE0,extended,240200XX
/Specialist Digits
/Replace XX with one of the numbers below
/01 - Dietician - Adds HP bonuS.
/02 - Master - Adds SP bonuS.
/03 - Gladiator - Adds ATK bonuS.
/04 - Sentry - Adds DEF bonuS.
/05 - Teacher - Adds INT bonuS.
/06 - Coach - - Adds SPD bonuS.
/07 - Marksman - Adds Hit bonuS.
/08 - Physician - Adds RES bonuS.
/15 - Alchemist - Adds Poison effect to attack.
/16 - Hypnotist - Adds Sleep effect to attack.
/17 - Witch Doctor - Adds Paralyze effect to attack.
/18 - Amnesiac - Adds Forget effect to attack.
/19 - Gangster - Adds Deprave effect to attack.
/1A - Professional - Adds Critical effect to attack.
/29 - Pharmacist - Raises resistance to poison.
/2A - Coffee Maker - Raises resistance to sleep.
/2B - Medicine Man - Raises resistance to paralyze.
/2C - Psychologist - Raises resistance to forget.
/2D - Social Worker - Raises resistance to deprave.
/2E - Firefighter - Raises resistance to fire.
/2F - Aeronaut - Raises resistance to wind.
/30 - Cryophile - Raises resistance to ice.
/3D - Broker - Raises money gained by killing enemies.
/3E - Statistician - Raises EXP gained by killing enemies.
/3F - Manager - Raises amount of mana gained.
/40 - Armsmaster - Speeds up weapon mastery.
/41 - Artisan - Increases the item's potential.
/79 - Troublemaker - Mischevious resident that hinders others.
/7A - Villain - Nasty resident that hinders others.
/83 - Item General - General of the Item World.
/84 - Item King - King of the Item World.
/85 - Item God - God of the Item World.
/86 - Item God 2 - God of the Item World.

// Specialists: Max Power Bonus On Newly Acquired Items
patch=1,EE,201B9B20,extended,24030001
patch=1,EE,201B9B24,extended,A0430089

// Specialists: Power Modifier On Newly Acquired Items
/patch=1,EE,201B9B20,extended,24030001
/patch=1,EE,201B9B24,extended,A0430089
/patch=1,EE,201B9BFC,extended,2402XXXX
/Replace XXXX with:
/0064 = 100
/00FF = 255
/03E8 = 1,000
/1388 = 5,000
/270F = 9,999
/Any value above 9,999 will change the innocent power to 1.
/-------------[Newly Aquired Items]---END

/-------------[Custom Inventory Items Codes]
// Starting Inventory Filled(Use with Full ***** on inventory for edit items)
/patch=1,EE,201A3B88,extended,2A220010

// Custom, Filled Starting Inventory(Only Use with a Full Inventory, can be ***** too for edit, or edit 2A220010 to 2A220004 if u want only 4 first items of /your inventory)
/patch=1,EE,100F0000,extended,0000????
/patch=1,EE,100F0002,extended,0000????
/patch=1,EE,100F0004,extended,0000????
/patch=1,EE,100F0006,extended,0000????
/patch=1,EE,100F0008,extended,0000????
/patch=1,EE,100F000A,extended,0000????
/patch=1,EE,100F000C,extended,0000????
/patch=1,EE,100F000E,extended,0000????
/patch=1,EE,100F0010,extended,0000????
/patch=1,EE,100F0012,extended,0000????
/patch=1,EE,100F0014,extended,0000????
/patch=1,EE,100F0016,extended,0000????
/patch=1,EE,100F0018,extended,0000????
/patch=1,EE,100F001A,extended,0000????
/patch=1,EE,100F001C,extended,0000????
/patch=1,EE,100F001E,extended,0000????
/patch=1,EE,201A3B3C,extended,3C17000F
/patch=1,EE,201A3B48,extended,86E6FFFE
/patch=1,EE,201A3B88,extended,2A220010
/patch=1,EE,201A3B90,extended,26F70002

/Replace the ???? with any of the following:
/Digit Item
/0065 Wristband
/0066 Rock Fist
/0067 Double Slap
/0068 Leather Glove
/0069 Iron Claw
/006A Power Gauntlet
/006B Hyper Knuckle
/006C Lethal Knuckle
/006D Fake Fist
/006E Cross Counter
/006F Swift Knuckle
/0070 Magic Cuff
/0071 Poison Knuckle
/0072 Megaton Punch
/0073 Fist of Fury
/0074 Mach Punch
/0075 Spiked Glove
/0076 Bagh Nakh
/0077 Mystic Hand
/0078 Metal Fist
/0079 Silver Arm
/007A Demonic Fist
/007B Karate Chop
/007C Mistral Fist
/007D Jupiters Fist
/007E Straight Punch
/007F Mirage
/0080 Kwanca
/0081 Bahamuts Fist
/0082 Golden Arm
/0083 Crisis
/0084 Diabolic Fist
/0085 Platinum Arm
/0086 Galactica
/0087 Terra Smasher
/0088 Punisher
/0089 Zodiac
/008A Infernal Fist
/008B Gods Hand
/008C Ultimus
/00C9 Common Sword
/00CA Short Sword
/00CB Swordbreaker
/00CC Bronze Sword
/00CD Long Sword
/00CE Ninja Sword
/00CF Sharp Edge
/00D0 Bastard Sword
/00D1 Broad Sword
/00D2 Magic Sword
/00D3 2-Pronged Blade
/00D4 Great Sword
/00D5 Taser Sword
/00D6 Mortuus Blade
/00D7 Psychic Sword
/00D8 Stabbing Knife
/00D9 Evil Thwarter
/00DA Hibernal Sword
/00DB Muramasa
/00DC Light Sabre
/00DD Vajra
/00DE Mistral Sword
/00DF Jupiters Sword
/00E0 Bloodlust
/00E1 Masamune
/00E2 Bahamuts Fang
/00E3 Adamant Sword
/00E4 Demon Killer
/00E5 Wyrmslayer
/00E6 Laevateinn
/00E7 Diabolic Sword
/00E8 Crusade
/00E9 Kusanagi
/00EA Excalibur
/00EB Shichishi-Tou
/00EC Infernal Sword
/00ED Arondight
/00EE Amano-Hahakiri
/00EF Cosmic Blade
/00F0 Yoshitsuna
/012D Common Spear
/012E Iron Lance
/012F Knights Lance
/0130 Bogus Spear
/0131 Long Spear
/0132 Koshimoto Spear
/0133 Bushido Lance
/0134 Trident
/0135 Paralyzing Spear
/0136 Falcon Lance
/0137 Forgetful Spear
/0138 Black Spear
/0139 Silver Lance
/013A Kung Fu Spear
/013B Venomous Spear
/013C Moonlight
/013D Skewer
/013E Mistral Spear
/013F Jupiters Spear
/0140 Special Lance
/0141 Vile Brilliance
/0142 Golden Lance
/0143 Bone Lance
/0144 Zephyr
/0145 Bahamuts Horn
/0146 Benkei
/0147 Demonic Spear
/0148 Pallas Athene
/0149 Kiyomasa
/014A Heros Spear
/014B Platinum Lance
/014C Li Shuwen
/014D Diabolic Spear
/014E Walkeure
/014F Gungnir
/0150 Gae Bolga
/0151 Chaladholg
/0152 Infernal Spear
/0153 Longinus
/0154 Glorious
/0191 Common Bow
/0192 Hunters Bow
/0193 Longbow
/0194 Big Arrow
/0195 Blessed Bow
/0196 Pixie Bow
/0197 Enchanted Arrow
/0198 Warriors Bow
/0199 Sprite Bow
/019A Venomous Bow
/019B Elven Bow
/019C Spirit Bow
/019D Master Bow
/019E Bow of Havoc
/019F Bow of Justice
/01A0 Silver Bow
/01A1 Flex Bow
/01A2 Plasma Arrow
/01A3 Heros Bow
/01A4 Shining Arrow
/01A5 Mistral Bow
/01A6 Jupiters Bow
/01A7 Golden Bow
/01A8 Judgment Arrow
/01A9 Remote Bow
/01AA Platinum Bow
/01AB Kuki
/01AC Bow of Virtue
/01AD Arcane Bow
/01AE Yoichis Bow
/01AF Bahamuts Aim
/01B0 Percival
/01B1 Prometheus
/01B2 Starchaser
/01B3 Diabolic Bow
/01B4 Ulls Bow
/01B5 Fleche Enflammee
/01B6 Infernal Bow
/01B7 Artemis
/01B8 Galaxy
/01F5 RQ22 Common
/01F6 Model 24
/01F7 RQ38 Custom
/01F8 Dolphin EX
/01F9 RQ-P38
/01FA Nether 35
/01FB KLZ900
/01FC RQ44 Magnum
/01FD Model 48
/01FE Dune Eagle
/01FF Nether 58
/0200 ZK Auto 13
/0201 Ion 8k Ninja
/0202 Model 56
/0203 RQ57 Dragon
/0204 LDT52-R
/0205 Nether 72
/0206 P50-XX
/0207 Ion 9k Samurai
/0208 RQ66 Saint
/0209 GH401WZ
/020A H30k
/020B PS-714
/020C RQ77 Godslayer
/020D Nether 108
/020E T-199X
/020F Karlten
/0210 RQ99 Omega
/0211 Gilgamesh
/0212 Olympus
/0213 Odyssey
/0214 Phillipan
/0215 Fujiyama
/0216 Beowulf
/0217 Tiamat
/0218 Brunhild
/0219 Siegfried
/021A Fenrir
/021B Infernal Gun
/021C Etoile
/0259 Common Axe
/025A Villagers Axe
/025B Battle Axe
/025C Bronze Axe
/025D Iron Axe
/025E Tomahawk
/025F Warriors Axe
/0260 Mighty Axe
/0261 Steel Axe
/0262 Stamina Axe
/0263 Axe of Sorcery
/0264 Pixie Axe
/0265 Falcon Axe
/0266 Enchanted Axe
/0267 Silver Axe
/0268 Dwarven Axe
/0269 Bloody Axe
/026A Adamant Axe
/026B Demons Axe
/026C Dream Axe
/026D Headhunter
/026E Heros Axe
/026F Mistral Axe
/0270 Jupiters Axe
/0271 Golden Axe
/0272 Vigaros Axe
/0273 Axe of Death
/0274 Rune Axe
/0275 Terra Firma
/0276 Hellish Axe
/0277 Bahamuts Talon
/0278 Platinum Axe
/0279 Axe of Slaughter
/027A Mercurius
/027B Diabolic Axe
/027C Empyrean Axe
/027D Balmung
/027E Infernal Axe
/027F Durandal
/0280 Apocalypse
/02BD Wooden Staff
/02BE Light Staff
/02BF Witchs Staff
/02C0 Mages Staff
/02C1 Smiting Rod
/02C2 Quality Staff
/02C3 Hibernal Staff
/02C4 Stamina Staff
/02C5 Swordstaff
/02C6 Pixie Staff
/02C7 Forgetful Staff
/02C8 Mortuus Staff
/02C9 Staff of Sorcery
/02CA Silver Staff
/02CB Elven Staff
/02CC Blessed Staff
/02CD Sages Staff
/02CE Staff of Hope
/02CF Enchanted Staff
/02D0 Mistral Staff
/02D1 Jupiters Staff
/02D2 Staff of Virtue
/02D3 Golden Staff
/02D4 Prophets Staff
/02D5 Rune Staff
/02D6 Rainbow Rod
/02D7 Bahamuts Wit
/02D8 Holy Staff
/02D9 Saints Staff
/02DA Gambantein
/02DB Diabolic Staff
/02DC Tainted Staff
/02DD Polanskys Staff
/02DE Yggdrasil
/02DF Mjollnir
/02E0 Dark Matter
/02E1 Kerykeion
/02E2 Infernal Staff
/02E3 Galactic Staff
/02E4 Omniscient Staff
/0321 Paw Glove
/0322 Scratch Claw
/0323 Crab Pincer
/0324 Shocking Grasp
/0325 Poison Needle
/0326 Bat Parasol
/0327 Cats Claw
/0328 Lizard Tail
/0329 Porcu-Spine
/032A Electric Eel
/032B Cobra Fang
/032C Spiked Shell
/032D Wolf Fang
/032E Tentacles
/032F Vampire Fang
/0330 Gorilla Foot
/0331 Lionheart
/0332 Bear Claw
/0333 Tiger Fang
/0334 Panda Claw
/0335 Nessie Attack
/0336 Medusa Eye
/0337 Brocken
/0338 Demons Hand
/0339 Fiendish Claw
/033A Primal Force
/033B Goblins Fury
/033C Mystic Eye
/033D Geo Saber
/033E Destroy
/033F Lightning Fang
/0340 Dragon Tooth
/0341 Enigma
/0342 Orichalch Claw
/0343 El Dorado
/0344 Dragon Heart
/0345 Belial Force
/0346 Amon Force
/0347 Lucifer Force
/0348 Nyanko Soul
/0349 Nemesis
/034A Nemesis Mk-II
/03E9 Amulet
/03EA Protector
/03EB Bulletproof Vest
/03EC Fancy Lid
/03ED Leather Jacket
/03EE Chain Mail
/03EF Dimensional Cape
/03F0 Power Jacket
/03F1 Bushido Armor
/03F2 Magic Vest
/03F3 Muscle Armor
/03F4 Steel Armor
/03F5 Fur Coat
/03F6 Dandy Gown
/03F7 Stealth Cape
/03F8 Stinky Jacket
/03F9 Ghost Cape
/03FA Prophets Robe
/03FB Silver Tux
/03FC Gritty Vest
/03FD Mistral Armor
/03FE Jupiters Armor
/03FF Cactus Armor
/0400 Hero Cape
/0401 Gold Tux
/0402 Reapers Cloak
/0403 Black Armor
/0404 Nine Tail Fur
/0405 Platinum Tux
/0406 Dragon Jacket
/0407 Orichalch Shield
/0408 Bahamuts Scale
/0409 Evil Armor
/040A Shield of Aegis
/040B Celestial Armor
/040C Infernal Cape
/040D Infernal Shield
/040E Infernal Armor
/040F Nirvana
/0410 Super Robo Suit
/044D Quasi-Power Belt
/044E Power Belt
/044F Endeavor Belt
/0450 Belt of Will
/0451 Mega-Power Belt
/0452 Monster Belt
/0453 Super Belt
/0454 Steel Belt
/0455 Aura Belt
/0456 Love Belt
/0457 Spirit Belt
/0458 Hero Belt
/0459 Soul Belt
/045A Training Belt
/045B Bravery Belt
/045C Guts Belt
/045D Shaolin Belt
/045E Black Belt
/045F Chakra Belt
/0460 Champion Belt
/04B1 Slippers
/04B2 Cross-Trainers
/04B3 Ninja Shoes
/04B4 Falcon Shoes
/04B5 Angels Sandals
/04B6 Accelerator
/04B7 Hyperdrive
/0515 Common Orb
/0516 Psyche Orb
/0517 Dark Orb
/0518 Blood Orb
/0519 Star Orb
/051A Moon Orb
/051B King Orb
/051C Holy Orb
/051D Chaos Orb
/051E Universal Orb
/0579 Common Glasses
/057A Magnifying Glass
/057B Nerd Glasses
/57C Plastic Nose
/057D Opera Glasses
/057E Nightvision
/057F Crosshair Scope
/0580 Foresight
/0581 Destiny Lens
/0582 Providence
/05DD Muscle Brawn
/05DE Muscle Hustle
/05DF Muscle Spirit
/05E0 Muscle Fight
/05E1 Muscle Ace
/05E2 Muscle Victory
/05E3 Muscle Dream
/05E4 Muscle World
/05E5 Muscle Star
/05E6 Galactic Muscle
/0709 Horse Wiener
/070A Mahoganys Brain
/070B Hercules Body
/070C Gaos Guts
/070D Crowdias Beauty
/070E Myaos Cat Ears
/070F Prinny Costume
/0710 Astro Suit
/0711 Felicitacion
/0712 Oracle
/076D Imperial Seal
/076E Dark Rosary
/076F Devil Ring
/0770 Feather Token
/0771 Sofias Mirror
/0772 Pravda Necklace
/0773 Royal Ring
/0774 Testament
/0775 Exodus
/0776 Arcadia
/07D1 ABC Gum
/07D2 Mint Gum
/07D3 Candy
/07D4 Cotton Candy
/07D5 Taiyaki
/07D6 Chocolate
/07D7 Flan
/07D8 Eclair
/07D9 Shortcake
/07DA Sundae
/07DB Opened Drink
/07DC Unopened Drink
/07DD Garlic Water
/07DE Yam Starch
/07DF Barbeque Sauce
/07E0 Egg Yolk
/07E1 Protein Shake
/07E2 Bloody Mary
/07E3 Sake
/07E4 Mushroom Soup
/07EF Dried Worm
/07F0 Caterpillar Egg
/07F1 Charred Newt
/07F2 Rooster Blood
/07F3 Snake Kidney
/07F4 Bat Soup
/07F5 Frog Sweat
/07F6 Immortals Pill
/07F7 Soma
/07F8 Elixir
/07F9 Veggie Burger
/0803 Faerie Dust
/0835 Stealing Hand
/0836 Plunder Hand
/0837 Cha-Ching Hand
/0838 Bandits Hand
/0839 Awesome Hand
/0899 Mr. Gency's Exit
/-------------[Custom Inventory Items Codes]---END

Have fun o.O
(02-03-2013, 01:01 AM)Lucky C Wrote: [ -> ]..........This has got to be the dumbest post I have ever read -_-'
You don't have the different "version" of the game...you just have a different Game CRC then the one you saw on this or some other thread...
The proper game versions are NTSC-U/C, PAL-E/Unk and NTSC-J...
If you have the same game version as it says in that "045D77E9" pnach file then just change the CRC of "045D77E9" to that of your game --> "14FE77F7" and the codes will work just fine.

Sorry, I thought they were CRC exclusive.
Okay... I am almost certain I have made it correctly but I suspect I have used the wrong codes for my version or something. The cheats get detected, but do not activate in the game.

I am playing Radiata Stories,
SLUS_212.62;1
CRC = 47B9B2FD
NTSC-U I think.

Thanks ahead of time, I don't know what I am doing wrong Tongue
Enable only the codes you want by removing // infront of patch=1
Code:
gametitle=Radiata Stories
//Max Money
//patch=1,EE,E005202D,extended,0040E7A0
//patch=1,EE,200C0220,extended,3C0505F5
//patch=1,EE,200C0224,extended,34A5E0FF
//patch=1,EE,200C0228,extended,03E00008
//patch=1,EE,200C022C,extended,AE25005C
//patch=1,EE,2040E7A4,extended,0C030088

//Infinite Item Usage
//patch=1,EE,D02931B8,extended,0000102D
//patch=1,EE,202931C0,extended,00000000

//Use Item For Max Quantity
//patch=1,EE,D0293040,extended,0000102D
//patch=1,EE,20293054,extended,24020063

//View Status For Max Current HP
//patch=1,EE,E003202D,extended,0040DA58
//patch=1,EE,2040DB4C,extended,2414270F
//patch=1,EE,1040DB52,extended,00001000
//patch=1,EE,2040DB54,extended,AE140000

//View Status For Max Overall HP
//patch=1,EE,E002202D,extended,0040DA58
//patch=1,EE,2040DA74,extended,2403270F
//patch=1,EE,2040DB40,extended,AE030004

//View Status For Max Str
//patch=1,EE,E0031021,extended,0031AB78
//patch=1,EE,2031AB90,extended,240303E7
//patch=1,EE,2031AB98,extended,0000102D
//patch=1,EE,2031ABA0,extended,A4C30014

//View Status For Max Def
//patch=1,EE,E0031021,extended,0031AA68
//patch=1,EE,2031AA80,extended,240303E7
//patch=1,EE,2031AA88,extended,0000102D
//patch=1,EE,2031AA90,extended,A4C30018

//View Status For Max Eva
//patch=1,EE,E002202D,extended,004025C8
//patch=1,EE,204025DC,extended,240303E7
//patch=1,EE,204025EC,extended,A643001C

//View Status For Max Lck
//patch=1,EE,E002202D,extended,00402624
//patch=1,EE,20402638,extended,240303E7
//patch=1,EE,20402648,extended,A6430020

//View Status For No Afflictions
//patch=1,EE,E004202D,extended,0040D8D4
//patch=1,EE,200C0240,extended,24050000
//patch=1,EE,200C0244,extended,080C95B0
//patch=1,EE,200C0248,extended,A2050054
//patch=1,EE,2040D8E4,extended,0C030090

//View Status For Max Volty Gauge
//patch=1,EE,E002202D,extended,0040E348
//patch=1,EE,200C0250,extended,24050064
//patch=1,EE,200C0254,extended,03E00008
//patch=1,EE,200C0258,extended,A2250024
//patch=1,EE,2040E34C,extended,0C030094

//View Friends To Have All Friends
//patch=1,EE,E002202D,extended,003A9C3C
//patch=1,EE,203A9C50,extended,24030002
//patch=1,EE,203A9C54,extended,A2430002

//In-Battle Codes
//Infinite HP
//patch=1,EE,E0070078,extended,003E35E8
//patch=1,EE,200C0260,extended,8C82008C
//patch=1,EE,200C0264,extended,8C410060
//patch=1,EE,200C0268,extended,2402270F
//patch=1,EE,200C026C,extended,AC220000
//patch=1,EE,200C0270,extended,03E00008
//patch=1,EE,200C0274,extended,AC220004
//patch=1,EE,203E35EC,extended,0C030098

//Max Volty Gauge
//patch=1,EE,E00600D8,extended,003E3730
//patch=1,EE,200C0280,extended,8C820090
//patch=1,EE,200C0284,extended,8C410060
//patch=1,EE,200C0288,extended,24020064
//patch=1,EE,200C028C,extended,03E00008
//patch=1,EE,200C0290,extended,A0220024
//patch=1,EE,203E3734,extended,0C0300A0

//1-Hit Death (Enemies)
//patch=1,EE,E009007C,extended,003A25CC
//patch=1,EE,200C02A0,extended,8C82008C
//patch=1,EE,200C02A4,extended,8C410060
//patch=1,EE,200C02A8,extended,8C220000
//patch=1,EE,200C02AC,extended,2C430002
//patch=1,EE,200C02B0,extended,50600001
//patch=1,EE,200C02B4,extended,24020001
//patch=1,EE,200C02B8,extended,03E00008
//patch=1,EE,200C02BC,extended,AC220000
//patch=1,EE,203A25D0,extended,0C0300A8

//After Battle Codes
//Gain 50000 Money Per Battle
//patch=1,EE,D0382308,extended,0000005C
//patch=1,EE,2038230C,extended,3402C350

//Gain 40000 Money Per Battle
//patch=1,EE,D0382308,extended,0000005C
//patch=1,EE,2038230C,extended,34029C40

//Gain 30000 Money Per Battle
//patch=1,EE,D0382308,extended,0000005C
//patch=1,EE,2038230C,extended,34027530

//Gain 20000 Money Per Battle
//patch=1,EE,D0382308,extended,0000005C
//patch=1,EE,2038230C,extended,34024E20

//Gain 10000 Money Per Battle
//patch=1,EE,D0382308,extended,0000005C
//patch=1,EE,2038230C,extended,34022710

//Gain 5000 Money Per Battle
//patch=1,EE,D0382308,extended,0000005C
//patch=1,EE,2038230C,extended,34021388

//Gain 1000 Money Per Battle
//patch=1,EE,D0382308,extended,0000005C
//patch=1,EE,2038230C,extended,340203E8

//Gain 500 Money Per Battle
//patch=1,EE,D0382308,extended,0000005C
//patch=1,EE,2038230C,extended,340201F4

//Max Money After 1 Battle
//patch=1,EE,D038231C,extended,0000082A
//patch=1,EE,20382320,extended,00000000

//Gain 500000 Exp Per Battle
//patch=1,EE,E00242C8,extended,003823B8
//patch=1,EE,203823BC,extended,3C040007
//patch=1,EE,203823D0,extended,3484A120

//Gain 400000 Exp Per Battle
//patch=1,EE,E00242C8,extended,003823B8
//patch=1,EE,203823BC,extended,3C040006
//patch=1,EE,203823D0,extended,34841A80

//Gain 300000 Exp Per Battle
//patch=1,EE,E00242C8,extended,003823B8
//patch=1,EE,203823BC,extended,3C040004
//patch=1,EE,203823D0,extended,348493E0

//Gain 200000 Exp Per Battle
//patch=1,EE,E00242C8,extended,003823B8
//patch=1,EE,203823BC,extended,3C040003
//patch=1,EE,203823D0,extended,34840D40

//Gain 100000 Exp Per Battle
//patch=1,EE,E00242C8,extended,003823B8
//patch=1,EE,203823BC,extended,3C040001
//patch=1,EE,203823D0,extended,348486A0

//Gain 50000 Exp Per Battle
//patch=1,EE,D03823B8,extended,000042C8
//patch=1,EE,203823BC,extended,3404C350

//Gain 40000 Exp Per Battle
//patch=1,EE,D03823B8,extended,000042C8
//patch=1,EE,203823BC,extended,34049C40

//Gain 30000 Exp Per Battle
//patch=1,EE,D03823B8,extended,000042C8
//patch=1,EE,203823BC,extended,34047530

//Gain 20000 Exp Per Battle
//patch=1,EE,D03823B8,extended,000042C8
//patch=1,EE,203823BC,extended,34044E20

//Gain 10000 Exp Per Battle
//patch=1,EE,D03823B8,extended,000042C8
//patch=1,EE,203823BC,extended,34042710

//Gain 5000 Exp Per Battle
//patch=1,EE,D03823B8,extended,000042C8
//patch=1,EE,203823BC,extended,34041388

//Gain 1000 Exp Per Battle
//patch=1,EE,D03823B8,extended,000042C8
//patch=1,EE,203823BC,extended,340403E8

//Gain 500 Exp Per Battle
//patch=1,EE,D03823B8,extended,000042C8
//patch=1,EE,203823BC,extended,340401F4

//Max Exp After 1 Battle
//patch=1,EE,D0382400,extended,0000082B
//patch=1,EE,20382404,extended,00000000

//Max Overall HP Upon Level Up
//patch=1,EE,D02AE2B8,extended,0000082A
//patch=1,EE,202AE2BC,extended,00000000

//Max Atk Upon Level Up
//patch=1,EE,D02AE394,extended,000003E8
//patch=1,EE,202AE398,extended,00000000

//Max Def Upon Level Up
//patch=1,EE,D02AE3CC,extended,000003E8
//patch=1,EE,202AE3D0,extended,00000000

//Max Eva Upon Level Up
//patch=1,EE,D02AE404,extended,000003E8
//patch=1,EE,202AE408,extended,00000000

//Max Lck Upon Level Up
//patch=1,EE,D02AE43C,extended,000003E8
//patch=1,EE,202AE440,extended,00000000

//Level 99 Upon Level Up
//patch=1,EE,D02AE4A0,extended,00000064
//patch=1,EE,202AE4A4,extended,00000000

//Max Exp Upon Level Up
//patch=1,EE,D02AE4B8,extended,0000082B
//patch=1,EE,202AE4BC,extended,00000000
(02-09-2013, 02:20 AM)vsub Wrote: [ -> ]Enable only the codes you want by removing // infront of patch=1
Code:
gametitle=Radiata Stories
//Max Money
//patch=1,EE,E005202D,extended,0040E7A0
//patch=1,EE,200C0220,extended,3C0505F5
//patch=1,EE,200C0224,extended,34A5E0FF
//patch=1,EE,200C0228,extended,03E00008
//patch=1,EE,200C022C,extended,AE25005C
//patch=1,EE,2040E7A4,extended,0C030088

//Infinite Item Usage
//patch=1,EE,D02931B8,extended,0000102D
//patch=1,EE,202931C0,extended,00000000

//Use Item For Max Quantity
//patch=1,EE,D0293040,extended,0000102D
//patch=1,EE,20293054,extended,24020063

//View Status For Max Current HP
//patch=1,EE,E003202D,extended,0040DA58
//patch=1,EE,2040DB4C,extended,2414270F
//patch=1,EE,1040DB52,extended,00001000
//patch=1,EE,2040DB54,extended,AE140000

//View Status For Max Overall HP
//patch=1,EE,E002202D,extended,0040DA58
//patch=1,EE,2040DA74,extended,2403270F
//patch=1,EE,2040DB40,extended,AE030004

//View Status For Max Str
//patch=1,EE,E0031021,extended,0031AB78
//patch=1,EE,2031AB90,extended,240303E7
//patch=1,EE,2031AB98,extended,0000102D
//patch=1,EE,2031ABA0,extended,A4C30014

//View Status For Max Def
//patch=1,EE,E0031021,extended,0031AA68
//patch=1,EE,2031AA80,extended,240303E7
//patch=1,EE,2031AA88,extended,0000102D
//patch=1,EE,2031AA90,extended,A4C30018

//View Status For Max Eva
//patch=1,EE,E002202D,extended,004025C8
//patch=1,EE,204025DC,extended,240303E7
//patch=1,EE,204025EC,extended,A643001C

//View Status For Max Lck
//patch=1,EE,E002202D,extended,00402624
//patch=1,EE,20402638,extended,240303E7
//patch=1,EE,20402648,extended,A6430020

//View Status For No Afflictions
//patch=1,EE,E004202D,extended,0040D8D4
//patch=1,EE,200C0240,extended,24050000
//patch=1,EE,200C0244,extended,080C95B0
//patch=1,EE,200C0248,extended,A2050054
//patch=1,EE,2040D8E4,extended,0C030090

//View Status For Max Volty Gauge
//patch=1,EE,E002202D,extended,0040E348
//patch=1,EE,200C0250,extended,24050064
//patch=1,EE,200C0254,extended,03E00008
//patch=1,EE,200C0258,extended,A2250024
//patch=1,EE,2040E34C,extended,0C030094

//View Friends To Have All Friends
//patch=1,EE,E002202D,extended,003A9C3C
//patch=1,EE,203A9C50,extended,24030002
//patch=1,EE,203A9C54,extended,A2430002

//In-Battle Codes
//Infinite HP
//patch=1,EE,E0070078,extended,003E35E8
//patch=1,EE,200C0260,extended,8C82008C
//patch=1,EE,200C0264,extended,8C410060
//patch=1,EE,200C0268,extended,2402270F
//patch=1,EE,200C026C,extended,AC220000
//patch=1,EE,200C0270,extended,03E00008
//patch=1,EE,200C0274,extended,AC220004
//patch=1,EE,203E35EC,extended,0C030098

//Max Volty Gauge
//patch=1,EE,E00600D8,extended,003E3730
//patch=1,EE,200C0280,extended,8C820090
//patch=1,EE,200C0284,extended,8C410060
//patch=1,EE,200C0288,extended,24020064
//patch=1,EE,200C028C,extended,03E00008
//patch=1,EE,200C0290,extended,A0220024
//patch=1,EE,203E3734,extended,0C0300A0

//1-Hit Death (Enemies)
//patch=1,EE,E009007C,extended,003A25CC
//patch=1,EE,200C02A0,extended,8C82008C
//patch=1,EE,200C02A4,extended,8C410060
//patch=1,EE,200C02A8,extended,8C220000
//patch=1,EE,200C02AC,extended,2C430002
//patch=1,EE,200C02B0,extended,50600001
//patch=1,EE,200C02B4,extended,24020001
//patch=1,EE,200C02B8,extended,03E00008
//patch=1,EE,200C02BC,extended,AC220000
//patch=1,EE,203A25D0,extended,0C0300A8

//After Battle Codes
//Gain 50000 Money Per Battle
//patch=1,EE,D0382308,extended,0000005C
//patch=1,EE,2038230C,extended,3402C350

//Gain 40000 Money Per Battle
//patch=1,EE,D0382308,extended,0000005C
//patch=1,EE,2038230C,extended,34029C40

//Gain 30000 Money Per Battle
//patch=1,EE,D0382308,extended,0000005C
//patch=1,EE,2038230C,extended,34027530

//Gain 20000 Money Per Battle
//patch=1,EE,D0382308,extended,0000005C
//patch=1,EE,2038230C,extended,34024E20

//Gain 10000 Money Per Battle
//patch=1,EE,D0382308,extended,0000005C
//patch=1,EE,2038230C,extended,34022710

//Gain 5000 Money Per Battle
//patch=1,EE,D0382308,extended,0000005C
//patch=1,EE,2038230C,extended,34021388

//Gain 1000 Money Per Battle
//patch=1,EE,D0382308,extended,0000005C
//patch=1,EE,2038230C,extended,340203E8

//Gain 500 Money Per Battle
//patch=1,EE,D0382308,extended,0000005C
//patch=1,EE,2038230C,extended,340201F4

//Max Money After 1 Battle
//patch=1,EE,D038231C,extended,0000082A
//patch=1,EE,20382320,extended,00000000

//Gain 500000 Exp Per Battle
//patch=1,EE,E00242C8,extended,003823B8
//patch=1,EE,203823BC,extended,3C040007
//patch=1,EE,203823D0,extended,3484A120

//Gain 400000 Exp Per Battle
//patch=1,EE,E00242C8,extended,003823B8
//patch=1,EE,203823BC,extended,3C040006
//patch=1,EE,203823D0,extended,34841A80

//Gain 300000 Exp Per Battle
//patch=1,EE,E00242C8,extended,003823B8
//patch=1,EE,203823BC,extended,3C040004
//patch=1,EE,203823D0,extended,348493E0

//Gain 200000 Exp Per Battle
//patch=1,EE,E00242C8,extended,003823B8
//patch=1,EE,203823BC,extended,3C040003
//patch=1,EE,203823D0,extended,34840D40

//Gain 100000 Exp Per Battle
//patch=1,EE,E00242C8,extended,003823B8
//patch=1,EE,203823BC,extended,3C040001
//patch=1,EE,203823D0,extended,348486A0

//Gain 50000 Exp Per Battle
//patch=1,EE,D03823B8,extended,000042C8
//patch=1,EE,203823BC,extended,3404C350

//Gain 40000 Exp Per Battle
//patch=1,EE,D03823B8,extended,000042C8
//patch=1,EE,203823BC,extended,34049C40

//Gain 30000 Exp Per Battle
//patch=1,EE,D03823B8,extended,000042C8
//patch=1,EE,203823BC,extended,34047530

//Gain 20000 Exp Per Battle
//patch=1,EE,D03823B8,extended,000042C8
//patch=1,EE,203823BC,extended,34044E20

//Gain 10000 Exp Per Battle
//patch=1,EE,D03823B8,extended,000042C8
//patch=1,EE,203823BC,extended,34042710

//Gain 5000 Exp Per Battle
//patch=1,EE,D03823B8,extended,000042C8
//patch=1,EE,203823BC,extended,34041388

//Gain 1000 Exp Per Battle
//patch=1,EE,D03823B8,extended,000042C8
//patch=1,EE,203823BC,extended,340403E8

//Gain 500 Exp Per Battle
//patch=1,EE,D03823B8,extended,000042C8
//patch=1,EE,203823BC,extended,340401F4

//Max Exp After 1 Battle
//patch=1,EE,D0382400,extended,0000082B
//patch=1,EE,20382404,extended,00000000

//Max Overall HP Upon Level Up
//patch=1,EE,D02AE2B8,extended,0000082A
//patch=1,EE,202AE2BC,extended,00000000

//Max Atk Upon Level Up
//patch=1,EE,D02AE394,extended,000003E8
//patch=1,EE,202AE398,extended,00000000

//Max Def Upon Level Up
//patch=1,EE,D02AE3CC,extended,000003E8
//patch=1,EE,202AE3D0,extended,00000000

//Max Eva Upon Level Up
//patch=1,EE,D02AE404,extended,000003E8
//patch=1,EE,202AE408,extended,00000000

//Max Lck Upon Level Up
//patch=1,EE,D02AE43C,extended,000003E8
//patch=1,EE,202AE440,extended,00000000

//Level 99 Upon Level Up
//patch=1,EE,D02AE4A0,extended,00000064
//patch=1,EE,202AE4A4,extended,00000000

//Max Exp Upon Level Up
//patch=1,EE,D02AE4B8,extended,0000082B
//patch=1,EE,202AE4BC,extended,00000000

ty i thinking of playing game again now i dont need make it
(02-09-2013, 01:37 AM)Gothmer Wrote: [ -> ]Okay... I am almost certain I have made it correctly but I suspect I have used the wrong codes for my version or something. The cheats get detected, but do not activate in the game.

I am playing Radiata Stories,
SLUS_212.62;1
CRC = 47B9B2FD
NTSC-U I think.

Thanks ahead of time, I don't know what I am doing wrong Tongue

i have the same game but my says

Radiata Stories [NTSC-U] [SLUS-21262] this with a 2 at the end not a 1
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