Mod articles
-
We have no modding tools for easy finding certain item, so we need to search for each item through the game file's text. At first you should use some good text editor such as Notepad++ or EmEditor. Then open 'catalog.sp' file, press Ctrl+F and search by keywords.
To change ammo limits for each ammo type
<item key="AMMO_REVOLVER
<multiplicity> here are ammo quantities
<item>
<quantity value="40" /> start quantity limit
<slotid>SLOTID_ANY</slotid>
</item>
<item>
<quantity value="10" /> ...