360haven works best with JavaScript enabled
Dark Souls 2 Modding Discussion - Page 28
Loading
Register
Page 28 of 63 FirstFirst ... 31823242526272829303132333853 ... LastLast
Results 217 to 224 of 499
  1. #217
    Developer
    matthewjohn

    matthewjohn is offline
    Join Date : Nov 2013
    Posts : 1,274
    Array

    Re: Dark Souls 2 Modding Discussion

    Quote Originally Posted by rifleman View Post
    how about souls? is the value for its number of located 5 bytes ahead of the offset also? just like other items?

    for example the covetous demon soul located at offset 03D216A0. I can see its in my item box because of block 1 being 80 and in C to F i can find the offset and 5 bytes ahead of it I found the int32 number of to be 3879 because the hex shows as 27 0F. But in the itembox the number is 999. Is this because of a upper limit on how many can be shown in the itembox?

    Maybe I am interpreting something wrong here because at the second byte after the last offset byte I see another 80? and I am counting 5 bytes from the last offset byte to locate the number of.

    Click image for larger version. 

Name:	souls.jpg 
Views:	105 
Size:	50.7 KB 
ID:	14300 int 32 max is 999999999 sorry bout the writeing ant got any proper screenshot tool lol

  2. #218
    Member
    rifleman is offline
    Join Date : Mar 2014
    Posts : 43
    Array

    Re: Dark Souls 2 Modding Discussion

    Quote Originally Posted by Idlehands88 View Post
    You know you'd have a 1000000000x easier time if you changed your preferences to only show 16 columns at the top (00-0F).
    lol you are right and I have been thinking how to do it, I checked everywhere including and options and preferences but for the life of me cannot figure how to change it to show only columns 0 to F.

    Thanks matthewjohn for showing its location.



    -----edit-------
    figured out how to show 0 to F only, wow I feel like an idiot

  3. #219
    Member
    rifleman is offline
    Join Date : Mar 2014
    Posts : 43
    Array

    Re: Dark Souls 2 Modding Discussion

    highlighted are the offsets for the Covetous Demon Soul and below it is the Soul of Mytha, The Baneful Queen, I see that they are in the chest/itembox because of the 80, but where is the quantity byte?



    Thanks!

  4. #220
    ★ The Exiled One ★
    Exiledone

    Idlehands88 is offline
    Join Date : Dec 2010
    Location : Whitby, Ontario
    Age : 30
    Posts : 4,709
    Array
    Asteroids Champion
    Twitter: @

    Re: Dark Souls 2 Modding Discussion

    Quote Originally Posted by rifleman View Post
    highlighted are the offsets for the Covetous Demon Soul and below it is the Soul of Mytha, The Baneful Queen, I see that they are in the chest/itembox because of the 80, but where is the quantity byte?

    http://i.imgur.com/HcJEbcN.png

    Thanks!
    2 bytes after the 80. Your values for Quantity are at 270F (9,999).
    Downloads : 70 || Uploads : 4 || Rep Power : 13037 || Posts : 4,709 || Thanks : 1,168 || Thanked 16,722 Times in 1,843 Posts



  5. #221
    Member
    rifleman is offline
    Join Date : Mar 2014
    Posts : 43
    Array

    Re: Dark Souls 2 Modding Discussion

    Quote Originally Posted by Idlehands88 View Post
    2 bytes after the 80. Your values for Quantity are at 270F (9,999).
    thanks for that, so for souls it doesn't work the same way as for items for example titanite shards for which the quantity is located 5 bytes after the last offset value.

  6. #222
    ★ The Exiled One ★
    Exiledone

    Idlehands88 is offline
    Join Date : Dec 2010
    Location : Whitby, Ontario
    Age : 30
    Posts : 4,709
    Array
    Asteroids Champion
    Twitter: @

    Re: Dark Souls 2 Modding Discussion

    Quote Originally Posted by rifleman View Post
    thanks for that, so for souls it doesn't work the same way as for items for example titanite shards for which the quantity is located 5 bytes after the last offset value.
    They are the exact same...?
    Downloads : 70 || Uploads : 4 || Rep Power : 13037 || Posts : 4,709 || Thanks : 1,168 || Thanked 16,722 Times in 1,843 Posts



  7. #223
    Member
    rifleman is offline
    Join Date : Mar 2014
    Posts : 43
    Array

    Re: Dark Souls 2 Modding Discussion

    Quote Originally Posted by Idlehands88 View Post
    They are the exact same...?
    ok understood, its the same for souls as for the titanite shards and other items, I was looking at the 4 and 5 cols before the offset started, now I understand that it starts from column C and ends at column B.

    C D E F 0 1 2 3 4 5 6 7 8 9 A B

    cols CDEF = item offset
    col 1 = inventory or itembox
    cols 4,5 = item quantity

    ------edit---------------
    in your OP you said that 0A value under col 8 means Armor/Weapon Upgrades, what is its significance under a soul item such as Dragonrider soul which is located at offset 03D0DE20? The 0A is only there when the soul is in the itembox not when in inventory.

    Thanks!
    Last edited by rifleman; 03-21-2014 at 05:08 PM.

  8. #224
    ★ The Exiled One ★
    Exiledone

    Idlehands88 is offline
    Join Date : Dec 2010
    Location : Whitby, Ontario
    Age : 30
    Posts : 4,709
    Array
    Asteroids Champion
    Twitter: @

    Re: Dark Souls 2 Modding Discussion

    Quote Originally Posted by rifleman View Post
    ok understood, its the same for souls as for the titanite shards and other items, I was looking at the 4 and 5 cols before the offset started, now I understand that it starts from column C and ends at column B.

    C D E F 0 1 2 3 4 5 6 7 8 9 A B

    cols CDEF = item offset
    col 1 = inventory or itembox
    cols 4,5 = item quantity

    ------edit---------------
    in your OP you said that 0A value under col 8 means Armor/Weapon Upgrades, what is its significance under a soul item such as Dragonrider soul which is located at offset 03D0DE20? The 0A is only there when the soul is in the itembox not when in inventory.

    Thanks!
    The Armor/Weapon Upgrade value is ONLY there for weapons/Armor. Putting the 0A on an Item does nothing.
    Downloads : 70 || Uploads : 4 || Rep Power : 13037 || Posts : 4,709 || Thanks : 1,168 || Thanked 16,722 Times in 1,843 Posts



 

 

Similar Threads

  1. Dark Souls Modding Discussion Only!
    By Magnus Hydra in forum Xbox 360 Modding Discussion
    Replies: 762
    Last Post: 03-11-2017, 02:48 AM
  2. Dark Souls 2 modding
    By ManMadeHell in forum Xbox 360 Modding Discussion
    Replies: 11
    Last Post: 06-01-2015, 11:18 PM
  3. Dark Souls 2 Modding discovery
    By I was here in forum Xbox 360 Modding Discussion
    Replies: 1
    Last Post: 08-06-2014, 09:03 PM
  4. dark souls 2 modding servise
    By matthewjohn in forum Xbox 360 Modding Discussion
    Replies: 23
    Last Post: 03-21-2014, 04:24 PM

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.

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