• If you have a mod, tool or prefab, please use the Resources section. Click Mods at the top of the forums.

manipulating stacksizes

shorgan

New member
Hi,

I am acutally not sure where to put the question.

We are using a 7days server on linux and being frustrated with stacksizes  I just did

"sed -i 's/<property name="Stacknumber" value="[0-9]*"/<property name="Stacknumber" value="65432"/g' items.xml"

to manipulate the stacksize für most items (much bigger numbers arent a good idea, cause you loose stuff, when moving big stacks around).

But for example conrete blocks seems to be in another file. Where are they? (Or isnt it that easy to manipulate them)

And same question for stackable magazines. Like the one for armor crafting or pistol building.

 
Thanks

hmm, I felt stupid for a moment - but grep finds Stacknumber only in backup_item_modifiers.xml, blocks.xml, items.xml, XML.txt: and item_modifiers.xml.

I modified all and even after serverrestart cant stack conreteblocks over 500.

Could you give a better hint? :)

 
Concrete blocks don't have the stacknumber property in the code (so it uses a default value elsewhere).  You would have to insert that property into concrete shapes to change the stack size to a custom value.

 
Back
Top