Posts: 5
Threads: 1
Joined: Mar 2022
Reputation:
0
I'm new here and I need help with getting cheats to work in 2nd Super Robot Wars Alpha. It says the cheats are loaded but not working.
Here are the cheats in the .pnach:
gametitle=Dai-2-Ji Super Robot Taisen Alpha (Japan) (SLPS-25228)
//money
patch=1,EE,2A3DBB63,extended,3B9AC9FF
//1 hit=pilot points max
patch=1,EE,2AEED796,extended,28610000
//SP unlimited
patch=1,EE,2AED8796,extended,73BC0428
And here is the log:
Found Cheats file: 'B6D4DABC.pnach'
Loaded 3 Cheats from 'B6D4DABC.pnach' at 'D:\PCSX2 1.6.0\cheats'
Overall 3 Cheats loaded
Sponsored links
Posts: 221
Threads: 0
Joined: Apr 2016
Reputation:
33
Location: Indonesia
03-13-2022, 05:58 AM
(This post was last modified: 03-13-2022, 06:01 AM by BloodRaynare.)
Your codes are encrypted with Codebreaker V1 encryption. You must decrypt it using omniconvert for the cheats to work (PCSX2 only accepts raw codes)
Anyway, here's your decrypted codes:
Code: //money
patch=1,EE,20999E8E,extended,3B9AC9FF
//1 hit=pilot points max
patch=1,EE,20F589DD,extended,28610000
//SP unlimited
patch=1,EE,20C589DE,extended,73BC0428
Posts: 5
Threads: 1
Joined: Mar 2022
Reputation:
0
(03-13-2022, 05:58 AM)BloodRaynare Wrote: Your codes are encrypted with Codebreaker V1 encryption. You must decrypt it using omniconvert for the cheats to work (PCSX2 only accepts raw codes)
Anyway, here's your decrypted codes:
Code: //money
patch=1,EE,20999E8E,extended,3B9AC9FF
//1 hit=pilot points max
patch=1,EE,20F589DD,extended,28610000
//SP unlimited
patch=1,EE,20C589DE,extended,73BC0428
Strange. I used omniconvert but I guess I used the wrong settings. Thank you and do I just copy and paste these new codes into the .pnach?
Posts: 221
Threads: 0
Joined: Apr 2016
Reputation:
33
Location: Indonesia
Yes, just copy the new codes into your PNACH file.
Posts: 5
Threads: 1
Joined: Mar 2022
Reputation:
0
(03-13-2022, 07:07 AM)BloodRaynare Wrote: Yes, just copy the new codes into your PNACH file.
I copied the code and tested them out and they did not work. I might be doing something wrong, does the way I boot the game (full or fast) affect if the code works or not?
Posts: 8.029
Threads: 278
Joined: Feb 2009
Reputation:
343
Those codes look kinda weird(like you tried to decrypt raw codes which don't need to be decrypted)
Are those the original codes you get BEFORE converting them with Omniconvert or those are the codes you get from Omniconvert
Try this
Code: //money
patch=1,EE,20681F40,extended,3B9AC9FF
//1 hit=pilot points max
patch=1,EE,2025EE24,extended,28610000
//SP unlimited
patch=1,EE,2025EF94,extended,73BC0428
Posts: 5
Threads: 1
Joined: Mar 2022
Reputation:
0
(03-13-2022, 03:45 PM)vsub Wrote: Those codes look kinda weird(like you tried to decrypt raw codes which don't need to be decrypted)
Are those the original codes you get BEFORE converting them with Omniconvert or those are the codes you get from Omniconvert
Try this
Code: //money
patch=1,EE,20681F40,extended,3B9AC9FF
//1 hit=pilot points max
patch=1,EE,2025EE24,extended,28610000
//SP unlimited
patch=1,EE,2025EF94,extended,73BC0428
I used omnivonvert then multi converter to turn it into a .pnach file.
Posts: 8.029
Threads: 278
Joined: Feb 2009
Reputation:
343
03-13-2022, 08:02 PM
(This post was last modified: 03-13-2022, 08:51 PM by vsub.)
And?
Are those codes working?
Multi Converter is builded to use omniconvert if you place it in the correct folder(according to the instruction)so you don't need to use them separately
The codes were raw to begin with,you did not needed to decrypt them
Post the original codes
Edit:I don't understand Japanese(the code description) so I have no idea what each code does
Code: //资金MAX
patch=1,EE,20681F40,extended,3B9AC9FF
//一次战斗击坠数999
patch=1,EE,2025EE70,extended,28610000
//一次战斗PP点数9999
patch=1,EE,2025EE24,extended,28610000
//能力值MAX
patch=1,EE,2025FC94,extended,28610000
patch=1,EE,2025FCAC,extended,28610000
patch=1,EE,2025FCC4,extended,28610000
patch=1,EE,2025FCDC,extended,28610000
patch=1,EE,2025FCF8,extended,28610000
patch=1,EE,2025FD0C,extended,28610000
//所有强化道具9个
patch=1,EE,406820B8,extended,00180001
patch=1,EE,00090009,extended,00000000
patch=1,EE,20682118,extended,00000009
//获得PP4倍
patch=1,EE,D025EE14,extended,00001C3C
patch=1,EE,2025EE18,extended,0803CC00
patch=1,EE,200F3000,extended,9485015A
patch=1,EE,200F3004,extended,00031880
patch=1,EE,200F3008,extended,08097B88
//击坠数4倍
patch=1,EE,D025EE60,extended,00000158
patch=1,EE,2025EE64,extended,0803D000
patch=1,EE,2025EE68,extended,00052880
patch=1,EE,200F4004,extended,00651821
patch=1,EE,200F4008,extended,A4830158
patch=1,EE,200F400C,extended,08097B9B
//获得经验值4倍
patch=1,EE,200F5000,extended,00031C3F
patch=1,EE,200F5004,extended,00021080
patch=1,EE,200F5008,extended,08097B60
patch=1,EE,2025ED78,extended,0803D400
patch=1,EE,2025ED7C,extended,3242FFFF
//敌我气力150
patch=1,EE,2025EEBC,extended,00000000
//一次战斗LV99
patch=1,EE,2025ED9C,extended,00000000
Posts: 5
Threads: 1
Joined: Mar 2022
Reputation:
0
(03-13-2022, 03:45 PM)vsub Wrote: Those codes look kinda weird(like you tried to decrypt raw codes which don't need to be decrypted)
Are those the original codes you get BEFORE converting them with Omniconvert or those are the codes you get from Omniconvert
Try this
Code: //money
patch=1,EE,20681F40,extended,3B9AC9FF
//1 hit=pilot points max
patch=1,EE,2025EE24,extended,28610000
//SP unlimited
patch=1,EE,2025EF94,extended,73BC0428
This works, thank you so much!
Posts: 2
Threads: 0
Joined: Apr 2022
Reputation:
0
04-03-2022, 12:00 AM
(This post was last modified: 04-03-2022, 12:24 AM by toeegg5112.)
I have this problem with 007 agent under fire the log says that the cheats are loaded but do not work.
gametitle=(agent under fire)
comment=bla
// All Levels Unlocked
patch=1,EE,EA9B835B,extended,98C0C76D
patch=1,EE,4ABC674F,extended,C485044B
patch=1,EE,0A22080D,extended,00000000
// Unlimited Ammo
patch=1,EE,DA95C636,extended,A2B2BC38
patch=1,EE,2ACB2798,extended,00000000
// Unlimited Health
//patch=1,EE,EA9BBC5B,extended,98C0F86D
//patch=1,EE,2AACC91F,extended,3C0143FA
//patch=1,EE,2AA8C91F,extended,03E00008
//patch=1,EE,2A94C91F,extended,AC6102EC
//patch=1,EE,2ADF25CD,extended,0C030088
//patch=1,EE,2ADB25CD,extended,46020034
// All Levels Max Score
//patch=1,EE,EA9B835B,extended,98C0C76D
//patch=1,EE,4AFC6774,extended,C4C50471
//patch=1,EE,0F23F6ED,extended,00000000
with too many of the codes here active the game does crash but even if i have only one code it loads but no cheats work
Im using Pcsx2 Cheat converter
log.txt (Size: 79,23 KB / Downloads: 53)
original codes
Unlimited Ammo
DA95C636 A2B2BC38
2ACB2798 00000000
Unlimited Health
EA9BBC5B 98C0F86D
2AACC91F 3C0143FA
2AA8C91F 03E00008
2A94C91F AC6102EC
2ADF25CD 0C030088
2ADB25CD 46020034
All Levels Unlocked
EA9B835B 98C0C76D
4ABC674F C485044B
0A22080D 00000000
All Levels Max Score
EA9B835B 98C0C76D
4AFC6774 C4C50471
0F23F6ED 00000000
|