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 Last Pad Standing 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 Last Pad Standing only
|
|
set gametype_lps "set g_gametype 4; set pointlimit 8; set timelimit 16; vstr nextmap_lps; set next_gametype vstr gametype_lps"
|
|
set next_gametype "vstr gametype_lps"
|
|
|
|
// Now load a map
|
|
vstr nextmap
|
|
|