360haven works best with JavaScript enabled
[Modding] Wanna learn how to mod games? - Page 3
Loading
Register
Page 3 of 4 FirstFirst 1234 LastLast
Results 17 to 24 of 31
  1. #17
    Security
    Overlord

    reapermech is offline
    Join Date : Jun 2011
    Location : tx
    Posts : 1,008
    Array

    Re: [Modding] Wanna learn how to mod games?

    the offsets start at 0x0000b74 and end at 0x0000b7f each are 2 bytes sorry about earlier post i was still half asleep :)
    Downloads : 13 || Uploads : 0 || Rep Power : 5910 || Posts : 1,008 || Thanks : 169 || Thanked 178 Times in 114 Posts



  2. #18
    Administrator
    360HAVEN

    Sephiroth is offline
    Join Date : Nov 2010
    Location : Setagaya-ku, Tokyo, Japan
    Posts : 3,380
    Array
    Twitter: @

    Re: [Modding] Wanna learn how to mod games?

    Quote Originally Posted by reapermech View Post
    the offsets start at 0x0000b74 and end at 0x0000b7f each are 2 bytes sorry about earlier post i was still half asleep :)
    The first offset is correct and it ends at 0x0000B75

    P.attack: 6666
    Value: 1AOA
    Length: 2 (Int16)
    Offset: 0x0000B74
    -
    -
    1 byte = Int8
    2 bytes = Int16
    4 bytes = Int32 and Int.
    8 bytes = Int64
    -
    -
    00
    00 00
    00 00 00 00
    00 00 00 00 00 00 00 00
    Downloads : 171 || Uploads : 13 || Rep Power : 9413 || Posts : 3,380 || Thanks : 513 || Thanked 4,270 Times in 1,295 Posts




    What i have shown you is reality. What you remember... that is the illusion.




  3. #19
    Security
    Overlord

    reapermech is offline
    Join Date : Jun 2011
    Location : tx
    Posts : 1,008
    Array

    Re: [Modding] Wanna learn how to mod games?

    ok gotcha , i think the rest of that line is the remaining values that is why i posted the range ....back to HxD
    Downloads : 13 || Uploads : 0 || Rep Power : 5910 || Posts : 1,008 || Thanks : 169 || Thanked 178 Times in 114 Posts



  4. #20
    Traine Dev
    modder

    trainee is offline
    Join Date : Jul 2014
    Location : 360haven
    Posts : 138
    Array

    Re: [Modding] Wanna learn how to mod games?

    Quote Originally Posted by Sephiroth View Post
    The offset (h) start at 0, but yours start at 82.
    What hex editor are you using?
    its just how i learned to use the hex editor mate the results are in 0x00000280 but you put 82 at the front as its 32int i used 32int to search mate i use hex workshop

  5. #21
    Haven Martial Arts God


    cybersam is offline
    Join Date : Jan 2011
    Posts : 1,193
    Array

    Re: [Modding] Wanna learn how to mod games?

    Quote Originally Posted by trainee View Post
    its just how i learned to use the hex editor mate the results are in 0x00000280 but you put 82 at the front as its 32int i used 32int to search mate i use hex workshop
    that maybe true for trainers... depending on the engine or if you're just writing it in to memory...
    when hex editing files don't add anything to it as that would result in a completely different region/address/offset (that is only if the file is that big...) or you won't be able to find the offset (if you create a save editor you will get an out of bounds error )

    note: it doesn't really matter which hex editor you use this applies for all of them (that is if they are correctly programmed ^_^)

    and sephi... nice thread... why didn't we think of this before ? ^_^
    Downloads : 17 || Uploads : 2 || Rep Power : 7485 || Posts : 1,193 || Thanks : 43 || Thanked 4,060 Times in 399 Posts


    Programming today is a race between software engineers striving to build bigger and better idiot-proof programs,
    and the Universe trying to produce bigger and better idiots.
    So far, the Universe is winning.

    Rich Cook

  6. #22
    Traine Dev
    modder

    trainee is offline
    Join Date : Jul 2014
    Location : 360haven
    Posts : 138
    Array

    Re: [Modding] Wanna learn how to mod games?

    Quote Originally Posted by cybersam View Post
    that maybe true for trainers... depending on the engine or if you're just writing it in to memory...
    when hex editing files don't add anything to it as that would result in a completely different region/address/offset (that is only if the file is that big...) or you won't be able to find the offset (if you create a save editor you will get an out of bounds error )

    note: it doesn't really matter which hex editor you use this applies for all of them (that is if they are correctly programmed ^_^)

    and sephi... nice thread... why didn't we think of this before ? ^_^
    thanks mate this is new to me but interesting and im pretty sure im going to learn a good bit fom this thanks for clearing up the hex editor ill remember that

  7. #23
    Administrator
    360HAVEN

    Sephiroth is offline
    Join Date : Nov 2010
    Location : Setagaya-ku, Tokyo, Japan
    Posts : 3,380
    Array
    Twitter: @

    Re: [Modding] Wanna learn how to mod games?

    First post updated.
    Downloads : 171 || Uploads : 13 || Rep Power : 9413 || Posts : 3,380 || Thanks : 513 || Thanked 4,270 Times in 1,295 Posts




    What i have shown you is reality. What you remember... that is the illusion.




  8. #24
    Member
    lookinoverit is offline
    Join Date : Aug 2011
    Posts : 67
    Array

    Re: [Modding] Wanna learn how to mod games?

    P.attack: 0x00000B74
    P.Def: 0x00000B76
    A.Attack: 0x00000B78
    A.Def: 0x00000B7A
    Dex: 0x00000B7C
    Luck: 0x00000B7E

 

 
Page 3 of 4 FirstFirst 1234 LastLast

Similar Threads

  1. Best type of code to learn to make save editors or make games
    By moneytrees in forum General Discussion
    Replies: 4
    Last Post: 03-20-2014, 09:17 AM
  2. [YouTube] The 5 Worst Boss Battles in Games (And the Good Ones They Could learn from)
    By scorpionnet in forum Youtube Famous
    Replies: 2
    Last Post: 02-17-2014, 05:34 AM
  3. What if i wanted to learn how to mod games
    By XxstonyxX in forum General Discussion
    Replies: 3
    Last Post: 10-27-2013, 05:36 PM
  4. 3 Games on here that I would appreciate A LOT any help on modding!
    By John718 in forum Xbox 360 Modding Discussion
    Replies: 2
    Last Post: 09-28-2011, 07:55 AM

Visitors found this page by searching for:

Nobody landed on this page from a search engine, yet!

Tags for this Thread

Posting Permissions

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

About 360haven

    360haven is an Forum Devoted To Game modding Fans from all over the world.

    An Awesome Community of Xbox 360 Gamers, Modders and Developers who Create & Share Tutorials, Applications, Gfx, Trainers and Gamesaves.

    A haven for the l33t.
    A scarce paradise for modders.

★★★★★¯\_(ツ)_/¯