November 21, 2024, 05:00:04 AM

Author Topic: Low Gravity hack  (Read 15479 times)

blitzmaster5000

  • Full Member
  • ***
  • Posts: 150
    • View Profile
Low Gravity hack
« on: November 02, 2015, 02:29:54 PM »
Hey Jaker, looks like you have some spam.

Anyway, I had mentioned (as a different account, starfishmaster) about trying to do some different modifications to the game play, such as turning on low gravity. Well, I have successfully done it! It makes the game play even more absurd, with characters flying through the sky when they jump or get hit. Even better is that it can be turned on or off using a gameshark code, so it's simple to implement. I will upload the code that needs to be put in later today once I get home. It's well worth checking out, it makes the game just that much more insane!

One other thing: I prefer 2001 because it's much faster paced than 2000, so I worked on the code for that version. However, I noticed for whatever reason, 2001 does not allow onside kicks in the second half. This is the next thing I'm going to try and change. I wasn't sure if you were aware of this, or if anyone else was. I wonder if it was intentional or if it was a coding error?

jaker3

  • Administrator
  • Sr. Member
  • *****
  • Posts: 334
    • View Profile
Re: Low Gravity hack
« Reply #1 on: November 04, 2015, 10:09:58 AM »
Awesome! Yes please share! Looking forward to hearing back from you!

blitzmaster5000

  • Full Member
  • ***
  • Posts: 150
    • View Profile
Re: Low Gravity hack
« Reply #2 on: November 04, 2015, 05:48:32 PM »
Here it is. Remember this is for Blitz 2001, so it will probably not work for 2000 or other versions, although I imagine the code would be very easy to find in those.

81084218 BD01
81084BB8 BD01

Use project64 or another emulator and put these in as gameshark codes. BD01 can be modified as well, although I suggest only changing the 01 values. I think the lower the values, (in hex), the lower the gravity.

 The first line refers to the height modifier, while the second refers to the animation speed modifier. These need to be equal (or very close) or else the animation will be off from the low gravity, and will look somewhat glitchy. Check it out and let me know what you think!


jaker3

  • Administrator
  • Sr. Member
  • *****
  • Posts: 334
    • View Profile
Re: Low Gravity hack
« Reply #3 on: November 04, 2015, 08:42:45 PM »
Just tried it out, very cool. Please share any other codes you come up with.

blitzmaster5000

  • Full Member
  • ***
  • Posts: 150
    • View Profile
Re: Low Gravity hack
« Reply #4 on: January 07, 2016, 09:06:57 PM »
I found the low gravity hack for Zoinky's hacked rom, but it's not as easily modified as 2001.

Change:
8027EE98 3C01BDA3
802F0978 3C01BDA3
to
0027EE98 3C01BD00
802F0978 3C01BD00

for lower gravity.

where the last 4 bits (BDA3) can be change to whatever you like. smaller values = lower gravity. BD00 is a nice intermediate, BC00 is extremely low! The problem is that the game shark only modifies up to 4 values of that string, meaning that it would only replace the 3C01, not the BDA3. So I'm not sure how to get it to work correctly.. although if you add these cheats:

8127EE98 BD00
812F0978 BD00

It will still make it lower gravity, but changing the BD00 will not do anything (i.e. it's stuck at that specific lower g)

blitzmaster5000

  • Full Member
  • ***
  • Posts: 150
    • View Profile
Re: Low Gravity hack
« Reply #5 on: January 08, 2016, 10:43:35 PM »
Here's a video showing the low gravity hack in action in 2001:

https://www.youtube.com/watch?v=ZH0_J60gDNI&feature=youtu.be

The action starts ~ 00:30.

jaker3

  • Administrator
  • Sr. Member
  • *****
  • Posts: 334
    • View Profile
Re: Low Gravity hack
« Reply #6 on: January 19, 2016, 07:59:46 AM »
just watched the video, pretty funny that you could jump over the players on a kick return.