File information

Last updated

Original upload

Created by

saravaksa2

Uploaded by

saravaksa2

Virus scan

Safe to use

Tags for this mod

Mod articles

  • HOW TO

    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" />            ...