..:: 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
Raw codes works just fine(unless you are using something older than pcsx2 0.9.8),the only thing you have to do is replace the first address digit with 2(this only applies to normal codes...not for condition enablers,joker or condensed codes)

For example this code above
writeInteger(0x205FE3F8, 3000)
writeInteger(0x205FE3FC, 3000)

Is the same while using pnach or any other cheating program.The original code(in pcsx2\ps2)is 005FE3F8
In pnach
?05FE3F8 - if you set it to 2,then you have to use extended and it also means that you are going to modify 4 addresses,if you set it to 1,it will modify 2 addresses,and if you set it to 0,it will modify one address
In CE,I don't know how you specify how many addresses you will modify(by using script)but the address is the same(except that the first digit is always 2).

So you can get any cheat from the internet,convert it to raw,replace the first digit of the address with 2 and you can use the code in any cheating program
For lua scripts in CE you could use writeBytes(adress, x,x,x,x,x,x,x...) just need to remember to swap bytes
for example
Code:
writeBytes(0x205FE3F8, 0xB8,0x0B)
would be like the code
105FE3F8 00000BB8
soo exactly same as adding
205FE3F8 2bytes 3000 to any cheat table
For the codes that patch more adresses with the same value a simple loop keeping the offset as a variable would be enough and sometimes faster than adding it all to cheat table.
Something like(not the actual code;P, just a pseudocode example)
Code:
i=0
for i<=4 do
writeInteger(0x205FE3F8+i, 3000)
i=i+4
end

equals to

writeInteger(0x205FE3F8, 3000)
writeInteger(0x205FE3FC, 3000)
But also that can be a bit better couse you can use writeBytes(or writeFloat/writeString/writeDouble depending on the need) with it too, and multi-line/condensed codes from armax/cb allow patching only full 4 bytes this way which sometimes limits it's usage.

I personally wish just some kind of newbie gui in PCSX2 for pnach files couse I see most people gave up before even trying to use it simply couse it "looks" hard and scares them off. We all know it's easy and with tools like omniconvert+pcsx2ce+our favourite cheating programs even takes no time at all, but when somebody opens any tutorial "how to use pnach files" he will probably just see a wall of text with some strange numbers which have no sense for him.
Um, Hello. ^ ^
[REQUEST]
Yu-Gi-Oh : The Duelist Of The Roses PNACH files,
Game CRC : 0x07AD79C9
SLUS_205.15
(04-18-2012, 08:09 AM)Firzu Wrote: [ -> ]Um, Hello. ^ ^
[REQUEST]
Yu-Gi-Oh : The Duelist Of The Roses PNACH files,
Game CRC : 0x07AD79C9
SLUS_205.15

Again,remove // infront of patch on the codes you want to use
Code:
//Infinite LP P1
//patch=1,EE,103177CA,extended,0000270F

//No LP P1
//patch=1,EE,103177CA,extended,00000000

//Always Low LP P1
//patch=1,EE,D03177CA,extended,00300001
//patch=1,EE,103177CA,extended,00000001

//Max Summoning Level P1
//patch=1,EE,003177D1,extended,00000063

//Low Summoning Level P1
//patch=1,EE,003177D1,extended,00000001

//No Summoning Level P1
//patch=1,EE,003177D1,extended,00000000

//P1 Press L2+R2 For Instant Win
//patch=1,EE,D03259C2,extended,0000FCFF
//patch=1,EE,10317B1A,extended,00000000

//P1 Press R2+Up For First Round
//patch=1,EE,D03259C2,extended,0000FDEF
//patch=1,EE,003181E3,extended,00000001

//P1 Press R2+Down For 1 Round Left
//patch=1,EE,D03259C2,extended,0000FDBF
//patch=1,EE,003181E3,extended,00000063

//P1 Press R2+Left For No Rounds Left
//patch=1,EE,D03259C2,extended,0000FD7F
//patch=1,EE,003181E3,extended,00000064

//P1 Card 1-Can Always Move
//patch=1,EE,003182D7,extended,00000000

//P1 Card 1-Can Never Move
//patch=1,EE,003182D7,extended,00000001

