05-02-2012, 06:47 AM
Hello everyone. I'm new to all of this (a few days new, as a matter of fact). I've been playing around with the emulator and decided to try writing a .pnach file to enable a cheat.
The cheat that I wanted to enable was this one:
A9PC-M7PD-ANF8X
AQRV-RN17-VY0PX
It's supposed to modify the skin of Player 2's character to Kuma's while keeping the character's moveset.
So, I used Maxconvert to convert the AR Max code to a raw code. I then typed this into notepad and saved with the .pnach extension:
Here's where my problem starts. I'm sure the code is doing something because no matter who I choose for player 2, the character model changes into Kuma. However, the moveset also changes. The moveset is supposed to stay the same.
Am I missing something? I'm just trying to get the hang of things, and the code does look a bit...simple. Should I add something more?
Thanks in advance for any help that you guys can offer.
I'm using PCSX2 0.9.8 (r4600). My OS is Windows 7 64-bit. If you need any more info, I'd be happy to give it to you. Thanks again.[/code]
The cheat that I wanted to enable was this one:
A9PC-M7PD-ANF8X
AQRV-RN17-VY0PX
It's supposed to modify the skin of Player 2's character to Kuma's while keeping the character's moveset.
So, I used Maxconvert to convert the AR Max code to a raw code. I then typed this into notepad and saved with the .pnach extension:
Code:
game=Tekken 5
//P2 Character Skin Modifier: Kuma
patch=1,EE,103A93E2,extended,0000001E
Here's where my problem starts. I'm sure the code is doing something because no matter who I choose for player 2, the character model changes into Kuma. However, the moveset also changes. The moveset is supposed to stay the same.
Am I missing something? I'm just trying to get the hang of things, and the code does look a bit...simple. Should I add something more?
Thanks in advance for any help that you guys can offer.
I'm using PCSX2 0.9.8 (r4600). My OS is Windows 7 64-bit. If you need any more info, I'd be happy to give it to you. Thanks again.[/code]