]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - defaultXonotic.cfg
Merge branch 'diabolik/pyriaplayermodel' of ssh://git.xonotic.org/xonotic-data.pk3dir...
[xonotic/xonotic-data.pk3dir.git] / defaultXonotic.cfg
index 971359eac820f81be6de76d40bced2b8506ec667..bf36d94bb6e8c145c9b1feb331f9b5dd2b7718a5 100644 (file)
@@ -193,6 +193,12 @@ seta crosshair_hlac_color_green 0.65       "crosshair color green component to display
 seta crosshair_hlac_color_blue 0.2     "crosshair color blue component to display when wielding the H.L.A.C."
 seta crosshair_hlac_color_alpha 1      "crosshair alpha value to display when wielding the H.L.A.C."
 seta crosshair_hlac_size 0.6   "crosshair size when wielding the H.L.A.C."
+seta crosshair_seeker ""       "crosshair to display when wielding the TAG Seeker"
+seta crosshair_seeker_color_red 1      "crosshair color red component to display when wielding the TAG seeker"
+seta crosshair_seeker_color_green 0.35 "crosshair color green component to display when wielding the TAG seeker"
+seta crosshair_seeker_color_blue 0.35  "crosshair color blue component to display when wielding the TAG seeker"
+seta crosshair_seeker_color_alpha 0.9  "crosshair alpha value to display when wielding the TAG seeker"
+seta crosshair_seeker_size 0.8 "crosshair size when wielding the TAG seeker"
 seta crosshair_campingrifle "" "crosshair to display when wielding the campingrifle"
 seta crosshair_campingrifle_color_red 0.85     "crosshair color red component to display when wielding the campingrifle"
 seta crosshair_campingrifle_color_green 0.5    "crosshair color green component to display when wielding the campingrifle"
@@ -415,9 +421,9 @@ set bot_ai_keyboard_treshold 0.57
 set bot_ai_aimskill_offset 0.3 "Amount of error induced to the bots aim"
 set bot_ai_aimskill_think 1 "Aiming velocity. Use values below 1 for slower aiming"
 set bot_ai_custom_weapon_priority_distances "300 850"  "Define close and far distances in any order. Based on the distance to the enemy bots will choose different weapons"
-set bot_ai_custom_weapon_priority_far   "minstanex nex campingrifle rocketlauncher grenadelauncher electro hagar hlac crylink laser uzi fireball shotgun tuba" "Desired weapons for far distances ordered by priority"
-set bot_ai_custom_weapon_priority_mid   "minstanex rocketlauncher nex fireball grenadelauncher electro uzi campingrifle crylink hlac hagar shotgun laser tuba" "Desired weapons for middle distances ordered by priority"
-set bot_ai_custom_weapon_priority_close "minstanex nex uzi hlac tuba hagar crylink grenadelauncher shotgun electro campingrifle rocketlauncher laser fireball" "Desired weapons for close distances ordered by priority"
+set bot_ai_custom_weapon_priority_far   "minstanex nex campingrifle rocketlauncher grenadelauncher electro hagar hlac crylink laser uzi fireball seeker shotgun tuba"  "Desired weapons for far distances ordered by priority"
+set bot_ai_custom_weapon_priority_mid   "minstanex rocketlauncher nex fireball seeker grenadelauncher electro uzi campingrifle crylink hlac hagar shotgun laser tuba"  "Desired weapons for middle distances ordered by priority"
+set bot_ai_custom_weapon_priority_close "minstanex nex uzi hlac tuba seeker hagar crylink grenadelauncher shotgun electro campingrifle rocketlauncher laser fireball"  "Desired weapons for close distances ordered by priority"
 set bot_ai_weapon_combo 1      "Enable bots to do weapon combos"
 set bot_ai_weapon_combo_threshold 0.3  "Try to make a combo N seconds after the last attack"
 set bot_ai_friends_aware_pickup_radius "500"   "Bots will not pickup items if a team mate is this distance near the item"
@@ -1321,12 +1327,14 @@ con_notifysize 10
 con_notifyalign 0
 
 // hud variables
-set _hud_configure 0
-seta hud_color "0 0.7 0.8" "color of the hud"
+set _hud_configure 0 "1 = configure the HUD"
 seta hud_accuracy_yellow 40 "percentage at which the accuracy color is yellow"
-seta hud_alpha_bg 0.8 "alpha of the background"
-seta hud_alpha_fg 1 "alpha of the foreground"
 seta hud_progressbar_alpha "0.5" "alpha of progressbars"
