Loaded cheats aren't WORKIN!
#11
(05-10-2015, 11:45 AM)vsub Wrote: You are going to the hard part
Those are Action Replay v2 codes but they are using different encryption key code.

Omniconvert=>Options=>Set AR2 Key Code=>the default is 1746EAAD and the other one is(which those codes use) is 1853E59E
Set it to that and then convert them...Action Replay Version 2 => RAW

Ah, no worries on the hard part Smile done modding on Xbox 360, hacking with KL/RAT, and a little in C++ but its been forever lol. Anyways my understanding is 1746EAAD or 1853E59E can always be the default for AR2 settings on any AR2 version? I noticed 1853E59E was in the (M) one and I'm guessing it'll be for all PS2 AR2 codes?

(M)
0E3C7DF2 1853E59E
7E977325 BCD01E27
CAF5EA97 BCA99B83

Do I really need to have the M in the script cheat? That's one last thing I never fully understood what's the purpose of it and if I have to add it in the script? I heard it's possibility for enabling the cheats and without it they won't work or they're for turning on/off the cheat? Hoping I'll be able to do it without as I don't need and since I got the AR2 converted below if I done it right:


gametitle=James Bond 007 - Agent Under Fire (NTSC-U) [SLUS-20265]
comment=DERP DERP DERP!
// (M)
patch=1,EE,D0C281FC,extended,5CAA4A1B
patch=1,EE,802783A5,extended,002783A4
patch=1,EE,0C090C17,extended,00000000
// Have 999 Lives
patch=1,EE,1010009C,extended,000003E7
// Stretched Mode
patch=1,EE,202BC610,extended,40800000
// Unlock All Levels Load 2 or 3
patch=1,EE,10101F14,extended,0000000B
// MP Map - Rocket Manor
patch=1,EE,10101F78,extended,00000001
// Golden Gun
patch=1,EE,10101FA8,extended,00000001
etc

I really don't know whats the M for and I'm wondering if I get raw from codebreaker v1/7 can I add em together as well and will they still work? Just not sure if it'll screw the game up lol just wanting to get much cheat in as possible and check em out.
Reply

Sponsored links

#12
(M) is generally the master code and I think you don't need them with PCSX2.
[Image: XTe1j6J.png]
Gaming Rig: Intel i7 6700k @ 4.8Ghz | GTX 1070 TI | 32GB RAM | 960GB(480GB+480GB RAID0) SSD | 2x 1TB HDD
Reply
#13
(05-10-2015, 12:46 PM)Blyss Sarania Wrote: (M) is generally the master code and I think you don't need them with PCSX2.
Aight just checking, wb that merging though? Can I combine the codebreaker with AR2? both of em raw of course, and there's gotta be a faster way to make pnach than copy&pasting every codes over 200 times... driving me nuts...
Reply
#14
If by "combining" them you mean using e.g. some CB codes and some ARmax codes in the same pnach(after they've been converted to RAW) then it should be fine.
[Image: XTe1j6J.png]
Gaming Rig: Intel i7 6700k @ 4.8Ghz | GTX 1070 TI | 32GB RAM | 960GB(480GB+480GB RAID0) SSD | 2x 1TB HDD
Reply
#15
(05-10-2015, 01:18 PM)Blyss Sarania Wrote: If by "combining" them you mean using e.g. some CB codes and some ARmax codes in the same pnach(after they've been converted to RAW) then it should be fine.

Yup that's what I mean, thank you both so much! Smile +1 for you both Laugh gonna get the script written out then test AR2 and CB! Still wish there's faster way lol.
Reply
#16
(05-10-2015, 01:00 PM)linkline Wrote: Aight just checking, wb that merging though? Can I combine the codebreaker with AR2? both of em raw of course, and there's gotta be a faster way to make pnach than copy&pasting every codes over 200 times... driving me nuts...

Like Blyss said, you can combine them, but be careful with this. You don't want to accidentally add in a Joker code somewhere in there Tongue. It's perfectly fine to do it with character stat codes though. Most websites keep stat codes in a 'per character' section. So you get

Code:
Character A: Max HP
10000000 0000270F

Character B: Max HP
10000020 0000270F

Which can be easily combined to:

Code:
All Characters: Max HP
10000000 0000270F
10000020 0000270F



There's also ways of creating condensed codes. Stat codes can also be combined if needed.
Take a look at this one for example for Kingdom Hearts 2:

Code:
// Max AP All Characters (Condensed)
patch=1,EE,4033FEC8,extended,000D003D
patch=1,EE,000000FF,extended,00000000

The original code for that was this:

Code:
// Max AP All Characters
patch=1,0033FEC8,extended,000000FF
patch=1,0033FFBC,extended,000000FF
patch=1,003400B0,extended,000000FF
patch=1,003401A4,extended,000000FF
patch=1,00340298,extended,000000FF
patch=1,0034038C,extended,000000FF
patch=1,00340480,extended,000000FF
patch=1,00340574,extended,000000FF
patch=1,00340668,extended,000000FF
patch=1,0034075C,extended,000000FF
patch=1,00340850,extended,000000FF
patch=1,00340944,extended,000000FF
patch=1,00340A38,extended,000000FF

13 lines of code originally. Condensed into a code of just 2 lines.

This is more advanced stuff though. And it's not -always- possible to do it like this, so don't worry about this too much.
AMD Ryzen 5 3600 @ 3.60~4.20 GHz | Corsair Vengeance LPX 32 GB (2x16GB) DDR4-3200
MSI GeForce GTX 1660 Super @ 6 GB | Samsung 980 1TB | Windows 10 Pro x64 (22H2)
Reply




Users browsing this thread: 1 Guest(s)