// This config will be executed last at launching a dedicated server. // It will never be written in from War§ow. // note that configs for individual gametypes can be found inside configs/server/gametypes directory // such configs can override cvars set inside this file // server settings - must be different for each server running on same machine set sv_hostname "Debian Warsow Serveur" set sv_ip "" // set to bind to a specific interface IP address set sv_port "44400" set logconsole "wswconsole.log" set logconsole_append "1" // don't destroy the old log when restarting server // more server settings set sv_public "1" set sv_maxclients "16" set sv_skilllevel "0" // 0 = easy, 1 = normal, 2 = hard set password "" // password required to enter the server set rcon_password "motdepassesecret" // password to remotely control the server, keep secret set sv_pure "1" // if 1 client is forced to use same game modules and // game data as the server set masterservers "dpmaster.deathmask.net ghdigital.com excalibur.nvg.ntnu.no" set sv_showInfoQueries "0" // prints when a (server browser) info query is received // file uploading set sv_uploads "1" // setting this to 0 will disable sending of // server upload offers or urls to clients set sv_uploads_from_server "1" // allow uploading directly from the server set sv_uploads_baseurl "http://padpork.warsow-esport.net/mirror/current/basewsw/" // http url of a directory mirroring Warsow directory. // Note: mod directory not to be included in this url anymore. // Example: sv_uploads_baseurl "http://mydomain.com/warsow" where // there is a subdirectory "basewsw" or whatever mod directory your // server is running containing the downloadable files. set sv_autoupdate "1" // enable automatic download of updates from www.warsow.net. set g_operator_password "" // game operators get their callvotes instantly passed, so // they are users who can kick, kickban, change map, etc without // other players agreement // server side demos set g_autorecord "1" // record demos from all the matches set g_autorecord_maxdemos "20" // if there is more than this amount of // automatically recorded demos, the oldest ones will be deleted set g_uploads_demos "1" // if this is enabled and server uploading is // enabled, players can download demos from the server set r_screenshot_jpeg "1" set r_screenshot_jpeg_quality "100" // antilag settings set g_antilag "1" set g_antilag_timenudge "0" // callvotes settings - you can add this cvar for every callvote, even if it isn't here set g_vote_allowed "1" set g_votable_gametypes "" // the server can only change to the gametypes in // this cvar (space separated). Empty = All. // disable votes one by one // note: this can be done to any callvote, even if we forgot to add it to this list, // composing the cvar with "g_disable_vote_" + set g_disable_vote_gametype "0" set g_disable_vote_map "0" set g_disable_vote_nextmap "0" set g_disable_vote_restart "0" set g_disable_vote_scorelimit "0" set g_disable_vote_timelimit "0" set g_disable_vote_numbots "0" set g_disable_vote_warmup "0" set g_disable_vote_warmup_timelimit "0" set g_disable_vote_extended_time "0" set g_disable_vote_maxteams "0" set g_disable_vote_maxteamplayers "0" set g_disable_vote_lock "0" set g_disable_vote_unlock "0" set g_disable_vote_allow_teamdamage "0" set g_disable_vote_allow_selfdamage "0" set g_disable_vote_allow_falldamage "0" set g_disable_vote_allow_uneven "0" set g_disable_vote_maxtimeouts "0" set g_disable_vote_timeout "0" set g_disable_vote_timein "0" set g_disable_vote_challengers_queue "0" set g_disable_vote_kick "0" set g_disable_vote_kickban "0" set g_disable_vote_instajump "0" set g_disable_vote_instashield "0" // game settings // to set igungame set first : download the map : http://padpork.warsow-esport.net/mirror/current/basewsw/gungame032.pk3 and http://padpork.warsow-esport.net/mirror/current/basewsw/gungame032_001.pk3 // After in file dedicated_autoexec.cfg put : set g_gametype "gungame" , set g_instagib "1" , set g_instajump "1" , set g_instashield "1" // launch the server, launch the game and connect to server, and join, so in console type : rcon_password yoursecretpassword and after type rcon autoupdate // http://www.warsow.net/forum/servers-warsowtv-admin/topic-22722/?value=30150&type=8&include=1&search=1&ret=all // to have many map http://padpork.warsow-esport.net/mirror/current/basewsw/ set g_gametype "gungame" set g_teams_maxplayers "8" set g_teams_allow_uneven "0" set g_numbots "5" set g_instagib "1" set g_instajump "1" set g_instashield "1" // gametype settings - Gametype cfgs can change these when the server changes gametype set g_allow_teamdamage "1" set g_allow_selfdamage "1" set g_allow_falldamage "1" set g_scorelimit "0" set g_timelimit "20" set g_warmup_enabled "1" set g_warmup_timelimit "5" set g_match_extendedtime "5" set g_countdown_time "5" set g_maxtimeouts "3" // -1 = unlimited set g_challengers_queue "1" // map settings set sv_defaultmap "alley" set g_maplist "alley air" // list of maps in automatic rotation set g_maprotation 1 // 0 = same map, 1 = in order, 2 = random set g_asGC_stats "1" set g_asGC_interval "10"