..:: PCSX2 Forums ::..

Full Version: Help Converting a Code - FF12
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Can I get some help converting a code please? Below is the code. Obtained from http://www.ff12sector.com/ff12_gameshark..._codes.php

Have all Ammunition (CB2v7+)
4054EB30 00100001
00630063 00000000
40553D54 00100001
11841185 00020002
005548C8 00000020


Using omniconvert it converts from Codebreaker to Raw/Unencrypted:

Have all Ammunition (CB2v7+)

F3EB893F BBF21CB4
5DBA0DE9 E3BAAF5B
4D367E46 E6868F5D
18474481 BEC48DFC
0907FBFE 20651872

But when I try to convert this using java the first line of code doesn't work. 
That's already a raw code, no need to convert it.
Sorry I didn't include this part. When I apply the code this is what it comes out as:

//Have all Ammunition (CB2v7+)
//F3EB893F BBF21CB4
patch=1,EE,5DBA0DE9,extended,E3BAAF5B
patch=1,EE,4D367E46,extended,E6868F5D
patch=1,EE,18474481,extended,BEC48DFC
patch=1,EE,0907FBFE,extended,20651872
I told you, you don't have to convert them. They're already in raw format.

Code:
patch=1,EE,4054EB30,extended,00100001
patch=1,EE,00630063,extended,00000000
patch=1,EE,40553D54,extended,00100001
patch=1,EE,11841185,extended,00020002
patch=1,EE,005548C8,extended,00000020