]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
remix the wickedhud_small layout a bit, and make it default. Rename old default to...
authorFruitieX <rasse@rasse-lappy.localdomain>
Mon, 14 Jun 2010 18:08:44 +0000 (21:08 +0300)
committerFruitieX <rasse@rasse-lappy.localdomain>
Mon, 14 Jun 2010 18:08:44 +0000 (21:08 +0300)
defaultXonotic.cfg
hud_wickedhud_b1.cfg~ [deleted file]
hud_wickedhud_big.cfg [new file with mode: 0644]
hud_wickedhud_default.cfg
hud_wickedhud_fruit.cfg [deleted file]
hud_wickedhud_small.cfg [deleted file]
qcsrc/client/hud.qc

index bf268907d0dab1bf9003ee5246434ffad13e8baa..a0ad582aabd4c73e0a4e99ff4266ff29c7114b79 100644 (file)
@@ -1321,36 +1321,36 @@ con_notifyalign 0
 // hud variables
 set _hud_configure 0 "1 = configure the HUD"
 
-seta hud_skin old "skin folder where to look for images"
-seta hud_bg 0 "default background for the panels, file must exist in gfx/hud/[skin name]/, 0 = disable background by default"
-seta hud_bg_color "0 0.6 0.9" "default background color for the panels, accepts \"shirt\" and \"pants\""
+seta hud_skin wickedhud "skin folder where to look for images"
+seta hud_bg "border" "default background for the panels, file must exist in gfx/hud/[skin name]/, 0 = disable background by default"
+seta hud_bg_color "0.875 0.375 0" "default background color for the panels, accepts \"shirt\" and \"pants\""
 seta hud_bg_color_team 0 "default setting for overriding panel color with team color in team games, 0.5 = less saturated"
-seta hud_bg_alpha 0.8 "default alpha of the background"
-seta hud_bg_border 10 "default border size for the panels"
-seta hud_bg_padding 0 "default padding of contents from the border"
+seta hud_bg_alpha 1 "default alpha of the background"
+seta hud_bg_border 6 "default border size for the panels"
+seta hud_bg_padding 2 "default padding of contents from the border"
 seta hud_fg_alpha 1 "alpha of the foreground"
 seta hud_progressbar_alpha "0.5" "alpha of progressbars"
 
 seta hud_configure_checkcollisions 1 "check for collisions against other panels when in hud configure mode"
 seta hud_configure_bg_minalpha 0.25 "minimum panel background alpha when in hud configure mode"
 seta hud_configure_grid 1 "snap to grid when moving/resizing panels"
-seta hud_configure_grid_x 10 "snap each X pixels"
-seta hud_configure_grid_y 10 "snap each Y pixels"
+seta hud_configure_grid_x 5 "snap each X pixels"
+seta hud_configure_grid_y 5 "snap each Y pixels"
 seta hud_configure_grid_alpha 0.15 "alpha for visible grid when in configure mode"
 
-seta hud_dock "dock" "enable a fullscreen background for the hud, useful for creating artificial docks, \"\" = disable"
-seta hud_dock_color "0 0.6 0.9" "dock color, accepts \"shirt\" and \"pants\""
+seta hud_dock "dock_small" "enable a fullscreen background for the hud, useful for creating artificial docks, \"\" = disable"
+seta hud_dock_color "0 0.1875 0.4375" "dock color, accepts \"shirt\" and \"pants\""
 seta hud_dock_color_team 0.7 "override dock color with team color in team games"
-seta hud_dock_alpha 0.8 "alpha of the dock"
+seta hud_dock_alpha 1 "alpha of the dock"
 
-seta sbar_info_pos 50
+seta sbar_info_pos 0 "Y-axis distance from lower right corner for engine info prints"
 
 seta hud_weaponicons 1 "enable/disable this panel"
-seta hud_weaponicons_pos "-0.635295 -0.134116" "position of this panel"
-seta hud_weaponicons_size "0.352942 0.064845" "size of this panel"
+seta hud_weaponicons_pos "-0.075000 0.083333" "position of this panel"
+seta hud_weaponicons_size "0.050000 0.500000" "size of this panel"
 seta hud_weaponicons_number 1 "show number of weapon"
 seta hud_weaponicons_accuracy_yellow 40 "percentage at which the accuracy color is yellow"
-seta hud_weaponicons_bg "" "if set to something else than \"\" = override default background"
+seta hud_weaponicons_bg "border_weaponicons" "if set to something else than \"\" = override default background"
 seta hud_weaponicons_bg_color "" "if set to something else than \"\" = override default panel background color"
 seta hud_weaponicons_bg_color_team "" "override panel color with team color in team based games"
 seta hud_weaponicons_bg_alpha "" "if set to something else than \"\" = override default panel background alpha"
@@ -1358,10 +1358,10 @@ seta hud_weaponicons_bg_border "" "if set to something else than \"\" = override
 seta hud_weaponicons_bg_padding "" "if set to something else than \"\" = override default padding of contents from border"
 
 seta hud_inventory 1 "enable/disable this panel"
-seta hud_inventory_pos "0.179783 -0.092189" "position of this panel"
-seta hud_inventory_size "0.174227 0.092189" "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"
+seta hud_inventory_pos "-0.318750 -0.066667" "position of this panel"
+seta hud_inventory_size "0.087500 0.050000" "size of this panel"
+seta hud_inventory_onlycurrent 1 "1 = show only current ammo type"
+seta hud_inventory_bg "border_inventory" "if set to something else than \"\" = override default background"
 seta hud_inventory_bg_color "" "if set to something else than \"\" = override default panel background color"
 seta hud_inventory_bg_color_team "" "override panel color with team color in team based games"
 seta hud_inventory_bg_alpha "" "if set to something else than \"\" = override default panel background alpha"
@@ -1369,11 +1369,11 @@ seta hud_inventory_bg_border "" "if set to something else than \"\" = override d
 seta hud_inventory_bg_padding "" if set to something else than \"\" = override default padding of contents from border"
 
 seta hud_powerups 1 "enable/disable this panel"
-seta hud_powerups_pos "-0.311922 -0.084896" "position of this panel"
-seta hud_powerups_size "0.086719 0.077084" "size of this panel"
+seta hud_powerups_pos "0.400000 0.141667" "position of this panel"
+seta hud_powerups_size "0.200000 0.041667" "size of this panel"
 seta hud_powerups_flip 1 "flip strength/shield positions"
 seta hud_powerups_mirror 0 "mirror alignment of panel items"
-seta hud_powerups_bg "" "if set to something else than \"\" = override default background"
+seta hud_powerups_bg "border_powerups" "if set to something else than \"\" = override default background"
 seta hud_powerups_bg_color "" "if set to something else than \"\" = override default panel background color"
 seta hud_powerups_bg_color_team "" "override panel color with team color in team based games"
 seta hud_powerups_bg_alpha "" "if set to something else than \"\" = override default panel background alpha"
