CS2 CustomDefaultAmmo

Plugin for CS2 that modify the default value of clip1 and reserve ammo.

Installation

  1. Install CounterStrike Sharp and Metamod:Source;
  2. Download CustomDefaultAmmo;
  3. Unzip the archive and upload it into csgo/addons/counterstrikesharp/plugins;

Config

The config is created automatically. (Path: csgo/addons/counterstrikesharp/configs/plugins/CustomDefaultAmmo)

{
  "Version": 1,
  "Weapons": [
    {
      "Name": "weapon_awp",
      "Clip1": 10, //-1 = Ignore
      "ReserveAmmo": -1 // -1 = Ignore
    },
    {
     ...
    }
  ]
}