awsome!! thank you so much... i have been trying the code offline so maybe that hook is no good offline... if thats not the case i'll just change the hook
i also have a joker that i made where i used my own template and the code froze... i cant remember if i tried it online.. i know that i tried all the hooks for my fw... i'll post it if i cant get it to work
rep+
----------------------update
i tried the code online with the jump in real addressing and the hook as A4 and the code works
however, it accelerates too fast so i changed it a little bit
#ACCELERATE v1 (fail)
;jump is not in real addressing
;accelerates to fast
0x00000098 0x0a400000
0x00800000 0x3c0808d6
0x00800004 0x8d083a10
0x00800008 0x3c0c3f80
0x0080000c 0x10080009
0x00800010 0x3c0908d6
0x00800014 0x8d28fa2c
0x00800018 0x3c0a3fff
0x0080001c 0x110a0007
0x00800020 0x3c0b0001
0x00800024 0x010b5821
0x00800028 0xad2bfa2c
0x0080002c 0x0820000f
0x00800034 0xad2cfa2c
0x0080003c 0x03e00008
#ACCELERATE v2
;initial acceleration is too slow
;top speed reached too quicky
;ghetto cruise control built in
0x000000a4 0x0a400000
0x00800000 0x3c0808d6
0x00800004 0x8d083a10
0x00800008 0x3c0c3f80
0x0080000c 0x10080009
0x00800010 0x3c0908d6
0x00800014 0x8d28fa2c
0x00800018 0x3c0a3fff; top speed
0x0080001c 0x110a0007
0x00800020 0x340b2000; acceleration rate
0x00800024 0x010b5821
0x00800028 0xad2bfa2c
0x0080002c 0x0a40000f
0x00800034 0xad2cfa2c
0x0080003c 0x03e00008
i labled the top speed and acceleration so you can experiment with it - make sure if you change either of them that your acceleration rate is a factor of the last byte in your top speed
v2 is optimized at just the right acceleration yet it seems unrealistic accelerating at a constant rate until 3fff is reached
i will be making a new version that has two different top speeds and two acceleration rates so that the initial acceleration is quick and the second accel rate is slower
the final version will have 3 top speeds and 3 acceleration rates and i might add a slow down and a cruise control joker lol
btw.. i know this alot of hype about such a puny code but its good practice for me
Bookmarks