You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
90 lines
2.7 KiB
90 lines
2.7 KiB
// *****************************************************************************
|
|
// Zombie Master: Reborn
|
|
// Config - server.cfg
|
|
// Date - 26/04/2026
|
|
// *****************************************************************************
|
|
|
|
// .................................. Basic ................................. //
|
|
|
|
// 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 - Set game server account token to use for logging in to a persistent game server account.
|
|
sv_setsteamaccount ""
|
|
|
|
// ................................. Security ................................ //
|
|
|
|
// sv_lan - Server is a lan server ( no heartbeat, no authentication, no non-class C addresses ).
|
|
sv_lan 0
|
|
|
|
// ............................. Server Logging ............................. //
|
|
|
|
// log - Enables logging to file, console, and udp < on | off >.
|
|
log on
|
|
|
|
// sv_logbans - Log server bans in the server logs.
|
|
sv_logbans 1
|
|
|
|
// sv_logecho - Echo log information to the console.
|
|
sv_logecho 1
|
|
|
|
// sv_logfile - Log server information in the log file.
|
|
sv_logfile 1
|
|
|
|
// sv_log_onefile - Log server information to only one file.
|
|
sv_log_onefile 0
|
|
|
|
// ............................. Communication .............................. //
|
|
|
|
// sv_alltalk - Players can hear all other players, no team restrictions.
|
|
sv_alltalk 1
|
|
|
|
// ................................ Gameplay ................................ //
|
|
|
|
// mp_timelimit - game time per map in minutes.
|
|
mp_timelimit 0
|
|
|
|
// mp_forcecamera - Restricts spectator modes for dead players.
|
|
mp_forcecamera 0
|
|
|
|
// ............................. Fast Download .............................. //
|
|
|
|
// 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 ""
|
|
|
|
// ................................ Ban List ................................ //
|
|
|
|
// exec banned_user.cfg - Load the banned user ID list.
|
|
exec banned_user.cfg
|
|
|
|
// exec banned_ip.cfg - Load the banned IP address list.
|
|
exec banned_ip.cfg
|
|
|
|
// writeid - Writes a list of permanently-banned user IDs to banned_user.cfg.
|
|
writeid
|
|
|
|
// writeip - Save the ban list to banned_ip.cfg.
|
|
writeip
|
|
|
|
// ..................... Zombie Master: Reborn Settings ..................... //
|
|
|
|
// zm_sv_joingrace - Seconds after round start that players can still join as survivor.
|
|
zm_sv_joingrace 60
|
|
|
|
// zm_mp_roundlimit - How many rounds do we play before going into intermission. 0 = Disable.
|
|
zm_mp_roundlimit 0
|
|
|
|
// zm_sv_happyzombies_usedate - Special dates bring happy zombies :).
|
|
zm_sv_happyzombies_usedate 1
|
|
|