From: FruitieX Date: Thu, 15 Jul 2010 16:29:50 +0000 (+0300) Subject: merge in sev's skin rename/updates and move the descriptions out of the default skin... X-Git-Tag: xonotic-v0.1.0preview~362^2~40^2 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=4ee3fa93b7db7e6c50779878276bbb0f43129492;p=xonotic%2Fxonotic-data.pk3dir.git merge in sev's skin rename/updates and move the descriptions out of the default skin config into a separate cfg file. Delete wickedhud, it's been renamed. --- diff --git a/_hud_descriptions.cfg b/_hud_descriptions.cfg new file mode 100644 index 000000000..d4ac1096e --- /dev/null +++ b/_hud_descriptions.cfg @@ -0,0 +1,197 @@ +// this is a dummy skin that contains only the cvar descriptions, so that we can leave them out from the real skin files themselves. +// please add any new cvars into this file, with null string values +seta hud_skin "" "skin folder where to look for images" +seta hud_bg "" "default background for the panels, file must exist in gfx/hud/[skin name]/, 0 = disable background by default" +seta hud_bg_color "" "default background color for the panels, accepts \"shirt\" and \"pants\"" +seta hud_bg_color_team "" "default setting for overriding panel color with team color in team games, 0.5 = less saturated" +seta hud_bg_alpha "" "default alpha of the background" +seta hud_bg_border "" "default border size for the panels" +seta hud_bg_padding "" "default padding of contents from the border" +seta hud_fg_alpha "" "alpha of the foreground" + +seta hud_dock "" "enable a fullscreen background for the hud, useful for creating artificial docks, \"\" = disable" +seta hud_dock_color "" "dock color, accepts \"shirt\" and \"pants\"" +seta hud_dock_color_team "" "override dock color with team color in team games" +seta hud_dock_alpha "" "alpha of the dock" + +seta hud_progressbar_alpha "" "alpha of progressbars" +seta hud_progressbar_strength_color "" "R G B vector of the progress bar background color" +seta hud_progressbar_shield_color "" "R G B vector of the progress bar background color" +seta hud_progressbar_health_color "" "R G B vector of the progress bar background color" +seta hud_progressbar_armor_color "" "R G B vector of the progress bar background color" +seta hud_progressbar_fuel_color "" "R G B vector of the progress bar background color" +seta hud_progressbar_nexball_color "" "R G B vector of the progress bar background color" + +seta _hud_panelorder "" "contains order in which panels are to be drawn" + +seta hud_weaponicons "" "enable/disable this panel" +seta hud_weaponicons_pos "" "position of this panel" +seta hud_weaponicons_size "" "size of this panel" +seta hud_weaponicons_bg "" "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" +seta hud_weaponicons_bg_border "" "if set to something else than \"\" = override default size of border around the background" +seta hud_weaponicons_bg_padding "" "if set to something else than \"\" = override default padding of contents from border" +seta hud_weaponicons_aspect "" "use this aspect on the items" +seta hud_weaponicons_complainbubble "" "complain bubble (out of ammo, weapon not available etc)" +seta hud_weaponicons_complainbubble_padding "" "padding for the complainbubble" +seta hud_weaponicons_complainbubble_color_outofammo "" "color of the complainbubble when showing out of ammo message" +seta hud_weaponicons_complainbubble_color_donthave "" "color of the complainbubble when showing don't have weapon message" +seta hud_weaponicons_complainbubble_color_unavailable "" "color of the complainbubble when showing weapon unavailable message" +seta hud_weaponicons_ammo_color "" "color of status bar" +seta hud_weaponicons_ammo_alpha "" "alpha of status bar" + +seta hud_inventory "" "enable/disable this panel" +seta hud_inventory_pos "" "position of this panel" +seta hud_inventory_size "" "size of this panel" +seta hud_inventory_onlycurrent "" "1 = show only current ammo type" +seta hud_inventory_iconalign "" "0 = align icons to the left, 1 = align icons to the right" +seta hud_inventory_bg "" "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" +seta hud_inventory_bg_border "" "if set to something else than \"\" = override default size of border around the background" +seta hud_inventory_bg_padding "" "if set to something else than \"\" = override default padding of contents from border" + +seta hud_powerups "" "enable/disable this panel" +seta hud_powerups_pos "" "position of this panel" +seta hud_powerups_size "" "size of this panel" +seta hud_powerups_flip "" "flip strength/shield positions" +seta hud_powerups_baralign "" "0 = align bars to the left, 1 = align bars to the right, 2 = align right bar to the right, 3 = align left bar to the right" +seta hud_powerups_iconalign "" "0 = align icons to the left, 1 = align icons to the right, 2 = align right icon to the right, 3 = align left icon to the right" +seta hud_powerups_bg "" "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" +seta hud_powerups_bg_border "" "if set to something else than \"\" = override default size of border around the background" +seta hud_powerups_bg_padding "" "if set to something else than \"\" = override default padding of contents from border" + +seta hud_healtharmor "" "enable/disable this panel, 2 = combined health/armor display" +seta hud_healtharmor_pos "" "position of this panel" +seta hud_healtharmor_size "" "size of this panel" +seta hud_healtharmor_flip "" "flip health/armor positions" +seta hud_healtharmor_baralign "" "0 = align bars to the left, 1 = align bars to the right, 2 = align right bar to the right, 3 = align left bar to the right" +seta hud_healtharmor_iconalign "" "0 = align icons to the left, 1 = align icons to the right, 2 = align right icon to the right, 3 = align left icon to the right" +seta hud_healtharmor_bg "" "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" +seta hud_healtharmor_bg_border "" "if set to something else than \"\" = override default size of border around the background" +seta hud_healtharmor_bg_padding "" "if set to something else than \"\" = override default padding of contents from border" + +seta hud_notify "" "enable/disable this panel" +seta hud_notify_pos "" "position of this base of the panel" +seta hud_notify_size "" "size of this panel with all notifications on" +seta hud_notify_bg "" "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_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 "" "order the list top to bottom instead of bottom to top" +seta hud_notify_print "" "also con_notify print the messages that are shown on the notify panel" + +seta hud_timer "" "enable/disable this panel" +seta hud_timer_pos "" "position of this base of the panel" +seta hud_timer_size "" "size of this panel" +seta hud_timer_bg "" "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_radar "" "enable/disable this panel, 2 = also enable in non-teambased gamemodes" +seta hud_radar_pos "" "position of this base of the panel" +seta hud_radar_size "" "size of this panel" +seta hud_radar_bg "" "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_foreground_alpha "" "alpha of the map" + +seta hud_score "" "enable/disable this panel" +seta hud_score_pos "" "position of this base of the panel" +seta hud_score_size "" "size of this panel" +seta hud_score_bg "" "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" +seta hud_score_bg_border "" "if set to something else than \"\" = override default size of border around the background" +seta hud_score_bg_padding "" "if set to something else than \"\" = override default padding of contents from border" + +seta hud_racetimer "" "enable/disable this panel" +seta hud_racetimer_pos "" "position of this base of the panel" +seta hud_racetimer_size "" "size of this panel" +seta hud_racetimer_bg "" "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" +seta hud_racetimer_bg_border "" "if set to something else than \"\" = override default size of border around the background" +seta hud_racetimer_bg_padding "" "if set to something else than \"\" = override default padding of contents from border" + +seta hud_vote "" "enable/disable this panel" +seta hud_vote_pos "" "position of this base of the panel" +seta hud_vote_size "" "size of this panel" +seta hud_vote_alreadyvoted_alpha "" "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_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" +seta hud_vote_bg_border "" "if set to something else than \"\" = override default size of border around the background" +seta hud_vote_bg_padding "" "if set to something else than \"\" = override default padding of contents from border" + +seta hud_modicons "" "enable/disable this panel" +seta hud_modicons_pos "" "position of this base of the panel" +seta hud_modicons_size "" "size of this panel" +seta hud_modicons_bg "" "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" +seta hud_modicons_bg_border "" "if set to something else than \"\" = override default size of border around the background" +seta hud_modicons_bg_padding "" "if set to something else than \"\" = override default padding of contents from border" + +seta hud_pressedkeys "" "enable/disable this panel, 1 = show only when spectating other players, 2 = show always" +seta hud_pressedkeys_pos "" "position of this base of the panel" +seta hud_pressedkeys_size "" "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_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_pressedkeys_aspect "" "forced aspect on panel" + +seta hud_chat "" "enable/disable this panel" +seta hud_chat_pos "" "position of this base of the panel" +seta hud_chat_size "" "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_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" + +seta hud_engineinfo "" "enable/disable this panel +seta hud_engineinfo_pos "" "position of this base of the panel" +seta hud_engineinfo_size "" "size of this panel" +seta hud_engineinfo_bg "" "if set to something else than \"\" = override default background" +seta hud_engineinfo_bg_color "" "if set to something else than \"\" = override default panel background color" +seta hud_engineinfo_bg_color_team "" "override panel color with team color in team based games" +seta hud_engineinfo_bg_alpha "" "if set to something else than \"\" = override default panel background alpha" +seta hud_engineinfo_bg_border "" "if set to something else than \"\" = override default size of border around the background" +seta hud_engineinfo_bg_padding "" "if set to something else than \"\" = override default padding of contents from border" + +seta hud_infomessages "" "enable/disable this panel +seta hud_infomessages_pos "" "position of this base of the panel" +seta hud_infomessages_size "" "size of this panel" +seta hud_infomessages_bg "" "if set to something else than \"\" = override default background" +seta hud_infomessages_bg_color "" "if set to something else than \"\" = override default panel background color" +seta hud_infomessages_bg_color_team "" "override panel color with team color in team based games" +seta hud_infomessages_bg_alpha "" "if set to something else than \"\" = override default panel background alpha" +seta hud_infomessages_bg_border "" "if set to something else than \"\" = override default size of border around the background" +seta hud_infomessages_bg_padding "" "if set to something else than \"\" = override default padding of contents from border" +seta hud_infomessages_flip "" "1 = align the items to the right" diff --git a/defaultXonotic.cfg b/defaultXonotic.cfg index 28f7ba14e..5eeaff9f0 100644 --- a/defaultXonotic.cfg +++ b/defaultXonotic.cfg @@ -1334,7 +1334,10 @@ seta hud_configure_grid_alpha 0.15 "alpha for visible grid when in configure mod seta sbar_info_pos 0 "Y-axis distance from lower right corner for engine info prints" -exec hud_wickedhud_default.cfg +// hud cvar descriptions +exec _hud_descriptions.cfg +// exec the default skin config +exec hud_luminos_default.cfg // user preference cvars (i.e. shouldn't be adjusted by a skin config) seta hud_weaponicons_number 1 "1 = show number of weapon, 2 = show bound key of weapon" diff --git a/gfx/hud/wickedhud/ammo_bullets.tga b/gfx/hud/wickedhud/ammo_bullets.tga deleted file mode 100644 index e7cd01a25..000000000 Binary files a/gfx/hud/wickedhud/ammo_bullets.tga and /dev/null differ diff --git a/gfx/hud/wickedhud/ammo_cells.tga b/gfx/hud/wickedhud/ammo_cells.tga deleted file mode 100644 index 664eb232d..000000000 Binary files a/gfx/hud/wickedhud/ammo_cells.tga and /dev/null differ diff --git a/gfx/hud/wickedhud/ammo_current_bg.tga b/gfx/hud/wickedhud/ammo_current_bg.tga deleted file mode 100644 index bd0720599..000000000 Binary files a/gfx/hud/wickedhud/ammo_current_bg.tga and /dev/null differ diff --git a/gfx/hud/wickedhud/ammo_fuel.tga b/gfx/hud/wickedhud/ammo_fuel.tga deleted file mode 100644 index 8450a2fec..000000000 Binary files a/gfx/hud/wickedhud/ammo_fuel.tga and /dev/null differ diff --git a/gfx/hud/wickedhud/ammo_rockets.tga b/gfx/hud/wickedhud/ammo_rockets.tga deleted file mode 100644 index c37f077b2..000000000 Binary files a/gfx/hud/wickedhud/ammo_rockets.tga and /dev/null differ diff --git a/gfx/hud/wickedhud/ammo_shells.tga b/gfx/hud/wickedhud/ammo_shells.tga deleted file mode 100644 index 59bea4b3e..000000000 Binary files a/gfx/hud/wickedhud/ammo_shells.tga and /dev/null differ diff --git a/gfx/hud/wickedhud/armor.tga b/gfx/hud/wickedhud/armor.tga deleted file mode 100644 index 92046b488..000000000 Binary files a/gfx/hud/wickedhud/armor.tga and /dev/null differ diff --git a/gfx/hud/wickedhud/border.tga b/gfx/hud/wickedhud/border.tga deleted file mode 100644 index 8ceee4452..000000000 Binary files a/gfx/hud/wickedhud/border.tga and /dev/null differ diff --git a/gfx/hud/wickedhud/border_chat.tga b/gfx/hud/wickedhud/border_chat.tga deleted file mode 100644 index 1cd065eff..000000000 Binary files a/gfx/hud/wickedhud/border_chat.tga and /dev/null differ diff --git a/gfx/hud/wickedhud/border_healtharmor.tga b/gfx/hud/wickedhud/border_healtharmor.tga deleted file mode 100644 index 7109ab570..000000000 Binary files a/gfx/hud/wickedhud/border_healtharmor.tga and /dev/null differ diff --git a/gfx/hud/wickedhud/border_inventory.tga b/gfx/hud/wickedhud/border_inventory.tga deleted file mode 100644 index 20ae8f604..000000000 Binary files a/gfx/hud/wickedhud/border_inventory.tga and /dev/null differ diff --git a/gfx/hud/wickedhud/border_modicons.tga b/gfx/hud/wickedhud/border_modicons.tga deleted file mode 100644 index 5437b042e..000000000 Binary files a/gfx/hud/wickedhud/border_modicons.tga and /dev/null differ diff --git a/gfx/hud/wickedhud/border_powerups.tga b/gfx/hud/wickedhud/border_powerups.tga deleted file mode 100644 index f8fbf4439..000000000 Binary files a/gfx/hud/wickedhud/border_powerups.tga and /dev/null differ diff --git a/gfx/hud/wickedhud/border_radar.tga b/gfx/hud/wickedhud/border_radar.tga deleted file mode 100644 index a300f5207..000000000 Binary files a/gfx/hud/wickedhud/border_radar.tga and /dev/null differ diff --git a/gfx/hud/wickedhud/border_score.tga b/gfx/hud/wickedhud/border_score.tga deleted file mode 100644 index a4d8b6c47..000000000 Binary files a/gfx/hud/wickedhud/border_score.tga and /dev/null differ diff --git a/gfx/hud/wickedhud/border_timer.tga b/gfx/hud/wickedhud/border_timer.tga deleted file mode 100644 index c657136fb..000000000 Binary files a/gfx/hud/wickedhud/border_timer.tga and /dev/null differ diff --git a/gfx/hud/wickedhud/border_vote.tga b/gfx/hud/wickedhud/border_vote.tga deleted file mode 100644 index 13b948e1a..000000000 Binary files a/gfx/hud/wickedhud/border_vote.tga and /dev/null differ diff --git a/gfx/hud/wickedhud/border_weaponicons.tga b/gfx/hud/wickedhud/border_weaponicons.tga deleted file mode 100644 index 08e8dcd7d..000000000 Binary files a/gfx/hud/wickedhud/border_weaponicons.tga and /dev/null differ diff --git a/gfx/hud/wickedhud/dock.tga b/gfx/hud/wickedhud/dock.tga deleted file mode 100644 index 9dd4e2f0f..000000000 Binary files a/gfx/hud/wickedhud/dock.tga and /dev/null differ diff --git a/gfx/hud/wickedhud/dock_small.tga b/gfx/hud/wickedhud/dock_small.tga deleted file mode 100644 index 5135876d8..000000000 Binary files a/gfx/hud/wickedhud/dock_small.tga and /dev/null differ diff --git a/gfx/hud/wickedhud/flag_blue_carrying.tga b/gfx/hud/wickedhud/flag_blue_carrying.tga deleted file mode 100644 index 360df33b1..000000000 Binary files a/gfx/hud/wickedhud/flag_blue_carrying.tga and /dev/null differ diff --git a/gfx/hud/wickedhud/flag_blue_lost.tga b/gfx/hud/wickedhud/flag_blue_lost.tga deleted file mode 100644 index 1f037ce92..000000000 Binary files a/gfx/hud/wickedhud/flag_blue_lost.tga and /dev/null differ diff --git a/gfx/hud/wickedhud/flag_blue_shielded.tga b/gfx/hud/wickedhud/flag_blue_shielded.tga deleted file mode 100644 index 1337e24cd..000000000 Binary files a/gfx/hud/wickedhud/flag_blue_shielded.tga and /dev/null differ diff --git a/gfx/hud/wickedhud/flag_blue_taken.tga b/gfx/hud/wickedhud/flag_blue_taken.tga deleted file mode 100644 index 6df08ada6..000000000 Binary files a/gfx/hud/wickedhud/flag_blue_taken.tga and /dev/null differ diff --git a/gfx/hud/wickedhud/flag_red_carrying.tga b/gfx/hud/wickedhud/flag_red_carrying.tga deleted file mode 100644 index 7a8b4625c..000000000 Binary files a/gfx/hud/wickedhud/flag_red_carrying.tga and /dev/null differ diff --git a/gfx/hud/wickedhud/flag_red_lost.tga b/gfx/hud/wickedhud/flag_red_lost.tga deleted file mode 100644 index 20380c0f3..000000000 Binary files a/gfx/hud/wickedhud/flag_red_lost.tga and /dev/null differ diff --git a/gfx/hud/wickedhud/flag_red_shielded.tga b/gfx/hud/wickedhud/flag_red_shielded.tga deleted file mode 100644 index fe0a8ad37..000000000 Binary files a/gfx/hud/wickedhud/flag_red_shielded.tga and /dev/null differ diff --git a/gfx/hud/wickedhud/flag_red_taken.tga b/gfx/hud/wickedhud/flag_red_taken.tga deleted file mode 100644 index c1a560a9c..000000000 Binary files a/gfx/hud/wickedhud/flag_red_taken.tga and /dev/null differ diff --git a/gfx/hud/wickedhud/health.tga b/gfx/hud/wickedhud/health.tga deleted file mode 100644 index 0ed8a9030..000000000 Binary files a/gfx/hud/wickedhud/health.tga and /dev/null differ diff --git a/gfx/hud/wickedhud/key_backward.tga b/gfx/hud/wickedhud/key_backward.tga deleted file mode 100644 index 5588a4b49..000000000 Binary files a/gfx/hud/wickedhud/key_backward.tga and /dev/null differ diff --git a/gfx/hud/wickedhud/key_backward_inv.tga b/gfx/hud/wickedhud/key_backward_inv.tga deleted file mode 100644 index 8217ae3a2..000000000 Binary files a/gfx/hud/wickedhud/key_backward_inv.tga and /dev/null differ diff --git a/gfx/hud/wickedhud/key_crouch.tga b/gfx/hud/wickedhud/key_crouch.tga deleted file mode 100644 index 386bba027..000000000 Binary files a/gfx/hud/wickedhud/key_crouch.tga and /dev/null differ diff --git a/gfx/hud/wickedhud/key_crouch_inv.tga b/gfx/hud/wickedhud/key_crouch_inv.tga deleted file mode 100644 index c2528a556..000000000 Binary files a/gfx/hud/wickedhud/key_crouch_inv.tga and /dev/null differ diff --git a/gfx/hud/wickedhud/key_forward.tga b/gfx/hud/wickedhud/key_forward.tga deleted file mode 100644 index e33b59ce3..000000000 Binary files a/gfx/hud/wickedhud/key_forward.tga and /dev/null differ diff --git a/gfx/hud/wickedhud/key_forward_inv.tga b/gfx/hud/wickedhud/key_forward_inv.tga deleted file mode 100644 index ccc763ede..000000000 Binary files a/gfx/hud/wickedhud/key_forward_inv.tga and /dev/null differ diff --git a/gfx/hud/wickedhud/key_jump.tga b/gfx/hud/wickedhud/key_jump.tga deleted file mode 100644 index d1ddcbbb0..000000000 Binary files a/gfx/hud/wickedhud/key_jump.tga and /dev/null differ diff --git a/gfx/hud/wickedhud/key_jump_inv.tga b/gfx/hud/wickedhud/key_jump_inv.tga deleted file mode 100644 index d54798022..000000000 Binary files a/gfx/hud/wickedhud/key_jump_inv.tga and /dev/null differ diff --git a/gfx/hud/wickedhud/key_left.tga b/gfx/hud/wickedhud/key_left.tga deleted file mode 100644 index ed991f4b8..000000000 Binary files a/gfx/hud/wickedhud/key_left.tga and /dev/null differ diff --git a/gfx/hud/wickedhud/key_left_inv.tga b/gfx/hud/wickedhud/key_left_inv.tga deleted file mode 100644 index e607ddbf5..000000000 Binary files a/gfx/hud/wickedhud/key_left_inv.tga and /dev/null differ diff --git a/gfx/hud/wickedhud/key_right.tga b/gfx/hud/wickedhud/key_right.tga deleted file mode 100644 index 83baa31e0..000000000 Binary files a/gfx/hud/wickedhud/key_right.tga and /dev/null differ diff --git a/gfx/hud/wickedhud/key_right_inv.tga b/gfx/hud/wickedhud/key_right_inv.tga deleted file mode 100644 index 3bd886755..000000000 Binary files a/gfx/hud/wickedhud/key_right_inv.tga and /dev/null differ diff --git a/gfx/hud/wickedhud/kh_blue.tga b/gfx/hud/wickedhud/kh_blue.tga deleted file mode 100644 index 467b2294f..000000000 Binary files a/gfx/hud/wickedhud/kh_blue.tga and /dev/null differ diff --git a/gfx/hud/wickedhud/kh_bluearrow.tga b/gfx/hud/wickedhud/kh_bluearrow.tga deleted file mode 100644 index b686d1b34..000000000 Binary files a/gfx/hud/wickedhud/kh_bluearrow.tga and /dev/null differ diff --git a/gfx/hud/wickedhud/kh_pink.tga b/gfx/hud/wickedhud/kh_pink.tga deleted file mode 100644 index b40967a75..000000000 Binary files a/gfx/hud/wickedhud/kh_pink.tga and /dev/null differ diff --git a/gfx/hud/wickedhud/kh_pinkarrow.tga b/gfx/hud/wickedhud/kh_pinkarrow.tga deleted file mode 100644 index 17427e5d3..000000000 Binary files a/gfx/hud/wickedhud/kh_pinkarrow.tga and /dev/null differ diff --git a/gfx/hud/wickedhud/kh_red.tga b/gfx/hud/wickedhud/kh_red.tga deleted file mode 100644 index 3201f8afe..000000000 Binary files a/gfx/hud/wickedhud/kh_red.tga and /dev/null differ diff --git a/gfx/hud/wickedhud/kh_redarrow.tga b/gfx/hud/wickedhud/kh_redarrow.tga deleted file mode 100644 index edd1fab3c..000000000 Binary files a/gfx/hud/wickedhud/kh_redarrow.tga and /dev/null differ diff --git a/gfx/hud/wickedhud/kh_yellow.tga b/gfx/hud/wickedhud/kh_yellow.tga deleted file mode 100644 index bb8347563..000000000 Binary files a/gfx/hud/wickedhud/kh_yellow.tga and /dev/null differ diff --git a/gfx/hud/wickedhud/kh_yellowarrow.tga b/gfx/hud/wickedhud/kh_yellowarrow.tga deleted file mode 100644 index 8e754cc9b..000000000 Binary files a/gfx/hud/wickedhud/kh_yellowarrow.tga and /dev/null differ diff --git a/gfx/hud/wickedhud/nexball_carrying.tga b/gfx/hud/wickedhud/nexball_carrying.tga deleted file mode 100644 index 04ada8ce4..000000000 Binary files a/gfx/hud/wickedhud/nexball_carrying.tga and /dev/null differ diff --git a/gfx/hud/wickedhud/notify_blue_captured.tga b/gfx/hud/wickedhud/notify_blue_captured.tga deleted file mode 100644 index 7cff17eed..000000000 Binary files a/gfx/hud/wickedhud/notify_blue_captured.tga and /dev/null differ diff --git a/gfx/hud/wickedhud/notify_blue_lost.tga b/gfx/hud/wickedhud/notify_blue_lost.tga deleted file mode 100644 index 67d894d82..000000000 Binary files a/gfx/hud/wickedhud/notify_blue_lost.tga and /dev/null differ diff --git a/gfx/hud/wickedhud/notify_blue_returned.tga b/gfx/hud/wickedhud/notify_blue_returned.tga deleted file mode 100644 index 8e8b67ffd..000000000 Binary files a/gfx/hud/wickedhud/notify_blue_returned.tga and /dev/null differ diff --git a/gfx/hud/wickedhud/notify_blue_shielded.tga b/gfx/hud/wickedhud/notify_blue_shielded.tga deleted file mode 100644 index a8993f6b2..000000000 Binary files a/gfx/hud/wickedhud/notify_blue_shielded.tga and /dev/null differ diff --git a/gfx/hud/wickedhud/notify_blue_taken.tga b/gfx/hud/wickedhud/notify_blue_taken.tga deleted file mode 100644 index 6847e7cc1..000000000 Binary files a/gfx/hud/wickedhud/notify_blue_taken.tga and /dev/null differ diff --git a/gfx/hud/wickedhud/notify_camping.tga b/gfx/hud/wickedhud/notify_camping.tga deleted file mode 100644 index 1454d5ce0..000000000 Binary files a/gfx/hud/wickedhud/notify_camping.tga and /dev/null differ diff --git a/gfx/hud/wickedhud/notify_death.tga b/gfx/hud/wickedhud/notify_death.tga deleted file mode 100644 index b42738bb3..000000000 Binary files a/gfx/hud/wickedhud/notify_death.tga and /dev/null differ diff --git a/gfx/hud/wickedhud/notify_fall.tga b/gfx/hud/wickedhud/notify_fall.tga deleted file mode 100644 index febd1d03d..000000000 Binary files a/gfx/hud/wickedhud/notify_fall.tga and /dev/null differ diff --git a/gfx/hud/wickedhud/notify_lava.tga b/gfx/hud/wickedhud/notify_lava.tga deleted file mode 100644 index 100c0fae0..000000000 Binary files a/gfx/hud/wickedhud/notify_lava.tga and /dev/null differ diff --git a/gfx/hud/wickedhud/notify_outofammo.tga b/gfx/hud/wickedhud/notify_outofammo.tga deleted file mode 100644 index 82a11dd83..000000000 Binary files a/gfx/hud/wickedhud/notify_outofammo.tga and /dev/null differ diff --git a/gfx/hud/wickedhud/notify_red_captured.tga b/gfx/hud/wickedhud/notify_red_captured.tga deleted file mode 100644 index 72814ecc6..000000000 Binary files a/gfx/hud/wickedhud/notify_red_captured.tga and /dev/null differ diff --git a/gfx/hud/wickedhud/notify_red_lost.tga b/gfx/hud/wickedhud/notify_red_lost.tga deleted file mode 100644 index f96e02147..000000000 Binary files a/gfx/hud/wickedhud/notify_red_lost.tga and /dev/null differ diff --git a/gfx/hud/wickedhud/notify_red_returned.tga b/gfx/hud/wickedhud/notify_red_returned.tga deleted file mode 100644 index deee4686d..000000000 Binary files a/gfx/hud/wickedhud/notify_red_returned.tga and /dev/null differ diff --git a/gfx/hud/wickedhud/notify_red_shielded.tga b/gfx/hud/wickedhud/notify_red_shielded.tga deleted file mode 100644 index e7ec491fd..000000000 Binary files a/gfx/hud/wickedhud/notify_red_shielded.tga and /dev/null differ diff --git a/gfx/hud/wickedhud/notify_red_taken.tga b/gfx/hud/wickedhud/notify_red_taken.tga deleted file mode 100644 index bf71977e1..000000000 Binary files a/gfx/hud/wickedhud/notify_red_taken.tga and /dev/null differ diff --git a/gfx/hud/wickedhud/notify_selfkill.tga b/gfx/hud/wickedhud/notify_selfkill.tga deleted file mode 100644 index b05b6af56..000000000 Binary files a/gfx/hud/wickedhud/notify_selfkill.tga and /dev/null differ diff --git a/gfx/hud/wickedhud/notify_shootingstar.tga b/gfx/hud/wickedhud/notify_shootingstar.tga deleted file mode 100644 index 048e0151f..000000000 Binary files a/gfx/hud/wickedhud/notify_shootingstar.tga and /dev/null differ diff --git a/gfx/hud/wickedhud/notify_slime.tga b/gfx/hud/wickedhud/notify_slime.tga deleted file mode 100644 index 68da649d3..000000000 Binary files a/gfx/hud/wickedhud/notify_slime.tga and /dev/null differ diff --git a/gfx/hud/wickedhud/notify_teamkill_blue.tga b/gfx/hud/wickedhud/notify_teamkill_blue.tga deleted file mode 100644 index 0ba677d29..000000000 Binary files a/gfx/hud/wickedhud/notify_teamkill_blue.tga and /dev/null differ diff --git a/gfx/hud/wickedhud/notify_teamkill_red.tga b/gfx/hud/wickedhud/notify_teamkill_red.tga deleted file mode 100644 index 0ba677d29..000000000 Binary files a/gfx/hud/wickedhud/notify_teamkill_red.tga and /dev/null differ diff --git a/gfx/hud/wickedhud/notify_void.tga b/gfx/hud/wickedhud/notify_void.tga deleted file mode 100644 index 1e2d280eb..000000000 Binary files a/gfx/hud/wickedhud/notify_void.tga and /dev/null differ diff --git a/gfx/hud/wickedhud/notify_water.tga b/gfx/hud/wickedhud/notify_water.tga deleted file mode 100644 index 6edb791b3..000000000 Binary files a/gfx/hud/wickedhud/notify_water.tga and /dev/null differ diff --git a/gfx/hud/wickedhud/num_0.tga b/gfx/hud/wickedhud/num_0.tga deleted file mode 100644 index f0ab2f18e..000000000 Binary files a/gfx/hud/wickedhud/num_0.tga and /dev/null differ diff --git a/gfx/hud/wickedhud/num_0_stroke.tga b/gfx/hud/wickedhud/num_0_stroke.tga deleted file mode 100644 index e9c6e5bdc..000000000 Binary files a/gfx/hud/wickedhud/num_0_stroke.tga and /dev/null differ diff --git a/gfx/hud/wickedhud/num_1.tga b/gfx/hud/wickedhud/num_1.tga deleted file mode 100644 index 78f1f45a3..000000000 Binary files a/gfx/hud/wickedhud/num_1.tga and /dev/null differ diff --git a/gfx/hud/wickedhud/num_1_stroke.tga b/gfx/hud/wickedhud/num_1_stroke.tga deleted file mode 100644 index 1ff552f53..000000000 Binary files a/gfx/hud/wickedhud/num_1_stroke.tga and /dev/null differ diff --git a/gfx/hud/wickedhud/num_2.tga b/gfx/hud/wickedhud/num_2.tga deleted file mode 100644 index 205dd0351..000000000 Binary files a/gfx/hud/wickedhud/num_2.tga and /dev/null differ diff --git a/gfx/hud/wickedhud/num_2_stroke.tga b/gfx/hud/wickedhud/num_2_stroke.tga deleted file mode 100644 index 08d26dfef..000000000 Binary files a/gfx/hud/wickedhud/num_2_stroke.tga and /dev/null differ diff --git a/gfx/hud/wickedhud/num_3.tga b/gfx/hud/wickedhud/num_3.tga deleted file mode 100644 index 335b5dab0..000000000 Binary files a/gfx/hud/wickedhud/num_3.tga and /dev/null differ diff --git a/gfx/hud/wickedhud/num_3_stroke.tga b/gfx/hud/wickedhud/num_3_stroke.tga deleted file mode 100644 index a5fdddaa6..000000000 Binary files a/gfx/hud/wickedhud/num_3_stroke.tga and /dev/null differ diff --git a/gfx/hud/wickedhud/num_4.tga b/gfx/hud/wickedhud/num_4.tga deleted file mode 100644 index 2b9f46f53..000000000 Binary files a/gfx/hud/wickedhud/num_4.tga and /dev/null differ diff --git a/gfx/hud/wickedhud/num_4_stroke.tga b/gfx/hud/wickedhud/num_4_stroke.tga deleted file mode 100644 index fe879331f..000000000 Binary files a/gfx/hud/wickedhud/num_4_stroke.tga and /dev/null differ diff --git a/gfx/hud/wickedhud/num_5.tga b/gfx/hud/wickedhud/num_5.tga deleted file mode 100644 index 8bb7043d4..000000000 Binary files a/gfx/hud/wickedhud/num_5.tga and /dev/null differ diff --git a/gfx/hud/wickedhud/num_5_stroke.tga b/gfx/hud/wickedhud/num_5_stroke.tga deleted file mode 100644 index 3a6978a8c..000000000 Binary files a/gfx/hud/wickedhud/num_5_stroke.tga and /dev/null differ diff --git a/gfx/hud/wickedhud/num_6.tga b/gfx/hud/wickedhud/num_6.tga deleted file mode 100644 index 1db8c0e0b..000000000 Binary files a/gfx/hud/wickedhud/num_6.tga and /dev/null differ diff --git a/gfx/hud/wickedhud/num_6_stroke.tga b/gfx/hud/wickedhud/num_6_stroke.tga deleted file mode 100644 index f64e178bf..000000000 Binary files a/gfx/hud/wickedhud/num_6_stroke.tga and /dev/null differ diff --git a/gfx/hud/wickedhud/num_7.tga b/gfx/hud/wickedhud/num_7.tga deleted file mode 100644 index 0099d684d..000000000 Binary files a/gfx/hud/wickedhud/num_7.tga and /dev/null differ diff --git a/gfx/hud/wickedhud/num_7_stroke.tga b/gfx/hud/wickedhud/num_7_stroke.tga deleted file mode 100644 index 252e796d8..000000000 Binary files a/gfx/hud/wickedhud/num_7_stroke.tga and /dev/null differ diff --git a/gfx/hud/wickedhud/num_8.tga b/gfx/hud/wickedhud/num_8.tga deleted file mode 100644 index aa20157a7..000000000 Binary files a/gfx/hud/wickedhud/num_8.tga and /dev/null differ diff --git a/gfx/hud/wickedhud/num_8_stroke.tga b/gfx/hud/wickedhud/num_8_stroke.tga deleted file mode 100644 index e2cd39dec..000000000 Binary files a/gfx/hud/wickedhud/num_8_stroke.tga and /dev/null differ diff --git a/gfx/hud/wickedhud/num_9.tga b/gfx/hud/wickedhud/num_9.tga deleted file mode 100644 index 87b9c21c1..000000000 Binary files a/gfx/hud/wickedhud/num_9.tga and /dev/null differ diff --git a/gfx/hud/wickedhud/num_9_stroke.tga b/gfx/hud/wickedhud/num_9_stroke.tga deleted file mode 100644 index 5a8d6103c..000000000 Binary files a/gfx/hud/wickedhud/num_9_stroke.tga and /dev/null differ diff --git a/gfx/hud/wickedhud/num_colon.tga b/gfx/hud/wickedhud/num_colon.tga deleted file mode 100644 index e22c09a69..000000000 Binary files a/gfx/hud/wickedhud/num_colon.tga and /dev/null differ diff --git a/gfx/hud/wickedhud/num_colon_stroke.tga b/gfx/hud/wickedhud/num_colon_stroke.tga deleted file mode 100644 index 68ad28ad5..000000000 Binary files a/gfx/hud/wickedhud/num_colon_stroke.tga and /dev/null differ diff --git a/gfx/hud/wickedhud/num_dot.tga b/gfx/hud/wickedhud/num_dot.tga deleted file mode 100644 index 7fbfdd041..000000000 Binary files a/gfx/hud/wickedhud/num_dot.tga and /dev/null differ diff --git a/gfx/hud/wickedhud/num_dot_stroke.tga b/gfx/hud/wickedhud/num_dot_stroke.tga deleted file mode 100644 index 29ad696ac..000000000 Binary files a/gfx/hud/wickedhud/num_dot_stroke.tga and /dev/null differ diff --git a/gfx/hud/wickedhud/num_leading.tga b/gfx/hud/wickedhud/num_leading.tga deleted file mode 100644 index f2f59d3b0..000000000 Binary files a/gfx/hud/wickedhud/num_leading.tga and /dev/null differ diff --git a/gfx/hud/wickedhud/num_minus.tga b/gfx/hud/wickedhud/num_minus.tga deleted file mode 100644 index 10721f2d8..000000000 Binary files a/gfx/hud/wickedhud/num_minus.tga and /dev/null differ diff --git a/gfx/hud/wickedhud/num_minus_stroke.tga b/gfx/hud/wickedhud/num_minus_stroke.tga deleted file mode 100644 index 26455a0ad..000000000 Binary files a/gfx/hud/wickedhud/num_minus_stroke.tga and /dev/null differ diff --git a/gfx/hud/wickedhud/num_plus.tga b/gfx/hud/wickedhud/num_plus.tga deleted file mode 100644 index 3cb17b3e4..000000000 Binary files a/gfx/hud/wickedhud/num_plus.tga and /dev/null differ diff --git a/gfx/hud/wickedhud/num_plus_stroke.tga b/gfx/hud/wickedhud/num_plus_stroke.tga deleted file mode 100644 index 7df2faaeb..000000000 Binary files a/gfx/hud/wickedhud/num_plus_stroke.tga and /dev/null differ diff --git a/gfx/hud/wickedhud/race_newfail.tga b/gfx/hud/wickedhud/race_newfail.tga deleted file mode 100644 index 89d0ec59a..000000000 Binary files a/gfx/hud/wickedhud/race_newfail.tga and /dev/null differ diff --git a/gfx/hud/wickedhud/race_newrankgreen.tga b/gfx/hud/wickedhud/race_newrankgreen.tga deleted file mode 100644 index d3fe40dfd..000000000 Binary files a/gfx/hud/wickedhud/race_newrankgreen.tga and /dev/null differ diff --git a/gfx/hud/wickedhud/race_newrankyellow.tga b/gfx/hud/wickedhud/race_newrankyellow.tga deleted file mode 100644 index d3fe40dfd..000000000 Binary files a/gfx/hud/wickedhud/race_newrankyellow.tga and /dev/null differ diff --git a/gfx/hud/wickedhud/race_newrecordserver.tga b/gfx/hud/wickedhud/race_newrecordserver.tga deleted file mode 100644 index 7c1e6db61..000000000 Binary files a/gfx/hud/wickedhud/race_newrecordserver.tga and /dev/null differ diff --git a/gfx/hud/wickedhud/race_newtime.tga b/gfx/hud/wickedhud/race_newtime.tga deleted file mode 100644 index 1ec30476e..000000000 Binary files a/gfx/hud/wickedhud/race_newtime.tga and /dev/null differ diff --git a/gfx/hud/wickedhud/rifle_ring_1.tga b/gfx/hud/wickedhud/rifle_ring_1.tga deleted file mode 100644 index a90927cac..000000000 Binary files a/gfx/hud/wickedhud/rifle_ring_1.tga and /dev/null differ diff --git a/gfx/hud/wickedhud/rifle_ring_2.tga b/gfx/hud/wickedhud/rifle_ring_2.tga deleted file mode 100644 index 6f6ca4c9c..000000000 Binary files a/gfx/hud/wickedhud/rifle_ring_2.tga and /dev/null differ diff --git a/gfx/hud/wickedhud/rifle_ring_3.tga b/gfx/hud/wickedhud/rifle_ring_3.tga deleted file mode 100644 index 68f6df7ff..000000000 Binary files a/gfx/hud/wickedhud/rifle_ring_3.tga and /dev/null differ diff --git a/gfx/hud/wickedhud/rifle_ring_4.tga b/gfx/hud/wickedhud/rifle_ring_4.tga deleted file mode 100644 index 0a5db15dc..000000000 Binary files a/gfx/hud/wickedhud/rifle_ring_4.tga and /dev/null differ diff --git a/gfx/hud/wickedhud/rifle_ring_5.tga b/gfx/hud/wickedhud/rifle_ring_5.tga deleted file mode 100644 index d5cc95b93..000000000 Binary files a/gfx/hud/wickedhud/rifle_ring_5.tga and /dev/null differ diff --git a/gfx/hud/wickedhud/rifle_ring_6.tga b/gfx/hud/wickedhud/rifle_ring_6.tga deleted file mode 100644 index 4a126e7fe..000000000 Binary files a/gfx/hud/wickedhud/rifle_ring_6.tga and /dev/null differ diff --git a/gfx/hud/wickedhud/rifle_ring_7.tga b/gfx/hud/wickedhud/rifle_ring_7.tga deleted file mode 100644 index 846212b06..000000000 Binary files a/gfx/hud/wickedhud/rifle_ring_7.tga and /dev/null differ diff --git a/gfx/hud/wickedhud/rifle_ring_8.tga b/gfx/hud/wickedhud/rifle_ring_8.tga deleted file mode 100644 index 137e24d1d..000000000 Binary files a/gfx/hud/wickedhud/rifle_ring_8.tga and /dev/null differ diff --git a/gfx/hud/wickedhud/shield.tga b/gfx/hud/wickedhud/shield.tga deleted file mode 100644 index f13f0b4d8..000000000 Binary files a/gfx/hud/wickedhud/shield.tga and /dev/null differ diff --git a/gfx/hud/wickedhud/statusbar.tga b/gfx/hud/wickedhud/statusbar.tga deleted file mode 100644 index 987c8f544..000000000 Binary files a/gfx/hud/wickedhud/statusbar.tga and /dev/null differ diff --git a/gfx/hud/wickedhud/statusbar_vertical.tga b/gfx/hud/wickedhud/statusbar_vertical.tga deleted file mode 100644 index e271438e3..000000000 Binary files a/gfx/hud/wickedhud/statusbar_vertical.tga and /dev/null differ diff --git a/gfx/hud/wickedhud/strength.tga b/gfx/hud/wickedhud/strength.tga deleted file mode 100644 index b19019d5d..000000000 Binary files a/gfx/hud/wickedhud/strength.tga and /dev/null differ diff --git a/gfx/hud/wickedhud/voteprogress_back.tga b/gfx/hud/wickedhud/voteprogress_back.tga deleted file mode 100644 index 3be8d4086..000000000 Binary files a/gfx/hud/wickedhud/voteprogress_back.tga and /dev/null differ diff --git a/gfx/hud/wickedhud/voteprogress_prog.tga b/gfx/hud/wickedhud/voteprogress_prog.tga deleted file mode 100644 index f24f52415..000000000 Binary files a/gfx/hud/wickedhud/voteprogress_prog.tga and /dev/null differ diff --git a/gfx/hud/wickedhud/voteprogress_voted.tga b/gfx/hud/wickedhud/voteprogress_voted.tga deleted file mode 100644 index ee06048fc..000000000 Binary files a/gfx/hud/wickedhud/voteprogress_voted.tga and /dev/null differ diff --git a/gfx/hud/wickedhud/weapon_accuracy.tga b/gfx/hud/wickedhud/weapon_accuracy.tga deleted file mode 100644 index 4a451b1bc..000000000 Binary files a/gfx/hud/wickedhud/weapon_accuracy.tga and /dev/null differ diff --git a/gfx/hud/wickedhud/weapon_ammo.tga b/gfx/hud/wickedhud/weapon_ammo.tga deleted file mode 100644 index cb1d30636..000000000 Binary files a/gfx/hud/wickedhud/weapon_ammo.tga and /dev/null differ diff --git a/gfx/hud/wickedhud/weapon_complainbubble.tga b/gfx/hud/wickedhud/weapon_complainbubble.tga deleted file mode 100644 index 73cce9d08..000000000 Binary files a/gfx/hud/wickedhud/weapon_complainbubble.tga and /dev/null differ diff --git a/gfx/hud/wickedhud/weapon_current_bg.tga b/gfx/hud/wickedhud/weapon_current_bg.tga deleted file mode 100644 index 5a8f93671..000000000 Binary files a/gfx/hud/wickedhud/weapon_current_bg.tga and /dev/null differ diff --git a/gfx/hud/wickedhud/weapon_hlacmod_renameit.tga b/gfx/hud/wickedhud/weapon_hlacmod_renameit.tga deleted file mode 100644 index f11c173ba..000000000 Binary files a/gfx/hud/wickedhud/weapon_hlacmod_renameit.tga and /dev/null differ diff --git a/gfx/hud/wickedhud/weaponcampingrifle.tga b/gfx/hud/wickedhud/weaponcampingrifle.tga deleted file mode 100644 index fb6413b14..000000000 Binary files a/gfx/hud/wickedhud/weaponcampingrifle.tga and /dev/null differ diff --git a/gfx/hud/wickedhud/weaponcrylink.tga b/gfx/hud/wickedhud/weaponcrylink.tga deleted file mode 100644 index e48ad4d24..000000000 Binary files a/gfx/hud/wickedhud/weaponcrylink.tga and /dev/null differ diff --git a/gfx/hud/wickedhud/weaponelectro.tga b/gfx/hud/wickedhud/weaponelectro.tga deleted file mode 100644 index 73c791b39..000000000 Binary files a/gfx/hud/wickedhud/weaponelectro.tga and /dev/null differ diff --git a/gfx/hud/wickedhud/weaponfireball.tga b/gfx/hud/wickedhud/weaponfireball.tga deleted file mode 100644 index d7ea1fb04..000000000 Binary files a/gfx/hud/wickedhud/weaponfireball.tga and /dev/null differ diff --git a/gfx/hud/wickedhud/weapongrenadelauncher.tga b/gfx/hud/wickedhud/weapongrenadelauncher.tga deleted file mode 100644 index c09081b00..000000000 Binary files a/gfx/hud/wickedhud/weapongrenadelauncher.tga and /dev/null differ diff --git a/gfx/hud/wickedhud/weaponhagar.tga b/gfx/hud/wickedhud/weaponhagar.tga deleted file mode 100644 index 69a7b729c..000000000 Binary files a/gfx/hud/wickedhud/weaponhagar.tga and /dev/null differ diff --git a/gfx/hud/wickedhud/weaponhlac.tga b/gfx/hud/wickedhud/weaponhlac.tga deleted file mode 100644 index 2ba385345..000000000 Binary files a/gfx/hud/wickedhud/weaponhlac.tga and /dev/null differ diff --git a/gfx/hud/wickedhud/weaponhook.tga b/gfx/hud/wickedhud/weaponhook.tga deleted file mode 100644 index 0c7fd40b6..000000000 Binary files a/gfx/hud/wickedhud/weaponhook.tga and /dev/null differ diff --git a/gfx/hud/wickedhud/weaponlaser.tga b/gfx/hud/wickedhud/weaponlaser.tga deleted file mode 100644 index 1f016e16d..000000000 Binary files a/gfx/hud/wickedhud/weaponlaser.tga and /dev/null differ diff --git a/gfx/hud/wickedhud/weaponminstanex.tga b/gfx/hud/wickedhud/weaponminstanex.tga deleted file mode 100644 index 26877c267..000000000 Binary files a/gfx/hud/wickedhud/weaponminstanex.tga and /dev/null differ diff --git a/gfx/hud/wickedhud/weaponnex.tga b/gfx/hud/wickedhud/weaponnex.tga deleted file mode 100644 index 4ed91bc39..000000000 Binary files a/gfx/hud/wickedhud/weaponnex.tga and /dev/null differ diff --git a/gfx/hud/wickedhud/weaponporto.tga b/gfx/hud/wickedhud/weaponporto.tga deleted file mode 100644 index 46dd107d6..000000000 Binary files a/gfx/hud/wickedhud/weaponporto.tga and /dev/null differ diff --git a/gfx/hud/wickedhud/weaponrocketlauncher.tga b/gfx/hud/wickedhud/weaponrocketlauncher.tga deleted file mode 100644 index f5449b32c..000000000 Binary files a/gfx/hud/wickedhud/weaponrocketlauncher.tga and /dev/null differ diff --git a/gfx/hud/wickedhud/weaponseeker.tga b/gfx/hud/wickedhud/weaponseeker.tga deleted file mode 100644 index 566ee86ed..000000000 Binary files a/gfx/hud/wickedhud/weaponseeker.tga and /dev/null differ diff --git a/gfx/hud/wickedhud/weaponshotgun.tga b/gfx/hud/wickedhud/weaponshotgun.tga deleted file mode 100644 index 055841c05..000000000 Binary files a/gfx/hud/wickedhud/weaponshotgun.tga and /dev/null differ diff --git a/gfx/hud/wickedhud/weapontuba.tga b/gfx/hud/wickedhud/weapontuba.tga deleted file mode 100644 index 8b8001594..000000000 Binary files a/gfx/hud/wickedhud/weapontuba.tga and /dev/null differ diff --git a/gfx/hud/wickedhud/weaponuzi.tga b/gfx/hud/wickedhud/weaponuzi.tga deleted file mode 100644 index c0e75d113..000000000 Binary files a/gfx/hud/wickedhud/weaponuzi.tga and /dev/null differ diff --git a/gfx/menu/default/cursor_move.tga b/gfx/menu/default/cursor_move.tga new file mode 100644 index 000000000..02643169b Binary files /dev/null and b/gfx/menu/default/cursor_move.tga differ diff --git a/gfx/menu/default/cursor_resize.tga b/gfx/menu/default/cursor_resize.tga new file mode 100644 index 000000000..475e2244f Binary files /dev/null and b/gfx/menu/default/cursor_resize.tga differ diff --git a/gfx/menu/default/cursor_resize2.tga b/gfx/menu/default/cursor_resize2.tga new file mode 100644 index 000000000..6c97fb8d1 Binary files /dev/null and b/gfx/menu/default/cursor_resize2.tga differ diff --git a/hud_wickedhud_big.cfg b/hud_wickedhud_big.cfg deleted file mode 100644 index f41dcb5dc..000000000 --- a/hud_wickedhud_big.cfg +++ /dev/null @@ -1,173 +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 "1" -seta hud_bg_border "6" -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_color_team "0.700000" -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.940000 0.110000" -seta hud_weaponicons_size "0.040000 0.440000" -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_yellow 40 - -seta hud_inventory 1 -seta hud_inventory_pos "0.710000 0.900000" -seta hud_inventory_size "0.150000 0.080000" -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_powerups 1 -seta hud_powerups_pos "0.400000 0.130000" -seta hud_powerups_size "0.200000 0.050000" -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.330000 0.850000" -seta hud_healtharmor_size "0.340000 0.090000" -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 0 -seta hud_healtharmor_mirror 0 - -seta hud_notify 1 -seta hud_notify_pos "0.710000 0.570000" -seta hud_notify_size "0.270000 0.280000" -seta hud_notify_bg "border_modicons" -seta hud_notify_bg_color "" -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_notify_info_top 1 - -seta hud_timer 1 -seta hud_timer_pos "0.820000 0.017967" -seta hud_timer_size "0.160000 0.052033" -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 "0" - -seta hud_radar 2 -seta hud_radar_pos "0.030000 0.080000" -seta hud_radar_size "0.210000 0.250000" -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_radar_foreground_alpha 0.800000 -seta hud_radar_alreadyvoted_alpha 0 - -seta hud_score 1 -seta hud_score_pos "0.050000 0.900000" -seta hud_score_size "0.240000 0.080000" -seta hud_score_bg "border_score" -seta hud_score_bg_color "" -seta hud_score_bg_color_team "" -seta hud_score_bg_alpha "" -seta hud_score_bg_border "" -seta hud_score_bg_padding "" - -seta hud_racetimer 1 -seta hud_racetimer_pos "0.360000 0.010000" -seta hud_racetimer_size "0.280000 0.093333" -seta hud_racetimer_bg "border_timer" -seta hud_racetimer_bg_color "" -seta hud_racetimer_bg_color_team "" -seta hud_racetimer_bg_alpha 0 -seta hud_racetimer_bg_border "" -seta hud_racetimer_bg_padding "" - -seta hud_vote 1 -seta hud_vote_pos "0.020000 0.600000" -seta hud_vote_size "0.240000 0.080000" -seta hud_vote_bg "border_vote" -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.750000 - -seta hud_modicons 1 -seta hud_modicons_pos "0.880000 0.900000" -seta hud_modicons_size "0.105000 0.070000" -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.460000 0.740000" -seta hud_pressedkeys_size "0.080000 0.062912" -seta hud_pressedkeys_bg "border_modicons" -seta hud_pressedkeys_bg_color "" -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.020000 0.710000" -seta hud_chat_size "0.360000 0.100000" -seta hud_chat_bg "border_chat" -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 "" - -seta hud_engineinfo 1 -seta hud_engineinfo_pos "0.020000 0.820000" -seta hud_engineinfo_size "0.112500 0.030000" -seta hud_engineinfo_bg "border_modicons" -seta hud_engineinfo_bg_color "" -seta hud_engineinfo_bg_color_team "" -seta hud_engineinfo_bg_alpha "0" -seta hud_engineinfo_bg_border "" -seta hud_engineinfo_bg_padding "" - diff --git a/hud_wickedhud_default.cfg b/hud_wickedhud_default.cfg deleted file mode 100644 index 3c14d3637..000000000 --- a/hud_wickedhud_default.cfg +++ /dev/null @@ -1,195 +0,0 @@ -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 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_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 1 "alpha of the dock" - -seta hud_progressbar_alpha "0.5" "alpha of progressbars" -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_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_progressbar_nexball_color "0.7 0.1 0" "R G B vector of the progress bar background color" - -seta _hud_panelorder "6 0 1 2 3 4 5 7 8 9 10 11 12 13 14" "contains order in which panels are to be drawn" - -seta hud_weaponicons 1 "enable/disable this panel" -seta hud_weaponicons_pos "0.930000 0.090000" "position of this panel" -seta hud_weaponicons_size "0.040000 0.490000" "size of this panel" -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" -seta hud_weaponicons_bg_border "" "if set to something else than \"\" = override default size of border around the background" -seta hud_weaponicons_bg_padding "" "if set to something else than \"\" = override default padding of contents from border" -seta hud_weaponicons_aspect 2 "use this aspect on the items" -seta hud_weaponicons_complainbubble 1 "complain bubble (out of ammo, weapon not available etc)" -seta hud_weaponicons_complainbubble_padding -10 "padding for the complainbubble" -seta hud_weaponicons_complainbubble_color_outofammo "0.8 0 0" "color of the complainbubble when showing out of ammo message" -seta hud_weaponicons_complainbubble_color_donthave "0.8 0.5 0" "color of the complainbubble when showing don't have weapon message" -seta hud_weaponicons_complainbubble_color_unavailable "0 0.3 0.8" "color of the complainbubble when showing weapon unavailable message" -seta hud_weaponicons_ammo_color "0 1 0" "color of status bar" -seta hud_weaponicons_ammo_alpha 1 "alpha of status bar" - -seta hud_inventory 1 "enable/disable this panel" -seta hud_inventory_pos "0.190000 0.930000" "position of this panel" -seta hud_inventory_size "0.093750 0.050000" "size of this panel" -seta hud_inventory_onlycurrent 1 "1 = show only current ammo type" -seta hud_inventory_iconalign 0 "0 = align icons to the left, 1 = align icons to the right" -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" -seta hud_inventory_bg_border "" "if set to something else than \"\" = override default size of border around the background" -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.400000 0.130000" "position of this panel" -seta hud_powerups_size "0.200000 0.050000" "size of this panel" -seta hud_powerups_flip 1 "flip strength/shield positions" -seta hud_powerups_baralign 0 "0 = align bars to the left, 1 = align bars to the right, 2 = align right bar to the right, 3 = align left bar to the right" -seta hud_powerups_iconalign 0 "0 = align icons to the left, 1 = align icons to the right, 2 = align right icon to the right, 3 = align left icon to the right" -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" -seta hud_powerups_bg_border "" "if set to something else than \"\" = override default size of border around the background" -seta hud_powerups_bg_padding "" "if set to something else than \"\" = override default padding of contents from border" - -seta hud_healtharmor 1 "enable/disable this panel, 2 = combined health/armor display" -seta hud_healtharmor_pos "0.300000 0.930000" "position of this panel" -seta hud_healtharmor_size "0.240000 0.050000" "size of this panel" -seta hud_healtharmor_flip 0 "flip health/armor positions" -seta hud_healtharmor_baralign 0 "0 = align bars to the left, 1 = align bars to the right, 2 = align right bar to the right, 3 = align left bar to the right" -seta hud_healtharmor_iconalign 0 "0 = align icons to the left, 1 = align icons to the right, 2 = align right icon to the right, 3 = align left icon to the right" -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" -seta hud_healtharmor_bg_border "" "if set to something else than \"\" = override default size of border around the background" -seta hud_healtharmor_bg_padding "" "if set to something else than \"\" = override default padding of contents from border" - -seta hud_notify 1 "enable/disable this panel" -seta hud_notify_pos "0.660000 0.600000" "position of this base of the panel" -seta hud_notify_size "0.320000 0.330000" "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 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_timer 1 "enable/disable this panel" -seta hud_timer_pos "0.880000 0.015000" "position of this base of the panel" -seta hud_timer_size "0.100000 0.032520" "size of this panel" -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 "0" "if set to something else than \"\" = override default padding of contents from border" - -seta hud_radar 2 "enable/disable this panel, 2 = also enable in non-teambased gamemodes" -seta hud_radar_pos "0.030000 0.020000" "position of this base of the panel" -seta hud_radar_size "0.190000 0.230000" "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 "-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_score 1 "enable/disable this panel" -seta hud_score_pos "0.020000 0.930000" "position of this base of the panel" -seta hud_score_size "0.150000 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" -seta hud_score_bg_border "" "if set to something else than \"\" = override default size of border around the background" -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.360000 0.010000" "position of this base of the panel" -seta hud_racetimer_size "0.280000 0.093333" "size of this panel" -seta hud_racetimer_bg "border_timer" "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 0 "if set to something else than \"\" = override default panel background alpha" -seta hud_racetimer_bg_border "" "if set to something else than \"\" = override default size of border around the background" -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.400000 0.800000" "position of this base of the panel" -seta hud_vote_size "0.240000 0.080000" "size of this panel" -seta hud_vote_alreadyvoted_alpha 0.75 "alpha of the vote dialog after you have voted" -seta hud_vote_bg "border_vote" "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" -seta hud_vote_bg_border "" "if set to something else than \"\" = override default size of border around the background" -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.560000 0.930000" "position of this base of the panel" -seta hud_modicons_size "0.075000 0.050000" "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" -seta hud_modicons_bg_border "" "if set to something else than \"\" = override default size of border around the background" -seta hud_modicons_bg_padding "" "if set to something else than \"\" = override default padding of contents from border" - -seta hud_pressedkeys 1 "enable/disable this panel, 1 = show only when spectating other players, 2 = show always" -seta hud_pressedkeys_pos "0.460000 0.730000" "position of this base of the panel" -seta hud_pressedkeys_size "0.080000 0.062912" "size of this panel" -seta hud_pressedkeys_bg "border_modicons" "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 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_pressedkeys_aspect 1.6 "forced aspect on panel" - -seta hud_chat 1 "enable/disable this panel" -seta hud_chat_pos "0.020000 0.790000" "position of this base of the panel" -seta hud_chat_size "0.360000 0.100000" "size of this panel" -seta hud_chat_bg "border_chat" "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 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" - -seta hud_engineinfo 1 "enable/disable this panel -seta hud_engineinfo_pos "0.860000 0.950000" "position of this base of the panel" -seta hud_engineinfo_size "0.130000 0.034667" "size of this panel" -seta hud_engineinfo_bg "border_modicons" "if set to something else than \"\" = override default background" -seta hud_engineinfo_bg_color "" "if set to something else than \"\" = override default panel background color" -seta hud_engineinfo_bg_color_team "" "override panel color with team color in team based games" -seta hud_engineinfo_bg_alpha 0 "if set to something else than \"\" = override default panel background alpha" -seta hud_engineinfo_bg_border "" "if set to something else than \"\" = override default size of border around the background" -seta hud_engineinfo_bg_padding "" "if set to something else than \"\" = override default padding of contents from border" - -seta hud_infomessages 1 "enable/disable this panel -seta hud_infomessages_pos "0.020000 0.680000" "position of this base of the panel" -seta hud_infomessages_size "0.320000 0.090000" "size of this panel" -seta hud_infomessages_bg "border_modicons" "if set to something else than \"\" = override default background" -seta hud_infomessages_bg_color "" "if set to something else than \"\" = override default panel background color" -seta hud_infomessages_bg_color_team "" "override panel color with team color in team based games" -seta hud_infomessages_bg_alpha 0 "if set to something else than \"\" = override default panel background alpha" -seta hud_infomessages_bg_border "" "if set to something else than \"\" = override default size of border around the background" -seta hud_infomessages_bg_padding "" "if set to something else than \"\" = override default padding of contents from border" -seta hud_infomessages_flip 0 "1 = align the items to the right" diff --git a/hud_wickedhud_minimalistic.cfg b/hud_wickedhud_minimalistic.cfg deleted file mode 100644 index ad2ae8796..000000000 --- a/hud_wickedhud_minimalistic.cfg +++ /dev/null @@ -1,173 +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 "1" -seta hud_bg_border "6" -seta hud_bg_padding "2" -seta hud_fg_alpha "1" - -seta hud_dock "" -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 -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.940000 0.040000" -seta hud_weaponicons_size "0.060000 0.630000" -seta hud_weaponicons_bg "0" -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_yellow 40 - -seta hud_inventory 1 -seta hud_inventory_pos "0 0.810000" -seta hud_inventory_size "0.090000 0.190000" -seta hud_inventory_bg "0" -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_powerups 1 -seta hud_powerups_pos "0.400000 0.130000" -seta hud_powerups_size "0.200000 0.050000" -seta hud_powerups_bg "0" -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.100000 0.920000" -seta hud_healtharmor_size "0.560000 0.080000" -seta hud_healtharmor_bg "0" -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 0 -seta hud_healtharmor_mirror 1 - -seta hud_notify 1 -seta hud_notify_pos "0.670000 0.680000" -seta hud_notify_size "0.330000 0.230000" -seta hud_notify_bg "border_modicons" -seta hud_notify_bg_color "" -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_notify_info_top 1 - -seta hud_timer 1 -seta hud_timer_pos "0.940000 0" -seta hud_timer_size "0.060000 0.030000" -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 "0" - -seta hud_radar 0 -seta hud_radar_pos "0 0" -seta hud_radar_size "0.190000 0.230000" -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_radar_foreground_alpha 0.800000 -seta hud_radar_alreadyvoted_alpha 0 - -seta hud_score 1 -seta hud_score_pos "0.830000 0.920000" -seta hud_score_size "0.170000 0.060000" -seta hud_score_bg "0" -seta hud_score_bg_color "" -seta hud_score_bg_color_team "" -seta hud_score_bg_alpha "" -seta hud_score_bg_border "" -seta hud_score_bg_padding "" - -seta hud_racetimer 1 -seta hud_racetimer_pos "0.360000 0.010000" -seta hud_racetimer_size "0.280000 0.093333" -seta hud_racetimer_bg "border_timer" -seta hud_racetimer_bg_color "" -seta hud_racetimer_bg_color_team "" -seta hud_racetimer_bg_alpha "0" -seta hud_racetimer_bg_border "" -seta hud_racetimer_bg_padding "" - -seta hud_vote 1 -seta hud_vote_pos "0.690000 0" -seta hud_vote_size "0.240000 0.080000" -seta hud_vote_bg "border_vote" -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.750000 - -seta hud_modicons 1 -seta hud_modicons_pos "0.700000 0.920000" -seta hud_modicons_size "0.120000 0.080000" -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 0 -seta hud_pressedkeys_pos "0 0" -seta hud_pressedkeys_size "0.080000 0.062912" -seta hud_pressedkeys_bg "border_modicons" -seta hud_pressedkeys_bg_color "" -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.100000 0.790000" -seta hud_chat_size "0.560000 0.120000" -seta hud_chat_bg "border_chat" -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 "" - -seta hud_engineinfo 0 -seta hud_engineinfo_pos "0 0" -seta hud_engineinfo_size "0.130000 0.034667" -seta hud_engineinfo_bg "border_modicons" -seta hud_engineinfo_bg_color "" -seta hud_engineinfo_bg_color_team "" -seta hud_engineinfo_bg_alpha "0" -seta hud_engineinfo_bg_border "" -seta hud_engineinfo_bg_padding "" -