lost Side Admin
Posts : 1417 Join date : 2008-06-12 Location : England
| Subject: SERVER CONFIG Sun Oct 05, 2008 9:46 pm | |
| - Code:
-
#!/bin/sh
echo running dm server on 85.13.231.69:26000
screen -A -m -d -S dm nice -10 ./nexuiz-linux-686-dedicated +exec dm_server.cfg "${@}"
- Quote :
- set "net_address" "85.13.231.69"
set "port" "26000" set "hostname" "www.666clan.co.uk (Minsta|DM|Hook) 2.4.2" set "sv_public" "1" set "sv_maxrate" "10000" set "g_antilag" "0" set "sv_cullentities_trace" "0" set "sv_motd" "Welcome to Satan's play pen, visit us at www.666clan.co.uk" set "sys_ticrate" "0.075" set "sv_maxping" "200" maxplayers "10"
//Logging set "timestamps" "1" set "timeformat" "[%Y%M%D_%H%M:%S]" set "log_file" "dm_server.log"
//Remote set "rcon_password" "*************" set "sv_vote_master_password" "**********"
//DM-Options set "timelimit_override" "12" set "g_dm" "1" set "fraglimit" "30"
//Minsta-Options set "g_grappling_hook" "1" set "g_minstagib" "1" set "g_balance_minstagib_nex_refire" "0.8" set "g_balance_nex_refire" "0.8" set "g_balance_laser_secundary_refire" "0.2" set "g-balance_laser_secundary_animtime" "0.2" set "g_minstagib_ammo_drop" "6" set "g_minstagib_ammo_start" "11" set "g_respawn_delay" "1" set "g_respwan_waves" "0" set "sv_defaultplayer_fbskin_off" "1" set "g_fullbrightplayers" "1" set "g_fullbrightitems" "1" set "g_minstagib_invis_alpha" "0.00" set "g_balance_grapplehook_speed_fly" "3600" set "g_balance_grapplehook_speed_pull" "2400"
set "sv_vote_call" "1" set "sv_vote_master" "0" set "sv_vote_timeout" "300" set "sv_vote_wait" "120"
set "sv_ready_restart" "0" set "sv_autoscreenshot" "0"
set "sv_defaultcharacter" "0" set "sv_defaultplayermodel" "models/player/nexus.zym" set "sv_defaultplayerskin" "0"
//Bots set "bot_number" "0" set "skill" "8" set "minplayers" "2" set "bot_prefix" "[BOT] " set "bot_suffix" ""
//Map-Options set "g_maplist" "stormkeep bleach skyway soylent runningmanctf runningman dieselpower aneurysm basement downer ruiner slimepit reslimed final_rage strength runningman_1on1remix basement darkzone aggressor starship dismal cupolaarena1 dm_nexdm3 docs_hell_incarnate dsi-nex2 glowarena kaznexctf1 mentalrespaced pyconicarenaandctf1 ruinsofslaughter slimepipe4 stepbystep"
set "g_maplist_selectrandom" "0" set "g_maplist_shuffle" "1" set "g_maplist_votable" "10" set "g_maplist_votable_timeout" "16" set "g_maplist_votable_keeptwotime" "8" set "g_maplist_votable_suggestions" "2" set "g_maplist_votable_suggestions_change_gametype" "0" set "sv_curl_defaulturl" "http://maps.nexuizninjaz.com/"
//Vote-Options set "sv_vote_commands" "restart timelimit fraglimit chmap endmatch gotomap kick sv_defaultplayer_fbskin_green sv_defaultplayer_fbskin_red sv_defaultplayer_fbskin_orange sv_defaultplayer_fbskin_off"
set "sv_vote_call" "1" set "sv_vote_master" "0"
alias "set_first" "set $1 $2" set_first "g_maplist_first" "$g_maplist" alias "startmap_dm" "chmap $g_maplist_first"
| |
|