Skip to content

Latest commit

 

History

History
74 lines (45 loc) · 2.12 KB

File metadata and controls

74 lines (45 loc) · 2.12 KB

CounterstrikeSharp - Cardboard Player

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

This plug-in turns the decoy grenade into a cardboard player upon exploding. You need to specify the models on your own. The files are currently NOT public.

Installation

  1. Download and extract the latest release from the GitHub releases page.
  2. Move the "CardboardPlayer" folder to the /addons/counterstrikesharp/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/CardboardPlayer/CardboardPlayer.json.

Commands

TODO

Compile Yourself

Clone the project:

git clone https://github.com/Kandru/cs2-cardboard-player.git

Go to the project directory

  cd cs2-cardboard-player

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