mirror of
https://github.com/eliasstepanik/WorldOfPadman_Dedi_Server.git
synced 2026-01-11 13:58:31 +00:00
17 lines
458 B
INI
17 lines
458 B
INI
//
|
|
// World of Padman - example server settings for BigBalloon gametype
|
|
//
|
|
|
|
|
|
// Just execute server-settings.cfg, which will load rotation.cfg
|
|
// which includes all gametypes by default
|
|
exec "server-settings.cfg"
|
|
|
|
// Overwrite rotation to loop BigBalloon only
|
|
set gametype_bb "set g_gametype 8; set pointlimit 256; set timelimit 16; vstr nextmap_bb; set next_gametype vstr gametype_bb"
|
|
set next_gametype "vstr gametype_bb"
|
|
|
|
// Now load a map
|
|
vstr nextmap
|
|
|