//P1 Card 2-Can Always Move
//patch=1,EE,00318333,extended,00000000

//P1 Card 2-Can Never Move
//patch=1,EE,00318333,extended,00000001

//P1 Card 3-Can Always Move
//patch=1,EE,0031838F,extended,00000000

//P1 Card 3-Can Never Move
//patch=1,EE,0031838F,extended,00000001

//P1 Card 4-Can Always Move
//patch=1,EE,003183EB,extended,00000000

//P1 Card 4-Can Never Move
//patch=1,EE,003183EB,extended,00000001

//P1 Card 5-Can Always Move
//patch=1,EE,00318447,extended,00000000

//P1 Card 5-Can Never Move
//patch=1,EE,00318447,extended,00000001

//P1 Card 6-Can Always Move
//patch=1,EE,003184A3,extended,00000000

//P1 Card 6-Can Never Move
//patch=1,EE,003184A3,extended,00000001

//P1 Card 7-Can Always Move
//patch=1,EE,003184FF,extended,00000000

//P1 Card 7-Can Never Move
//patch=1,EE,003184FF,extended,00000001

//P1 Card 8-Can Always Move
//patch=1,EE,0031855B,extended,00000000

//P1 Card 8-Can Never Move
//patch=1,EE,0031855B,extended,00000001

//Infinite LP P2
//patch=1,EE,10317B1A,extended,0000270F

//No LP P2
//patch=1,EE,10317B1A,extended,00000000

//Always Low LP P2
//patch=1,EE,D0317B1A,extended,00300001
//patch=1,EE,10317B1A,extended,00000001

//Max Summoning Level P2
//patch=1,EE,00317B21,extended,00000063

//Low Summoning Level P2
//patch=1,EE,00317B21,extended,00000001

//No Summoning Level P2
//patch=1,EE,00317B21,extended,00000000

//P2 Press L2+R2 For Instant Win
//patch=1,EE,D0325AC2,extended,0000FCFF
//patch=1,EE,103177CA,extended,00000000

//P2 Press R2+Up For First Round
//patch=1,EE,D0325AC2,extended,0000FDEF
//patch=1,EE,003181E3,extended,00000001

//P2 Press R2+Down For 1 Round Left
//patch=1,EE,D0325AC2,extended,0000FDBF
//patch=1,EE,003181E3,extended,00000063

//P2 Press R2+Left For No Rounds Left
//patch=1,EE,D0325AC2,extended,0000FD7F
//patch=1,EE,003181E3,extended,00000064

//P2 Card 1-Can Always Move
//patch=1,EE,003186CB,extended,00000000

//P2 Card 1-Can Never Move
//patch=1,EE,003186CB,extended,00000001

//P2 Card 2-Can Always Move
//patch=1,EE,00318727,extended,00000000

//P2 Card 2-Can Never Move
//patch=1,EE,00318727,extended,00000001

//P2 Card 3-Can Always Move
//patch=1,EE,00318783,extended,00000000

//P2 Card 3-Can Never Move
//patch=1,EE,00318783,extended,00000001

//P2 Card 4-Can Always Move
//patch=1,EE,003187DF,extended,00000000

//P2 Card 4-Can Never Move
//patch=1,EE,003187DF,extended,00000001

//P2 Card 5-Can Always Move
//patch=1,EE,0031883B,extended,00000000

//P2 Card 5-Can Never Move
//patch=1,EE,0031883B,extended,00000001

//P2 Card 6-Can Always Move
//patch=1,EE,00318897,extended,00000000

//P2 Card 6-Can Never Move
//patch=1,EE,00318897,extended,00000001

//P2 Card 7-Can Always Move
//patch=1,EE,003188F3,extended,00000000

//P2 Card 7-Can Never Move
//patch=1,EE,003188F3,extended,00000001

//P2 Card 8-Can Always Move
//patch=1,EE,0031894F,extended,00000000

//P2 Card 8-Can Never Move
//patch=1,EE,0031894F,extended,00000001

//Battle Map Codes
//Max Wins
//patch=1,EE,10299E4E,extended,0000270F