@@ -1383,11 +1383,11 @@ seta hud_progressbar_strength_color "0 0 0.6" "R G B vector of the progress bar
 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, 2 = combined health/armor display"
-seta hud_healtharmor_pos "-0.627451 -0.066667" "position of this panel"
-seta hud_healtharmor_size "0.291174 0.066667" "size of this panel"
-seta hud_healtharmor_flip 1 "flip health/armor positions"
+seta hud_healtharmor_pos "-0.606250 -0.075000" "position of this panel"
+seta hud_healtharmor_size "0.268750 0.058333" "size of this panel"
+seta hud_healtharmor_flip 0 "flip health/armor positions"
 seta hud_healtharmor_mirror 0 "mirror alignment of panel items"
-seta hud_healtharmor_bg "" "if set to something else than \"\" = override default background"
+seta hud_healtharmor_bg "border_healtharmor" "if set to something else than \"\" = override default background"
 seta hud_healtharmor_bg_color "" "if set to something else than \"\" = override default panel background color"
 seta hud_healtharmor_bg_color_team "" "override panel color with team color in team based games"
 seta hud_healtharmor_bg_alpha "" "if set to something else than \"\" = override default panel background alpha"
@@ -1398,39 +1398,39 @@ seta hud_progressbar_armor_color "0 0.6 0" "R G B vector of the progress bar bac
 seta hud_progressbar_fuel_color "0.6 0.6 0" "R G B vector of the progress bar background color"
 
 seta hud_notify 1 "enable/disable this panel"
-seta hud_notify_pos "0.1 0" "position of this base of the panel"
-seta hud_notify_size "0.1 0.1" "size of this panel with all notifications on"
-seta hud_notify_bg "" "if set to something else than \"\" = override default background"
+seta hud_notify_pos "-0.206250 -0.266667" "position of this base of the panel"
+seta hud_notify_size "0.181250 0.183333" "size of this panel with all notifications on"
+seta hud_notify_bg "border_modicons" "if set to something else than \"\" = override default background"
 seta hud_notify_bg_color "" "if set to something else than \"\" = override default panel background color"
 seta hud_notify_bg_color_team "" "override panel color with team color in team based games"
-seta hud_notify_bg_alpha "" "if set to something else than \"\" = override default panel background alpha"
+seta hud_notify_bg_alpha 0 "if set to something else than \"\" = override default panel background alpha"
 seta hud_notify_bg_border "" "if set to something else than \"\" = override default size of border around the background"
 seta hud_notify_bg_padding "" "if set to something else than \"\" = override default padding of contents from border"
 seta hud_notify_flip 0 "order the list top to bottom instead of bottom to top"
 seta hud_notify_print 0 "also con_notify print the messages that are shown on the notify panel"
-seta hud_notify_time 5 "time that a new entry stays until it fades out"
-seta hud_notify_fadetime 2 "fade out time"
+seta hud_notify_time 10 "time that a new entry stays until it fades out"
+seta hud_notify_fadetime 3 "fade out time"
 
 seta hud_timer 1 "enable/disable this panel"
-seta hud_timer_pos "-0.213725 0" "position of this base of the panel"
-seta hud_timer_size "0.212735 0.054427" "size of this panel"
+seta hud_timer_pos "-0.125000 0.016667" "position of this base of the panel"
+seta hud_timer_size "0.112500 0.033333" "size of this panel"
 seta hud_timer_increment 0 "show elapsed time instead of remaining time"
-seta hud_timer_bg border "if set to something else than \"\" = override default background"
+seta hud_timer_bg "border_timer" "if set to something else than \"\" = override default background"
 seta hud_timer_bg_color "" "if set to something else than \"\" = override default panel background color"
 seta hud_timer_bg_color_team "" "override panel color with team color in team based games"
 seta hud_timer_bg_alpha "" "if set to something else than \"\" = override default panel background alpha"
 seta hud_timer_bg_border "" "if set to something else than \"\" = override default size of border around the background"
-seta hud_timer_bg_padding "" "if set to something else than \"\" = override default padding of contents from border"
+seta hud_timer_bg_padding "-1" "if set to something else than \"\" = override default padding of contents from border"
 
-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 "0.215687 0.266667" "size of this panel"
-seta hud_radar_bg "" "if set to something else than \"\" = override default background"
+seta hud_radar 2 "enable/disable this panel, 2 = also enable in non-teambased gamemodes"
+seta hud_radar_pos "0.025000 0.091667" "position of this base of the panel"
+seta hud_radar_size "0.175000 0.216667" "size of this panel"
+seta hud_radar_bg "border_radar" "if set to something else than \"\" = override default background"
 seta hud_radar_bg_color "" "if set to something else than \"\" = override default panel background color"
 seta hud_radar_bg_color_team "" "override panel color with team color in team based games"
 seta hud_radar_bg_alpha "" "if set to something else than \"\" = override default panel background alpha"
 seta hud_radar_bg_border "" "if set to something else than \"\" = override default size of border around the background"
-seta hud_radar_bg_padding "" "if set to something else than \"\" = override default padding of contents from border"
+seta hud_radar_bg_padding "-3" "if set to something else than \"\" = override default padding of contents from border"
 seta hud_radar_foreground_alpha 0.8    "alpha of the map"
 seta hud_radar_scale 4096 "distance you can see on the team radar"
 seta hud_radar_rotation 0      "rotation mode: you set what points up. 0 = player, 1 = west, 2 = south, 3 = east, 4 = north"
@@ -1438,9 +1438,9 @@ seta hud_radar_zoommode 0 "zoom mode: 0 = zoomed by default, 1 = zoomed when +zo
 alias hud_radar_rotate "toggle hud_radar_rotation 0 1 2 3 4"
 
 seta hud_score 1 "enable/disable this panel"
-seta hud_score_pos "-0.225469 -0.084404" "position of this base of the panel"
-seta hud_score_size "0.225469 0.075156" "size of this panel"
-seta hud_score_bg "" "if set to something else than \"\" = override default background"
+seta hud_score_pos "0.237500 -0.066667" "position of this base of the panel"
+seta hud_score_size "0.137500 0.050000" "size of this panel"
+seta hud_score_bg "border_score" "if set to something else than \"\" = override default background"
 seta hud_score_bg_color "" "if set to something else than \"\" = override default panel background color"
 seta hud_score_bg_color_team "" "override panel color with team color in team based games"
 seta hud_score_bg_alpha "" "if set to something else than \"\" = override default panel background alpha"
@@ -1448,9 +1448,9 @@ seta hud_score_bg_border "" "if set to something else than \"\" = override defau
 seta hud_score_bg_padding "" "if set to something else than \"\" = override default padding of contents from border"
 
 seta hud_racetimer 1 "enable/disable this panel"
