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.
- Download and extract the latest release from the GitHub releases page.
- Move the "CardboardPlayer" folder to the
/addons/counterstrikesharp/plugins/directory. - 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.
This plugin automatically creates a readable JSON configuration file. This configuration file can be found in /addons/counterstrikesharp/configs/plugins/CardboardPlayer/CardboardPlayer.json.
TODO
Clone the project:
git clone https://github.com/Kandru/cs2-cardboard-player.gitGo to the project directory
cd cs2-cardboard-playerInstall dependencies
dotnet restoreBuild debug files (to use on a development game server)
dotnet buildBuild release files (to use on a production game server)
dotnet publishTODO
