1 changed files with 35 additions and 9 deletions
@ -1,29 +1,55 @@ |
|||||
// Server Hostname |
// **************************************************************************** |
||||
|
// Blade Symphony |
||||
|
// Config - server.cfg |
||||
|
// Date - 26/04/2026 |
||||
|
// **************************************************************************** |
||||
|
|
||||
|
// .................................. Basic ................................. // |
||||
|
|
||||
|
// hostname - Name of the server. |
||||
hostname "SERVERNAME" |
hostname "SERVERNAME" |
||||
|
|
||||
// Server Password |
// sv_password - Server password for private servers. |
||||
sv_password "" |
sv_password "" |
||||
|
|
||||
// RCON Password |
// rcon_password - Remote console password. |
||||
rcon_password "ADMINPASSWORD" |
rcon_password "ADMINPASSWORD" |
||||
|
|
||||
// Time Limit |
// ................................ Gameplay ................................ // |
||||
|
|
||||
|
// mp_timelimit - Game time per map in minutes. |
||||
mp_timelimit 40 |
mp_timelimit 40 |
||||
|
|
||||
// Logging |
// ............................. Server Logging ............................. // |
||||
|
|
||||
|
// log - Enable/disable logging. |
||||
log off |
log off |
||||
|
|
||||
|
// sv_logfile - Log server information in the log file. |
||||
sv_logfile 1 |
sv_logfile 1 |
||||
|
|
||||
|
// sv_logecho - Display log information in the server console. |
||||
sv_logecho 0 |
sv_logecho 0 |
||||
|
|
||||
|
// sv_logbans - Log server bans in the server logs. |
||||
sv_logbans 1 |
sv_logbans 1 |
||||
|
|
||||
// MapCycle File |
// .............................. Map Rotation .............................. // |
||||
|
|
||||
|
// mapcyclefile - Name of the .txt file used to cycle maps on multiplayer servers. |
||||
mapcyclefile mapcycle.txt |
mapcyclefile mapcycle.txt |
||||
|
|
||||
// Cheats Disabled |
// ................................. Security ................................ // |
||||
|
|
||||
|
// sv_cheats - Enable/disable cheats. |
||||
sv_cheats 0 |
sv_cheats 0 |
||||
|
|
||||
// AllTalk Enabled |
// ............................. Communication .............................. // |
||||
|
|
||||
|
// sv_alltalk - Players can hear all other players, no team restrictions. |
||||
sv_alltalk 1 |
sv_alltalk 1 |
||||
|
|
||||
// Misc. |
// ................................ Misc .................................... // |
||||
|
|
||||
|
// sv_allowupload - Allow clients to upload customization files. |
||||
sv_allowupload 1 |
sv_allowupload 1 |
||||
Loading…
Reference in new issue