-seta hud_racetimer_pos "-0.614706 0" "position of this base of the panel"
-seta hud_racetimer_size "0.231373 0.077124" "size of this panel"
-seta hud_racetimer_bg "" "if set to something else than \"\" = override default background"
+seta hud_racetimer_pos "0.350000 0.016667" "position of this base of the panel"
+seta hud_racetimer_size "0.300000 0.100000" "size of this panel"
+seta hud_racetimer_bg 0 "if set to something else than \"\" = override default background"
 seta hud_racetimer_bg_color "" "if set to something else than \"\" = override default panel background color"
 seta hud_racetimer_bg_color_team "" "override panel color with team color in team based games"
 seta hud_racetimer_bg_alpha "" "if set to something else than \"\" = override default panel background alpha"
@@ -1458,10 +1458,10 @@ seta hud_racetimer_bg_border "" "if set to something else than \"\" = override d
 seta hud_racetimer_bg_padding "" "if set to something else than \"\" = override default padding of contents from border"
 
 seta hud_vote 1 "enable/disable this panel"
-seta hud_vote_pos "-0.321140 -0.268230" "position of this base of the panel"
-seta hud_vote_size "0.320156 0.106719" "size of this panel"
+seta hud_vote_pos "0.375000 -0.200000" "position of this base of the panel"
+seta hud_vote_size "0.250000 0.083333" "size of this panel"
 seta hud_vote_alreadyvoted_alpha 0.75 "alpha of the vote dialog after you have voted"
-seta hud_vote_bg "" "if set to something else than \"\" = override default background"
+seta hud_vote_bg "border_modicons" "if set to something else than \"\" = override default background"
 seta hud_vote_bg_color "" "if set to something else than \"\" = override default panel background color"
 seta hud_vote_bg_color_team "" "override panel color with team color in team based games"
 seta hud_vote_bg_alpha "" "if set to something else than \"\" = override default panel background alpha"
@@ -1469,9 +1469,9 @@ seta hud_vote_bg_border "" "if set to something else than \"\" = override defaul
 seta hud_vote_bg_padding "" "if set to something else than \"\" = override default padding of contents from border"
 
 seta hud_modicons 1 "enable/disable this panel"
-seta hud_modicons_pos "-0.571569 -0.265625" "position of this base of the panel"
-seta hud_modicons_size "0.145098 0.114105" "size of this panel"
-seta hud_modicons_bg "" "if set to something else than \"\" = override default background"
+seta hud_modicons_pos "-0.356250 -0.200000" "position of this base of the panel"
+seta hud_modicons_size "0.125000 0.083333" "size of this panel"
+seta hud_modicons_bg "border_modicons" "if set to something else than \"\" = override default background"
 seta hud_modicons_bg_color "" "if set to something else than \"\" = override default panel background color"
 seta hud_modicons_bg_color_team "" "override panel color with team color in team based games"
 seta hud_modicons_bg_alpha "" "if set to something else than \"\" = override default panel background alpha"
@@ -1480,22 +1480,22 @@ seta hud_modicons_bg_padding "" "if set to something else than \"\" = override d
 seta hud_progressbar_nexball_color "0.7 0.1 0" "R G B vector of the progress bar background color"
 
 seta hud_pressedkeys 1 "enable/disable this panel, 1 = show only when spectating other players, 2 = show always"
-seta hud_pressedkeys_pos "-0.571569 -0.265625" "position of this base of the panel"
-seta hud_pressedkeys_size "0.145098 0.114105" "size of this panel"
+seta hud_pressedkeys_pos "0.431250 -0.325000" "position of this base of the panel"
+seta hud_pressedkeys_size "0.131250 0.100000" "size of this panel"
 seta hud_pressedkeys_bg "" "if set to something else than \"\" = override default background"
 seta hud_pressedkeys_bg_color "" "if set to something else than \"\" = override default panel background color"
 seta hud_pressedkeys_bg_color_team "" "override panel color with team color in team based games"
-seta hud_pressedkeys_bg_alpha "" "if set to something else than \"\" = override default panel background alpha"
+seta hud_pressedkeys_bg_alpha 0 "if set to something else than \"\" = override default panel background alpha"
 seta hud_pressedkeys_bg_border "" "if set to something else than \"\" = override default size of border around the background"
 seta hud_pressedkeys_bg_padding "" "if set to something else than \"\" = override default padding of contents from border"
 
 seta hud_chat 1 "enable/disable this panel, 1 = show only when spectating other players, 2 = show always"
-seta hud_chat_pos "-0.571569 -0.265625" "position of this base of the panel"
-seta hud_chat_size "0.145098 0.114105" "size of this panel"
+seta hud_chat_pos "0.025000 -0.200000" "position of this base of the panel"
+seta hud_chat_size "0.331250 0.083333" "size of this panel"
 seta hud_chat_bg "" "if set to something else than \"\" = override default background"
 seta hud_chat_bg_color "" "if set to something else than \"\" = override default panel background color"
 seta hud_chat_bg_color_team "" "override panel color with team color in team based games"
-seta hud_chat_bg_alpha "" "if set to something else than \"\" = override default panel background alpha"
+seta hud_chat_bg_alpha 0 "if set to something else than \"\" = override default panel background alpha"
 seta hud_chat_bg_border "" "if set to something else than \"\" = override default size of border around the background"
 seta hud_chat_bg_padding "" "if set to something else than \"\" = override default padding of contents from border"
 
