User Tag List

Results 1 to 6 of 6

Thread: Codes I Ported From 1.40

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Codes I Ported From 1.40

    User Info Menu

    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 View Post
    #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
    Last edited by Silve® Solde®; 03-24-2009 at 12:09 AM.

  2. #2
    Codes I Ported From 1.40

    User Info Menu

    Re: Codes I Ported From 1.40

    Quote Originally Posted by Silve® Solde® View Post
    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.
    .: PSN iD - KaoTiiK_ReFLeX :.


Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •