Ludeon Forums

RimWorld => Mods => Help => Topic started by: Ded1 on December 02, 2014, 05:11:40 PM

Title: Altering max stack size
Post by: Ded1 on December 02, 2014, 05:11:40 PM
Is it possible?  I would like to change it so metal stacks up to 1000, and silver the same ammount.  However i have no clue as to how to go about making this happen.
Title: Re: Altering max stack size
Post by: JuliaEllie on December 02, 2014, 05:40:58 PM
<stackLimit>any Integer</stackLimit>
Title: Re: Altering max stack size
Post by: Karn on December 02, 2014, 05:41:34 PM
Stack sizes can be modified in Mods\Core\Defs\ThingDefs\Items_Resources.xml file in tag <stackLimit>. Some resources doesn't have this tag (for example metal) so you'll need to add it to them.
Title: Re: Altering max stack size
Post by: Ded1 on December 02, 2014, 06:20:31 PM
ok thanks.  I didnt know if stacksizes were hardcoded or anything.