|
| 1 | +// **************************************************************************** |
| 2 | +// Jabroni Brawl: Episode 3 |
| 3 | +// Config - server.cfg |
| 4 | +// **************************************************************************** |
| 5 | + |
| 6 | +// This config is based on the game's sample config and uses LinuxGSM tokens. |
| 7 | + |
| 8 | +// ----------------------- |
| 9 | +// Generic Source commands |
| 10 | +// ----------------------- |
| 11 | + |
| 12 | +log on // Enable server logging |
| 13 | + |
| 14 | +hostname "SERVERNAME" // Server name |
| 15 | + |
| 16 | +rcon_password "ADMINPASSWORD" // RCON password |
| 17 | + |
| 18 | +mp_timelimit 30 // Map time limit in minutes |
| 19 | +mp_maxrounds 0 // Max number of rounds till level change |
| 20 | + |
| 21 | +mp_mapcycle_empty_timeout_seconds 300 |
| 22 | + |
| 23 | +sv_downloadurl "" // Fast Download location |
| 24 | + |
| 25 | +// Load bans from previous sessions |
| 26 | +execifexists banned_ip.cfg |
| 27 | +execifexists banned_user.cfg |
| 28 | + |
| 29 | +// ----------------------- |
| 30 | +// Jabroni Brawl voting |
| 31 | +// ----------------------- |
| 32 | + |
| 33 | +jb_sv_voting_enabled 1 // Allow end of game voting |
| 34 | + |
| 35 | +// Voting fallback behavior. |
| 36 | +// 0 = Remain on same game mode, continue standard cycle. |
| 37 | +// 1 = Remain on same game mode/map. |
| 38 | +// 2 = Pick a random game mode/map. |
| 39 | +jb_sv_voting_fallback 0 |
| 40 | + |
| 41 | +jb_sv_voting_allow_gamemode 1 // Enable/disable game mode voting |
| 42 | +jb_sv_voting_allow_map 1 // Enable/disable map voting |
| 43 | + |
| 44 | +// ----------------------- |
| 45 | +// Jabroni Brawl other |
| 46 | +// ----------------------- |
| 47 | + |
| 48 | +// Mapcycle method. |
| 49 | +// 0 = Sequential, standard Source behavior. |
| 50 | +// 1 = Randomized, picks random maps in the cycle. |
| 51 | +jb_sv_mapcycle_method 1 |
0 commit comments