Skip to content

fidarit/cs2-DamageMultiplier

Repository files navigation

GitHub tag (with filter) GitHub Repo stars GitHub all releases GitHub last commit (branch)

DamageMultiplierCS2

CS2 implementation of weapons damage multiplier plugin written in C# for CounterStrikeSharp.

Config

The configuration file can be found at the following path: addons\counterstrikesharp\configs\plugins\DamageMultiplierCS2\DamageMultiplierCS2.json

{
  "Permissions": {
    "*": {
      "Weapons": {
        "*": 1,
        "hegrenade": 1.1
      }
    },
    "@css/vip": {
      "Weapons": {
        "*": 1.25
      }
    }
  },
  "ConfigVersion": 1
}

Requirements

Installation

  1. Download the zip file from the latest release, and extract the contents into your counterstrikesharp/plugins directory.

Acknowledgments

If you appreciate the project then please take the time to star the repository 🙏

Star us