Jump to content

Change storage capacity of blocks?


Axebeard

Recommended Posts

The size of a container is defined in loot.xml, the id for cntLockersShortClosed and cntLockersTallClosed is 43, so you'd want to alter the size of the lootlist with id 43.

 

Here's what the xpath would look like to set the size to 6,6 (default is 6,2 so this triples it).

<configs>
<set xpath="/lootcontainers/lootcontainer[@id='43']/@size">6,6</set>
</configs>

 

You didn't specify a number or I'd have just posted a modlet doing it, but it's simple enough to implement.

Link to comment
Share on other sites

Hey thanks a lot! I was looking at a modlet that changes the vehicle storage for reference but I wasn't sure how to find the locker IDs or what have you.

 

They are all listed in loot.xml (7 days to die main folder/data/config/loot.xml)

 

The one Weyrling posted (43) is of course the lockers ;)

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...