//No Wins
//patch=1,EE,10299E4E,extended,00000000

//Max Losses
//patch=1,EE,10299E50,extended,0000270F

//No Losses
//patch=1,EE,10299E50,extended,00000000

//DC Always 1
//patch=1,EE,1033F576,extended,00000001

//Never DC To Batle
//patch=1,EE,10239E46,extended,00001000

//Have All Cards In Chest
//patch=1,EE,20216B70,extended,3C036762
//patch=1,EE,20216B74,extended,34630525
//patch=1,EE,20216B78,extended,AC830000

//Have Battle Location Codes
//Milford Haven
//patch=1,EE,00299E14,extended,00000003

//Chester
//patch=1,EE,00299E15,extended,00000003

//Lancashire
//patch=1,EE,00299E16,extended,00000003

//Newcastle
//patch=1,EE,00299E17,extended,00000003

//Towton
//patch=1,EE,00299E18,extended,00000003

//St. Albans
//patch=1,EE,00299E19,extended,00000003

//Bosworth
//patch=1,EE,00299E1A,extended,00000003

//Tewkesbury
//patch=1,EE,00299E1B,extended,00000003

//Exeter
//patch=1,EE,00299E1C,extended,00000003

//Isle Of Man
//patch=1,EE,00299E1D,extended,00000003

//Stonehenge
//patch=1,EE,00299E1E,extended,00000003

//All Locations
//patch=1,EE,20299E14,extended,03030303
//patch=1,EE,20299E18,extended,03030303
//patch=1,EE,10299E1C,extended,00000303
//patch=1,EE,00299E1E,extended,00000003
can any one give me PNACH files for Tales of Legendia?
Codes for what?
Requesting Chaos Wars Pnach Codes pleaseSad
Game CRC:56AD161B
SLUS_217.22
All Codes Please like infinite money hp mp stats and so on
(04-20-2012, 08:24 AM)patrick117 Wrote: [ -> ]can any one give me PNACH files for Tales of Legendia?

http://forums.pcsx2.net/Thread-Post-your...1#pid61971
hey Laugh hope you all can help me
[REQUEST]
Makai Kingdom: Chronicles of the Sacred Tome
Game CRC : 0x121AFAF5
SLUS_211.70
Enable only the codes you want by removing the // infront of patch=1
Code:
gametitle=Makai Kingdom: Chronicles of the Sacred Tome USA
//Infinite Money
//patch=1,EE,102E7AD0,extended,0000FFFF

//Max Money
//patch=1,EE,202E7AD0,extended,107A3FFF
//patch=1,EE,202E7AD4,extended,00005AF3

//Infinite Bonus Points (Character Creation)
//patch=1,EE,202AAE18,extended,0098967F

//Quick Exp Gain
//patch=1,EE,20189CA8,extended,3402270F

//Super Quick Exp Gain
//patch=1,EE,20189CA8,extended,3402FFFF

//Ultra Quick Exp Gain
//patch=1,EE,20189CA8,extended,3C0205F5

//Insanely Quick Exp Gain
//patch=1,EE,20189CA8,extended,3402270F
//patch=1,EE,20189CAC,extended,0002103C

//Level 9,999 After 1 Kill
//patch=1,EE,20189CA8,extended,3C020001
//patch=1,EE,20189CAC,extended,0002103C

//Quick Skill Exp Gain
//patch=1,EE,2017F594,extended,340603E7

//Super Quick Skill Exp Gain
//patch=1,EE,2017F594,extended,3406270F

//Ultra Quick Skill Exp Gain
//patch=1,EE,2017F594,extended,3406FFFF

//Quick Mana Gain
//patch=1,EE,20189F20,extended,340303E7

//Super Quick Mana Gain
//patch=1,EE,20189F20,extended,3403270F

//Ultra Quick Mana Gain
//patch=1,EE,20189F20,extended,3403FFFF

//Insanely Quick Mana Gain
//patch=1,EE,20189F20,extended,3C0305F5
In case you don't know,the pnach extension is simple txt file,so any text editor will be able to open it
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