Daemon666 / CSB Auto Demo Recorder Public

Automatically records client demos with dated filenames, plus an admin command to force-record one player.

v1.0.0 141 downloads GPL-3.0 Last updated Aug 23, 2026
Daemon666 1.0.0 - Initial release. v1.0.0 Feb 10, 2026 1 Versions
csb_auto_demo.sma main bf7fb17 4.2 KB
README.md

CSB Auto Demo Recorder makes every client record a demo: five seconds after joining, each player receives a record command with a filename built from date, map and player name (csb_20260717_1830_de_dust2_name.dem), and recording stops at map change. Admins can force recording on a single suspicious player with amx_forcedemo - those files are prefixed FORCED so they are easy to find - and stop it with amx_stopdemo.

Features

  • Fully automatic, no player interaction needed.
  • Filenames carry date, map and player for easy archiving.
  • Admin force-record with audit log line.

Installation

  1. Compile csb_auto_demo.sma, copy it to addons/amxmodx/plugins/ and add it to plugins.ini.
  2. Change map.
Installation
1. Compile the .sma (or use the site compiler)
2. Put the .amxx in addons/amxmodx/plugins/
3. Add it to addons/amxmodx/configs/plugins.ini
4. Change map
CVARs
CVARDefaultDescription
csb_autodemo_enabled 1 Enable automatic demo recording.
Commands
CommandAccessDescription
amx_forcedemo <player> ADMIN_BAN Force demo recording on a player.
amx_stopdemo <player> ADMIN_BAN Stop a forced recording.
Changelog — v1.0.0
1.0.0 - Initial release.
Versions →
Rating

No ratings yet.

About
Download v1.0.0
Compiled live from the source below — nothing pre-built.
Download source (.sma)
Requirements
AMX Mod X ≥ 1.9
Engine ReHLDS HLDS
ReGameDLL Not required
ReAPI Not required
Metamod Metamod / Metamod-r
Contributors
Back to Plugins