diff --git a/hud_wickedhud_b1.cfg~ b/hud_wickedhud_b1.cfg~
deleted file mode 100644 (file)
index f7a3a09..0000000
+++ /dev/null
@@ -1,123 +0,0 @@
-seta hud_skin "wickedhud_b1"
-seta hud_bg "border"
-seta hud_bg_color "0.875 0.375 0"
-seta hud_bg_alpha 1
-seta hud_bg_border 8
-seta hud_fg_alpha 1
-
-seta hud_dock "1"
-seta hud_dock_color "0 0.1875 0.4375"
-seta hud_dock_alpha 1
-
-seta hud_progressbar_alpha 0.500000
-seta hud_progressbar_strength_color "0 0 0.6"
-seta hud_progressbar_shield_color "0.6 0 0.6"
-seta hud_progressbar_health_color "0.6 0 0"
-seta hud_progressbar_armor_color "0 0.6 0"
-seta hud_progressbar_fuel_color "0.6 0.6 0"
-seta hud_progressbar_nexball_color "0.7 0.1 0"
-
-seta hud_weaponicons 1
-seta hud_weaponicons_pos "-0.105000 0.112500"
-seta hud_weaponicons_size "0.080000 0.721875"
-seta hud_weaponicons_bg "border_weaponicons"
-seta hud_weaponicons_bg_color ""
-seta hud_weaponicons_bg_alpha ""
-seta hud_weaponicons_bg_border ""
-seta hud_weaponicons_accuracy_height 3
-seta hud_weaponicons_accuracy_yellow 40
-
-seta hud_inventory 1
-seta hud_inventory_pos "-0.290000 -0.100000"
-seta hud_inventory_size "0.277500 0.084375"
-seta hud_inventory_bg "border_inventory"
-seta hud_inventory_bg_color ""
-seta hud_inventory_bg_alpha ""
-seta hud_inventory_bg_border ""
-seta hud_inventory_onlycurrent 0
-
-seta hud_powerups 1
-seta hud_powerups_pos "0.370000 0.087500"
-seta hud_powerups_size "0.255000 0.056250"
-seta hud_powerups_bg "border_powerups"
-seta hud_powerups_bg_color ""
-seta hud_powerups_bg_alpha ""
-seta hud_powerups_bg_border ""
-seta hud_powerups_flip 1
-seta hud_powerups_mirror 0
-
-seta hud_healtharmor 1
-seta hud_healtharmor_pos "0.325000 -0.150000"
-seta hud_healtharmor_size "0.350000 0.090625"
-seta hud_healtharmor_bg "border_healtharmor"
-seta hud_healtharmor_bg_color ""
-seta hud_healtharmor_bg_alpha ""
-seta hud_healtharmor_bg_border ""
-seta hud_healtharmor_flip 1
-seta hud_healtharmor_mirror 0
-
-seta hud_notify 0
-seta hud_notify_pos "0.080000 0"
-seta hud_notify_size "0.121092 0.122466"
-seta hud_notify_bg "border"
-seta hud_notify_bg_color ""
-seta hud_notify_bg_alpha ""
-seta hud_notify_bg_border ""
-
-seta hud_timer 1
-seta hud_timer_pos "-0.180000 0.018750"
-seta hud_timer_size "0.157500 0.046875"
-seta hud_timer_bg "border_timer"
-seta hud_timer_bg_color ""
-seta hud_timer_bg_alpha ""
-seta hud_timer_bg_border ""
-
-seta hud_radar 1
-seta hud_radar_pos "0.025000 0.081250"
-seta hud_radar_size "0.202500 0.256250"
-seta hud_radar_bg "border_radar"
-seta hud_radar_bg_color ""
-seta hud_radar_bg_alpha ""
-seta hud_radar_bg_border ""
-
-seta hud_score 1
-seta hud_score_pos "0.015000 -0.103125"
-seta hud_score_size "0.277500 0.087500"
-seta hud_score_bg "border_score"
-seta hud_score_bg_color ""
-seta hud_score_bg_alpha ""
-seta hud_score_bg_border ""
-
-seta hud_racetimer 1
-seta hud_racetimer_pos "0.365000 0.250000"
-seta hud_racetimer_size "0.265000 0.081250"
-seta hud_racetimer_bg "0"
-seta hud_racetimer_bg_color ""
-seta hud_racetimer_bg_alpha ""
-seta hud_racetimer_bg_border ""
-
-seta hud_vote 1
-seta hud_vote_pos "-0.665000 -0.287500"
-seta hud_vote_size "0.340000 0.106250"
-seta hud_vote_bg "0"
-seta hud_vote_bg_color ""
-seta hud_vote_bg_alpha ""
-seta hud_vote_bg_border ""
-seta hud_vote_alreadyvoted_alpha "".750000
-
-seta hud_modicons 1
-seta hud_modicons_pos "-0.275000 -0.259375"
-seta hud_modicons_size "0.150000 0.093750"
-seta hud_modicons_bg "border_modicons"
-seta hud_modicons_bg_color ""
-seta hud_modicons_bg_alpha ""
-seta hud_modicons_bg_border ""
-
-seta hud_pressedkeys 1
-seta hud_pressedkeys_pos "0.430000 -0.440625"
-seta hud_pressedkeys_size "0.140000 0.106250"
-seta hud_pressedkeys_bg "0"
-seta hud_pressedkeys_bg_color ""
-seta hud_pressedkeys_bg_alpha ""
-seta hud_pressedkeys_bg_border ""
-
diff --git a/hud_wickedhud_big.cfg b/hud_wickedhud_big.cfg
new file mode 100644 (file)
index 0000000..7cff696
--- /dev/null
@@ -0,0 +1,136 @@
+seta hud_skin "wickedhud"
+seta hud_bg "border"
+seta hud_bg_color "0.875 0.375 0"
+seta hud_bg_alpha "1"
+seta hud_bg_border "8"
+seta hud_bg_padding "2"
+seta hud_fg_alpha "1"
+
+seta hud_dock "dock"
+seta hud_dock_color "0 0.1875 0.4375"
+seta hud_dock_alpha "1"
+
+seta hud_progressbar_alpha 0.500000
+seta hud_progressbar_strength_color "0 0 0.6"
+seta hud_progressbar_shield_color "0.6 0 0.6"
+seta hud_progressbar_health_color "0.6 0 0"
+seta hud_progressbar_armor_color "0 0.6 0"
+seta hud_progressbar_fuel_color "0.6 0.6 0"
+seta hud_progressbar_nexball_color "0.7 0.1 0"
+
+seta hud_weaponicons 1
+seta hud_weaponicons_pos "-0.105000 0.109375"
+seta hud_weaponicons_size "0.080000 0.728125"
+seta hud_weaponicons_bg "border_weaponicons"
+seta hud_weaponicons_bg_color ""
+seta hud_weaponicons_bg_alpha ""
+seta hud_weaponicons_bg_border ""
+seta hud_weaponicons_bg_padding ""
+seta hud_weaponicons_accuracy_height 3
+seta hud_weaponicons_accuracy_yellow 40
+
+seta hud_inventory 1
+seta hud_inventory_pos "-0.290000 -0.100000"
+seta hud_inventory_size "0.277500 0.084375"
+seta hud_inventory_bg "border_inventory"
+seta hud_inventory_bg_color ""
+seta hud_inventory_bg_alpha ""
+seta hud_inventory_bg_border ""
+seta hud_inventory_bg_padding ""
+seta hud_inventory_onlycurrent 0
+
+seta hud_powerups 1
+seta hud_powerups_pos "0.370000 0.087500"
+seta hud_powerups_size "0.255000 0.056250"
+seta hud_powerups_bg "border_powerups"
+seta hud_powerups_bg_color ""
+seta hud_powerups_bg_alpha ""
+seta hud_powerups_bg_border ""
+seta hud_powerups_bg_padding ""
+seta hud_powerups_flip 1
+seta hud_powerups_mirror 0
+
+seta hud_healtharmor 1
+seta hud_healtharmor_pos "0.325000 -0.150000"
+seta hud_healtharmor_size "0.350000 0.090625"
+seta hud_healtharmor_bg "border_healtharmor"
+seta hud_healtharmor_bg_color ""
+seta hud_healtharmor_bg_alpha ""
+seta hud_healtharmor_bg_border ""
+seta hud_healtharmor_bg_padding ""
+seta hud_healtharmor_flip 1
+seta hud_healtharmor_mirror 0
+
+seta hud_notify 0
+seta hud_notify_pos "0.080000 0"
+seta hud_notify_size "0.121092 0.122466"
+seta hud_notify_bg "border"
+seta hud_notify_bg_color ""
+seta hud_notify_bg_alpha ""
+seta hud_notify_bg_border ""
+seta hud_notify_bg_padding ""
+
+seta hud_timer 1
+seta hud_timer_pos "-0.180000 0.018750"
+seta hud_timer_size "0.157500 0.046875"
+seta hud_timer_bg "border_timer"
+seta hud_timer_bg_color ""
+seta hud_timer_bg_alpha ""
+seta hud_timer_bg_border ""
+seta hud_timer_bg_padding ""
+
+seta hud_radar 1
+seta hud_radar_pos "0.025000 0.081250"
+seta hud_radar_size "0.202500 0.256250"
+seta hud_radar_bg "border_radar"
+seta hud_radar_bg_color ""
+seta hud_radar_bg_alpha ""
+seta hud_radar_bg_border ""
+seta hud_radar_bg_padding ""
+
+seta hud_score 1
+seta hud_score_pos "0.015000 -0.103125"
+seta hud_score_size "0.277500 0.087500"
+seta hud_score_bg "border_score"
+seta hud_score_bg_color ""
+seta hud_score_bg_alpha ""
+seta hud_score_bg_border ""
+seta hud_score_bg_padding ""
+
+seta hud_racetimer 1
+seta hud_racetimer_pos "0.365000 0.250000"
+seta hud_racetimer_size "0.265000 0.081250"
+seta hud_racetimer_bg "0"
+seta hud_racetimer_bg_color ""
+seta hud_racetimer_bg_alpha ""
+seta hud_racetimer_bg_border ""
+seta hud_racetimer_bg_padding ""
+
+seta hud_vote 1
+seta hud_vote_pos "-0.665000 -0.287500"
+seta hud_vote_size "0.340000 0.106250"
+seta hud_vote_bg "0"
+seta hud_vote_bg_color ""
+seta hud_vote_bg_alpha ""
+seta hud_vote_bg_border ""
+seta hud_vote_bg_padding ""
+seta hud_vote_alreadyvoted_alpha 0
+
+seta hud_modicons 1
+seta hud_modicons_pos "-0.275000 -0.259375"
+seta hud_modicons_size "0.150000 0.093750"
+seta hud_modicons_bg "border_modicons"
+seta hud_modicons_bg_color ""
+seta hud_modicons_bg_alpha ""
+seta hud_modicons_bg_border ""
+seta hud_modicons_bg_padding ""
+
+seta hud_pressedkeys 1
+seta hud_pressedkeys_pos "0.430000 -0.440625"
+seta hud_pressedkeys_size "0.140000 0.106250"
+seta hud_pressedkeys_bg "0"
+seta hud_pressedkeys_bg_color ""
+seta hud_pressedkeys_bg_alpha ""
+seta hud_pressedkeys_bg_border ""
+seta hud_pressedkeys_bg_padding ""
+
index 7cff696777090a187affdc0713326cc1eb951699..443a594b7c550853ddeda0e812ae358cab9dd85b 100644 (file)
@@ -1,13 +1,15 @@
 seta hud_skin "wickedhud"
 seta hud_bg "border"
 seta hud_bg_color "0.875 0.375 0"
