User Tag List

Page 1 of 2 12 LastLast
Results 1 to 10 of 15

Thread: socom confrontation 3rd peson view

  1. #1
    site n00b

    User Info Menu

    socom confrontation 3rd peson view

    the original

    #3rd person view(Hz-15)
    0x00542598 0x3F000000


    my sub =)
    #3rd person view sub
    ;no longer needs 15 Hz
    0x00000098 0x0a400000
    0x00800000 0x3c0808d4
    0x00800004 0x3c093f00
    0x00800008 0x35290000
    0x0080000c 0xad092598
    0x00800010 0x03e00008

  2. #2
    socom confrontation 3rd peson view

    User Info Menu

    Re: socom confrontation 3rd peson view

    Nice Code Keep up the good work

  3. #3
    site n00b

    User Info Menu

    Re: socom confrontation 3rd peson view

    heyy thanks
    that made my day

  4. #4
    socom confrontation 3rd peson view

    User Info Menu

    Re: socom confrontation 3rd peson view

    Quote Originally Posted by raumulin View Post
    the original

    #3rd person view(Hz-15)
    0x00542598 0x3F000000


    my sub =)
    #3rd person view sub
    ;no longer needs 15 Hz
    0x00000098 0x0a400000
    0x00800000 0x3c0808d4
    0x00800004 0x3c093f00
    0x00800008 0x35290000
    0x0080000c 0xad092598
    0x00800010 0x03e00008
    Pretty old code. But nice job subbing, hmm. Next time try to use your own template.

    Your code is only running off of 0x3f80 you don't need anything else.

    You don't need to use 'ori' to load the second half sense its just 0x0000 and there is no point in loading.

    Now say you were loading a code that is oposite like 0x0000FFFF then instead of loading the first half with a 'lui' you can load it with 'ori t1 zero $FFFF' The zero says that the first half of the code is all zero's. Just experiment and keep working on it. Nice work.

  5. #5
    site n00b

    User Info Menu

    Re: socom confrontation 3rd peson view

    i don't know how to create my own template sorry:sad:
    i just started officially coding two nights ago
    thankks for the tips
    though i don't think i caught it all but i got the jist lol
    thanks warcrazy

    so if any part of my address or hex is 0000 do i have to even load it?
    and does this apply for jokering too cause i subbed like a dozen codes but can't figure out jokering
    Last edited by Raumy; 01-14-2010 at 01:07 AM. Reason: Question to warcrazy

  6. #6
    socom confrontation 3rd peson view

    User Info Menu

    Re: socom confrontation 3rd peson view

    The only reason you don't have to load that is because it servers no purpose in the code. Its a float. So instead of..

    j
    lui t0 $xxxx
    lui t1 $xxxx(t0)
    ori t1 t1 $xxxx
    sw t2 $xxxx
    jr ra

    Just do

    j
    lui t0 $xxxx
    lui t1 $xxxx(t0)
    sw t2 $xxxx
    jr ra

    Just skip the loading of the second half.

  7. #7
    site n00b

    User Info Menu

    Re: socom confrontation 3rd peson view

    ok got it thanks
    so say if the first half is 0000 i don't have to load the first half

  8. #8
    socom confrontation 3rd peson view

    User Info Menu

    Re: socom confrontation 3rd peson view

    Only if it doesn't effect the code. Maybe its 0x0000 in the lobby and 0xFFFF in game, then your gunna need to load it.

  9. #9
    site n00b

    User Info Menu

    Re: socom confrontation 3rd peson view

    ohh okay gotcha
    thanks warcrazy

  10. #10
    socom confrontation 3rd peson view

    User Info Menu

    Re: socom confrontation 3rd peson view

    nice job on the sub

    i did the same thing warcrazy mentioned on that shoot yourself sub i made

    is this what you mean wc

    #3rd person view sub
    ;no longer needs 15 Hz
    0x00000098 0x0a400000
    0x00800000 0x3c0808d4
    0x00800004 0x3c093f00
    0x00800008 0xad092598
    0x0080000c 0x03e00008

    im learning the commands so i wont be useing other peoples templates for long

Page 1 of 2 12 LastLast

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
  •