Re: Codes I Ported From 1.40
Nice job on this. I like the raw Bomb Pops To You INSTANTLY.
But you do realize you can port from 1.40 to 1.60 without 1.50.
Re: Codes I Ported From 1.40
damn i didnt know that...mind elaborating?
Re: Codes I Ported From 1.40
It works the same way as porting from 1.50 to 1.60. It is just that the addresses will be farther apart. That is why you can port from FTB1 to FTB2.
-Edit-
I looked you ports over and they have some errors.
Red = Incorrect
Quote:
Originally Posted by
Prestige
#1.40 Switch Teams = Force Start
0x00148FB4 0x0A2523Ef
#1.60 Switch Teams = Force Start
0x00149210 0x03E00008 <<< Wrong address and value.
--------------------------------------
#1.40 Anti Lobby Boot
0x000FEC70 0x340200FF
#1.60 Anti Lobby Boot
0x000FF280 0x10C00005 <<< Code should work but value should be 340200FF. 10C00005 is what it is normally.
--------------------------------------
#1.40 Bomb Pops To You INSTANTLY
0x00264510 0x00000000
0x002644e8 0x3C044500
#1.60 Bomb Pops To You INSTANTLY
0x00266560 0x0E239495 <<< Code should work but value should be 00000000. 0E239495 is what it is normally.
0x00266538 0xACA80004 <<< Code should work but value should be 3C044500. ACA80004 is what it is normally.
Here are the correct codes.
To port jr ra's or jal's there is a certain method. (Switch Team = Force Start)
#Switch Team = Force Start
0x0014970C 0x0A2525C5
#Anti Lobby Boot
0x000FF280 0x340200FF
I just switched the lines around on Bomb Pops to You Instantly so it is in order.
#Bomb Pops to You Instantly
0x00266538 0x3C044500
0x00266560 0x00000000
Re: Codes I Ported From 1.40
Quote:
Originally Posted by
Silve® Solde®
It works the same way as porting from 1.50 to 1.60. It is just that the addresses will be farther apart. That is why you can port from FTB1 to FTB2.
-Edit-
I looked you ports over and they have some errors.
Red = Incorrect
Here are the correct codes.
To port jr ra's or jal's there is a certain method. (Switch Team = Force Start)
#Switch Team = Force Start
0x0014970C 0x0A2525C5
#Anti Lobby Boot
0x000FF280 0x340200FF
I just switched the lines around on Bomb Pops to You Instantly so it is in order.
#Bomb Pops to You Instantly
0x00266538 0x3C044500
0x00266560 0x00000000
So the 'Switch Teams = Force Start' that I ported does not work?
And the 'Anti Lobby Boot' & 'Bomb Pops to You Instantly' work? Do they ban.
Thanks for the little explanation.
Re: Codes I Ported From 1.40
Switch Team = Force Start was definitely not going to work. But the other two just had the values incorrect. They would be used to turn off the code. And all of them should ban.