q3_server_config/my_server.cfg

35 lines
1 KiB
INI
Raw Normal View History

2020-03-17 21:02:40 +01:00
set sv_maxclients 16
set fraglimit 15
set rconpassword ${RCON_PASSWORD}
2020-03-17 22:37:21 +01:00
// bots (inspired from https://github.com/roguephysicist/q3a-server)
seta bot_enable 1 // Allow bots on the server
seta bot_nochat 1 // Shut those fucking bots up
seta g_spskill 3 // Default skill of bots [1-5]
seta bot_minplayers 3 // This fills the server with bots to satisfy the minimum
//## Manual adding of bots. syntax:
//## addbot name [skill] [team] [delay]
//addbot doom 4 blue 10
//addbot bones 4 blue 10
//addbot slash 4 blue 10
//addbot orbb 4 red 10
//addbot major 4 red 10
//addbot hunter 4 red 10
//addbot bitterman 4 red 10
//addbot keel 4 red 10
//levels
2020-03-17 21:02:40 +01:00
set d1 "map pro-q3dm6 ; set nextmap vstr d2"
set d2 "map q3dm17 ; set nextmap vstr d3"
set d3 "map q3dm9 ; set nextmap vstr d4"
set d4 "map q3tourney4 ; set nextmap vstr d5"
set d6 "map q3dm13 ; set nextmap vstr d7"
set d7 "map q3tourney5 ; set nextmap vstr d8"
set d8 "map q3tourney3 ; set nextmap vstr d1"
vstr d1