ima check out that video
Printable View
ima check out that video
[QUOTE=Warlock;134325][/quote=mr.criminal;134315]
Go to a different area. I use 08800600. If you are still confused i have a video on my youtube...
Thx Yes it was the area Thx:biggrin:
Warlock. This ain't no fucking rip. Your video is shit. It fucking lags and shit. Fucking fix your FPS. And how could this be a fucking rip if your video fucking has a whole different address? Oh, that is such a rip. Our guides have the same subject. But that isn't a fucking rip. Next time, get your facts right.
ok so im new to this but if the code you are sub routining if it has more then one line would you do:
lui t0 $08CD
or
lui t2 $08CD
to start the load of the second line
sorry if u consider this a noob question but btw thnx for the tut
No, you do the subroutine for each line, except for the hook. You should have only 1 hook.
k thanx for the tut
A few of questions:
1. Quote "Now you want to subtract the addresses.
08800004 - 08800000" un-quote
where did you get the address of 08800000 from?
2. What does this guy know that the rest of us don't?
and if he is right, how do you find the constant hook using nitepr?
3. If the original code is more than one line do you have to add more than one jr ra and do you use more than one hook?
thanks, I am still learning, so be nice ;)
1. 08800000 is for real addressing. You subtract it so that you can use it in game. If you used a code in real addressing, you would freeze. So you subtract.
2. He's wrong.
3. You do this for every line:
At the end, you should always have 1 hook and 1 jr ra. Hook as the very first line, and the jr ra as the very last line.Code:lui t0 $(First half of your address)
lui t1 $(First half of your hex)
ori t1 t1 $(Second half of your hex) OR addiu t1 t1 $(Second half of your hex)
sw t1 $(Second half of your address)(t0)
Hope that helped.
Yeah, thanks that helped.
But my first point I was asking if you had got it wrong. Because throughout the process you used the hook 00000098 but at the end you changed it to 00000004...! I am guessing it is just a mistake, but I am just checking there isnt some strange thing you have to do to the hook at the end! ;)
i have a question. How did u go from 04a00000 to 0A3A0000? everything else i understand.