Skip to content

fidarit/cs2-Vampirism

Repository files navigation

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

VampirismCS2

CS2 implementation of vampirism plugin written in C# for CounterStrikeSharp.

Config

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

{
  "Permissions": {
    "*": {
      "Enabled": true,
      "OnHeadShotOnly": true,
      "OnKillOnly": true,
      "Multiplier": 0.5,

      "GG_IgnoreLeader": true
    },
    "@css/vip": {
      "Enabled": true,
      "OnHeadShotOnly": true,
      "OnKillOnly": true,
      "Multiplier": 0.75,

      "GG_IgnoreLeader": false
    }
  },
  "ConfigVersion": 1
}

Integration with GunGame:

  • GG_IgnoreLeader parameter allow you to enable ignoring of GunGame leader

Requirements

Installation

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

Acknowledgments

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

Star us

About

Vampirism mod for CS2

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages