PDA

View Full Version : MIPS: Float Guide [LUI]



xxsnipexx
09-21-2008, 11:26 PM
MIPS: Float Guide *Guarantees code making*

Hello All,

Here is a an average guide for making codes. This is a simple, easy to follow guide where you will learn to make your own codes.

Lesson: [LUI] (Load Upper Immediate) {Floats}

Floats, which are loaded by LUI's, are usually speed modifiers where you can mod to make a bigger effect, or mod to control something based upon action.

Now an example of an Floats, is flash, where it is moded at a higher number to make you go faster.

I.g

MOHH:1

#Flash
0x00169B08 0x3C043F80 - modded up - 0x00169B08 0x3D88 to make you go faster.

Now let me show you the basic float types you can search:
3F800000 ---------|
40000000 | = 2x: 3F80 x 2 = 4080
40800000 ---------|
3C043F80
3C053F80
3C063F80

Now this is a simple way to make codes:

Step 1. Get a cheat device, I recommend Cheatmaster [CM] becuase it can control how far to search unlike NitePR. The reason why you want a large range to search is because their is usually over 1000 floats in each game!.

Step 2. Searching the exact value. Search one of the Float types located just above this info. Many results should come up with on of the following.

Step 3. Modding. You can mod the value up even a little bit to tell if a difference in the effect has changed. Once you know that modding the value worked, then you know its a code and you can wtire down the address and value.

Step 4. Give it a tittle. Give it a title according to the code.

Step 5. Continue looking through the game and its floats, you never know what you might come across.

Enjoy making codes ^_^

WhoIsYou
09-21-2008, 11:31 PM
Nice guide man. =]
Really easy for anyone to follow, should help a lot of people.

I <3 Floats

NOFX
09-22-2008, 12:19 AM
Lui is a command, a float is a type of value. Floats are generically loaded by lui's, but can be also loaded from a specific address using lw. :D

Other than that, nice guide.

xxsnipexx
09-22-2008, 12:27 AM
Lui is a command, a float is a type of value. Floats are generically loaded by lui's, but can be also loaded from a specific address using lw. :D

Other than that, nice guide.

Shut up mother, its all the same sense, their making a code lmao
xD

Mako-Infused
09-22-2008, 01:27 PM
lol snipe control urself lol

S0ny619
10-05-2008, 06:45 PM
thanks dude nice guide

XStreetKingSX
10-24-2008, 09:01 AM
nice!!

Bloody
12-04-2008, 06:07 PM
nice job

DJfire
12-05-2008, 06:12 PM
This helped me alot thanks xxsnipexx.

Tonic
08-26-2009, 10:19 AM
FYI: Floats can be used for anything, on the PS2 socom they use float values to steady out colors (RGB - Red, Green, Blue)

Might want to clarify that instead of "mainly used for speed modifiers"