+seta hud_bg "border" "sets the default background for the panels, file must exist in data/gfx/hud/. 0 = disable background by default"
+seta hud_bg_color "0 0.7 0.8" "sets the default background color for the panels"
+seta hud_bg_alpha 0.8 "alpha of the background"
+seta hud_bg_border 10 "sets the default border size for the panels"
+seta hud_fg_alpha 1 "alpha of the foreground"
 
 seta sbar_info_pos 50
 
@@ -1334,87 +1342,104 @@ seta hud_hudselector 1 "0 = health/armor positions flipped, 1 = default hud layo
 seta hud_showcurrentammo 0 "0 = show all ammo types, 1 = show only the ammo type of the current weapon"
 
 seta hud_weaponicons 1 "enable/disable this panel"
-seta hud_weaponicons_pos "207.5 -74.5" "position of this panel"
-seta hud_weaponicons_size "230 30" "size of this panel"
-seta hud_weaponicons_bg 1 "enable/disable the background of this panel"
-seta hud_weaponicons_border 30 "size of border from the background edges""
+seta hud_weaponicons_pos "157 -55" "position of this panel"
+seta hud_weaponicons_size "175 55" "size of this panel"
 seta hud_weaponicons_number 1 "show number of weapon"
 seta hud_weaponicons_accuracybar_height 3 "height of accuracy bar"
-seta hud_weaponicons_color "" "optional R G B vector of the weaponicons background color, otherwise use hud default"
+seta hud_weaponicons_bg "" "if set to something else than \"\" = override default background, if set to 0 = disable background"
+seta hud_weaponicons_bg_color "" "optional R G B string of the background color, otherwise use hud default"
+seta hud_weaponicons_bg_alpha 0 "if set to something else than 0 = override default alpha"
+seta hud_weaponicons_bg_border 0 "if set to something else than 0 = override size of border around the background"
 
 seta hud_inventory 1 "enable/disable this panel"
-seta hud_inventory_pos "0 -60" "position of this panel"
-seta hud_inventory_size "200 60" "size of this panel"
-seta hud_inventory_bg 1 "enable/disable the background of this panel"
-seta hud_inventory_border 30 "size of border from the background edges"
-seta hud_inventory_color "" "optional R G B vector of the panel background color, otherwise use hud default"
-
-seta hud_powerups 0 "enable/disable this panel"
-seta hud_powerups_pos "0 -90" "position of this panel"
-seta hud_powerups_size "240 90" "size of this panel"
-seta hud_powerups_bg 1 "enable/disable the background of this panel"
-seta hud_powerups_border 30 "size of border from the background edges"
-seta hud_powerups_color "" "optional R G B vector of the panel background color, otherwise use hud default"
+seta hud_inventory_pos "0 -55" "position of this panel"
+seta hud_inventory_size "150 55" "size of this panel"
+seta hud_inventory_onlycurrent 0 "1 = show only current ammo type"
+seta hud_inventory_bg "" "if set to something else than \"\" = override default background, if set to 0 = disable background"
+seta hud_inventory_bg_color "" "optional R G B string of the background color, otherwise use hud default"
+seta hud_inventory_bg_alpha 0 "if set to something else than 0 = override default alpha"
+seta hud_inventory_bg_border 0 "if set to something else than 0 = override size of border around the background"
+
+seta hud_powerups 1 "enable/disable this panel"
+seta hud_powerups_pos "-130 47.5" "position of this panel"
+seta hud_powerups_size "130 30" "size of this panel"
+seta hud_powerups_flip 1 "flip strength/shield positions"
+seta hud_powerups_bg "" "if set to something else than \"\" = override default background, if set to 0 = disable background"
+seta hud_powerups_bg_color "" "optional R G B string of the background color, otherwise use hud default"
+seta hud_powerups_bg_alpha 0 "if set to something else than 0 = override default alpha"
+seta hud_powerups_bg_border 0 "if set to something else than 0 = override size of border around the background"
+seta hud_progressbar_strength_color "0 0 0.6" "R G B vector of the progress bar background color"
+seta hud_progressbar_shield_color "0.6 0 0.6" "R G B vector of the progress bar background color"
 
 seta hud_healtharmor 1 "enable/disable this panel"
