mirror of
https://github.com/eliasstepanik/WorldOfPadman_Dedi_Server.git
synced 2026-01-10 13:28:32 +00:00
17 lines
476 B
INI
17 lines
476 B
INI
//
|
|
// World of Padman - example server settings for Capture the Lolly 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 Capture the Lolly only
|
|
set gametype_ctl "set g_gametype 6; set pointlimit 8; set timelimit 16; vstr nextmap_ctl; set next_gametype vstr gametype_ctl"
|
|
set next_gametype "vstr gametype_ctl"
|
|
|
|
// Now load a map
|
|
vstr nextmap
|
|
|