+seta hud_bg_color_team "0"
 seta hud_bg_alpha "1"
-seta hud_bg_border "8"
+seta hud_bg_border "6"
 seta hud_bg_padding "2"
-seta hud_fg_alpha "1"
+seta hud_fg_alpha) "1"
 
-seta hud_dock "dock"
+seta hud_dock "dock_small"
 seta hud_dock_color "0 0.1875 0.4375"
+seta hud_dock_color_team "0.700000"
 seta hud_dock_alpha "1"
 
 seta hud_progressbar_alpha 0.500000
@@ -19,31 +21,33 @@ seta hud_progressbar_fuel_color "0.6 0.6 0"
 seta hud_progressbar_nexball_color "0.7 0.1 0"
 
 seta hud_weaponicons 1
-seta hud_weaponicons_pos "-0.105000 0.109375"
-seta hud_weaponicons_size "0.080000 0.728125"
+seta hud_weaponicons_pos "-0.075000 0.083333"
+seta hud_weaponicons_size "0.050000 0.500000"
 seta hud_weaponicons_bg "border_weaponicons"
 seta hud_weaponicons_bg_color ""
+seta hud_weaponicons_bg_color_team ""
 seta hud_weaponicons_bg_alpha ""
 seta hud_weaponicons_bg_border ""
 seta hud_weaponicons_bg_padding ""
-seta hud_weaponicons_accuracy_height 3
 seta hud_weaponicons_accuracy_yellow 40
 
 seta hud_inventory 1
-seta hud_inventory_pos "-0.290000 -0.100000"
-seta hud_inventory_size "0.277500 0.084375"
+seta hud_inventory_pos "-0.318750 -0.066667"
+seta hud_inventory_size "0.087500 0.050000"
 seta hud_inventory_bg "border_inventory"
 seta hud_inventory_bg_color ""
+seta hud_inventory_bg_color_team ""
 seta hud_inventory_bg_alpha ""
 seta hud_inventory_bg_border ""
 seta hud_inventory_bg_padding ""
-seta hud_inventory_onlycurrent 0
+seta hud_inventory_onlycurrent 1
 
 seta hud_powerups 1
-seta hud_powerups_pos "0.370000 0.087500"
-seta hud_powerups_size "0.255000 0.056250"
+seta hud_powerups_pos "0.400000 0.141667"
+seta hud_powerups_size "0.200000 0.041667"
 seta hud_powerups_bg "border_powerups"
 seta hud_powerups_bg_color ""
+seta hud_powerups_bg_color_team ""
 seta hud_powerups_bg_alpha ""
 seta hud_powerups_bg_border ""
 seta hud_powerups_bg_padding ""
@@ -51,86 +55,107 @@ seta hud_powerups_flip 1
 seta hud_powerups_mirror 0
 
 seta hud_healtharmor 1
-seta hud_healtharmor_pos "0.325000 -0.150000"
-seta hud_healtharmor_size "0.350000 0.090625"
+seta hud_healtharmor_pos "-0.606250 -0.075000"
+seta hud_healtharmor_size "0.268750 0.058333"
 seta hud_healtharmor_bg "border_healtharmor"
 seta hud_healtharmor_bg_color ""
+seta hud_healtharmor_bg_color_team ""
 seta hud_healtharmor_bg_alpha ""
 seta hud_healtharmor_bg_border ""
 seta hud_healtharmor_bg_padding ""
