I just came across a quick method for hacking fully automatic button capability in games which have semi-automatic button actions by default. This has worked on 6 out of 7 games I’ve hacked so far.
I’ll be using Mad Dog McCree Gunslinger Pack (Wii) as an example.
My goal was to give the semi-automatic pistol, fully automatic capability.
-Note that I am using Dolphin along with aldelero5 ram viewer.
-All values are in hex.
***Golden Rule: Always make sure that the Wiimote is pointed at the screen, and that you have the ability to shoot a round off when performing searches, or you may get bogus results.
-You should also have an infinite ammo code running beforehand, as you’re going to go through a ton of ammo quick.
That code is: 043AE898 00060006 [giantpune]
Mad Dog McCree has a nice practice area in the original game. No time limits or enemies shooting at you.
So, go into the practice area. Do not shoot at the bottles that appear.
The Wii button value stored in memory for the B (trigger) button is “0400.” When no button is pressed that value will be “0000.”
Pointing the Wiimote at the screen, press and hold the B button to shoot off a round. While pressing the B button do a 2 byte (half-word) exact value search for 0400. You should end up with 2,580 results. Again, holding the B button pressed, do another exact value search for 0400. The results should drop to 1,510.
Now release the button, and with the Wiimote still pointed at the screen, do an exact value search for 0000.
Your results should drop to 27. Repeat The search again and you should end up with 26 results.
Now add all of those results to the watch window. Go ahead and squeeze a few rounds off (don’t shoot the bottles), you should see those addresses alternate between 0000 and 0400.
Now go through all the addresses one at a time. Make sure there is a 0000 in the address before you check the active box.
Now point the Wiimote at the screen and press and hold the B button. No effect? Uncheck that address active box and repeat the process with the remaining addresses.
You should find that when you lock in 0000 at address: 80371C8A, and press and hold the B button, your 6 shot single action revolver is now a fully automatic pistol.
The final code being: 02371C8A 00000000
Give it a shot!!!!
I’ll be using Mad Dog McCree Gunslinger Pack (Wii) as an example.
My goal was to give the semi-automatic pistol, fully automatic capability.
-Note that I am using Dolphin along with aldelero5 ram viewer.
-All values are in hex.
***Golden Rule: Always make sure that the Wiimote is pointed at the screen, and that you have the ability to shoot a round off when performing searches, or you may get bogus results.
-You should also have an infinite ammo code running beforehand, as you’re going to go through a ton of ammo quick.
That code is: 043AE898 00060006 [giantpune]
Mad Dog McCree has a nice practice area in the original game. No time limits or enemies shooting at you.
So, go into the practice area. Do not shoot at the bottles that appear.
The Wii button value stored in memory for the B (trigger) button is “0400.” When no button is pressed that value will be “0000.”
Pointing the Wiimote at the screen, press and hold the B button to shoot off a round. While pressing the B button do a 2 byte (half-word) exact value search for 0400. You should end up with 2,580 results. Again, holding the B button pressed, do another exact value search for 0400. The results should drop to 1,510.
Now release the button, and with the Wiimote still pointed at the screen, do an exact value search for 0000.
Your results should drop to 27. Repeat The search again and you should end up with 26 results.
Now add all of those results to the watch window. Go ahead and squeeze a few rounds off (don’t shoot the bottles), you should see those addresses alternate between 0000 and 0400.
Now go through all the addresses one at a time. Make sure there is a 0000 in the address before you check the active box.
Now point the Wiimote at the screen and press and hold the B button. No effect? Uncheck that address active box and repeat the process with the remaining addresses.
You should find that when you lock in 0000 at address: 80371C8A, and press and hold the B button, your 6 shot single action revolver is now a fully automatic pistol.
The final code being: 02371C8A 00000000
Give it a shot!!!!
Comment