Re: Dark Souls 2 Modding Discussion
Quote:
Originally Posted by
rifleman
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?
Thanks!
wot hex is there
Re: Dark Souls 2 Modding Discussion
Quote:
Originally Posted by
matthewjohn
wot hex is there
0A
http://i.imgur.com/PWSEGeA.png
Re: Dark Souls 2 Modding Discussion
Quote:
Originally Posted by
rifleman
thtas a +10 upgrade
Re: Dark Souls 2 Modding Discussion
Quote:
Originally Posted by
matthewjohn
thtas a +10 upgrade
but the offset is for a Dragonrider soul, what does a +10 on it mean?
Dragonrider Soul 03D0DE20
Re: Dark Souls 2 Modding Discussion
Quote:
Originally Posted by
rifleman
but the offset is for a Dragonrider soul, what does a +10 on it mean?
Dragonrider Soul 03D0DE20
It means nothing. It means that whoever put the soul in there didn't remove that 0A value when they replaced a Weapon/Armor or they put the 0A in there by mistake. I'm looking at my save that also has the Dragonrider Soul and there is no 0A in it.
Re: Dark Souls 2 Modding Discussion
came to this thread hoping to see a way to mod items, now i have to figure out hexing again. overwhelming. Gonna wait for idle to work his magic :)
Re: Dark Souls 2 Modding Discussion
Quote:
Originally Posted by
hi def meep
came to this thread hoping to see a way to mod items, now i have to figure out hexing again. overwhelming. Gonna wait for idle to work his magic :)
trust me, I was like you a couple of days ago and I figured it out with the help of these great folks here, you should give it a shot, its not that difficult.
The difficult part is what the OP did.
Re: Dark Souls 2 Modding Discussion
Quote:
Originally Posted by
hi def meep
came to this thread hoping to see a way to mod items, now i have to figure out hexing again. overwhelming. Gonna wait for idle to work his magic :)
It's actually very easy for this game to do simple things like edit the number of items or swap items/weapons, I've even swapped armor sets with a little creativity. It's very straight forward, it's just finding the id's for some stuff that's a bitch, I just lucked out with the armor due to my inability to make just one character on a game like this and play to the end...lol. For items all you need is right in the first post in the picture with a partial list below, just swap out one for another, very simple to do.