Greetings. Long time reader, first time poster.
I've been trying to make a working pnach for Dynasty Warriors 6 (U) (SLUS_217.74) [047571F1] without success. Could anyone possibly tell if I'm doing something wrong, and kindly guide me into the right direction?
First off, the codes come from http://forums.codetwink.com/showthread.p...Warriors-6
Since the poster has said that the codes are for Codebreaker v7 and up, I used Omniconvert to convert the codes accordingly
For instance, infinite healthy would be converted from
comes out as
which then is put into pnach file as
The code is recognized by PCSX2 while the game loads, but it has no ingame effect.
Any help would be greatly appreciated!
P.S. I'm not sure what the code named "Enable Code" is supposed to be. I converted and put it into pnach file anyway, no effect.
I've been trying to make a working pnach for Dynasty Warriors 6 (U) (SLUS_217.74) [047571F1] without success. Could anyone possibly tell if I'm doing something wrong, and kindly guide me into the right direction?
First off, the codes come from http://forums.codetwink.com/showthread.p...Warriors-6
Since the poster has said that the codes are for Codebreaker v7 and up, I used Omniconvert to convert the codes accordingly
Code:
Input: Codebreaker v7+
Output: Unencrypted Standard.
For instance, infinite healthy would be converted from
Code:
Current Health (Infinite Health)
604db3cc 44c00000
00020001 000003fc
comes out as
Code:
Current Health (Infinite Health)
CFA87DA3 4ACEDEDB
C3F22183 47D6F7FD
which then is put into pnach file as
Code:
// Current Health (Infinite Health)
patch=1,EE,CFA87DA3,word,4ACEDEDB
patch=1,EE,C3F22183,word,47D6F7FD
The code is recognized by PCSX2 while the game loads, but it has no ingame effect.
Any help would be greatly appreciated!
P.S. I'm not sure what the code named "Enable Code" is supposed to be. I converted and put it into pnach file anyway, no effect.