From 07c1eede95cf1827181309236736ae250d87ff42 Mon Sep 17 00:00:00 2001 From: lordhavoc Date: Wed, 9 Jan 2008 11:02:01 +0000 Subject: [PATCH] updated pro default.cfg to match the nexuiz one git-svn-id: svn://svn.icculus.org/nexuiz/trunk@3117 f962a42d-fe04-0410-a3ab-8c8b0445ebaa --- pro/default.cfg | 85 ++++++++++++++++++++++++++++++++++++++----------- 1 file changed, 67 insertions(+), 18 deletions(-) diff --git a/pro/default.cfg b/pro/default.cfg index 240571b1f..32e69dfe5 100644 --- a/pro/default.cfg +++ b/pro/default.cfg @@ -3,7 +3,7 @@ alias setreport "set $1 $2 ; sendcvar $1" // Nexuiz version (formatted for humans) -set g_nexuizversion 2.2svn +set g_nexuizversion 2.3svn // Nexuiz version (formatted for machines) // used to determine if a client version is compatible @@ -69,6 +69,7 @@ seta cl_zoomspeed 3.5 // how fast it will zoom (0.5-16), negative values mean in freelook 1 sensitivity 6 seta scmenu_mouse_speed 1 +set scmenu_directmenu "" v_gamma 1.125000 viewsize 110 bgmvolume 0 @@ -106,10 +107,7 @@ hostname "Nexuiz Pro Server" set sv_mapchange_delay 5 set minplayers 0 sv_cullentities_trace 1 -sv_cullentities_trace_samples 4 -sv_cullentities_trace_samples_extra 8 r_cullentities_trace 1 -r_cullentities_trace_samples 4 // restart server if all players hit "ready"-button set sv_ready_restart 0 @@ -147,6 +145,7 @@ cl_movement_jumpvelocity $sv_jumpvelocity cl_movement_maxairspeed $sv_maxairspeed cl_movement_maxspeed $sv_maxspeed cl_movement_stepheight $sv_stepheight +cl_movement_track_canjump 0 // till DP bug gets fixed seta cl_playerdetailreduction 0 // the higher, the less detailed @@ -235,6 +234,7 @@ set g_maxpushtime 8.0 set g_cloaked 0 set g_player_alpha 1 +set g_player_brightness 0 // set to 2 for brighter players seta g_balance_cloaked_alpha 0.25 set welcome_message_time 8 @@ -297,6 +297,9 @@ seta g_tdm_teams 2 // how many teams are in team deathmatch set g_changeteam_banned 0 // not allowed to change team set g_changeteam_fragtransfer 0 // % of frags you get to keep when you change teams (rounded down) +// dm +set g_dm 1 // actually, this is a dummy cvar just to make the menu happy + // ctf set g_ctf 0 set g_ctf_flag_returntime 30 @@ -355,10 +358,10 @@ set g_balance_rune_regen_combo_limitmod 1 set g_balance_rune_speed_atkrate 0.66 set g_balance_curse_slow_atkrate 1.5 set g_balance_rune_speed_combo_atkrate 1.2 -set g_balance_rune_speed_moverate 1.33 +set g_balance_rune_speed_moverate 1.25 set g_balance_curse_slow_moverate 0.8 set g_balance_rune_speed_combo_moverate 0.9 -set g_balance_rune_speed_jumpheight 1.8 +set g_balance_rune_speed_jumpheight 1.4 set g_balance_curse_slow_jumpheight 1.0 set g_balance_rune_speed_combo_jumpheight 1.0 @@ -400,6 +403,9 @@ set g_arena_powerups 0 // enables powerups (superhealth, strength and shield), // onslaught set g_onslaught 0 +// assault +set g_assault 0 + // server game balance settings set g_balance_armor_regen 0 set g_balance_armor_rot 0 @@ -458,8 +464,6 @@ r_glsl_deluxemapping 1 r_glsl_offsetmapping 0 r_glsl_offsetmapping_reliefmapping 0 r_glsl_offsetmapping_scale 0.02 -r_glsl_water_refractdistort 0.03 -r_glsl_water_reflectdistort 0.03 // execute normal.cfg to make sure that all effect settings are reset alias menu_sync "" // will be re-aliased later exec normal.cfg @@ -608,7 +612,7 @@ alias spec "cmd spectate" bind F3 spec // alias for switching the teamselect menu -alias menu_showteamselect "set scmenu_directmenu TeamSelect; togglemenu" +alias menu_showteamselect "menu_cmd directmenu TeamSelect" alias menu_sync "menu_cmd sync" bind f5 menu_showteamselect @@ -680,11 +684,6 @@ set sv_motd "" seta cl_shownames 1 // show player names pointed to (0: never, 1: teamplay only, 2: always) set sv_allow_shownames 1 -con_chatwidth 0.6 -con_chat 5 -con_chatpos -8 -sbar_alpha_bg 0.4 - net_banlist "" seta _alientrap_net_banlist "" @@ -704,6 +703,8 @@ seta g_maplist_votable_timeout 30 // note: must be below 50 seconds! seta g_maplist_votable_suggestions 2 seta g_maplist_votable_suggestions_change_gametype 0 seta g_maplist_votable_suggestions_override_mostrecent 0 +seta g_maplist_votable_nodetail 0 // nodetail only shows total count instead of all vote counts per map, so votes don't influence others that much +seta g_maplist_votable_abstain 0 // when 1, you can abstain from your vote alias suggestmap "cmd suggestmap $1" set g_chat_flood_spl 0 // seconds between lines to not count as flooding @@ -745,10 +746,10 @@ alias qc_cmd "sv_cmd $*" // menu QC will override this to menu_cmd alias adminmsg "sv_cmd adminmsg $*" alias teamstatus "sv_cmd teamstatus" alias printstats "sv_cmd printstats" // print status on demand -alias g_maplist_add "qc_cmd rpn /maps/$1.mapcfg fexists_assert /g_maplist g_maplist /'$1' union def" -alias g_maplist_remove "qc_cmd rpn /g_maplist g_maplist /'$1' difference def" -alias g_maplist_putfirst "qc_cmd rpn /maps/$1.mapcfg fexists_assert /g_maplist /'$1' g_maplist union def" -alias g_maplist_shufflenow "qc_cmd rpn /g_maplist g_maplist shuffle def" +alias g_maplist_add "qc_cmd maplist add $*" +alias g_maplist_remove "qc_cmd maplist remove $*" +alias g_maplist_putfirst "qc_cmd maplist remove $* ; qc_cmd maplist add $*" +alias g_maplist_shufflenow "qc_cmd maplist shuffle" // key hunt set g_keyhunt 0 @@ -784,3 +785,51 @@ alias kickban "sv_cmd kickban $*" // usage: kickban # playerno bantime(seconds) alias unban "sv_cmd unban $*" // usage: unban 3 (number from bans) r_labelsprites_scale 0.40625 // labels sprites get displayed at 0.5x from 640x480 to 1280x1024, and at 1x from 1600x1200 onwards + +// settemp subsystem. Do not touch. Usage: settemp variable value; next map resets it. +set settemp_list 0 +set settemp_var _settemp_x +alias settemp "settemp_list \"1 $1 $settemp_var $settemp_list\"; set $settemp_var \"${$1}\"; settemp_var ${settemp_var}x; $1 \"$2\"" +alias settemp_restore "_settemp_restore_${settemp_list asis}" +alias _settemp_restore_0 "set settemp_var _settemp_x; set settemp_list 0" +alias _settemp_restore_1 "$1 \"${$2}\"; _settemp_restore_${3- asis}" + +// usercommands. These can be edited and bound by the menu. +seta "userbind1_press" ""; seta "userbind1_release" ""; seta "userbind1_description" "" +seta "userbind2_press" ""; seta "userbind2_release" ""; seta "userbind2_description" "" +seta "userbind3_press" ""; seta "userbind3_release" ""; seta "userbind3_description" "" +seta "userbind4_press" ""; seta "userbind4_release" ""; seta "userbind4_description" "" +seta "userbind5_press" ""; seta "userbind5_release" ""; seta "userbind5_description" "" +seta "userbind6_press" ""; seta "userbind6_release" ""; seta "userbind6_description" "" +seta "userbind7_press" ""; seta "userbind7_release" ""; seta "userbind7_description" "" +seta "userbind8_press" ""; seta "userbind8_release" ""; seta "userbind8_description" "" +seta "userbind9_press" ""; seta "userbind9_release" ""; seta "userbind9_description" "" +seta "userbind10_press" ""; seta "userbind10_release" ""; seta "userbind10_description" "" +seta "userbind11_press" ""; seta "userbind11_release" ""; seta "userbind11_description" "" +seta "userbind12_press" ""; seta "userbind12_release" ""; seta "userbind12_description" "" +seta "userbind13_press" ""; seta "userbind13_release" ""; seta "userbind13_description" "" +seta "userbind14_press" ""; seta "userbind14_release" ""; seta "userbind14_description" "" +seta "userbind15_press" ""; seta "userbind15_release" ""; seta "userbind15_description" "" +seta "userbind16_press" ""; seta "userbind16_release" ""; seta "userbind16_description" "" +alias _userbind_call "${$1}" +alias +userbind "_userbind_call userbind${1}_press" +alias -userbind "_userbind_call userbind${1}_release" + +seta menu_skin "" + +// font_user0 is now suitable for chat and notify too! +loadfont chat gfx/font_user0 +loadfont notify gfx/font_user0 +loadfont user0 gfx/font_user0 +r_textbrightness 0.2 +r_textcontrast 0.8 +r_textshadow 1 + +// good settings for these fonts +con_chat 5 +con_chatpos -7 +con_chatsize 10 +con_chatwidth 0.6 +con_notifysize 10 +sbar_alpha_bg 0.4 +sbar_flagstatus_pos 115 -- 2.39.2