|
Location : Serverline Wiki » World of Padman
|
||||||
![]() |
World of PadmanConfigConfig // Set sv_hostname to what you want your server name to be on server lists seta sv_hostname "%server:name%" // Client password set g_password "%password%" // Enable rcon (remote console) by setting this set rconPassword "%rcon_password%" // This will be displayed when clients connect seta g_motd "%motd%" // This will force everyone to use the same PK3 seta sv_pure "%pure%" // Total clients allowed to connect seta sv_maxclients "%numplayers%" // Padman Settings set g_gametype "%gametype%" set pointlimit "%pointlimit" set timelimit "%timelimit%" set g_friendlyFire "%ff%" // Be a tyrant with these seta sv_maxPing "600" seta sv_minPing "0" seta bot_enable "0" set g_allowvote "1" // 0 = off, 1 = on // whether or not voting is enabled set g_doWarmup "1" // whether or not do the warmup set g_warmupReady "0" // the percentage of people who have to type /ready in console for match to start // 0, noone, 1 everyone. 0.5 is half of the people connected have to type /ready set g_warmup "40" // warmup at beginning of match in seconds // Limit bandwidth seta sv_maxRate "15000" // Memory settings seta com_hunkMegs "56" seta com_soundMegs "8" seta com_zoneMegs "16" // Protect against chat floods //seta sv_floodProtect "1" seta g_floodProtect "1" set nextmap "vstr d2" <gc:list text="%maplist%" separator=";">set d<gc:count start=1> <gc:if><gc:value>!=""<gc:then>"map <gc:value>; set nextmap vstr d<gc:count start=2>"<gc:else>"map %startmap%; set nextmap vstr d1"</gc:if> </gc:list> vstr d1 |
![]() |
||||
|
|
||||||