Skip to content

A simple plugin for recording a demo and uploading to a website.

License

Notifications You must be signed in to change notification settings

Kandru/cs2-demo-recorder

 
 

Repository files navigation

CounterstrikeSharp - Automatic SourceTV Demo Recorder

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

This tool automatically start a recording whenever someone is on your server.

Installation

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

Compile Yourself

Clone the project:

git clone https://github.com/Kandru/cs2-demo-recorder.git

Go to the project directory

  cd cs2-demo-recorder

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

About

A simple plugin for recording a demo and uploading to a website.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 100.0%