
Yeah ok but how can i change how many of item1, item2, item3 ...... i have ?
I dont get it...thumps up to all that know how to hex edit this shit :-)
In the "ghetto tutorial" you searched for the short sword. when i look for the shortsword id i get 15 entrys and all look the same.....see attatchment
how do i find the right one when all looks the same and not only one like your example ?
![]()
Say you searched for titanite shards, with the ID of 40000000000003E8 (you would have to have one in your inventory before it will work). Right after that is 00000001 (or similar, depending on how many are in your inventory). the last 2 digits are the quantity, so if you changed it to 32 you would have 50 shards, and it would look like 40000000000003E800000032 after you edited it.

I just edited my post look what i mean, your new try to help me is useless again for me because i dont finde these strings and dont know why... it looks not like 40000000000003E800000032 its more like an armaggedon from numbers and letters...im sorry im totally noobish about this hex editing but i want to understand this :-)
when i seach for these shards i will find strings they are totally strange chaotic placed and i dont see where it begins and where it ends. can i do something about this that the strings they are connected togehter or seems to be one string, to be in one line ?
Edit: also it seems i can not replace strings, i can delete strings and type new in with two numbers or letters but i cannot replace....and why the hell get i 50 shards when i type in 32?



From your picture it looks as though you are editing the container file. If you extract your User_Data file from this container you might have an easier time learning where your items are located since you are new to hex editing. The con file is a little more confusing and offsets are different from User_Data file. Practice using the User_Data file first then progress into editing the container file. Also 50 converted to hex is 32. Just use windows calculator and key in your decimal amount click hex button and it will convert it.

Ok wait :-)
I extracted all Contents from the Dark Souls Main save via Horizon, after this is opend the User Data in the Hex and the Dark Souls Main save too, like mentioned in the Big modding thread.
You mean now, if i understand correctly, i musst extract something out frome the User Data file too ?



No sorry to confuse you, from looking at the pic it looked as though you were editing the Draks0005 file which is the container. If you are editing the User_data file then you are doing it right.
If you want, post your User_data file and I will edit a couple things then give it back and you can compare with your original to see the changes so you can get and idea of what to do.

Judging by the pic, you are editing your whole save file. You will find massive amounts of stuff in there, not just your character. I think all that other stuff has to do with placement of the item in the game world.
After pulling the save file from your drive, you need to open it in Horizon or Modio to extract the User_Data. Opening User_data will make much more sense. As for why does 32 in HEX= 50 in decimal, just run a search for hex to decimal conversion. Hex is a different base, you can use the windows built in calculator to flip from decimal to hex.
decimal - 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
hex - 1 2 3 4 5 6 7 8 9 a b c d e f
In an off note, is anyone else running into multiple copies of the same item string showing up in their User_Data? I don't remember seeing them before, but now I seem to have 2 of everything.