..:: PCSX2 Forums ::..

Full Version: Need Some Help With Cheats
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I need some help with cheats for Super Robot Wars Alpha 3. I found these cheats on a Japanese site and copied-pasted them and added the patch=1, EE, and extended parts to the codes. I've been able to copy-paste cheats before and it works out perfectly but these aren't. Here are the codes done in a pnatch style.

gametitle=Super Robot Taisen - Alpha 3

//マスターコード
patch=1,EE,EC878530,extended,1456E60A

//形式3
patch=1,EE,EC878530,extended,1456E79B

//形式4
patch=1,EE,EC878530,extended,1444ADA8

//資金MAX
patch=1,EE,1CF84768,extended,1DBC9E0C

//PP一回戦うと無条件で最大
patch=1,EE,9C8E46DC,extended,2C75E7A5

//強化パーツALL15個
patch=1,EE,7CF84600,extended,143CE7A6
patch=1,EE,3CF68387,extended,1456E7A5
patch=1,EE,3CF84968,extended,1456E79C

//精神へらない
patch=1,EE,9C8E48AC,extended,1456E7A5

//獲得経験値x倍(表示はそのまま)
patch=1,EE,1C8DF458,extended,8A8AE7B5
patch=1,EE,1C8DF45C,extended,144AFF65

//ハロだけ99個
patch=1,EE,3CF84610,extended,1456E788

//全ユニットのコスト0
patch=1,EE,9C83DCA0,extended,2054E7A5

//オプション全開コード (短縮版)
patch=1,EE,1C8307BC,extended,3859E7D4
patch=1,EE,1C8307C0,extended,3853B00C
patch=1,EE,1C8307C4,extended,38B9B00C
patch=1,EE,1C8307C8,extended,B0F3E7A5
patch=1,EE,1C8307CC,extended,08B6B00A
patch=1,EE,1C8307D0,extended,38F7E7A1

//シナリオ選択
patch=1,EE,1CB92BAC,extended,14D6D7BA
patch=1,EE,1CB92BBC,extended,2C73E7A2
patch=1,EE,1CB92BC0,extended,0876E7A8
patch=1,EE,1CB92BC4,extended,14B667BA
patch=1,EE,1CB92D24,extended,3854XXXX
patch=1,EE,1CBC7644,extended,B1B7E614
patch=1,EE,1CBC764C,extended,9094E7A3
patch=1,EE,1CBC7660,extended,B1B4E5A1
patch=1,EE,1CBC7678,extended,2310E7B0
patch=1,EE,1CBC7684,extended,0896E7A2
patch=1,EE,1CBC7694,extended,2310E7A9

//無限行動
patch=1,EE,9C84A7D4,extended,2894E79D
patch=1,EE,9C84A7D8,extended,B4D4E7AD
patch=1,EE,9C84A7E8,extended,3854E7A5
These codes are encrypted, you have to decrypt it first with OmniConvert
Or you can use this site to decrypt it (Press the "変換"/"Convert" button to decrypt it directly to PNACH format).

PCSX2 cannot use the encrypted codes as-is
(10-02-2023, 12:49 AM)BloodRaynare Wrote: [ -> ]These codes are encrypted, you have to decrypt it first with OmniConvert
Or you can use this site to decrypt it (Press the "変換"/"Convert" button to decrypt it directly to PNACH format).

PCSX2 cannot use the encrypted codes as-is

I ran it through the site and copy-pasted it to a pnatch file and it didn't work. Maybe I did something wrong?

Edit 1: I realized they still had the "extended" and other added parts still part of the code before running it through so that must of messed it up. And it also has a master code, and will that mess it up?

Edit 2: On a closer look it looks like the site changes the code itself.
Example:
無限行動
9C84A7D4 2894E79D
9C84A7D8 B4D4E7AD
9C84A7E8 3854E7A5

//無限行動
patch=1,EE,001524AC,word,34420008
patch=1,EE,001524B0,word,A0820018
patch=1,EE,001524C0,word,24020000

Both are the same code and noticeably the last parts of each code are different.
Code:
//無限行動
patch=1,EE,001524AC,word,34420008
patch=1,EE,001524B0,word,A0820018
patch=1,EE,001524C0,word,24020000

This is the correct decrypted codes and will work with the emulator
I also forgot to tell you but with PCSX2 master codes (マスターコード) are not needed.
(10-02-2023, 02:48 AM)BloodRaynare Wrote: [ -> ]
Code:
//無限行動
patch=1,EE,001524AC,word,34420008
patch=1,EE,001524B0,word,A0820018
patch=1,EE,001524C0,word,24020000

This is the correct decrypted codes and will work with the emulator
I also forgot to tell you but with PCSX2 master codes (マスターコード) are not needed.

Thank you for your help. I'll try it out and hopefully it works this time.

Edit: It works! Thank you so much! I'll be sure to use that site next time for cheats.