-seta hud_healtharmor_pos "207.5 -37" "position of this panel"
-seta hud_healtharmor_size "230 37" "size of this panel"
-seta hud_healtharmor_bg 1 "enable/disable the background of this panel"
-seta hud_healtharmor_border 30 "size of border from the background edges"
-seta hud_healtharmor_color "" "optional R G B vector of the panel background color, otherwise use hud default"
+seta hud_healtharmor_pos "0 -92.5" "position of this panel"
+seta hud_healtharmor_size "332 30" "size of this panel"
+seta hud_healtharmor_flip 1 "flip health/armor positions"
+seta hud_healtharmor_bg "" "if set to something else than \"\" = override default background, if set to 0 = disable background"
+seta hud_healtharmor_bg_color "" "optional R G B string of the background color, otherwise use hud default"
+seta hud_healtharmor_bg_alpha 0 "if set to something else than 0 = override default alpha"
+seta hud_healtharmor_bg_border 0 "if set to something else than 0 = override size of border around the background"
 seta hud_progressbar_health_color "0.6 0 0" "R G B vector of the progress bar background color"
 seta hud_progressbar_armor_color "0 0.6 0" "R G B vector of the progress bar background color"
+seta hud_progressbar_fuel_color "0.6 0.6 0" "R G B vector of the progress bar background color"
 
 seta hud_notify 0 "enable/disable this panel"
 seta hud_notify_pos "-300 -37.5" "position of this base of the panel"
 seta hud_notify_size "200 37.5" "size of this panel with all notifications on"
-seta hud_notify_bg 1 "enable/disable the background of this panel"
-seta hud_notify_border 30 "size of border from the background edges"
-seta hud_notify_color "" "optional R G B vector of the panel background color, otherwise use hud default"
+seta hud_notify_bg "" "if set to something else than \"\" = override default background, if set to 0 = disable background"
+seta hud_notify_bg_color "" "optional R G B string of the background color, otherwise use hud default"
+seta hud_notify_bg_alpha 0 "if set to something else than 0 = override default alpha"
+seta hud_notify_bg_border 0 "if set to something else than 0 = override size of border around the background"
 
 seta hud_timer 1 "enable/disable this panel"
-seta hud_timer_pos "-180 0" "position of this base of the panel"
-seta hud_timer_size "180 90" "size of this panel"
-seta hud_timer_bg 1 "enable/disable the background of this panel"
-seta hud_timer_border 30 "size of border from the background edges"
-seta hud_timer_color "" "optional R G B vector of the panel background color, otherwise use hud default"
-seta hud_timer_increment "show elapsed time instead of remaining time"
+seta hud_timer_pos "-210 0" "position of this base of the panel"
+seta hud_timer_size "210 40" "size of this panel"
+seta hud_timer_increment 0 "show elapsed time instead of remaining time"
+seta hud_timer_bg "" "if set to something else than \"\" = override default background, if set to 0 = disable background"
+seta hud_timer_bg_color "" "optional R G B string of the background color, otherwise use hud default"
+seta hud_timer_bg_alpha 0 "if set to something else than 0 = override default alpha"
+seta hud_timer_bg_border 0 "if set to something else than 0 = override size of border around the background"
 
 seta hud_radar 1 "enable/disable this panel"
 seta hud_radar_pos "0 0" "position of this base of the panel"
-seta hud_radar_size "230 170" "size of this panel"
-seta hud_radar_bg 1 "enable/disable the background of this panel"
-seta hud_radar_border 30 "size of border from the background edges"
-seta hud_radar_color "" "optional R G B vector of the panel background color, otherwise use hud default"
+seta hud_radar_size "180 150" "size of this panel"
+seta hud_radar_bg "" "if set to something else than \"\" = override default background, if set to 0 = disable background"
+seta hud_radar_bg_color "" "optional R G B string of the background color, otherwise use hud default"
+seta hud_radar_bg_alpha 0 "if set to something else than 0 = override default alpha"
+seta hud_radar_bg_border 0 "if set to something else than 0 = override size of border around the background"
 
-seta hud_score 0 "enable/disable this panel"
+seta hud_score 1 "enable/disable this panel"
 seta hud_score_pos "-300 -37.5" "position of this base of the panel"
 seta hud_score_size "200 37.5" "size of this panel"
