CS 1.6 Deathmatch (CSDM) — Instant-Respawn Explained
Counter-Strike 1.6 Deathmatch mode — no rounds, instant respawn, pick-your-weapon. How CSDM works, popular maps, and the plugin behind every non-Steam DM server.
Updated: 2026-07-30
CSDM — Counter-Strike Deathmatch — is the most-populated non-classic mode on non-Steam CS 1.6 servers. If you've ever joined a server called "24/7 DM DUST2 FASTDL", that's CSDM. It strips CS down to the shooting: no rounds, no economy, no C4, no waiting. Die, respawn, shoot, repeat.
The plugin
CSDM is an AMX Mod X plugin — the reference implementation was written by BAILOPAN (Matt Woodrow), who also created AMX Mod X itself and later SourceMod. Source and history: bailopan.net/csdm. Any non-Steam CS 1.6 client can join a CSDM server without extra installs — like every other mode on this page, everything runs server-side.
The last major CS 1.6 release was CSDM 2.1.2. Later community forks added more features (bot integration, weapon menus, protection zones) but the core mechanics haven't meaningfully changed since ~2006.
How CSDM changes the game
| Base CS 1.6 | CSDM |
|---|---|
| Rounds with buy phase | No rounds — one continuous stream |
| Death = wait until next round | Instant respawn (2-5 sec configurable) |
| Buy menu with prices | Weapon menu — pick primary + secondary free |
| C4 / bomb objectives | Removed |
| Kevlar bought individually | Given free every spawn |
| Random spawn at team base | Multi-spawn — dozens of points across the map |
| First-death economy penalty | None — kills and deaths don't affect anything |
Configurable server settings
Server admins tune:
- Respawn delay: 2-5 seconds typical. Some servers run 0-second (instant) for chaos.
- Spawn protection: 2-3 seconds of invulnerability after respawn to prevent spawn-camp kills.
- Weapon menu style: full menu (pick anything) vs "pistol only" vs "rifles only" vs "AWP only" restricted variants.
- Team mode: standard 2-team CT vs T, or FFA (Free For All) where teams don't exist and everyone attacks everyone.
- Score limit / time limit: first to N kills, or 20-minute map rotation.
Popular CSDM maps
Small arena maps dominate — the classic de_ and cs_ competitive maps are too big for continuous respawn.
- fy_iceworld / fy_snow — the two most-played DM maps ever. Small snowy arenas with weapons scattered on the ground (fy = "fight yard").
- fy_pool_day — small pool arena, close combat.
- aim_map / aim_ak-colt — 1v1-friendly aim maps, popular on DM too.
- 35hp_2, 35hp — everyone starts with 35 HP, one-shot deaths.
- awp_india / awp_map — AWP-only variants with sightlines.
- de_dust2 24/7 — some servers do run CSDM on standard maps, but respawn is much longer.
Why CSDM is so popular
- No barrier to entry: no economy learning curve, no map callouts required.
- Aim practice: pros used CSDM as a warm-up before match play — the fastest way to fire hundreds of rounds per hour.
- Casual-friendly: 15 minutes on a DM server = ~50-80 kills. Base CS gives you maybe 10-15 in the same time.
- Bot-friendly: CSDM works well with ZBots for offline single-player deathmatch.
Variants
- DM GG (Deathmatch GunGame) — CSDM + GunGame overlaid. Instant respawn + kill-based weapon promotion.
- Retake / Executes servers — modern DM variant focused on 1-bombsite scenarios rather than full rounds.
- 1v1 Arena — DM plugin that pairs players into isolated duels with round-based scoring.
Set up locally
Add the CSDM plugin folder to a local HLDS server, load a small DM map (changelevel fy_iceworld), and add bots (bot_add). See the console commands guide for the full command set.
What next?
- CS 1.6 Weapons Guide — pick a menu loadout that matches your CSDM style
- GunGame Guide — the DM variant with a weapon ladder
- Console Commands — netcode + fps tuning for pub servers