]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Update hud config exporter, fix _hud_panelorder in the config files
authorterencehill <piuntn@gmail.com>
Mon, 26 Jun 2017 15:04:56 +0000 (17:04 +0200)
committerterencehill <piuntn@gmail.com>
Mon, 26 Jun 2017 15:04:56 +0000 (17:04 +0200)
hud_luma.cfg
hud_luminos.cfg
hud_luminos_minimal.cfg
hud_nexuiz.cfg
qcsrc/client/hud/hud_config.qc

index 5ebdeaeec999de16665fbadd76f228d2edd9ffd3..40577ff91f4b6e86a2549e6bdb682c8579c88a14 100644 (file)
@@ -29,7 +29,7 @@ seta hud_progressbar_acceleration_neg_color "0.86 0.35 0"
 seta hud_progressbar_vehicles_ammo1_color "0.77 0.67 0"
 seta hud_progressbar_vehicles_ammo2_color "0.86 0.35 0"
 
-seta _hud_panelorder "17 15 12 9 5 10 6 14 0 7 4 11 2 1 3 8 13 16 18 23 19 20 21 22 23 24 "
+seta _hud_panelorder "17 15 12 9 5 10 6 14 0 7 4 11 2 1 3 8 13 16 18 23 19 20 21 22 24 "
 
 seta hud_configure_grid "1"
 seta hud_configure_grid_xsize "0.005000"
index 8f64ddebb6e943040a0c8458f64ecc02a22f4a2b..3f4fe39fabf84f5ca284a92daa19b42a20fefc30 100644 (file)
@@ -29,7 +29,7 @@ seta hud_progressbar_acceleration_neg_color "0.125 0.25 0.5"
 seta hud_progressbar_vehicles_ammo1_color "0.8 0.7 0"
 seta hud_progressbar_vehicles_ammo2_color "0.7 0.4 0"
 
-seta _hud_panelorder "17 15 12 9 10 5 6 14 0 7 4 11 2 1 3 8 13 16 18 23 19 20 21 22 23 24 "
+seta _hud_panelorder "17 15 12 9 10 5 6 14 0 7 4 11 2 1 3 8 13 16 18 23 19 20 21 22 24 "
 
 seta hud_configure_grid "1"
 seta hud_configure_grid_xsize "0.010000"
index 31926d2f5ab9d906dfbf79f26d2e5d9e8441ebfe..609ab766de832baf1f9824963913af9994403639 100644 (file)
@@ -29,7 +29,7 @@ seta hud_progressbar_acceleration_neg_color "0.125 0.25 0.5"
 seta hud_progressbar_vehicles_ammo1_color "0.8 0.7 0"
 seta hud_progressbar_vehicles_ammo2_color "0.7 0.4 0"
 
-seta _hud_panelorder "17 10 3 0 14 6 9 13 4 1 2 11 12 7 5 8 15 16 18 23 19 20 21 22 23 24 "
+seta _hud_panelorder "17 10 3 0 14 6 9 13 4 1 2 11 12 7 5 8 15 16 18 23 19 20 21 22 24 "
 
 seta hud_configure_grid "1"
 seta hud_configure_grid_xsize "0.010000"
index ae786574f3bfcbd6a59ed889927f4d333617deb0..4159b01c7ddcc1fa0107dc399a29512f554ef460 100644 (file)
@@ -29,7 +29,7 @@ seta hud_progressbar_acceleration_neg_color "0.125 0.25 0.5"
 seta hud_progressbar_vehicles_ammo1_color "0.8 0.7 0"
 seta hud_progressbar_vehicles_ammo2_color "0.7 0.4 0"
 
-seta _hud_panelorder "17 15 0 11 8 5 6 14 9 13 7 2 3 1 10 12 4 16 18 23 19 20 21 22 23 24 "
+seta _hud_panelorder "17 15 0 11 8 5 6 14 9 13 7 2 3 1 10 12 4 16 18 23 19 20 21 22 24 "
 
 seta hud_configure_grid "1"
 seta hud_configure_grid_xsize "0.010000"
index 64b951e9662564390c30b7742ffd8f85045cbc7b..073b2d0f7df3874fce2808f679f762b64b50342a 100644 (file)
@@ -95,6 +95,8 @@ void HUD_Panel_ExportCfg(string cfgname)
                                        HUD_Write_Cvar("hud_panel_weapons_onlyowned");
                                        HUD_Write_Cvar("hud_panel_weapons_noncurrent_alpha");
                                        HUD_Write_Cvar("hud_panel_weapons_noncurrent_scale");
+                                       HUD_Write_Cvar("hud_panel_weapons_selection_radius");
+                                       HUD_Write_Cvar("hud_panel_weapons_selection_speed");
                                        break;
                                case HUD_PANEL_AMMO:
                                        HUD_Write_Cvar("hud_panel_ammo_onlycurrent");
@@ -113,6 +115,7 @@ void HUD_Panel_ExportCfg(string cfgname)
                                        HUD_Write_Cvar("hud_panel_powerups_text");
                                        break;
                                case HUD_PANEL_HEALTHARMOR:
+                                       HUD_Write_Cvar("hud_panel_healtharmor_combined");
                                        HUD_Write_Cvar("hud_panel_healtharmor_flip");
                                        HUD_Write_Cvar("hud_panel_healtharmor_iconalign");
                                        HUD_Write_Cvar("hud_panel_healtharmor_baralign");
@@ -121,7 +124,6 @@ void HUD_Panel_ExportCfg(string cfgname)
                                        HUD_Write_Cvar("hud_panel_healtharmor_progressbar_armor");
                                        HUD_Write_Cvar("hud_panel_healtharmor_progressbar_gfx");
                                        HUD_Write_Cvar("hud_panel_healtharmor_progressbar_gfx_smooth");
-                                       HUD_Write_Cvar("hud_panel_healtharmor_combined");
                                        HUD_Write_Cvar("hud_panel_healtharmor_text");
                                        break;
                                case HUD_PANEL_NOTIFY:
@@ -206,6 +208,9 @@ void HUD_Panel_ExportCfg(string cfgname)
                                        HUD_Write_Cvar("hud_panel_itemstime_ratio");
                                        HUD_Write_Cvar("hud_panel_itemstime_dynamicsize");
                                        break;
+                               case HUD_PANEL_MAPVOTE:
+                                       HUD_Write_Cvar("hud_panel_mapvote_highlight_border");
+                                       break;
                                case HUD_PANEL_QUICKMENU:
                                        HUD_Write_Cvar("hud_panel_quickmenu_align");
                                        break;