-seta hud_score_bg 1 "enable/disable the background of this panel"
-seta hud_score_border 30 "size of border from the background edges"
-seta hud_score_color "" "optional R G B vector of the panel background color, otherwise use hud default"
-
-seta hud_racetimer 0 "enable/disable this panel"
-seta hud_racetimer_pos "-300 -37.5" "position of this base of the panel"
-seta hud_racetimer_size "200 37.5" "size of this panel"
-seta hud_racetimer_bg 0 "enable/disable the background of this panel"
-seta hud_racetimer_border 30 "size of border from the background edges"
-seta hud_racetimer_color "" "optional R G B vector of the panel background color, otherwise use hud default"
-
-seta hud_vote 0 "enable/disable this panel"
-seta hud_vote_pos "-300 -37.5" "position of this base of the panel"
-seta hud_vote_size "200 37.5" "size of this panel"
-seta hud_vote_bg 0 "enable/disable the background of this panel"
-seta hud_vote_border 30 "size of border from the background edges"
-seta hud_vote_color "" "optional R G B vector of the panel background color, otherwise use hud default"
+seta hud_score_bg "" "if set to something else than \"\" = override default background, if set to 0 = disable background"
+seta hud_score_bg_color "" "optional R G B string of the background color, otherwise use hud default"
+seta hud_score_bg_alpha 0 "if set to something else than 0 = override default alpha"
+seta hud_score_bg_border 0 "if set to something else than 0 = override size of border around the background"
+
+seta hud_racetimer 1 "enable/disable this panel"
+seta hud_racetimer_pos "280 0" "position of this base of the panel"
+seta hud_racetimer_size "240 60" "size of this panel"
+seta hud_racetimer_bg "" "if set to something else than \"\" = override default background, if set to 0 = disable background"
+seta hud_racetimer_bg_color "" "optional R G B string of the background color, otherwise use hud default"
+seta hud_racetimer_bg_alpha 0 "if set to something else than 0 = override default alpha"
+seta hud_racetimer_bg_border 0 "if set to something else than 0 = override size of border around the background"
+
+seta hud_vote 1 "enable/disable this panel"
+seta hud_vote_pos "-240 -60" "position of this base of the panel"
+seta hud_vote_size "240 60" "size of this panel"
 seta hud_vote_alreadyvoted_alpha 0.75 "alpha of the vote dialog after you have voted"
-
-seta hud_pressedkeys 0 "enable/disable this panel"
-seta hud_pressedkeys_pos "-300 -37.5" "position of this base of the panel"
-seta hud_pressedkeys_size "200 37.5" "size of this panel"
-seta hud_pressedkeys_bg 0 "enable/disable the background of this panel"
-seta hud_pressedkeys_border 30 "size of border from the background edges"
-seta hud_pressedkeys_color "" "optional R G B vector of the panel background color, otherwise use hud default"
+seta hud_vote_bg "" "if set to something else than \"\" = override default background, if set to 0 = disable background"
+seta hud_vote_bg_color "" "optional R G B string of the background color, otherwise use hud default"
+seta hud_vote_bg_alpha 0 "if set to something else than 0 = override default alpha"
+seta hud_vote_bg_border 0 "if set to something else than 0 = override size of border around the background"
+
+seta hud_pressedkeys 1 "enable/disable this panel"
+seta hud_pressedkeys_pos "-150 -155.97" "position of this base of the panel"
+seta hud_pressedkeys_size "150 88.47" "size of this panel"
+seta hud_pressedkeys_bg "" "if set to something else than \"\" = override default background, if set to 0 = disable background"
+seta hud_pressedkeys_bg_color "" "optional R G B string of the background color, otherwise use hud default"
+seta hud_pressedkeys_bg_alpha 0 "if set to something else than 0 = override default alpha"
+seta hud_pressedkeys_bg_border 0 "if set to something else than 0 = override size of border around the background"
 
 // scoreboard
 seta scoreboard_border_thickness 1 "scoreboard border thickness"
@@ -1520,11 +1545,22 @@ alias sethostname "set menu_use_default_hostname 0; hostname $*"
 set sv_foginterval 0
 
 // Audio track names (for old-style "cd loop NUMBER" usage)
-set g_cdtracks_remaplist "digital-pursuit breakdown-easy brainsukker chaos-fog infight neuronal-diving subcities thru-the-mirror calling-bogus beast-of-insanity thunder brokenlight brokenlight stairs sixtyfour_ desert3 ninesix sixtyfour_revisited northern-lights" "list used by mapinfo system to automatically assign cdtracks - must match the cd remap command"
-set g_cdtracks_dontusebydefault "digital-pursuit thunder brokenlight" "list used by mapinfo system to automatically assign cdtracks - must be a subset of g_cdtracks_remaplist"
+set _cdtrack_first "1"
+alias _cdtrack_0 "g_cdtracks_remaplist \"$g_cdtracks_remaplist $1\""
+alias _cdtrack_1 "g_cdtracks_remaplist \"$1\"; set _cdtrack_first 0"
+alias _cdtrack "_cdtrack_$_cdtrack_first $2"
+set g_cdtracks_remaplist ""
+exec cdtracks.cfg
+unset _cdtrack_first
+unalias _cdtrack_0
+unalias _cdtrack_1
+unalias _cdtrack
+
 cd remap $g_cdtracks_remaplist
 set sv_intermission_cdtrack ""
