BullyWiiHacks
Welcome dear guest! Very Happy

To start posting and being part of the BWH community, you simply need to register an account or log into an existing one.

If you do not wish to register at all, that's fine but there will be more advertisements. :/

You can probably see and download most content provided for regular members even without an account.

Your contributions will be greatly appreciated though, give it a shot and register today! thumbsup

Join the forum, it's quick and easy

BullyWiiHacks
Welcome dear guest! Very Happy

To start posting and being part of the BWH community, you simply need to register an account or log into an existing one.

If you do not wish to register at all, that's fine but there will be more advertisements. :/

You can probably see and download most content provided for regular members even without an account.

Your contributions will be greatly appreciated though, give it a shot and register today! thumbsup
BullyWiiHacks
Would you like to react to this message? Create an account in a few clicks or log in to continue.
BullyWiiHacks

Gaming, Modding & Programming

Important reminders:

- Click *HERE* for advanced forum search or check out the text field below on the front page for Google before posting
- NO support via private message (use the forum)
- Write meaningful topic titles
Site Translation
Latest topics
» Dropped Out of College to Pursue Web Dev and Life Pursuits in General
Trying to create a funky/flame runner editor code Empty4/7/2024, 2:34 pm by SnB@BWH

» Bully Made It Into a BIG Video 400K Views
Trying to create a funky/flame runner editor code Empty4/7/2024, 6:58 am by Bully@WiiPlaza

» Wii Play Tanks
Trying to create a funky/flame runner editor code Empty3/24/2024, 2:46 pm by helpmeout

» [Bypass Paywalls] (Global) @magnolia1234 - GitLab
Trying to create a funky/flame runner editor code Empty3/18/2024, 3:55 am by Seth@WiiPlaza

» [Download] Mary Shelley's Frankenhole
Trying to create a funky/flame runner editor code Empty3/16/2024, 8:29 am by Seth@WiiPlaza

» Completely Custom Modded Controllers (Undetectable)
Trying to create a funky/flame runner editor code Empty3/5/2024, 1:55 pm by Shadow@BWH

» (Zombies) Drink perks code?
Trying to create a funky/flame runner editor code Empty3/5/2024, 1:24 pm by Shadow@BWH

» Die Rückkehr zu STEAM und WARFACE
Trying to create a funky/flame runner editor code Empty3/2/2024, 3:54 am by Seth@WiiPlaza

» First person hand model change?
Trying to create a funky/flame runner editor code Empty2/28/2024, 4:53 am by Ad3lamac611

» {RELEASE} Field Raider Firefox v1.72 by Seth@WiiPlaza
Trying to create a funky/flame runner editor code Empty2/21/2024, 8:52 am by naxil

Search
 
 

Display results as :
 


Rechercher Advanced Search

May 2024
MonTueWedThuFriSatSun
  12345
6789101112
13141516171819
20212223242526
2728293031  

Calendar Calendar

Country Statistics
Free counters!

You are not connected. Please login or register

Trying to create a funky/flame runner editor code

2 posters

Go down  Message [Page 1 of 1]

SK1

SK1
Dolphin Code Creator / Porter

So I was in HxD and I decided I wanted to torture Funky Kong because he was so overused and I wanted to make him and his bike green. Now I could texture hack, but I wanted it in the form of a gecko code so I found the PAL offset  for accessing funky kong and flame runner (017F73A6) but I don't know what to do now.

SnB@BWH

SnB@BWH
Admin & Writer

That address just leads to text saying "la_bike-fk.szs". That's the address of the file, and not the actual address of the colour. You would need to find the address for the colour. It's probably possible, but might be rather difficult, because you would need multiple addresses, as the bike and character are not just one colour.

SK1

SK1
Dolphin Code Creator / Porter

SnB@BWH wrote:That address just leads to text saying "la_bike-fk.szs". That's the address of the file, and not the actual address of the colour. You would need to find the address for the colour. It's probably possible, but might be rather difficult, because you would need multiple addresses, as the bike and character are not just one colour.

Ok. I decided finding all that would be too hard. Would it be hard as that to make some kind of gecko code that disabled the fog in mushroom gorge?

SnB@BWH

SnB@BWH
Admin & Writer

I don't know how you would go about doing that. It depends on whether the address for the fog is loaded as a part of the map or only something you view, wherein the value changes every time you're viewing it or not. It could either be a Float (movement, size, speed) value or a boolean (1/0, on/off, true/false, enabled/disabled). Knowing which one it is, you then have to choose the appropriate hacking method.

This will either be loading the map, searching for an "unknown value", then exiting and searching for a "less than previous" value, then reload the map, and search for a "greater than previous" value. Keep repeating this until you have very few values and test each value. Doing this would be time consuming, but it may hold your address.

The other option would be to load the map, "unknown value" search, then view the fog, search for "greater than previous" value, then make sure the fog is not in sight, and search for a "lesser than previous" value. Keep repeating this until you have very few addresses left. If you find an interesting address, put it on a breakpoint write, and if the game freezes without the value changing, you know that that address will freeze the game, so try another. If it freezes when you're changing the value from within the game, it is more than likely the right address.

SK1

SK1
Dolphin Code Creator / Porter

SnB@BWH wrote:I don't know how you would go about doing that. It depends on whether the address for the fog is loaded as a part of the map or only something you view, wherein the value changes every time you're viewing it or not. It could either be a Float (movement, size, speed) value or a boolean (1/0, on/off, true/false, enabled/disabled). Knowing which one it is, you then have to choose the appropriate hacking method.

This will either be loading the map, searching for an "unknown value", then exiting and searching for a "less than previous" value, then reload the map, and search for a "greater than previous" value. Keep repeating this until you have very few values and test each value. Doing this would be time consuming, but it may hold your address.

The other option would be to load the map, "unknown value" search, then view the fog, search for "greater than previous" value, then make sure the fog is not in sight, and search for a "lesser than previous" value. Keep repeating this until you have very few addresses left. If you find an interesting address, put it on a breakpoint write, and if the game freezes without the value changing, you know that that address will freeze the game, so try another. If it freezes when you're changing the value from within the game, it is more than likely the right address.
Thank you. Some guy asked Mario Kart DS hacking legend davidevgen if he could do that and he said maybe and never got around to it. Since Dolphin has a Disable Fog button the only thing it does is remove a blue triangle from the corner of your screen XD
I might try one of these, though it's probably going to take a while.

Sponsored content



Back to top  Message [Page 1 of 1]

Permissions in this forum:
You cannot reply to topics in this forum