Re: Dark Souls 2 Modding Discussion
Quote:
Originally Posted by
rifleman
yes, I get that, but where do I insert the offest and its value after the 5 bytes? I mean at what point into the encrypted save file do I insert the item and its value? also are these the only two things that I need to insert?
thanks, its been a fun experience so far!
If you go to the very first page of this thread you will see that idlehands88 posted pictures for each of the things hes trying to explain, and under Items you will see in the picture and also it is posted above the picture that the items start at Start - 0x1E2C, so that's row C of 00001E20 shown in the picture, anything after that point is all items.
All you do is take the item ids that idlehands88 provided which are in decimal form and convert them to hex and copy paste that number into your hex editor to replace or add an item.
I'm not an expert not even close at doing this, if it was not for idlehands88 thread here i would have never figured anything out myself, I can tell you if you look at his pictures and pay attention to the info he has posted you will get it to work.
i hope this helps, if this is not what you were asking for then i probably did not understand the question, i apologize for that, i do it from time to time.
Re: Dark Souls 2 Modding Discussion
Does anybody know where the Bonfire Intensity of each bonfire is?
The thing Idle has pointed out is NG+ level
Re: Dark Souls 2 Modding Discussion
Quote:
Originally Posted by
rifleman
yes, I get that, but where do I insert the offest and its value after the 5 bytes? I mean at what point into the encrypted save file do I insert the item and its value? also are these the only two things that I need to insert?
thanks, its been a fun experience so far!
umm check out the 1st post click on the ITEMS spoileri think that picture will explain it for you your inventory starts at offset 0x1E2C
Re: Dark Souls 2 Modding Discussion
does the type of armor or amount of item you have with you effect jumping? because for some reason i can no longer jump and can't figure out why
Re: Dark Souls 2 Modding Discussion
Quote:
Originally Posted by
waveyjones24
does the type of armor or amount of item you have with you effect jumping? because for some reason i can no longer jump and can't figure out why
yes of course its been that way since the first game and I think its to do with item weight and maximum load you can carry. Check out this video that explains it.
http://www.youtube.com/watch?v=BwSNzUD0lms
Quote:
Originally Posted by
curtdawg21
umm check out the 1st post click on the ITEMS spoileri think that picture will explain it for you your inventory starts at offset 0x1E2C
Can I insert at any point after that offset value?
Thanks!
Re: Dark Souls 2 Modding Discussion
Quote:
Originally Posted by
rifleman
thank you google was no help for me
Re: Dark Souls 2 Modding Discussion
Hey everyone. I'm interested in editing my inventory, but I need some help. I've tried to use a save/inventory editor that's already out, but unfortunately it doesn't work on Windows XP, which is the only OS I have access to at the moment. This one looks like it's coming along great, but until it's released I'd like to try editing my inventory manually. I downloaded Hex Workshop and fiddled around with it briefly, but honestly it's all a bit daunting. The only hex editing I've ever done before was with Dragon's Dogma, but it was with a program specifically designed for that game. Basically, I have no idea how to use Hex Workshop with Dark Souls 2. I've read through the entire thread, along with another thread on hex editing, but I'm still pretty clueless.
Anyway, here's the thing. All I want to do is give a new character the Faraam armor set from the beginning of the game. That's it. I have no interest in editing stats, souls, or anything else.
Any help would be greatly appreciated. Thanks!
P.S. The editor looks amazing! Can't wait for it to be finished!
Re: Dark Souls 2 Modding Discussion
Quote:
Originally Posted by
rifleman
Can I insert at any point after that offset value?
Thanks!
In theory, yes. But if you dont want to replace items that you already have, be sure to use a line where no item-id is present (Blocks C to F).
Also take a look at Block 1 where the flag is set for character or chest (so you know where to search for your added items ingame).
If you´re not sure what you are doing the easiest way would be to buy a useless item ingame, search for that value in the hexeditor and replace it with the desired item.