From: MirceaKitsune Date: Sun, 3 Feb 2013 00:12:47 +0000 (+0200) Subject: Move hud images to the default subfolder, and fix loading of backgrounds in the code X-Git-Url: https://de.git.xonotic.org/?a=commitdiff_plain;ds=sidebyside;h=73d09afa79bbf6dfef5d0af3c17739e693dc234e;p=voretournament%2Fvoretournament.git Move hud images to the default subfolder, and fix loading of backgrounds in the code --- diff --git a/data/gfx/hud/accelerometer_gradient.tga b/data/gfx/hud/accelerometer_gradient.tga deleted file mode 100644 index 0bbad178..00000000 Binary files a/data/gfx/hud/accelerometer_gradient.tga and /dev/null differ diff --git a/data/gfx/hud/bg_radar.tga b/data/gfx/hud/bg_radar.tga deleted file mode 100644 index 8c8bcb5f..00000000 Binary files a/data/gfx/hud/bg_radar.tga and /dev/null differ diff --git a/data/gfx/hud/bg_status.tga b/data/gfx/hud/bg_status.tga deleted file mode 100644 index 72c215c2..00000000 Binary files a/data/gfx/hud/bg_status.tga and /dev/null differ diff --git a/data/gfx/hud/bg_stomach.tga b/data/gfx/hud/bg_stomach.tga deleted file mode 100644 index 05936097..00000000 Binary files a/data/gfx/hud/bg_stomach.tga and /dev/null differ diff --git a/data/gfx/hud/bg_stomach_status.tga b/data/gfx/hud/bg_stomach_status.tga deleted file mode 100644 index 02f6531d..00000000 Binary files a/data/gfx/hud/bg_stomach_status.tga and /dev/null differ diff --git a/data/gfx/hud/bg_timer.tga b/data/gfx/hud/bg_timer.tga deleted file mode 100644 index 8bd3c7b3..00000000 Binary files a/data/gfx/hud/bg_timer.tga and /dev/null differ diff --git a/data/gfx/hud/default/accelerometer_gradient.tga b/data/gfx/hud/default/accelerometer_gradient.tga new file mode 100644 index 00000000..0bbad178 Binary files /dev/null and b/data/gfx/hud/default/accelerometer_gradient.tga differ diff --git a/data/gfx/hud/default/bg_radar.tga b/data/gfx/hud/default/bg_radar.tga new file mode 100644 index 00000000..8c8bcb5f Binary files /dev/null and b/data/gfx/hud/default/bg_radar.tga differ diff --git a/data/gfx/hud/default/bg_status.tga b/data/gfx/hud/default/bg_status.tga new file mode 100644 index 00000000..72c215c2 Binary files /dev/null and b/data/gfx/hud/default/bg_status.tga differ diff --git a/data/gfx/hud/default/bg_stomach.tga b/data/gfx/hud/default/bg_stomach.tga new file mode 100644 index 00000000..05936097 Binary files /dev/null and b/data/gfx/hud/default/bg_stomach.tga differ diff --git a/data/gfx/hud/default/bg_stomach_status.tga b/data/gfx/hud/default/bg_stomach_status.tga new file mode 100644 index 00000000..02f6531d Binary files /dev/null and b/data/gfx/hud/default/bg_stomach_status.tga differ diff --git a/data/gfx/hud/default/bg_timer.tga b/data/gfx/hud/default/bg_timer.tga new file mode 100644 index 00000000..8bd3c7b3 Binary files /dev/null and b/data/gfx/hud/default/bg_timer.tga differ diff --git a/data/gfx/hud/default/fg_radar.tga b/data/gfx/hud/default/fg_radar.tga new file mode 100644 index 00000000..9319c37b Binary files /dev/null and b/data/gfx/hud/default/fg_radar.tga differ diff --git a/data/gfx/hud/default/fg_radar_team.tga b/data/gfx/hud/default/fg_radar_team.tga new file mode 100644 index 00000000..fb97397e Binary files /dev/null and b/data/gfx/hud/default/fg_radar_team.tga differ diff --git a/data/gfx/hud/default/inv_weapongrabber.tga b/data/gfx/hud/default/inv_weapongrabber.tga new file mode 100644 index 00000000..28d7a2b4 Binary files /dev/null and b/data/gfx/hud/default/inv_weapongrabber.tga differ diff --git a/data/gfx/hud/default/keys/key_backward.tga b/data/gfx/hud/default/keys/key_backward.tga new file mode 100644 index 00000000..4de0f332 Binary files /dev/null and b/data/gfx/hud/default/keys/key_backward.tga differ diff --git a/data/gfx/hud/default/keys/key_backward_inv.tga b/data/gfx/hud/default/keys/key_backward_inv.tga new file mode 100644 index 00000000..bef0d1ca Binary files /dev/null and b/data/gfx/hud/default/keys/key_backward_inv.tga differ diff --git a/data/gfx/hud/default/keys/key_bg.tga b/data/gfx/hud/default/keys/key_bg.tga new file mode 100644 index 00000000..fca30bed Binary files /dev/null and b/data/gfx/hud/default/keys/key_bg.tga differ diff --git a/data/gfx/hud/default/keys/key_crouch.tga b/data/gfx/hud/default/keys/key_crouch.tga new file mode 100644 index 00000000..00b2dfe4 Binary files /dev/null and b/data/gfx/hud/default/keys/key_crouch.tga differ diff --git a/data/gfx/hud/default/keys/key_crouch_inv.tga b/data/gfx/hud/default/keys/key_crouch_inv.tga new file mode 100644 index 00000000..2cdbda80 Binary files /dev/null and b/data/gfx/hud/default/keys/key_crouch_inv.tga differ diff --git a/data/gfx/hud/default/keys/key_forward.tga b/data/gfx/hud/default/keys/key_forward.tga new file mode 100644 index 00000000..dfe22338 Binary files /dev/null and b/data/gfx/hud/default/keys/key_forward.tga differ diff --git a/data/gfx/hud/default/keys/key_forward_inv.tga b/data/gfx/hud/default/keys/key_forward_inv.tga new file mode 100644 index 00000000..7bbea607 Binary files /dev/null and b/data/gfx/hud/default/keys/key_forward_inv.tga differ diff --git a/data/gfx/hud/default/keys/key_jump.tga b/data/gfx/hud/default/keys/key_jump.tga new file mode 100644 index 00000000..d02b2dbc Binary files /dev/null and b/data/gfx/hud/default/keys/key_jump.tga differ diff --git a/data/gfx/hud/default/keys/key_jump_inv.tga b/data/gfx/hud/default/keys/key_jump_inv.tga new file mode 100644 index 00000000..c54bb376 Binary files /dev/null and b/data/gfx/hud/default/keys/key_jump_inv.tga differ diff --git a/data/gfx/hud/default/keys/key_left.tga b/data/gfx/hud/default/keys/key_left.tga new file mode 100644 index 00000000..60fe71f1 Binary files /dev/null and b/data/gfx/hud/default/keys/key_left.tga differ diff --git a/data/gfx/hud/default/keys/key_left_inv.tga b/data/gfx/hud/default/keys/key_left_inv.tga new file mode 100644 index 00000000..92bc615e Binary files /dev/null and b/data/gfx/hud/default/keys/key_left_inv.tga differ diff --git a/data/gfx/hud/default/keys/key_right.tga b/data/gfx/hud/default/keys/key_right.tga new file mode 100644 index 00000000..308c03b1 Binary files /dev/null and b/data/gfx/hud/default/keys/key_right.tga differ diff --git a/data/gfx/hud/default/keys/key_right_inv.tga b/data/gfx/hud/default/keys/key_right_inv.tga new file mode 100644 index 00000000..8f04be42 Binary files /dev/null and b/data/gfx/hud/default/keys/key_right_inv.tga differ diff --git a/data/gfx/hud/default/race/newfail.tga b/data/gfx/hud/default/race/newfail.tga new file mode 100644 index 00000000..cd1164bd Binary files /dev/null and b/data/gfx/hud/default/race/newfail.tga differ diff --git a/data/gfx/hud/default/race/newrankgreen.tga b/data/gfx/hud/default/race/newrankgreen.tga new file mode 100644 index 00000000..c8fa1577 Binary files /dev/null and b/data/gfx/hud/default/race/newrankgreen.tga differ diff --git a/data/gfx/hud/default/race/newrankyellow.tga b/data/gfx/hud/default/race/newrankyellow.tga new file mode 100644 index 00000000..0af3c593 Binary files /dev/null and b/data/gfx/hud/default/race/newrankyellow.tga differ diff --git a/data/gfx/hud/default/race/newrecordserver.tga b/data/gfx/hud/default/race/newrecordserver.tga new file mode 100644 index 00000000..aa8bae1a Binary files /dev/null and b/data/gfx/hud/default/race/newrecordserver.tga differ diff --git a/data/gfx/hud/default/race/newtime.tga b/data/gfx/hud/default/race/newtime.tga new file mode 100644 index 00000000..c9647b92 Binary files /dev/null and b/data/gfx/hud/default/race/newtime.tga differ diff --git a/data/gfx/hud/default/sb_accuracy.tga b/data/gfx/hud/default/sb_accuracy.tga new file mode 100644 index 00000000..0e228836 Binary files /dev/null and b/data/gfx/hud/default/sb_accuracy.tga differ diff --git a/data/gfx/hud/default/sb_activeweapon_grabber.tga b/data/gfx/hud/default/sb_activeweapon_grabber.tga new file mode 100644 index 00000000..e7ad60a7 Binary files /dev/null and b/data/gfx/hud/default/sb_activeweapon_grabber.tga differ diff --git a/data/gfx/hud/default/sb_armor.tga b/data/gfx/hud/default/sb_armor.tga new file mode 100644 index 00000000..669bbc84 Binary files /dev/null and b/data/gfx/hud/default/sb_armor.tga differ diff --git a/data/gfx/hud/default/sb_digestion_active.tga b/data/gfx/hud/default/sb_digestion_active.tga new file mode 100644 index 00000000..62930630 Binary files /dev/null and b/data/gfx/hud/default/sb_digestion_active.tga differ diff --git a/data/gfx/hud/default/sb_digestion_impossible.tga b/data/gfx/hud/default/sb_digestion_impossible.tga new file mode 100644 index 00000000..51930866 Binary files /dev/null and b/data/gfx/hud/default/sb_digestion_impossible.tga differ diff --git a/data/gfx/hud/default/sb_digestion_possible.tga b/data/gfx/hud/default/sb_digestion_possible.tga new file mode 100644 index 00000000..2db90fe5 Binary files /dev/null and b/data/gfx/hud/default/sb_digestion_possible.tga differ diff --git a/data/gfx/hud/default/sb_flag_blue_carrying.tga b/data/gfx/hud/default/sb_flag_blue_carrying.tga new file mode 100644 index 00000000..a8d64d1a Binary files /dev/null and b/data/gfx/hud/default/sb_flag_blue_carrying.tga differ diff --git a/data/gfx/hud/default/sb_flag_blue_lost.tga b/data/gfx/hud/default/sb_flag_blue_lost.tga new file mode 100644 index 00000000..5c7e632d Binary files /dev/null and b/data/gfx/hud/default/sb_flag_blue_lost.tga differ diff --git a/data/gfx/hud/default/sb_flag_blue_shielded.tga b/data/gfx/hud/default/sb_flag_blue_shielded.tga new file mode 100644 index 00000000..5da93569 Binary files /dev/null and b/data/gfx/hud/default/sb_flag_blue_shielded.tga differ diff --git a/data/gfx/hud/default/sb_flag_blue_taken.tga b/data/gfx/hud/default/sb_flag_blue_taken.tga new file mode 100644 index 00000000..e6d955fa Binary files /dev/null and b/data/gfx/hud/default/sb_flag_blue_taken.tga differ diff --git a/data/gfx/hud/default/sb_flag_red_carrying.tga b/data/gfx/hud/default/sb_flag_red_carrying.tga new file mode 100644 index 00000000..d1cf43d3 Binary files /dev/null and b/data/gfx/hud/default/sb_flag_red_carrying.tga differ diff --git a/data/gfx/hud/default/sb_flag_red_lost.tga b/data/gfx/hud/default/sb_flag_red_lost.tga new file mode 100644 index 00000000..b9d060d8 Binary files /dev/null and b/data/gfx/hud/default/sb_flag_red_lost.tga differ diff --git a/data/gfx/hud/default/sb_flag_red_shielded.tga b/data/gfx/hud/default/sb_flag_red_shielded.tga new file mode 100644 index 00000000..551ba613 Binary files /dev/null and b/data/gfx/hud/default/sb_flag_red_shielded.tga differ diff --git a/data/gfx/hud/default/sb_flag_red_taken.tga b/data/gfx/hud/default/sb_flag_red_taken.tga new file mode 100644 index 00000000..7a1d3fc0 Binary files /dev/null and b/data/gfx/hud/default/sb_flag_red_taken.tga differ diff --git a/data/gfx/hud/default/sb_fuel.tga b/data/gfx/hud/default/sb_fuel.tga new file mode 100644 index 00000000..d7615686 Binary files /dev/null and b/data/gfx/hud/default/sb_fuel.tga differ diff --git a/data/gfx/hud/default/sb_fuel_regen.tga b/data/gfx/hud/default/sb_fuel_regen.tga new file mode 100644 index 00000000..cb056f7e Binary files /dev/null and b/data/gfx/hud/default/sb_fuel_regen.tga differ diff --git a/data/gfx/hud/default/sb_health.tga b/data/gfx/hud/default/sb_health.tga new file mode 100644 index 00000000..1a950cd3 Binary files /dev/null and b/data/gfx/hud/default/sb_health.tga differ diff --git a/data/gfx/hud/default/sb_invinc.tga b/data/gfx/hud/default/sb_invinc.tga new file mode 100644 index 00000000..f13f0b4d Binary files /dev/null and b/data/gfx/hud/default/sb_invinc.tga differ diff --git a/data/gfx/hud/default/sb_kh_blue.tga b/data/gfx/hud/default/sb_kh_blue.tga new file mode 100644 index 00000000..5f1e4203 Binary files /dev/null and b/data/gfx/hud/default/sb_kh_blue.tga differ diff --git a/data/gfx/hud/default/sb_kh_bluearrow.tga b/data/gfx/hud/default/sb_kh_bluearrow.tga new file mode 100644 index 00000000..b686d1b3 Binary files /dev/null and b/data/gfx/hud/default/sb_kh_bluearrow.tga differ diff --git a/data/gfx/hud/default/sb_kh_pink.tga b/data/gfx/hud/default/sb_kh_pink.tga new file mode 100644 index 00000000..a5c33c3b Binary files /dev/null and b/data/gfx/hud/default/sb_kh_pink.tga differ diff --git a/data/gfx/hud/default/sb_kh_pinkarrow.tga b/data/gfx/hud/default/sb_kh_pinkarrow.tga new file mode 100644 index 00000000..17427e5d Binary files /dev/null and b/data/gfx/hud/default/sb_kh_pinkarrow.tga differ diff --git a/data/gfx/hud/default/sb_kh_red.tga b/data/gfx/hud/default/sb_kh_red.tga new file mode 100644 index 00000000..4f466b4b Binary files /dev/null and b/data/gfx/hud/default/sb_kh_red.tga differ diff --git a/data/gfx/hud/default/sb_kh_redarrow.tga b/data/gfx/hud/default/sb_kh_redarrow.tga new file mode 100644 index 00000000..edd1fab3 Binary files /dev/null and b/data/gfx/hud/default/sb_kh_redarrow.tga differ diff --git a/data/gfx/hud/default/sb_kh_yellow.tga b/data/gfx/hud/default/sb_kh_yellow.tga new file mode 100644 index 00000000..b8a778f1 Binary files /dev/null and b/data/gfx/hud/default/sb_kh_yellow.tga differ diff --git a/data/gfx/hud/default/sb_kh_yellowarrow.tga b/data/gfx/hud/default/sb_kh_yellowarrow.tga new file mode 100644 index 00000000..8e754cc9 Binary files /dev/null and b/data/gfx/hud/default/sb_kh_yellowarrow.tga differ diff --git a/data/gfx/hud/default/sb_power_fail.tga b/data/gfx/hud/default/sb_power_fail.tga new file mode 100644 index 00000000..4c031231 Binary files /dev/null and b/data/gfx/hud/default/sb_power_fail.tga differ diff --git a/data/gfx/hud/default/sb_power_fail_icon.tga b/data/gfx/hud/default/sb_power_fail_icon.tga new file mode 100644 index 00000000..997bc545 Binary files /dev/null and b/data/gfx/hud/default/sb_power_fail_icon.tga differ diff --git a/data/gfx/hud/default/sb_power_reboot.tga b/data/gfx/hud/default/sb_power_reboot.tga new file mode 100644 index 00000000..c4bc3d52 Binary files /dev/null and b/data/gfx/hud/default/sb_power_reboot.tga differ diff --git a/data/gfx/hud/default/sb_power_reboot_icon.tga b/data/gfx/hud/default/sb_power_reboot_icon.tga new file mode 100644 index 00000000..2437b974 Binary files /dev/null and b/data/gfx/hud/default/sb_power_reboot_icon.tga differ diff --git a/data/gfx/hud/default/sb_ring.tga b/data/gfx/hud/default/sb_ring.tga new file mode 100644 index 00000000..c67d985d Binary files /dev/null and b/data/gfx/hud/default/sb_ring.tga differ diff --git a/data/gfx/hud/default/sb_scoreboard_bg.tga b/data/gfx/hud/default/sb_scoreboard_bg.tga new file mode 100644 index 00000000..b3fe4f07 Binary files /dev/null and b/data/gfx/hud/default/sb_scoreboard_bg.tga differ diff --git a/data/gfx/hud/default/sb_scoreboard_tableheader.tga b/data/gfx/hud/default/sb_scoreboard_tableheader.tga new file mode 100644 index 00000000..e43040f6 Binary files /dev/null and b/data/gfx/hud/default/sb_scoreboard_tableheader.tga differ diff --git a/data/gfx/hud/default/sb_str.tga b/data/gfx/hud/default/sb_str.tga new file mode 100644 index 00000000..b19019d5 Binary files /dev/null and b/data/gfx/hud/default/sb_str.tga differ diff --git a/data/gfx/hud/default/sb_time.tga b/data/gfx/hud/default/sb_time.tga new file mode 100644 index 00000000..31323d47 Binary files /dev/null and b/data/gfx/hud/default/sb_time.tga differ diff --git a/data/gfx/hud/default/voteprogress_back.tga b/data/gfx/hud/default/voteprogress_back.tga new file mode 100644 index 00000000..f0963daf Binary files /dev/null and b/data/gfx/hud/default/voteprogress_back.tga differ diff --git a/data/gfx/hud/default/voteprogress_prog.tga b/data/gfx/hud/default/voteprogress_prog.tga new file mode 100644 index 00000000..9f3f6148 Binary files /dev/null and b/data/gfx/hud/default/voteprogress_prog.tga differ diff --git a/data/gfx/hud/default/voteprogress_voted.tga b/data/gfx/hud/default/voteprogress_voted.tga new file mode 100644 index 00000000..a21fe6a4 Binary files /dev/null and b/data/gfx/hud/default/voteprogress_voted.tga differ diff --git a/data/gfx/hud/fg_radar.tga b/data/gfx/hud/fg_radar.tga deleted file mode 100644 index 9319c37b..00000000 Binary files a/data/gfx/hud/fg_radar.tga and /dev/null differ diff --git a/data/gfx/hud/fg_radar_team.tga b/data/gfx/hud/fg_radar_team.tga deleted file mode 100644 index fb97397e..00000000 Binary files a/data/gfx/hud/fg_radar_team.tga and /dev/null differ diff --git a/data/gfx/hud/inv_weapongrabber.tga b/data/gfx/hud/inv_weapongrabber.tga deleted file mode 100644 index 28d7a2b4..00000000 Binary files a/data/gfx/hud/inv_weapongrabber.tga and /dev/null differ diff --git a/data/gfx/hud/keys/key_backward.tga b/data/gfx/hud/keys/key_backward.tga deleted file mode 100644 index 4de0f332..00000000 Binary files a/data/gfx/hud/keys/key_backward.tga and /dev/null differ diff --git a/data/gfx/hud/keys/key_backward_inv.tga b/data/gfx/hud/keys/key_backward_inv.tga deleted file mode 100644 index bef0d1ca..00000000 Binary files a/data/gfx/hud/keys/key_backward_inv.tga and /dev/null differ diff --git a/data/gfx/hud/keys/key_bg.tga b/data/gfx/hud/keys/key_bg.tga deleted file mode 100644 index fca30bed..00000000 Binary files a/data/gfx/hud/keys/key_bg.tga and /dev/null differ diff --git a/data/gfx/hud/keys/key_crouch.tga b/data/gfx/hud/keys/key_crouch.tga deleted file mode 100644 index 00b2dfe4..00000000 Binary files a/data/gfx/hud/keys/key_crouch.tga and /dev/null differ diff --git a/data/gfx/hud/keys/key_crouch_inv.tga b/data/gfx/hud/keys/key_crouch_inv.tga deleted file mode 100644 index 2cdbda80..00000000 Binary files a/data/gfx/hud/keys/key_crouch_inv.tga and /dev/null differ diff --git a/data/gfx/hud/keys/key_forward.tga b/data/gfx/hud/keys/key_forward.tga deleted file mode 100644 index dfe22338..00000000 Binary files a/data/gfx/hud/keys/key_forward.tga and /dev/null differ diff --git a/data/gfx/hud/keys/key_forward_inv.tga b/data/gfx/hud/keys/key_forward_inv.tga deleted file mode 100644 index 7bbea607..00000000 Binary files a/data/gfx/hud/keys/key_forward_inv.tga and /dev/null differ diff --git a/data/gfx/hud/keys/key_jump.tga b/data/gfx/hud/keys/key_jump.tga deleted file mode 100644 index d02b2dbc..00000000 Binary files a/data/gfx/hud/keys/key_jump.tga and /dev/null differ diff --git a/data/gfx/hud/keys/key_jump_inv.tga b/data/gfx/hud/keys/key_jump_inv.tga deleted file mode 100644 index c54bb376..00000000 Binary files a/data/gfx/hud/keys/key_jump_inv.tga and /dev/null differ diff --git a/data/gfx/hud/keys/key_left.tga b/data/gfx/hud/keys/key_left.tga deleted file mode 100644 index 60fe71f1..00000000 Binary files a/data/gfx/hud/keys/key_left.tga and /dev/null differ diff --git a/data/gfx/hud/keys/key_left_inv.tga b/data/gfx/hud/keys/key_left_inv.tga deleted file mode 100644 index 92bc615e..00000000 Binary files a/data/gfx/hud/keys/key_left_inv.tga and /dev/null differ diff --git a/data/gfx/hud/keys/key_right.tga b/data/gfx/hud/keys/key_right.tga deleted file mode 100644 index 308c03b1..00000000 Binary files a/data/gfx/hud/keys/key_right.tga and /dev/null differ diff --git a/data/gfx/hud/keys/key_right_inv.tga b/data/gfx/hud/keys/key_right_inv.tga deleted file mode 100644 index 8f04be42..00000000 Binary files a/data/gfx/hud/keys/key_right_inv.tga and /dev/null differ diff --git a/data/gfx/hud/race/newfail.tga b/data/gfx/hud/race/newfail.tga deleted file mode 100644 index cd1164bd..00000000 Binary files a/data/gfx/hud/race/newfail.tga and /dev/null differ diff --git a/data/gfx/hud/race/newrankgreen.tga b/data/gfx/hud/race/newrankgreen.tga deleted file mode 100644 index c8fa1577..00000000 Binary files a/data/gfx/hud/race/newrankgreen.tga and /dev/null differ diff --git a/data/gfx/hud/race/newrankyellow.tga b/data/gfx/hud/race/newrankyellow.tga deleted file mode 100644 index 0af3c593..00000000 Binary files a/data/gfx/hud/race/newrankyellow.tga and /dev/null differ diff --git a/data/gfx/hud/race/newrecordserver.tga b/data/gfx/hud/race/newrecordserver.tga deleted file mode 100644 index aa8bae1a..00000000 Binary files a/data/gfx/hud/race/newrecordserver.tga and /dev/null differ diff --git a/data/gfx/hud/race/newtime.tga b/data/gfx/hud/race/newtime.tga deleted file mode 100644 index c9647b92..00000000 Binary files a/data/gfx/hud/race/newtime.tga and /dev/null differ diff --git a/data/gfx/hud/sb_accuracy.tga b/data/gfx/hud/sb_accuracy.tga deleted file mode 100644 index 0e228836..00000000 Binary files a/data/gfx/hud/sb_accuracy.tga and /dev/null differ diff --git a/data/gfx/hud/sb_activeweapon_grabber.tga b/data/gfx/hud/sb_activeweapon_grabber.tga deleted file mode 100644 index e7ad60a7..00000000 Binary files a/data/gfx/hud/sb_activeweapon_grabber.tga and /dev/null differ diff --git a/data/gfx/hud/sb_armor.tga b/data/gfx/hud/sb_armor.tga deleted file mode 100644 index 669bbc84..00000000 Binary files a/data/gfx/hud/sb_armor.tga and /dev/null differ diff --git a/data/gfx/hud/sb_digestion_active.tga b/data/gfx/hud/sb_digestion_active.tga deleted file mode 100644 index 62930630..00000000 Binary files a/data/gfx/hud/sb_digestion_active.tga and /dev/null differ diff --git a/data/gfx/hud/sb_digestion_impossible.tga b/data/gfx/hud/sb_digestion_impossible.tga deleted file mode 100644 index 51930866..00000000 Binary files a/data/gfx/hud/sb_digestion_impossible.tga and /dev/null differ diff --git a/data/gfx/hud/sb_digestion_possible.tga b/data/gfx/hud/sb_digestion_possible.tga deleted file mode 100644 index 2db90fe5..00000000 Binary files a/data/gfx/hud/sb_digestion_possible.tga and /dev/null differ diff --git a/data/gfx/hud/sb_flag_blue_carrying.tga b/data/gfx/hud/sb_flag_blue_carrying.tga deleted file mode 100644 index a8d64d1a..00000000 Binary files a/data/gfx/hud/sb_flag_blue_carrying.tga and /dev/null differ diff --git a/data/gfx/hud/sb_flag_blue_lost.tga b/data/gfx/hud/sb_flag_blue_lost.tga deleted file mode 100644 index 5c7e632d..00000000 Binary files a/data/gfx/hud/sb_flag_blue_lost.tga and /dev/null differ diff --git a/data/gfx/hud/sb_flag_blue_shielded.tga b/data/gfx/hud/sb_flag_blue_shielded.tga deleted file mode 100644 index 5da93569..00000000 Binary files a/data/gfx/hud/sb_flag_blue_shielded.tga and /dev/null differ diff --git a/data/gfx/hud/sb_flag_blue_taken.tga b/data/gfx/hud/sb_flag_blue_taken.tga deleted file mode 100644 index e6d955fa..00000000 Binary files a/data/gfx/hud/sb_flag_blue_taken.tga and /dev/null differ diff --git a/data/gfx/hud/sb_flag_red_carrying.tga b/data/gfx/hud/sb_flag_red_carrying.tga deleted file mode 100644 index d1cf43d3..00000000 Binary files a/data/gfx/hud/sb_flag_red_carrying.tga and /dev/null differ diff --git a/data/gfx/hud/sb_flag_red_lost.tga b/data/gfx/hud/sb_flag_red_lost.tga deleted file mode 100644 index b9d060d8..00000000 Binary files a/data/gfx/hud/sb_flag_red_lost.tga and /dev/null differ diff --git a/data/gfx/hud/sb_flag_red_shielded.tga b/data/gfx/hud/sb_flag_red_shielded.tga deleted file mode 100644 index 551ba613..00000000 Binary files a/data/gfx/hud/sb_flag_red_shielded.tga and /dev/null differ diff --git a/data/gfx/hud/sb_flag_red_taken.tga b/data/gfx/hud/sb_flag_red_taken.tga deleted file mode 100644 index 7a1d3fc0..00000000 Binary files a/data/gfx/hud/sb_flag_red_taken.tga and /dev/null differ diff --git a/data/gfx/hud/sb_fuel.tga b/data/gfx/hud/sb_fuel.tga deleted file mode 100644 index d7615686..00000000 Binary files a/data/gfx/hud/sb_fuel.tga and /dev/null differ diff --git a/data/gfx/hud/sb_fuel_regen.tga b/data/gfx/hud/sb_fuel_regen.tga deleted file mode 100644 index cb056f7e..00000000 Binary files a/data/gfx/hud/sb_fuel_regen.tga and /dev/null differ diff --git a/data/gfx/hud/sb_health.tga b/data/gfx/hud/sb_health.tga deleted file mode 100644 index 1a950cd3..00000000 Binary files a/data/gfx/hud/sb_health.tga and /dev/null differ diff --git a/data/gfx/hud/sb_invinc.tga b/data/gfx/hud/sb_invinc.tga deleted file mode 100644 index f13f0b4d..00000000 Binary files a/data/gfx/hud/sb_invinc.tga and /dev/null differ diff --git a/data/gfx/hud/sb_kh_blue.tga b/data/gfx/hud/sb_kh_blue.tga deleted file mode 100644 index 5f1e4203..00000000 Binary files a/data/gfx/hud/sb_kh_blue.tga and /dev/null differ diff --git a/data/gfx/hud/sb_kh_bluearrow.tga b/data/gfx/hud/sb_kh_bluearrow.tga deleted file mode 100644 index b686d1b3..00000000 Binary files a/data/gfx/hud/sb_kh_bluearrow.tga and /dev/null differ diff --git a/data/gfx/hud/sb_kh_pink.tga b/data/gfx/hud/sb_kh_pink.tga deleted file mode 100644 index a5c33c3b..00000000 Binary files a/data/gfx/hud/sb_kh_pink.tga and /dev/null differ diff --git a/data/gfx/hud/sb_kh_pinkarrow.tga b/data/gfx/hud/sb_kh_pinkarrow.tga deleted file mode 100644 index 17427e5d..00000000 Binary files a/data/gfx/hud/sb_kh_pinkarrow.tga and /dev/null differ diff --git a/data/gfx/hud/sb_kh_red.tga b/data/gfx/hud/sb_kh_red.tga deleted file mode 100644 index 4f466b4b..00000000 Binary files a/data/gfx/hud/sb_kh_red.tga and /dev/null differ diff --git a/data/gfx/hud/sb_kh_redarrow.tga b/data/gfx/hud/sb_kh_redarrow.tga deleted file mode 100644 index edd1fab3..00000000 Binary files a/data/gfx/hud/sb_kh_redarrow.tga and /dev/null differ diff --git a/data/gfx/hud/sb_kh_yellow.tga b/data/gfx/hud/sb_kh_yellow.tga deleted file mode 100644 index b8a778f1..00000000 Binary files a/data/gfx/hud/sb_kh_yellow.tga and /dev/null differ diff --git a/data/gfx/hud/sb_kh_yellowarrow.tga b/data/gfx/hud/sb_kh_yellowarrow.tga deleted file mode 100644 index 8e754cc9..00000000 Binary files a/data/gfx/hud/sb_kh_yellowarrow.tga and /dev/null differ diff --git a/data/gfx/hud/sb_power_fail.tga b/data/gfx/hud/sb_power_fail.tga deleted file mode 100644 index 4c031231..00000000 Binary files a/data/gfx/hud/sb_power_fail.tga and /dev/null differ diff --git a/data/gfx/hud/sb_power_fail_icon.tga b/data/gfx/hud/sb_power_fail_icon.tga deleted file mode 100644 index 997bc545..00000000 Binary files a/data/gfx/hud/sb_power_fail_icon.tga and /dev/null differ diff --git a/data/gfx/hud/sb_power_reboot.tga b/data/gfx/hud/sb_power_reboot.tga deleted file mode 100644 index c4bc3d52..00000000 Binary files a/data/gfx/hud/sb_power_reboot.tga and /dev/null differ diff --git a/data/gfx/hud/sb_power_reboot_icon.tga b/data/gfx/hud/sb_power_reboot_icon.tga deleted file mode 100644 index 2437b974..00000000 Binary files a/data/gfx/hud/sb_power_reboot_icon.tga and /dev/null differ diff --git a/data/gfx/hud/sb_ring.tga b/data/gfx/hud/sb_ring.tga deleted file mode 100644 index c67d985d..00000000 Binary files a/data/gfx/hud/sb_ring.tga and /dev/null differ diff --git a/data/gfx/hud/sb_scoreboard_bg.tga b/data/gfx/hud/sb_scoreboard_bg.tga deleted file mode 100644 index b3fe4f07..00000000 Binary files a/data/gfx/hud/sb_scoreboard_bg.tga and /dev/null differ diff --git a/data/gfx/hud/sb_scoreboard_tableheader.tga b/data/gfx/hud/sb_scoreboard_tableheader.tga deleted file mode 100644 index e43040f6..00000000 Binary files a/data/gfx/hud/sb_scoreboard_tableheader.tga and /dev/null differ diff --git a/data/gfx/hud/sb_str.tga b/data/gfx/hud/sb_str.tga deleted file mode 100644 index b19019d5..00000000 Binary files a/data/gfx/hud/sb_str.tga and /dev/null differ diff --git a/data/gfx/hud/sb_time.tga b/data/gfx/hud/sb_time.tga deleted file mode 100644 index 31323d47..00000000 Binary files a/data/gfx/hud/sb_time.tga and /dev/null differ diff --git a/data/gfx/hud/voteprogress_back.tga b/data/gfx/hud/voteprogress_back.tga deleted file mode 100644 index f0963daf..00000000 Binary files a/data/gfx/hud/voteprogress_back.tga and /dev/null differ diff --git a/data/gfx/hud/voteprogress_prog.tga b/data/gfx/hud/voteprogress_prog.tga deleted file mode 100644 index 9f3f6148..00000000 Binary files a/data/gfx/hud/voteprogress_prog.tga and /dev/null differ diff --git a/data/gfx/hud/voteprogress_voted.tga b/data/gfx/hud/voteprogress_voted.tga deleted file mode 100644 index a21fe6a4..00000000 Binary files a/data/gfx/hud/voteprogress_voted.tga and /dev/null differ diff --git a/data/hudVT.cfg b/data/hudVT.cfg index 4d3267e0..0572ac32 100644 --- a/data/hudVT.cfg +++ b/data/hudVT.cfg @@ -4,19 +4,19 @@ set hud_style default // which subfolder to use for HUD images in gfx/hud/ set hud_backgrounds 4 // total number of backgrounds defined -set hud_background_1_texture "gfx/hud/bg_status" +set hud_background_1_texture "bg_status" set hud_background_1_position "0 -0.85 0" set hud_background_1_scale "0.2 0.15 0" set hud_background_1_colortype 1 // 0 = white, 1 = HUD / team color, 2 = vore color -set hud_background_2_texture "gfx/hud/bg_stomach" +set hud_background_2_texture "bg_stomach" set hud_background_2_position "-0.68 -0.58 0" set hud_background_2_scale "0.325 0.475 0" set hud_background_2_colortype 1 // 0 = white, 1 = HUD / team color, 2 = vore color -set hud_background_3_texture "gfx/hud/bg_stomach_status" +set hud_background_3_texture "bg_stomach_status" set hud_background_3_position "-0.68 -0.58 0" set hud_background_3_scale "0.325 0.475 0" set hud_background_3_colortype 2 // 0 = white, 1 = HUD / team color, 2 = vore color -set hud_background_4_texture "gfx/hud/bg_timer" +set hud_background_4_texture "bg_timer" set hud_background_4_position "0.875 0.95 0" set hud_background_4_scale "0.125 0.05 0" set hud_background_4_colortype 1 // 0 = white, 1 = HUD / team color, 2 = vore color diff --git a/data/qcsrc/client/hud.qc b/data/qcsrc/client/hud.qc index 04a51543..f5f9cf17 100644 --- a/data/qcsrc/client/hud.qc +++ b/data/qcsrc/client/hud.qc @@ -1782,7 +1782,7 @@ void Sbar_DrawBackgrounds() float i; for(i = 1; i <= total; i++) { - string img = cvar_string(strcat("hud_background_", ftos(i), "_texture")); + string img = Sbar_GetTexture(cvar_string(strcat("hud_background_", ftos(i), "_texture"))); vector pos = stov(cvar_string(strcat("hud_background_", ftos(i), "_position"))); vector sz = stov(cvar_string(strcat("hud_background_", ftos(i), "_scale")));