-set menu_cdtrack brokenlight
+
+set g_cdtracks_dontusebydefault ""
+set menu_cdtrack "ninesix"
 
 // maxidle (in seconds): kick players idle for more than that amount of time
 set sv_maxidle 0
@@ -1557,14 +1593,14 @@ set g_jump_grunt 0      "Do you make a grunting noise every time you jump? Is it the
 alias allready "sv_cmd allready"
 
 // note: these cvars use weapon NUMBERS. Use the menu to edit this cvar, or look the numbers up in qcsrc/common/constants.qh.
-seta cl_weaponpriority "minstanex rocketlauncher nex grenadelauncher fireball hlac hagar crylink campingrifle uzi electro tuba shotgun laser hook porto" "weapon priority list"
+seta cl_weaponpriority "minstanex rocketlauncher nex grenadelauncher fireball hlac hagar seeker crylink campingrifle uzi electro tuba shotgun laser hook porto" "weapon priority list"
 seta cl_weaponpriority_useforcycling 0 "when set, weapon cycling by the mouse wheel makes use of the weapon priority list"
-seta cl_weaponpriority0 "rocketlauncher grenadelauncher hagar fireball" "use impulse 200 for prev gun from this list, 210 for best gun, 220 for next gun.  Default value: explosives"
-seta cl_weaponpriority1 "minstanex nex crylink hlac electro laser"      "use impulse 201 for prev gun from this list, 211 for best gun, 221 for next gun.  Default value: energy"
-seta cl_weaponpriority2 "minstanex nex campingrifle"                    "use impulse 202 for prev gun from this list, 212 for best gun, 222 for next gun.  Default value: hitscan exact"
-seta cl_weaponpriority3 "minstanex nex campingrifle uzi shotgun"        "use impulse 203 for prev gun from this list, 213 for best gun, 223 for next gun.  Default value: hitscan all"
-seta cl_weaponpriority4 "grenadelauncher hlac hagar crylink shotgun"    "use impulse 204 for prev gun from this list, 214 for best gun, 224 for next gun.  Default value: spam weapons"
-seta cl_weaponpriority5 "laser hook porto"                              "use impulse 205 for prev gun from this list, 215 for best gun, 225 for next gun.  Default value: weapons for moving"
+seta cl_weaponpriority0 "rocketlauncher grenadelauncher hagar seeker fireball" "use impulse 200 for prev gun from this list, 210 for best gun, 220 for next gun.  Default value: explosives"
+seta cl_weaponpriority1 "minstanex nex crylink hlac electro laser"             "use impulse 201 for prev gun from this list, 211 for best gun, 221 for next gun.  Default value: energy"
+seta cl_weaponpriority2 "minstanex nex campingrifle"                           "use impulse 202 for prev gun from this list, 212 for best gun, 222 for next gun.  Default value: hitscan exact"
+seta cl_weaponpriority3 "minstanex nex campingrifle uzi shotgun"               "use impulse 203 for prev gun from this list, 213 for best gun, 223 for next gun.  Default value: hitscan all"
+seta cl_weaponpriority4 "grenadelauncher hlac hagar crylink seeker shotgun"    "use impulse 204 for prev gun from this list, 214 for best gun, 224 for next gun.  Default value: spam weapons"
+seta cl_weaponpriority5 "laser hook porto"                                     "use impulse 205 for prev gun from this list, 215 for best gun, 225 for next gun.  Default value: weapons for moving"
 seta cl_weaponpriority6 "" "use impulse 206 for prev gun from this list, 216 for best gun, 226 for next gun"
 seta cl_weaponpriority7 "" "use impulse 207 for prev gun from this list, 217 for best gun, 227 for next gun"
 seta cl_weaponpriority8 "" "use impulse 208 for prev gun from this list, 218 for best gun, 228 for next gun"
@@ -1899,3 +1935,6 @@ set cl_lockview 0 "when 1, the camera does not move any more"
 
 // we now use mastervolume
 volume 1
+
+// sucks less than the old one
+cl_decals_newsystem 1