-seta hud_healtharmor_flip 1
+seta hud_healtharmor_flip 0
 seta hud_healtharmor_mirror 0
 
-seta hud_notify 0
-seta hud_notify_pos "0.080000 0"
-seta hud_notify_size "0.121092 0.122466"
-seta hud_notify_bg "border"
+seta hud_notify 1
+seta hud_notify_pos "-0.206250 -0.266667"
+seta hud_notify_size "0.181250 0.183333"
+seta hud_notify_bg "border_modicons"
 seta hud_notify_bg_color ""
-seta hud_notify_bg_alpha ""
+seta hud_notify_bg_color_team ""
+seta hud_notify_bg_alpha "0"
 seta hud_notify_bg_border ""
 seta hud_notify_bg_padding ""
+seta hud_notify_flip 0
 
 seta hud_timer 1
-seta hud_timer_pos "-0.180000 0.018750"
-seta hud_timer_size "0.157500 0.046875"
+seta hud_timer_pos "-0.125000 0.016667"
+seta hud_timer_size "0.112500 0.033333"
 seta hud_timer_bg "border_timer"
 seta hud_timer_bg_color ""
+seta hud_timer_bg_color_team ""
 seta hud_timer_bg_alpha ""
 seta hud_timer_bg_border ""
-seta hud_timer_bg_padding ""
+seta hud_timer_bg_padding "-1"
+seta hud_radar_foreground_alpha "0.8"
 
-seta hud_radar 1
-seta hud_radar_pos "0.025000 0.081250"
-seta hud_radar_size "0.202500 0.256250"
+seta hud_radar 2
+seta hud_radar_pos "0.025000 0.091667"
+seta hud_radar_size "0.175000 0.216667"
 seta hud_radar_bg "border_radar"
 seta hud_radar_bg_color ""
+seta hud_radar_bg_color_team ""
 seta hud_radar_bg_alpha ""
 seta hud_radar_bg_border ""
-seta hud_radar_bg_padding ""
+seta hud_radar_bg_padding "-3"
 
 seta hud_score 1
-seta hud_score_pos "0.015000 -0.103125"
-seta hud_score_size "0.277500 0.087500"
+seta hud_score_pos "0.237500 -0.066667"
+seta hud_score_size "0.137500 0.050000"
 seta hud_score_bg "border_score"
 seta hud_score_bg_color ""
-seta hud_score_bg_alpha ""
+seta hud_score_bg_color_team ""
+seta hud_score_bg_alpha "1"
 seta hud_score_bg_border ""
 seta hud_score_bg_padding ""
 
 seta hud_racetimer 1
-seta hud_racetimer_pos "0.365000 0.250000"
-seta hud_racetimer_size "0.265000 0.081250"
+seta hud_racetimer_pos "0.350000 0.016667"
+seta hud_racetimer_size "0.300000 0.100000"
 seta hud_racetimer_bg "0"
 seta hud_racetimer_bg_color ""
+seta hud_racetimer_bg_color_team ""
 seta hud_racetimer_bg_alpha ""
 seta hud_racetimer_bg_border ""
 seta hud_racetimer_bg_padding ""
 
 seta hud_vote 1
-seta hud_vote_pos "-0.665000 -0.287500"
-seta hud_vote_size "0.340000 0.106250"
-seta hud_vote_bg "0"
+seta hud_vote_pos "0.375000 -0.200000"
+seta hud_vote_size "0.250000 0.083333"
+seta hud_vote_bg "border_modicons"
 seta hud_vote_bg_color ""
+seta hud_vote_bg_color_team ""
 seta hud_vote_bg_alpha ""
 seta hud_vote_bg_border ""
 seta hud_vote_bg_padding ""
-seta hud_vote_alreadyvoted_alpha 0
+seta hud_vote_alreadyvoted_alpha 0.75
 
 seta hud_modicons 1
-seta hud_modicons_pos "-0.275000 -0.259375"
-seta hud_modicons_size "0.150000 0.093750"
+seta hud_modicons_pos "-0.356250 -0.200000"
+seta hud_modicons_size "0.125000 0.083333"
 seta hud_modicons_bg "border_modicons"
 seta hud_modicons_bg_color ""
+seta hud_modicons_bg_color_team ""
 seta hud_modicons_bg_alpha ""
 seta hud_modicons_bg_border ""
 seta hud_modicons_bg_padding ""
 
 seta hud_pressedkeys 1
-seta hud_pressedkeys_pos "0.430000 -0.440625"
-seta hud_pressedkeys_size "0.140000 0.106250"
+seta hud_pressedkeys_pos "0.431250 -0.325000"
+seta hud_pressedkeys_size "0.131250 0.100000"
 seta hud_pressedkeys_bg "0"
 seta hud_pressedkeys_bg_color ""
-seta hud_pressedkeys_bg_alpha ""
+seta hud_pressedkeys_bg_color_team ""
+seta hud_pressedkeys_bg_alpha "0"
 seta hud_pressedkeys_bg_border ""
 seta hud_pressedkeys_bg_padding ""
 
