// **************************************************************************** // Blade Symphony // Config - server.cfg // Date - 26/04/2026 // **************************************************************************** // .................................. Basic ................................. // // hostname - Name of the server. hostname "SERVERNAME" // sv_password - Server password for private servers. sv_password "" // rcon_password - Remote console password. rcon_password "ADMINPASSWORD" // ................................ Gameplay ................................ // // mp_timelimit - Game time per map in minutes. mp_timelimit 40 // ............................. Server Logging ............................. // // log - Enable/disable logging. log off // sv_logfile - Log server information in the log file. sv_logfile 1 // sv_logecho - Display log information in the server 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 maps on multiplayer servers. mapcyclefile mapcycle.txt // ................................. Security ................................ // // sv_cheats - Enable/disable cheats. sv_cheats 0 // ............................. Communication .............................. // // sv_alltalk - Players can hear all other players, no team restrictions. sv_alltalk 1 // ................................ Misc .................................... // // sv_allowupload - Allow clients to upload customization files. sv_allowupload 1