Modifies damage inflicted on teammates, implementing team damage behavior similar to Faceit.
- Install CounterStrike Sharp and Metamod:Source
- Download DamageManagement.zip from releases
- Extract and upload to your game server:
csgo/addons/counterstrikesharp/plugins/DamageManagement/ - Start server and configure the generated config file at
csgo/addons/counterstrikesharp/configs/plugins/DamageManagement/
mp_friendlyfiremust be set to1
| Parameter | Description | Default | Required |
|---|---|---|---|
DamageInflictors |
List of weapon class designer names that can damage teammates | ["inferno", "hegrenade_projectile", "flashbang_projectile", "smokegrenade_projectile", "decoy_projectile", "planted_c4"] |
YES |
ConfigVersion |
Configuration version | 1 |
YES |
For issues, questions, or feature requests, please create an issue on the GitHub repository.