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.
61 lines
1.8 KiB
61 lines
1.8 KiB
// ****************************************************************************
|
|
// Blade Symphony
|
|
// 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 ""
|
|
|
|
// ................................ Gameplay ................................ //
|
|
|
|
// mp_timelimit - game time per map in minutes.
|
|
mp_timelimit 40
|
|
|
|
// ............................. Server Logging ............................. //
|
|
|
|
// log - Enables logging to file, console, and udp < on | off >.
|
|
log off
|
|
|
|
// sv_logfile - Log server information in the log file.
|
|
sv_logfile 1
|
|
|
|
// sv_logecho - Echo log information to the console.
|
|
sv_logecho 0
|
|
|
|
// sv_logbans - Log server bans in the server logs.
|
|
sv_logbans 1
|
|
|
|
// .............................. Map Rotation .............................. //
|
|
|
|
// mapcyclefile - Name of the .txt file used to cycle the maps on multiplayer servers.
|
|
mapcyclefile mapcycle.txt
|
|
|
|
// ................................. Security ................................ //
|
|
|
|
// sv_cheats - Allow cheats on server.
|
|
sv_cheats 0
|
|
|
|
// ............................. Communication .............................. //
|
|
|
|
// sv_alltalk - Players can hear all other players, no team restrictions.
|
|
sv_alltalk 1
|
|
|
|
// ............................. 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 ""
|