if you're not sure which byte to mod, you're better off buy some items you don't have and replace them with hex worshop.
Printable View
It's a little more complicated than that. Yes, you replace the next placeholder FFFFF...00000......FFFFFFF....00000 sequence with the item you want to add, but you have to add more than 4000000 + item and quantity. There is also a inventory location number and a bunch of ending 0's that need to be added after the quantity.
Krispin is right - if you are not sure what you need to add, you are better off replacing something already in your inventory with whatever it is you want to add. This is as simple as changing an item ID and quantity as long as it's weapon for weapon, consumable for consumable, armor for armor, etc.
yupe I bought 218 chain helm and replace them all with the armor ids and then updated the armors to there max. Tonight once I get home I'll finish update the 2nd post and add more stuff to my save and hopfuly have it ready for another beta.
via microsoft excel, i just made getting item IDs a crap ton faster :P
excel? hell naw dawg this be access territory.
When you run them through visual studio as a datasource you already have your name and value then.
using - as a delimiter also shaves off so much time!
I havent used Access in ages and i an very rusty with programming :P. I only took a small bit of VB in high school.
Im using excel to actually output the hex needed to insert into the game to test the IDs :P