From: terencehill Date: Fri, 16 Jul 2010 00:19:55 +0000 (+0200) Subject: Merge remote branch 'remotes/origin/fruitiex/newpanelhud' into terencehill/newpanelhud X-Git-Tag: xonotic-v0.1.0preview~362^2~40 X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=commitdiff_plain;h=8433a77e9e8d1987ce1a473385a3f8c5306bc9c7;hp=1a29e974c56307b2d9127237e3b02c38de4724fe Merge remote branch 'remotes/origin/fruitiex/newpanelhud' into terencehill/newpanelhud --- diff --git a/_hud_descriptions.cfg b/_hud_descriptions.cfg new file mode 100644 index 0000000000..d4ac1096e3 --- /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 4cb3f8ee27..7ab3f4c036 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/luminos/ammo_bullets.tga b/gfx/hud/luminos/ammo_bullets.tga new file mode 100644 index 0000000000..8f3739d482 Binary files /dev/null and b/gfx/hud/luminos/ammo_bullets.tga differ diff --git a/gfx/hud/luminos/ammo_cells.tga b/gfx/hud/luminos/ammo_cells.tga new file mode 100644 index 0000000000..4850763419 Binary files /dev/null and b/gfx/hud/luminos/ammo_cells.tga differ diff --git a/gfx/hud/luminos/ammo_current_bg.tga b/gfx/hud/luminos/ammo_current_bg.tga new file mode 100644 index 0000000000..703627956c Binary files /dev/null and b/gfx/hud/luminos/ammo_current_bg.tga differ diff --git a/gfx/hud/luminos/ammo_fuel.tga b/gfx/hud/luminos/ammo_fuel.tga new file mode 100644 index 0000000000..4a3a2d5563 Binary files /dev/null and b/gfx/hud/luminos/ammo_fuel.tga differ diff --git a/gfx/hud/luminos/ammo_rockets.tga b/gfx/hud/luminos/ammo_rockets.tga new file mode 100644 index 0000000000..9b34ea7938 Binary files /dev/null and b/gfx/hud/luminos/ammo_rockets.tga differ diff --git a/gfx/hud/luminos/ammo_shells.tga b/gfx/hud/luminos/ammo_shells.tga new file mode 100644 index 0000000000..f62c715625 Binary files /dev/null and b/gfx/hud/luminos/ammo_shells.tga differ diff --git a/gfx/hud/luminos/armor.tga b/gfx/hud/luminos/armor.tga new file mode 100644 index 0000000000..f9e47011aa Binary files /dev/null and b/gfx/hud/luminos/armor.tga differ diff --git a/gfx/hud/luminos/border_highlighted.tga b/gfx/hud/luminos/border_highlighted.tga new file mode 100644 index 0000000000..542f82a74c Binary files /dev/null and b/gfx/hud/luminos/border_highlighted.tga differ diff --git a/gfx/hud/luminos/border_highlighted2.tga b/gfx/hud/luminos/border_highlighted2.tga new file mode 100644 index 0000000000..7e460e5cbb Binary files /dev/null and b/gfx/hud/luminos/border_highlighted2.tga differ diff --git a/gfx/hud/luminos/border_horizontal.tga b/gfx/hud/luminos/border_horizontal.tga new file mode 100644 index 0000000000..b628060b9f Binary files /dev/null and b/gfx/hud/luminos/border_horizontal.tga differ diff --git a/gfx/hud/luminos/border_vertical.tga b/gfx/hud/luminos/border_vertical.tga new file mode 100644 index 0000000000..3b76811ee6 Binary files /dev/null and b/gfx/hud/luminos/border_vertical.tga differ diff --git a/gfx/hud/luminos/dock.tga b/gfx/hud/luminos/dock.tga new file mode 100644 index 0000000000..3163382bc5 Binary files /dev/null and b/gfx/hud/luminos/dock.tga differ diff --git a/gfx/hud/luminos/flag_blue_carrying.tga b/gfx/hud/luminos/flag_blue_carrying.tga new file mode 100644 index 0000000000..1ddcbfab74 Binary files /dev/null and b/gfx/hud/luminos/flag_blue_carrying.tga differ diff --git a/gfx/hud/luminos/flag_blue_lost.tga b/gfx/hud/luminos/flag_blue_lost.tga new file mode 100644 index 0000000000..b37ccd0515 Binary files /dev/null and b/gfx/hud/luminos/flag_blue_lost.tga differ diff --git a/gfx/hud/luminos/flag_blue_shielded.tga b/gfx/hud/luminos/flag_blue_shielded.tga new file mode 100644 index 0000000000..c1e89c57a9 Binary files /dev/null and b/gfx/hud/luminos/flag_blue_shielded.tga differ diff --git a/gfx/hud/luminos/flag_blue_taken.tga b/gfx/hud/luminos/flag_blue_taken.tga new file mode 100644 index 0000000000..70079cafe3 Binary files /dev/null and b/gfx/hud/luminos/flag_blue_taken.tga differ diff --git a/gfx/hud/luminos/flag_red_carrying.tga b/gfx/hud/luminos/flag_red_carrying.tga new file mode 100644 index 0000000000..8fda6e1140 Binary files /dev/null and b/gfx/hud/luminos/flag_red_carrying.tga differ diff --git a/gfx/hud/luminos/flag_red_lost.tga b/gfx/hud/luminos/flag_red_lost.tga new file mode 100644 index 0000000000..083ac4668f Binary files /dev/null and b/gfx/hud/luminos/flag_red_lost.tga differ diff --git a/gfx/hud/luminos/flag_red_shielded.tga b/gfx/hud/luminos/flag_red_shielded.tga new file mode 100644 index 0000000000..550d0b7c6c Binary files /dev/null and b/gfx/hud/luminos/flag_red_shielded.tga differ diff --git a/gfx/hud/luminos/flag_red_taken.tga b/gfx/hud/luminos/flag_red_taken.tga new file mode 100644 index 0000000000..a21a5ee62b Binary files /dev/null and b/gfx/hud/luminos/flag_red_taken.tga differ diff --git a/gfx/hud/luminos/health.tga b/gfx/hud/luminos/health.tga new file mode 100644 index 0000000000..26e40865c9 Binary files /dev/null and b/gfx/hud/luminos/health.tga differ diff --git a/gfx/hud/luminos/key_backward.tga b/gfx/hud/luminos/key_backward.tga new file mode 100644 index 0000000000..2a2cbabe2c Binary files /dev/null and b/gfx/hud/luminos/key_backward.tga differ diff --git a/gfx/hud/luminos/key_backward_inv.tga b/gfx/hud/luminos/key_backward_inv.tga new file mode 100644 index 0000000000..1b6b97300f Binary files /dev/null and b/gfx/hud/luminos/key_backward_inv.tga differ diff --git a/gfx/hud/luminos/key_crouch.tga b/gfx/hud/luminos/key_crouch.tga new file mode 100644 index 0000000000..7016441010 Binary files /dev/null and b/gfx/hud/luminos/key_crouch.tga differ diff --git a/gfx/hud/luminos/key_crouch_inv.tga b/gfx/hud/luminos/key_crouch_inv.tga new file mode 100644 index 0000000000..0f47c09884 Binary files /dev/null and b/gfx/hud/luminos/key_crouch_inv.tga differ diff --git a/gfx/hud/luminos/key_forward.tga b/gfx/hud/luminos/key_forward.tga new file mode 100644 index 0000000000..0354b18a1d Binary files /dev/null and b/gfx/hud/luminos/key_forward.tga differ diff --git a/gfx/hud/luminos/key_forward_inv.tga b/gfx/hud/luminos/key_forward_inv.tga new file mode 100644 index 0000000000..47c6154bee Binary files /dev/null and b/gfx/hud/luminos/key_forward_inv.tga differ diff --git a/gfx/hud/luminos/key_jump.tga b/gfx/hud/luminos/key_jump.tga new file mode 100644 index 0000000000..70a92fabfb Binary files /dev/null and b/gfx/hud/luminos/key_jump.tga differ diff --git a/gfx/hud/luminos/key_jump_inv.tga b/gfx/hud/luminos/key_jump_inv.tga new file mode 100644 index 0000000000..a62bcf247b Binary files /dev/null and b/gfx/hud/luminos/key_jump_inv.tga differ diff --git a/gfx/hud/luminos/key_left.tga b/gfx/hud/luminos/key_left.tga new file mode 100644 index 0000000000..4bcf85f097 Binary files /dev/null and b/gfx/hud/luminos/key_left.tga differ diff --git a/gfx/hud/luminos/key_left_inv.tga b/gfx/hud/luminos/key_left_inv.tga new file mode 100644 index 0000000000..b6d6a2d3c0 Binary files /dev/null and b/gfx/hud/luminos/key_left_inv.tga differ diff --git a/gfx/hud/luminos/key_right.tga b/gfx/hud/luminos/key_right.tga new file mode 100644 index 0000000000..4d4ee213dd Binary files /dev/null and b/gfx/hud/luminos/key_right.tga differ diff --git a/gfx/hud/luminos/key_right_inv.tga b/gfx/hud/luminos/key_right_inv.tga new file mode 100644 index 0000000000..f6fe631fc2 Binary files /dev/null and b/gfx/hud/luminos/key_right_inv.tga differ diff --git a/gfx/hud/luminos/notify_blue_captured.tga b/gfx/hud/luminos/notify_blue_captured.tga new file mode 100644 index 0000000000..04e923074c Binary files /dev/null and b/gfx/hud/luminos/notify_blue_captured.tga differ diff --git a/gfx/hud/luminos/notify_blue_carrying.tga b/gfx/hud/luminos/notify_blue_carrying.tga new file mode 100644 index 0000000000..109ba09106 Binary files /dev/null and b/gfx/hud/luminos/notify_blue_carrying.tga differ diff --git a/gfx/hud/luminos/notify_blue_lost.tga b/gfx/hud/luminos/notify_blue_lost.tga new file mode 100644 index 0000000000..435928d644 Binary files /dev/null and b/gfx/hud/luminos/notify_blue_lost.tga differ diff --git a/gfx/hud/luminos/notify_blue_returned.tga b/gfx/hud/luminos/notify_blue_returned.tga new file mode 100644 index 0000000000..c75de3b213 Binary files /dev/null and b/gfx/hud/luminos/notify_blue_returned.tga differ diff --git a/gfx/hud/luminos/notify_blue_shielded.tga b/gfx/hud/luminos/notify_blue_shielded.tga new file mode 100644 index 0000000000..977fe9ae22 Binary files /dev/null and b/gfx/hud/luminos/notify_blue_shielded.tga differ diff --git a/gfx/hud/luminos/notify_blue_taken.tga b/gfx/hud/luminos/notify_blue_taken.tga new file mode 100644 index 0000000000..43f73aa44d Binary files /dev/null and b/gfx/hud/luminos/notify_blue_taken.tga differ diff --git a/gfx/hud/luminos/notify_camping.tga b/gfx/hud/luminos/notify_camping.tga new file mode 100644 index 0000000000..a11e324a6d Binary files /dev/null and b/gfx/hud/luminos/notify_camping.tga differ diff --git a/gfx/hud/luminos/notify_death.tga b/gfx/hud/luminos/notify_death.tga new file mode 100644 index 0000000000..3a32ae3f2b Binary files /dev/null and b/gfx/hud/luminos/notify_death.tga differ diff --git a/gfx/hud/luminos/notify_fall.tga b/gfx/hud/luminos/notify_fall.tga new file mode 100644 index 0000000000..98a7f49745 Binary files /dev/null and b/gfx/hud/luminos/notify_fall.tga differ diff --git a/gfx/hud/luminos/notify_lava.tga b/gfx/hud/luminos/notify_lava.tga new file mode 100644 index 0000000000..1c777580f5 Binary files /dev/null and b/gfx/hud/luminos/notify_lava.tga differ diff --git a/gfx/hud/luminos/notify_outofammo.tga b/gfx/hud/luminos/notify_outofammo.tga new file mode 100644 index 0000000000..ecacf50a9b Binary files /dev/null and b/gfx/hud/luminos/notify_outofammo.tga differ diff --git a/gfx/hud/luminos/notify_red_captured.tga b/gfx/hud/luminos/notify_red_captured.tga new file mode 100644 index 0000000000..052be1339b Binary files /dev/null and b/gfx/hud/luminos/notify_red_captured.tga differ diff --git a/gfx/hud/luminos/notify_red_carrying.tga b/gfx/hud/luminos/notify_red_carrying.tga new file mode 100644 index 0000000000..0e17a56a64 Binary files /dev/null and b/gfx/hud/luminos/notify_red_carrying.tga differ diff --git a/gfx/hud/luminos/notify_red_lost.tga b/gfx/hud/luminos/notify_red_lost.tga new file mode 100644 index 0000000000..ffc7dc09cf Binary files /dev/null and b/gfx/hud/luminos/notify_red_lost.tga differ diff --git a/gfx/hud/luminos/notify_red_returned.tga b/gfx/hud/luminos/notify_red_returned.tga new file mode 100644 index 0000000000..c5c23de601 Binary files /dev/null and b/gfx/hud/luminos/notify_red_returned.tga differ diff --git a/gfx/hud/luminos/notify_red_shielded.tga b/gfx/hud/luminos/notify_red_shielded.tga new file mode 100644 index 0000000000..d3cef48570 Binary files /dev/null and b/gfx/hud/luminos/notify_red_shielded.tga differ diff --git a/gfx/hud/luminos/notify_red_taken.tga b/gfx/hud/luminos/notify_red_taken.tga new file mode 100644 index 0000000000..9fa31f145c Binary files /dev/null and b/gfx/hud/luminos/notify_red_taken.tga differ diff --git a/gfx/hud/luminos/notify_selfkill.tga b/gfx/hud/luminos/notify_selfkill.tga new file mode 100644 index 0000000000..98e62cfee7 Binary files /dev/null and b/gfx/hud/luminos/notify_selfkill.tga differ diff --git a/gfx/hud/luminos/notify_shootingstar.tga b/gfx/hud/luminos/notify_shootingstar.tga new file mode 100644 index 0000000000..c8077a2ffc Binary files /dev/null and b/gfx/hud/luminos/notify_shootingstar.tga differ diff --git a/gfx/hud/luminos/notify_slime.tga b/gfx/hud/luminos/notify_slime.tga new file mode 100644 index 0000000000..11ae58baec Binary files /dev/null and b/gfx/hud/luminos/notify_slime.tga differ diff --git a/gfx/hud/luminos/notify_teamkill.tga b/gfx/hud/luminos/notify_teamkill.tga new file mode 100644 index 0000000000..a2dc308c4f Binary files /dev/null and b/gfx/hud/luminos/notify_teamkill.tga differ diff --git a/gfx/hud/luminos/notify_teamkill_blue.tga b/gfx/hud/luminos/notify_teamkill_blue.tga new file mode 100644 index 0000000000..885b929d00 Binary files /dev/null and b/gfx/hud/luminos/notify_teamkill_blue.tga differ diff --git a/gfx/hud/luminos/notify_teamkill_red.tga b/gfx/hud/luminos/notify_teamkill_red.tga new file mode 100644 index 0000000000..96f007a0df Binary files /dev/null and b/gfx/hud/luminos/notify_teamkill_red.tga differ diff --git a/gfx/hud/luminos/notify_void.tga b/gfx/hud/luminos/notify_void.tga new file mode 100644 index 0000000000..2a613b6ec9 Binary files /dev/null and b/gfx/hud/luminos/notify_void.tga differ diff --git a/gfx/hud/luminos/notify_water.tga b/gfx/hud/luminos/notify_water.tga new file mode 100644 index 0000000000..f04b3e5d0c Binary files /dev/null and b/gfx/hud/luminos/notify_water.tga differ diff --git a/gfx/hud/luminos/num_leading.tga b/gfx/hud/luminos/num_leading.tga new file mode 100644 index 0000000000..668fbc6539 Binary files /dev/null and b/gfx/hud/luminos/num_leading.tga differ diff --git a/gfx/hud/luminos/race_newfail.tga b/gfx/hud/luminos/race_newfail.tga new file mode 100644 index 0000000000..360d68a7e4 Binary files /dev/null and b/gfx/hud/luminos/race_newfail.tga differ diff --git a/gfx/hud/luminos/race_newrankgreen.tga b/gfx/hud/luminos/race_newrankgreen.tga new file mode 100644 index 0000000000..ec3e2254ca Binary files /dev/null and b/gfx/hud/luminos/race_newrankgreen.tga differ diff --git a/gfx/hud/luminos/race_newrankyellow.tga b/gfx/hud/luminos/race_newrankyellow.tga new file mode 100644 index 0000000000..ec3e2254ca Binary files /dev/null and b/gfx/hud/luminos/race_newrankyellow.tga differ diff --git a/gfx/hud/luminos/race_newrecordserver.tga b/gfx/hud/luminos/race_newrecordserver.tga new file mode 100644 index 0000000000..99ed22b30f Binary files /dev/null and b/gfx/hud/luminos/race_newrecordserver.tga differ diff --git a/gfx/hud/luminos/race_newtime.tga b/gfx/hud/luminos/race_newtime.tga new file mode 100644 index 0000000000..ab2f905482 Binary files /dev/null and b/gfx/hud/luminos/race_newtime.tga differ diff --git a/gfx/hud/luminos/statusbar.tga b/gfx/hud/luminos/statusbar.tga new file mode 100644 index 0000000000..987c8f544e Binary files /dev/null and b/gfx/hud/luminos/statusbar.tga differ diff --git a/gfx/hud/luminos/statusbar_vertical.tga b/gfx/hud/luminos/statusbar_vertical.tga new file mode 100644 index 0000000000..3c2d1a8e09 Binary files /dev/null and b/gfx/hud/luminos/statusbar_vertical.tga differ diff --git a/gfx/hud/luminos/voteprogress_back.tga b/gfx/hud/luminos/voteprogress_back.tga new file mode 100644 index 0000000000..0ba103ed26 Binary files /dev/null and b/gfx/hud/luminos/voteprogress_back.tga differ diff --git a/gfx/hud/luminos/voteprogress_prog.tga b/gfx/hud/luminos/voteprogress_prog.tga new file mode 100644 index 0000000000..f24f524158 Binary files /dev/null and b/gfx/hud/luminos/voteprogress_prog.tga differ diff --git a/gfx/hud/luminos/voteprogress_voted.tga b/gfx/hud/luminos/voteprogress_voted.tga new file mode 100644 index 0000000000..ee06048fcd Binary files /dev/null and b/gfx/hud/luminos/voteprogress_voted.tga differ diff --git a/gfx/hud/luminos/weapon_accuracy.tga b/gfx/hud/luminos/weapon_accuracy.tga new file mode 100644 index 0000000000..8dcf3aab73 Binary files /dev/null and b/gfx/hud/luminos/weapon_accuracy.tga differ diff --git a/gfx/hud/luminos/weapon_ammo.tga b/gfx/hud/luminos/weapon_ammo.tga new file mode 100644 index 0000000000..de4148cebc Binary files /dev/null and b/gfx/hud/luminos/weapon_ammo.tga differ diff --git a/gfx/hud/luminos/weapon_current_bg.tga b/gfx/hud/luminos/weapon_current_bg.tga new file mode 100644 index 0000000000..688d8054dc Binary files /dev/null and b/gfx/hud/luminos/weapon_current_bg.tga differ diff --git a/gfx/hud/luminos/weapon_hlacmod_renameit.tga b/gfx/hud/luminos/weapon_hlacmod_renameit.tga new file mode 100644 index 0000000000..601f3d7aa1 Binary files /dev/null and b/gfx/hud/luminos/weapon_hlacmod_renameit.tga differ diff --git a/gfx/hud/luminos/weaponcampingrifle.tga b/gfx/hud/luminos/weaponcampingrifle.tga new file mode 100644 index 0000000000..f5c2e55927 Binary files /dev/null and b/gfx/hud/luminos/weaponcampingrifle.tga differ diff --git a/gfx/hud/luminos/weaponcrylink.tga b/gfx/hud/luminos/weaponcrylink.tga new file mode 100644 index 0000000000..e7e283f3cc Binary files /dev/null and b/gfx/hud/luminos/weaponcrylink.tga differ diff --git a/gfx/hud/luminos/weaponelectro.tga b/gfx/hud/luminos/weaponelectro.tga new file mode 100644 index 0000000000..75cdf02490 Binary files /dev/null and b/gfx/hud/luminos/weaponelectro.tga differ diff --git a/gfx/hud/luminos/weaponfireball.tga b/gfx/hud/luminos/weaponfireball.tga new file mode 100644 index 0000000000..05fc4feed8 Binary files /dev/null and b/gfx/hud/luminos/weaponfireball.tga differ diff --git a/gfx/hud/luminos/weapongrenadelauncher.tga b/gfx/hud/luminos/weapongrenadelauncher.tga new file mode 100644 index 0000000000..24135f3cc2 Binary files /dev/null and b/gfx/hud/luminos/weapongrenadelauncher.tga differ diff --git a/gfx/hud/luminos/weaponhagar.tga b/gfx/hud/luminos/weaponhagar.tga new file mode 100644 index 0000000000..5c04c8f92e Binary files /dev/null and b/gfx/hud/luminos/weaponhagar.tga differ diff --git a/gfx/hud/luminos/weaponhlac.tga b/gfx/hud/luminos/weaponhlac.tga new file mode 100644 index 0000000000..5375ab477d Binary files /dev/null and b/gfx/hud/luminos/weaponhlac.tga differ diff --git a/gfx/hud/luminos/weaponhook.tga b/gfx/hud/luminos/weaponhook.tga new file mode 100644 index 0000000000..eaee8388f9 Binary files /dev/null and b/gfx/hud/luminos/weaponhook.tga differ diff --git a/gfx/hud/luminos/weaponlaser.tga b/gfx/hud/luminos/weaponlaser.tga new file mode 100644 index 0000000000..0afbb37d48 Binary files /dev/null and b/gfx/hud/luminos/weaponlaser.tga differ diff --git a/gfx/hud/luminos/weaponminstanex.tga b/gfx/hud/luminos/weaponminstanex.tga new file mode 100644 index 0000000000..3618778729 Binary files /dev/null and b/gfx/hud/luminos/weaponminstanex.tga differ diff --git a/gfx/hud/luminos/weaponnex.tga b/gfx/hud/luminos/weaponnex.tga new file mode 100644 index 0000000000..b4e29495af Binary files /dev/null and b/gfx/hud/luminos/weaponnex.tga differ diff --git a/gfx/hud/luminos/weaponporto.tga b/gfx/hud/luminos/weaponporto.tga new file mode 100644 index 0000000000..3fbccf9dee Binary files /dev/null and b/gfx/hud/luminos/weaponporto.tga differ diff --git a/gfx/hud/luminos/weaponrocketlauncher.tga b/gfx/hud/luminos/weaponrocketlauncher.tga new file mode 100644 index 0000000000..0fea76673c Binary files /dev/null and b/gfx/hud/luminos/weaponrocketlauncher.tga differ diff --git a/gfx/hud/luminos/weaponseeker.tga b/gfx/hud/luminos/weaponseeker.tga new file mode 100644 index 0000000000..5630d524b3 Binary files /dev/null and b/gfx/hud/luminos/weaponseeker.tga differ diff --git a/gfx/hud/luminos/weaponshotgun.tga b/gfx/hud/luminos/weaponshotgun.tga new file mode 100644 index 0000000000..438b1217dc Binary files /dev/null and b/gfx/hud/luminos/weaponshotgun.tga differ diff --git a/gfx/hud/luminos/weapontuba.tga b/gfx/hud/luminos/weapontuba.tga new file mode 100644 index 0000000000..1617b7fac6 Binary files /dev/null and b/gfx/hud/luminos/weapontuba.tga differ diff --git a/gfx/hud/luminos/weaponuzi.tga b/gfx/hud/luminos/weaponuzi.tga new file mode 100644 index 0000000000..4c037325d9 Binary files /dev/null and b/gfx/hud/luminos/weaponuzi.tga differ diff --git a/gfx/hud/wickedhud/ammo_bullets.tga b/gfx/hud/wickedhud/ammo_bullets.tga deleted file mode 100644 index e7cd01a252..0000000000 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 664eb232d2..0000000000 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 bd07205991..0000000000 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 8450a2fec4..0000000000 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 c37f077b28..0000000000 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 59bea4b3e1..0000000000 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 92046b4887..0000000000 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 8ceee44525..0000000000 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 1cd065effd..0000000000 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 7109ab570c..0000000000 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 20ae8f6044..0000000000 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 5437b042e3..0000000000 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 f8fbf4439e..0000000000 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 a300f5207d..0000000000 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 a4d8b6c478..0000000000 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 c657136fb0..0000000000 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 13b948e1ab..0000000000 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 08e8dcd7d2..0000000000 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 9dd4e2f0f6..0000000000 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 5135876d8a..0000000000 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 360df33b10..0000000000 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 1f037ce925..0000000000 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 1337e24cda..0000000000 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 6df08ada64..0000000000 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 7a8b4625c1..0000000000 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 20380c0f33..0000000000 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 fe0a8ad37f..0000000000 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 c1a560a9c1..0000000000 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 0ed8a9030f..0000000000 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 5588a4b499..0000000000 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 8217ae3a2c..0000000000 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 386bba0277..0000000000 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 c2528a5564..0000000000 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 e33b59ce3e..0000000000 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 ccc763ede8..0000000000 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 d1ddcbbb0b..0000000000 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 d547980222..0000000000 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 ed991f4b88..0000000000 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 e607ddbf5a..0000000000 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 83baa31e03..0000000000 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 3bd8867552..0000000000 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 467b2294f7..0000000000 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 b686d1b347..0000000000 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 b40967a752..0000000000 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 17427e5d39..0000000000 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 3201f8afe6..0000000000 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 edd1fab3cd..0000000000 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 bb8347563c..0000000000 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 8e754cc9bb..0000000000 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 04ada8ce4c..0000000000 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 7cff17eed2..0000000000 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 67d894d82d..0000000000 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 8e8b67ffda..0000000000 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 a8993f6b2c..0000000000 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 6847e7cc19..0000000000 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 1454d5ce0d..0000000000 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 b42738bb32..0000000000 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 febd1d03dc..0000000000 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 100c0fae03..0000000000 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 82a11dd83d..0000000000 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 72814ecc69..0000000000 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 f96e02147e..0000000000 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 deee4686d0..0000000000 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 e7ec491fd6..0000000000 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 bf71977e14..0000000000 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 b05b6af56e..0000000000 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 048e0151fc..0000000000 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 68da649d35..0000000000 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 0ba677d292..0000000000 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 0ba677d292..0000000000 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 1e2d280eb2..0000000000 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 6edb791b3e..0000000000 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 f0ab2f18e7..0000000000 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 e9c6e5bdcb..0000000000 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 78f1f45a37..0000000000 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 1ff552f535..0000000000 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 205dd03512..0000000000 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 08d26dfef2..0000000000 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 335b5dab0a..0000000000 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 a5fdddaa6a..0000000000 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 2b9f46f53e..0000000000 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 fe879331fa..0000000000 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 8bb7043d43..0000000000 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 3a6978a8c7..0000000000 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 1db8c0e0b9..0000000000 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 f64e178bf0..0000000000 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 0099d684d5..0000000000 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 252e796d8b..0000000000 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 aa20157a78..0000000000 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 e2cd39decd..0000000000 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 87b9c21c11..0000000000 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 5a8d6103c3..0000000000 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 e22c09a696..0000000000 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 68ad28ad58..0000000000 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 7fbfdd0418..0000000000 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 29ad696ac5..0000000000 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 f2f59d3b02..0000000000 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 10721f2d8f..0000000000 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 26455a0ad4..0000000000 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 3cb17b3e40..0000000000 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 7df2faaeba..0000000000 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 89d0ec59aa..0000000000 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 d3fe40dfd3..0000000000 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 d3fe40dfd3..0000000000 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 7c1e6db615..0000000000 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 1ec30476e3..0000000000 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 a90927cac2..0000000000 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 6f6ca4c9cf..0000000000 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 68f6df7ffb..0000000000 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 0a5db15dca..0000000000 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 d5cc95b930..0000000000 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 4a126e7fec..0000000000 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 846212b061..0000000000 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 137e24d1da..0000000000 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 f13f0b4d84..0000000000 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 987c8f544e..0000000000 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 e271438e35..0000000000 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 b19019d5d7..0000000000 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 3be8d40866..0000000000 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 f24f524158..0000000000 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 ee06048fcd..0000000000 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 4a451b1bcf..0000000000 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 cb1d306362..0000000000 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 73cce9d088..0000000000 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 5a8f936715..0000000000 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 f11c173ba8..0000000000 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 fb6413b14f..0000000000 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 e48ad4d246..0000000000 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 73c791b393..0000000000 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 d7ea1fb049..0000000000 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 c09081b004..0000000000 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 69a7b729cf..0000000000 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 2ba3853455..0000000000 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 0c7fd40b6b..0000000000 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 1f016e16d9..0000000000 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 26877c2672..0000000000 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 4ed91bc391..0000000000 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 46dd107d61..0000000000 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 f5449b32c7..0000000000 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 566ee86edd..0000000000 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 055841c052..0000000000 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 8b8001594b..0000000000 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 c0e75d1133..0000000000 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 0000000000..02643169b2 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 0000000000..475e2244ff 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 0000000000..6c97fb8d14 Binary files /dev/null and b/gfx/menu/default/cursor_resize2.tga differ diff --git a/hud_luminos_default.cfg b/hud_luminos_default.cfg new file mode 100644 index 0000000000..e5c137e3f4 --- /dev/null +++ b/hud_luminos_default.cfg @@ -0,0 +1,195 @@ +seta hud_skin "luminos" +seta hud_bg "border_horizontal" +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_panelorder "6 5 9 3 1 7 12 0 4 10 2 11 14 8 13 " + +seta hud_weaponicons 1 +seta hud_weaponicons_pos "0.908906 0.088047" +seta hud_weaponicons_size "0.066564 0.641367" +seta hud_weaponicons_bg "border_vertical" +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_complainbubble "1" +seta hud_weaponicons_complainbubble_padding "-10" +seta hud_weaponicons_complainbubble_color_outofammo "0.8 0 0" +seta hud_weaponicons_complainbubble_color_donthave "0.8 0.5 0" +seta hud_weaponicons_complainbubble_color_unavailable "0 0.3 0.8" +seta hud_weaponicons_ammo_color "0 1 0" +seta hud_weaponicons_ammo_alpha "1" +seta hud_weaponicons_aspect "1" + +seta hud_inventory 1 +seta hud_inventory_pos "0.193516 0.925605" +seta hud_inventory_size "0.093750 0.061719" +seta hud_inventory_bg "" +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 "1" +seta hud_inventory_iconalign "0" + +seta hud_powerups 1 +seta hud_powerups_pos "0.363282 0.015742" +seta hud_powerups_size "0.262500 0.048047" +seta hud_powerups_bg "" +seta hud_powerups_bg_color "" +seta hud_powerups_bg_color_team "" +seta hud_powerups_bg_alpha "0" +seta hud_powerups_bg_border "" +seta hud_powerups_bg_padding "" +seta hud_powerups_flip "1" +seta hud_powerups_iconalign "0" +seta hud_powerups_baralign "0" + +seta hud_healtharmor 1 +seta hud_healtharmor_pos "0.305859 0.925606" +seta hud_healtharmor_size "0.311485 0.061230" +seta hud_healtharmor_bg "" +seta hud_healtharmor_bg_color "" +seta hud_healtharmor_bg_color_team "0" +seta hud_healtharmor_bg_alpha "1" +seta hud_healtharmor_bg_border "" +seta hud_healtharmor_bg_padding "" +seta hud_healtharmor_flip "0 +seta hud_healtharmor_iconalign "0" +seta hud_healtharmor_baralign "0" + +seta hud_notify 1 +seta hud_notify_pos "0.700625 0.747950" +seta hud_notify_size "0.282500 0.180586" +seta hud_notify_bg "" +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_print "0" + +seta hud_timer 1 +seta hud_timer_pos "0.880000 0.012070" +seta hud_timer_size "0.100000 0.032520" +seta hud_timer_bg "" +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 1 +seta hud_radar_pos "0.023750 0.024395" +seta hud_radar_size "0.182969 0.224140" +seta hud_radar_bg "border_vertical" +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_score 1 +seta hud_score_pos "0.023516 0.925605" +seta hud_score_size "0.152344 0.060254" +seta hud_score_bg "" +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.354531 0.206289" +seta hud_racetimer_size "0.280000 0.093333" +seta hud_racetimer_bg "" +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.021094 0.650586" +seta hud_vote_size "0.264218 0.102462" +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.750000" + +seta hud_modicons 1 +seta hud_modicons_pos "0.036563 0.271796" +seta hud_modicons_size "0.084766 0.199903" +seta hud_modicons_bg "" +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.411562 0.545429" +seta hud_pressedkeys_size "0.177656 0.120531" +seta hud_pressedkeys_bg "" +seta hud_pressedkeys_bg_color "" +seta hud_pressedkeys_bg_color_team "0" +seta hud_pressedkeys_bg_alpha "0" +seta hud_pressedkeys_bg_border "" +seta hud_pressedkeys_bg_padding "" +seta hud_pressedkeys_aspect "1.600000" + +seta hud_chat 1 +seta hud_chat_pos "0.020000 0.774374" +seta hud_chat_size "0.627968 0.112696" +seta hud_chat_bg "" +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.860000 0.950000" +seta hud_engineinfo_size "0.130000 0.034667" +seta hud_engineinfo_bg "" +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 "" + +seta hud_infomessages 1 +seta hud_infomessages_pos "0.388751 0.378243" +seta hud_infomessages_size "0.233282 0.061679" +seta hud_infomessages_bg "" +seta hud_infomessages_bg_color "" +seta hud_infomessages_bg_color_team "" +seta hud_infomessages_bg_alpha "0" +seta hud_infomessages_bg_border "" +seta hud_infomessages_bg_padding "" + diff --git a/hud_wickedhud_big.cfg b/hud_wickedhud_big.cfg deleted file mode 100644 index f41dcb5dcd..0000000000 --- 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 3c14d3637f..0000000000 --- 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 ad2ae8796c..0000000000 --- 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 "" -