+seta hud_chat 1
+seta hud_chat_pos "0.025000 -0.200000"
+seta hud_chat_size "0.331250 0.083333"
+seta hud_chat_bg "0"
+seta hud_chat_bg_color ""
+seta hud_chat_bg_color_team ""
+seta hud_chat_bg_alpha "0"
+seta hud_chat_bg_border ""
+seta hud_chat_bg_padding ""
+
diff --git a/hud_wickedhud_fruit.cfg b/hud_wickedhud_fruit.cfg
deleted file mode 100644 (file)
index 0175b70..0000000
+++ /dev/null
@@ -1,161 +0,0 @@
-seta hud_skin "wickedhud"
-seta hud_bg "border"
-seta hud_bg_color "0.875 0.375 0"
-seta hud_bg_color_team "0"
-seta hud_bg_alpha "0.5"
-seta hud_bg_border "6"
-seta hud_bg_padding "2"
-seta hud_fg_alpha "1"
-
-seta hud_dock "dock_small"
-seta hud_dock_color "0 0.1875 0.4375"
-seta hud_dock_color_team "0.7"
-seta hud_dock_alpha "1"
-
-seta hud_progressbar_alpha 0.500000
-seta hud_progressbar_strength_color "0 0 0.6"
-seta hud_progressbar_shield_color "0.6 0 0.6"
-seta hud_progressbar_health_color "0.6 0 0"
-seta hud_progressbar_armor_color "0 0.6 0"
-seta hud_progressbar_fuel_color "0.6 0.6 0"
-seta hud_progressbar_nexball_color "0.7 0.1 0"
-
-seta hud_weaponicons 1
-seta hud_weaponicons_pos "-0.075000 0.083333"
-seta hud_weaponicons_size "0.050000 0.500000"
-seta hud_weaponicons_bg "border_weaponicons"
-seta hud_weaponicons_bg_color ""
-seta hud_weaponicons_bg_color_team ""
-seta hud_weaponicons_bg_alpha ""
-seta hud_weaponicons_bg_border ""
-seta hud_weaponicons_bg_padding ""
-seta hud_weaponicons_accuracy_height 3
-seta hud_weaponicons_accuracy_yellow 40
-
-seta hud_inventory 1
-seta hud_inventory_pos "-0.318750 -0.066667"
-seta hud_inventory_size "0.087500 0.050000"
-seta hud_inventory_bg "border_inventory"
-seta hud_inventory_bg_color ""
-seta hud_inventory_bg_color_team ""
-seta hud_inventory_bg_alpha "1"
-seta hud_inventory_bg_border ""
-seta hud_inventory_bg_padding ""
-seta hud_inventory_onlycurrent 1
-
-seta hud_powerups 1
-seta hud_powerups_pos "-0.575000 0.091667"
-seta hud_powerups_size "0.168750 0.041667"
-seta hud_powerups_bg "border_powerups"
-seta hud_powerups_bg_color ""
-seta hud_powerups_bg_color_team ""
-seta hud_powerups_bg_alpha ""
-seta hud_powerups_bg_border ""
-seta hud_powerups_bg_padding ""
-seta hud_powerups_flip 1
-seta hud_powerups_mirror 0
-
-seta hud_healtharmor 1
-seta hud_healtharmor_pos "0.393750 0.925000"
-seta hud_healtharmor_size "0.268750 0.058333"
-seta hud_healtharmor_bg "border_healtharmor"
-seta hud_healtharmor_bg_color ""
-seta hud_healtharmor_bg_color_team ""
-seta hud_healtharmor_bg_alpha "1"
-seta hud_healtharmor_bg_border ""
-seta hud_healtharmor_bg_padding ""
-seta hud_healtharmor_flip 1
-seta hud_healtharmor_mirror 0
-
-seta hud_notify 1
-seta hud_notify_pos "0.793750 0.733333"
-seta hud_notify_size "0.181250 0.183333"
-seta hud_notify_bg "border"
-seta hud_notify_bg_color ""
-seta hud_notify_bg_color_team ""
-seta hud_notify_bg_alpha ""
-seta hud_notify_bg_border ""
-seta hud_notify_bg_padding ""
-seta hud_notify_flip 0
-
-seta hud_timer 1
-seta hud_timer_pos "0.875000 0.016667"
-seta hud_timer_size "0.112500 0.033333"
-seta hud_timer_bg "border_timer"
-seta hud_timer_bg_color ""
-seta hud_timer_bg_color_team ""
-seta hud_timer_bg_alpha "1"
-seta hud_timer_bg_border ""
-seta hud_timer_bg_padding "-1"
-
-seta hud_radar 2
-seta hud_radar_pos "0.025000 0.091667"
-seta hud_radar_size "0.175000 0.216667"
-seta hud_radar_bg "border_radar"
-seta hud_radar_bg_color ""
-seta hud_radar_bg_color_team ""
-seta hud_radar_bg_alpha ""
-seta hud_radar_bg_border ""
-seta hud_radar_bg_padding "-3"
-
-seta hud_score 1
-seta hud_score_pos "0.237500 0.933333"
-seta hud_score_size "0.137500 0.050000"
-seta hud_score_bg "border_score"
-seta hud_score_bg_color ""
-seta hud_score_bg_color_team ""
-seta hud_score_bg_alpha "1"
-seta hud_score_bg_border ""
-seta hud_score_bg_padding ""
-
-seta hud_racetimer 1
-seta hud_racetimer_pos "0.412500 0"
-seta hud_racetimer_size "0.193750 0.066667"
-seta hud_racetimer_bg "0"
-seta hud_racetimer_bg_color ""
-seta hud_racetimer_bg_color_team ""
-seta hud_racetimer_bg_alpha ""
-seta hud_racetimer_bg_border ""
-seta hud_racetimer_bg_padding ""
-
-seta hud_vote 1
-seta hud_vote_pos "0.375000 -0.200000"
-seta hud_vote_size "0.250000 0.083333"
-seta hud_vote_bg ""
-seta hud_vote_bg_color ""
-seta hud_vote_bg_color_team ""
-seta hud_vote_bg_alpha ""
-seta hud_vote_bg_border ""
-seta hud_vote_bg_padding ""
-seta hud_vote_alreadyvoted_alpha 0
-
-seta hud_modicons 1
-seta hud_modicons_pos "-0.356250 -0.200000"
-seta hud_modicons_size "0.125000 0.083333"
-seta hud_modicons_bg "border_modicons"
-seta hud_modicons_bg_color ""
-seta hud_modicons_bg_color_team ""
-seta hud_modicons_bg_alpha ""
-seta hud_modicons_bg_border ""
-seta hud_modicons_bg_padding ""
-
-seta hud_pressedkeys 1
-seta hud_pressedkeys_pos "0.431250 0.675000"
-seta hud_pressedkeys_size "0.131250 0.100000"
-seta hud_pressedkeys_bg "0"
-seta hud_pressedkeys_bg_color ""
-seta hud_pressedkeys_bg_color_team ""
-seta hud_pressedkeys_bg_alpha ""
-seta hud_pressedkeys_bg_border ""
-seta hud_pressedkeys_bg_padding ""
-
-seta hud_chat 1
-seta hud_chat_pos "0.025000 0.800001"
-seta hud_chat_size "0.331250 0.083333"
-seta hud_chat_bg ""
-seta hud_chat_bg_color ""
-seta hud_chat_bg_color_team ""
-seta hud_chat_bg_alpha ""
-seta hud_chat_bg_border ""
-seta hud_chat_bg_padding ""
-
diff --git a/hud_wickedhud_small.cfg b/hud_wickedhud_small.cfg
deleted file mode 100644 (file)
index 998f783..0000000
+++ /dev/null
@@ -1,136 +0,0 @@
-seta hud_skin "wickedhud"
-seta hud_bg "border"
-seta hud_bg_color "0.875 0.375 0"
-seta hud_bg_alpha "1"
-seta hud_bg_border "6"
-seta hud_bg_padding "2"
-seta hud_fg_alpha "1"
-
-seta hud_dock "dock_small"
-seta hud_dock_color "0 0.1875 0.4375"
-seta hud_dock_alpha "1"
-
-seta hud_progressbar_alpha 0.500000
-seta hud_progressbar_strength_color "0 0 0.6"
-seta hud_progressbar_shield_color "0.6 0 0.6"
-seta hud_progressbar_health_color "0.6 0 0"
-seta hud_progressbar_armor_color "0 0.6 0"
-seta hud_progressbar_fuel_color "0.6 0.6 0"
-seta hud_progressbar_nexball_color "0.7 0.1 0"
-
-seta hud_weaponicons 1
-seta hud_weaponicons_pos "-0.087500 0.175000"
-seta hud_weaponicons_size "0.065000 0.618750"
-seta hud_weaponicons_bg "border_weaponicons"
-seta hud_weaponicons_bg_color ""
-seta hud_weaponicons_bg_alpha ""
-seta hud_weaponicons_bg_border ""
-seta hud_weaponicons_bg_padding ""
-seta hud_weaponicons_accuracy_height 3
-seta hud_weaponicons_accuracy_yellow 40
-
-seta hud_inventory 1
-seta hud_inventory_pos "-0.317500 -0.065625"
-seta hud_inventory_size "0.092500 0.050000"
-seta hud_inventory_bg "border_inventory"
-seta hud_inventory_bg_color ""
-seta hud_inventory_bg_alpha ""
-seta hud_inventory_bg_border ""
-seta hud_inventory_bg_padding ""
-seta hud_inventory_onlycurrent 1
-
-seta hud_powerups 1
-seta hud_powerups_pos "0.372500 0.081250"
-seta hud_powerups_size "0.255000 0.046875"
-seta hud_powerups_bg "border_powerups"
-seta hud_powerups_bg_color ""
-seta hud_powerups_bg_alpha ""
-seta hud_powerups_bg_border ""
-seta hud_powerups_bg_padding ""
-seta hud_powerups_flip 1
-seta hud_powerups_mirror 0
-
-seta hud_healtharmor 1
-seta hud_healtharmor_pos "-0.595000 -0.071875"
-seta hud_healtharmor_size "0.257500 0.056250"
-seta hud_healtharmor_bg "border_healtharmor"
-seta hud_healtharmor_bg_color ""
-seta hud_healtharmor_bg_alpha ""
-seta hud_healtharmor_bg_border ""
-seta hud_healtharmor_bg_padding ""
-seta hud_healtharmor_flip 1
-seta hud_healtharmor_mirror 0
-
-seta hud_notify 0
-seta hud_notify_pos "0.080000 0"
-seta hud_notify_size "0.121092 0.122466"
-seta hud_notify_bg "border"
-seta hud_notify_bg_color ""
-seta hud_notify_bg_alpha ""
-seta hud_notify_bg_border ""
-seta hud_notify_bg_padding ""
-
-seta hud_timer 1
-seta hud_timer_pos "-0.122500 0.012500"
-seta hud_timer_size "0.112500 0.034375"
-seta hud_timer_bg "border_timer"
-seta hud_timer_bg_color ""
-seta hud_timer_bg_alpha ""
-seta hud_timer_bg_border ""
-seta hud_timer_bg_padding ""
-
-seta hud_radar 1
-seta hud_radar_pos "0.022500 0.078125"
-seta hud_radar_size "0.180000 0.231250"
-seta hud_radar_bg "border_radar"
-seta hud_radar_bg_color ""
-seta hud_radar_bg_alpha ""
-seta hud_radar_bg_border ""
-seta hud_radar_bg_padding ""
-
-seta hud_score 1
-seta hud_score_pos "0.230000 -0.065625"
-seta hud_score_size "0.155000 0.050000"
-seta hud_score_bg "border_score"
-seta hud_score_bg_color ""
-seta hud_score_bg_alpha ""
-seta hud_score_bg_border ""
-seta hud_score_bg_padding ""
-
-seta hud_racetimer 1
-seta hud_racetimer_pos "0.380000 0.253125"
-seta hud_racetimer_size "0.232500 0.071875"
-seta hud_racetimer_bg "0"
-seta hud_racetimer_bg_color ""
-seta hud_racetimer_bg_alpha ""
-seta hud_racetimer_bg_border ""
-seta hud_racetimer_bg_padding ""
-
-seta hud_vote 1
-seta hud_vote_pos "0.367500 -0.196875"
-seta hud_vote_size "0.255000 0.081250"
-seta hud_vote_bg "0"
-seta hud_vote_bg_color ""
-seta hud_vote_bg_alpha ""
-seta hud_vote_bg_border ""
-seta hud_vote_bg_padding ""
-seta hud_vote_alreadyvoted_alpha 0
-
-seta hud_modicons 1
-seta hud_modicons_pos "-0.152500 -0.165625"
-seta hud_modicons_size "0.130000 0.081250"
-seta hud_modicons_bg "border_modicons"
-seta hud_modicons_bg_color ""
-seta hud_modicons_bg_alpha ""
-seta hud_modicons_bg_border ""
-seta hud_modicons_bg_padding ""
-
-seta hud_pressedkeys 1
-seta hud_pressedkeys_pos "-0.557500 -0.300000"
-seta hud_pressedkeys_size "0.117500 0.087500"
-seta hud_pressedkeys_bg "0"
-seta hud_pressedkeys_bg_color ""
-seta hud_pressedkeys_bg_alpha ""
-seta hud_pressedkeys_bg_border ""
-seta hud_pressedkeys_bg_padding ""
-
index 66e182fdd0ef0421f817ad859e0471444757fe5d..7df69e16e3b792f3e0bb394737a76047172c802b 100644 (file)
@@ -597,7 +597,6 @@ void HUD_Panel_ExportCfg(string cfgname)
                        fputs(fh, strcat("seta hud_", HUD_Panel_GetName(i), "_bg_padding \"", cvar_string(strcat("hud_", HUD_Panel_GetName(i), "_bg_padding")), "\"", "\n"));
                        switch(i) {
                                case 0:
-                                       fputs(fh, strcat("seta hud_", HUD_Panel_GetName(i), "_accuracy_height ", ftos(cvar(strcat("hud_", HUD_Panel_GetName(i), "_accuracy_height"))), "\n"));
                                        fputs(fh, strcat("seta hud_", HUD_Panel_GetName(i), "_accuracy_yellow ", ftos(cvar(strcat("hud_", HUD_Panel_GetName(i), "_accuracy_yellow"))), "\n"));
                                        break;
                                case 1:
@@ -614,6 +613,8 @@ void HUD_Panel_ExportCfg(string cfgname)
                                case 4:
                                        fputs(fh, strcat("seta hud_", HUD_Panel_GetName(i), "_flip ", ftos(cvar(strcat("hud_", HUD_Panel_GetName(i), "_flip"))), "\n"));
                                        break;
+                               case 6:
+                                       fputs(fh, strcat("seta hud_", HUD_Panel_GetName(i), "_foreground_alpha ", ftos(cvar(strcat("hud_", HUD_Panel_GetName(i), "_foreground_alpha"))), "\n"));
                                case 9:
                                        fputs(fh, strcat("seta hud_", HUD_Panel_GetName(i), "_alreadyvoted_alpha ", ftos(cvar(strcat("hud_", HUD_Panel_GetName(i), "_alreadyvoted_alpha"))), "\n"));
                                        break;