Skip to content

Kandru/cs2-cosmetics

Repository files navigation

CounterstrikeSharp - Cosmetics

UpdateManager Compatible GitHub release License issues - cs2-map-modifier

Description

CounterstrikeSharp - Cosmetics is a plugin for Counter-Strike 2 that allows server administrators to customize the appearance of players with various cosmetic items. This plugin enhances the gaming experience by providing unique visual elements.

Features

  • Colored smoke grenades depending on the players team
  • Death Beam going from the attackers eye to the impact position of the bullet

Installation

  1. Download and extract the latest release from the GitHub releases page.
  2. Move the "Cosmetics" folder to the /addons/counterstrikesharp/configs/plugins/ directory.
  3. Restart the server.

Updating is even easier: simply overwrite all plugin files and they will be reloaded automatically. To automate updates please use our CS2 Update Manager.

Configuration

This plugin automatically creates a readable JSON configuration file. This configuration file can be found in /addons/counterstrikesharp/configs/plugins/Cosmetics/Cosmetics.json.

{
  "enabled": true,
  "enable_coloredsmokegrenades": true,
  "enable_deathbeam": true,
  "enable_specatormodel": true,
  "maps": {
    "de_dust2": {
      "enable_coloredsmokegrenades": true,
      "enable_deathbeam": true,
      "enable_specatormodel": true,
    }
  },
  "ConfigVersion": 1
}

enabled

Wether or not this plugin is enabled globally.

enable_coloredsmokegrenades

Disables the colored smoke grenades either globally or per map.

enable_deathbeam

Disables the death beam either globally or per map.

Compile Yourself

Clone the project:

git clone https://github.com/Kandru/cs2-cosmetics.git

Go to the project directory

  cd cs2-cosmetics

Install dependencies

  dotnet restore

Build debug files (to use on a development game server)

  dotnet build

Build release files (to use on a production game server)

  dotnet publish

FAQ

TODO

License

Released under GPLv3 by @Kandru.

Authors