User Tag List

Results 1 to 6 of 6

Thread: Any Method of Porting Multi-Lined Codes Quickly?

  1. #1
    Any Method of Porting Multi-Lined Codes Quickly?

    User Info Menu

    Any Method of Porting Multi-Lined Codes Quickly?

    Are there any methods to port multi-lined codes quickly?

    I really want to port long codes from older patches to 1.60, but they take forever doing it line by line.

    Does anyone know how to do it quickly?
    .: PSN iD - KaoTiiK_ReFLeX :.


  2. #2
    Any Method of Porting Multi-Lined Codes Quickly?

    User Info Menu

    Re: Any Method of Porting Multi-Lined Codes Quickly?

    if its a code like this....(not a real code)

    0x00567894 0xFFFFFFFF
    0x00567898 0xFFFFFFFF
    0x0056789C 0xFFFFFFFF
    0x00567810 0xFFFFFFFF

    as you can see, it goes from 4 to 8 to C to 10 so they are all in a row. All of those addys are in a row, so all you need to port is the first one, and just use the 3 lines after it because thats how it will work. Otherwise i dont know any other way.

  3. #3
    Any Method of Porting Multi-Lined Codes Quickly?

    User Info Menu

    Re: Any Method of Porting Multi-Lined Codes Quickly?

    Thank man.
    .: PSN iD - KaoTiiK_ReFLeX :.


  4. #4
    Any Method of Porting Multi-Lined Codes Quickly?

    User Info Menu

    Re: Any Method of Porting Multi-Lined Codes Quickly?

    If the address is more than 4 hex digits away in patterns of 8. Take for example scal's.

    0x00567894 0xFFFFFFFF
    0x00567898 0xFFFFFFFF
    0x0056789C 0xFFFFFFFF
    0x00567810 0xFFFFFFFF

    4 + 4 = 8 + 4 = C + 4 = 10

    Then no it isn't but if they are use his method.
    Every man for himself. You trust no one but yourself, if you want something done you do it your self don't rely on others. You watch your own back, you fight your own fights its you against the world.

    Quote Originally Posted by Some phag
    -.BUS.-'s mommy says to Cannon, "I love you,
    I love you, I love you"
    The Cannon on the bus says, "I love you, too"
    All through the town.

  5. #5
    Any Method of Porting Multi-Lined Codes Quickly?

    User Info Menu

    Re: Any Method of Porting Multi-Lined Codes Quickly?

    OR. If its like this

    0x00567890 0xFFFFFFFF
    0x00567910 0xFFFFFFFF
    0x00567920 0xFFFFFFFF

    Its just like this...you port the first line, go down 4 lines to the next one, and then another 4 lines to the next one.

  6. #6
    The Destroyer

    User Info Menu

    Re: Any Method of Porting Multi-Lined Codes Quickly?

    Most codes go 4 to 8, 10 C to 14 then 18 etc. you can probaly port something short with this that doesn't have a mix off codes like (not a real code either)

    0x00567890 0xFFFFFFFF
    0x00167880 0xFFFFFFFF
    0x01908791 0xFFFFFFFF

    This could confuse almost everyone so either do ps2dis or have a short easy code and do this way

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
  •