xgaming.configs
configs/bmdm
bmdm
2 files

Black Mesa: Deathmatch Server Config

Ready-to-use server config files for Black Mesa: Deathmatch dedicated game servers — copy, paste and run.

Config files

server.cfg
// ****************************************************************************
// Black Mesa
// Config - server.cfg
// Date - 06/12/2023
// ****************************************************************************

// hostname - Hostname for server.
hostname "SERVERNAME"

// rcon_password - remote console password.
rcon_password "ADMINPASSWORD"

// sv_password - Server password for entry into multiplayer games.
sv_password ""

// sv_setsteamaccount - token Set game server account token to use for logging in to a persistent game server account
// https://steamcommunity.com/dev/managegameservers
sv_setsteamaccount ""

// map - Start playing on specified map.
// map "dm_bounce"

// mapcyclefile - Name of the .txt file used to cycle the maps on multiplayer servers
mapcyclefile "mapcycle.txt"

// sv_lan - Server is a lan server ( no heartbeat, no authentication, no non-class C addresses ).
sv_lan 0

// sv_logfile - Log server information in the log file.
sv_logfile 1

// sv_logbans - Log server bans in the server logs.
sv_logbans 1

// sv_voiceenable - Enable voice communications.
sv_voiceenable 1

// sv_alltalk - Players can hear all other players, no team restrictions.
sv_alltalk 0

// sv_allowupload - Allow clients to upload customizations files.
sv_allowupload 1

// sv_allowdownload - Allow clients to download files.
sv_allowdownload 1

// sv_downloadurl - Location from which clients can download missing files.
sv_downloadurl ""

// mp_allowspectators - Toggles whether the server allows spectator mode or not.
mp_allowspectators 1

// mp_falldamage - Enable fall damage.
mp_falldamage 0

// mp_forcerespawn - Force all players to respawn.
mp_forcerespawn 0

// mp_fraglimit - The number of kills at which the map ends.
mp_fraglimit 45

// mp_friendlyfire - Allows team members to injure other members of their team.
mp_friendlyfire 0

// mp_mapcycle_empty_timeout_seconds - If nonzero, server will cycle to the next map if it has been empty on the current map for N seconds.
mp_mapcycle_empty_timeout_seconds 900

// mp_teamplay - Enable team based gameplay.
mp_teamplay 0

// mp_timelimit - Game time per map in minutes.
mp_timelimit 45

// mp_warmup_time - Length of the warm up round in seconds.
mp_warmup_time 30
server.cfg.orig
// Black Mesa server.cfg file
hostname "Black Mesa: Deathmatch"
mp_timelimit 900
mp_fraglimit 30
mp_teamplay 1
mp_forcerespawn 1

What these settings mean

Quick reference for the 14 most important keys in this Black Mesa: Deathmatch config. Hover or tap any key to see what it controls — useful when you're tuning a server for the first time and don't want to grep through the upstream wiki.

Core
2 settings
hostname
Server name shown in the in-game browser. Keep it under 64 characters and avoid colour codes if you want clean Steam listings.
sv_password
Optional join password. Empty string means a public server.
Network
4 settings
sv_lan
1 forces LAN-only mode (no Steam heartbeat). Set 0 for any internet-facing server.
sv_allowupload
1 lets clients upload custom sprays. Disable to mitigate inappropriate content / exploits.
sv_allowdownload
1 lets clients download missing maps / models from the server. Slow — better to pair with sv_downloadurl.
sv_downloadurl
Fast-DL HTTP URL for clients to fetch missing assets. Massively faster than Source's built-in trickle download.
Gameplay
3 settings
mp_fraglimit
First player to N kills ends the map (DM / FFA).
mp_friendlyfire
1 enables team damage. Required for competitive 5v5; usually off for community DM.
mp_timelimit
Map time limit in minutes (TF2 / casual). 0 disables.
Voice
2 settings
sv_voiceenable
Master switch for in-game voice chat. 1 enabled, 0 disabled server-wide.
sv_alltalk
1 lets dead players hear the living and both teams hear each other. Off by default for competitive integrity.
RCON
1 setting
rcon_password
Remote console password. Use a long random string — Source RCON is unencrypted, so anyone sniffing your wire can grab it if it's weak.
Logging
2 settings
sv_logfile
1 writes log lines to disk in addition to stdout.
sv_logbans
1 logs ban / kick events. Always on for any moderated server.

More valve / source engine configs

Skip the setup. Host Black Mesa: Deathmatch with XGamingServer.

Spin up a managed Black Mesa: Deathmatch server with one click. Backups, mods, control panel and DDoS protection included.