Rizzano
New member
I am trying to change the stack size of all food items. Here is my line of code:
<set xpath="/items/item[@name='food']/property[@name='Stacknumber']/@value">100</set>
Attached is my error which does not load that line. I have other lines of stacksize changes that are fine. It says pos 3 but there's nothing at pos 3. What am I doing wrong? Does my code above not search the items.xml and find all items starting with 'food' and should it not set their stack sizes to 100?
I had a similar issue with ammo stacks. Tried to set bundles of ammo to 100 and ammo itself to 2500. No dice, they all had the same exact yellow error, pos 3.
Thanks in advance.
ALSO: Are there any resources available for Unity editing: Specifically, I bought some entity assets from the Unity store and I would like to add them to the game. I know Max Fox Gaming has an awesome xml tutorial series that has helped me tremendously but I can't really find a good series on unity editing for 7 days to die. I am a complete newb so I need to be walked through how to load my assets, set their attributes, and save or export them to be used in 7 days.

<set xpath="/items/item[@name='food']/property[@name='Stacknumber']/@value">100</set>
Attached is my error which does not load that line. I have other lines of stacksize changes that are fine. It says pos 3 but there's nothing at pos 3. What am I doing wrong? Does my code above not search the items.xml and find all items starting with 'food' and should it not set their stack sizes to 100?
I had a similar issue with ammo stacks. Tried to set bundles of ammo to 100 and ammo itself to 2500. No dice, they all had the same exact yellow error, pos 3.
Thanks in advance.
ALSO: Are there any resources available for Unity editing: Specifically, I bought some entity assets from the Unity store and I would like to add them to the game. I know Max Fox Gaming has an awesome xml tutorial series that has helped me tremendously but I can't really find a good series on unity editing for 7 days to die. I am a complete newb so I need to be walked through how to load my assets, set their attributes, and save or export them to be used in 7 days.
