commit da71a0ae40fbd1ec7d84b6d05941b6e6badbe450 Author: Isaac Shoebottom Date: Thu Sep 15 19:34:53 2022 -0300 Write config to git repo diff --git a/Bullet_Surface_Particle_Remover.vpk b/Bullet_Surface_Particle_Remover.vpk new file mode 100644 index 0000000..26d0604 Binary files /dev/null and b/Bullet_Surface_Particle_Remover.vpk differ diff --git a/Configs/cfg/callouts.cfg b/Configs/cfg/callouts.cfg new file mode 100644 index 0000000..f0a2556 --- /dev/null +++ b/Configs/cfg/callouts.cfg @@ -0,0 +1,71 @@ +//communication binds +//Made with cfg.tf - custom Team Fortress 2 config generator + +alias com_down_scout say_team scout down +alias com_down_solly say_team solly down +alias com_down_pyro say_team pyro down +alias com_down_demo say_team demo down +alias com_down_heavy say_team heavy down +alias com_down_engi say_team engi down +alias com_down_med say_team med down +alias com_down_sniper say_team sniper down +alias com_down_spy say_team spy down + +alias com_down_tele say_team tele down +alias com_down_sentry say_team ! SENTRY DOWN ! + +alias com_lit_scout say_team scout lit +alias com_lit_solly say_team solly lit +alias com_lit_pyro say_team pyro lit +alias com_lit_demo say_team demo lit +alias com_lit_heavy say_team heavy lit +alias com_lit_engi say_team engi lit +alias com_lit_med say_team med lit +alias com_lit_sniper say_team sniper lit +alias com_lit_spy say_team spy lit + +alias com_spy_scout say_team spy as scout +alias com_spy_solly say_team spy as solly +alias com_spy_pyro say_team spy as pyro +alias com_spy_demo say_team spy as demo +alias com_spy_heavy say_team spy as heavy +alias com_spy_engi say_team spy as engi +alias com_spy_med say_team spy as med +alias com_spy_sniper say_team spy as sniper +alias com_spy_spy say_team spy as spy + +alias com_spy_dr say_team spy uses Dead Ringer +alias com_spy_yer say_team spy uses Your Eternal Reward + +alias com_spy_sap say_team ! SPY SAPPED OUR SENTRY ! + +alias com_pop say_team ! UBER incoming ! +alias com_pop_kritz say_team ! KRITZ incoming ! + +alias com_push say_team ! PUSH ! +alias com_retreat say_team ! RETREAT ! +///--- + +alias com_down1 "bind kp_end com_down_scout; bind kp_downarrow com_down_solly ; bind kp_pgdn com_down_pyro" +alias com_down2 "bind kp_leftarrow com_down_demo ; bind kp_5 com_down_heavy ; bind kp_rightarrow com_down_engi" +alias com_down3 "bind kp_home com_down_med ; bind kp_uparrow com_down_sniper; bind kp_pgup com_down_spy" +alias com_down "com_down1; com_down2; com_down3" + +alias com_lit1 "bind kp_end com_lit_scout; bind kp_downarrow com_lit_solly ; bind kp_pgdn com_lit_pyro" +alias com_lit2 "bind kp_leftarrow com_lit_demo ; bind kp_5 com_lit_heavy ; bind kp_rightarrow com_lit_engi" +alias com_lit3 "bind kp_home com_lit_med ; bind kp_uparrow com_lit_sniper; bind kp_pgup com_lit_spy" +alias com_lit "com_lit1; com_lit2; com_lit3" + +alias com_spy1 "bind kp_end com_spy_scout; bind kp_downarrow com_spy_solly ; bind kp_pgdn com_spy_pyro" +alias com_spy2 "bind kp_leftarrow com_spy_demo ; bind kp_5 com_spy_heavy ; bind kp_rightarrow com_spy_engi" +alias com_spy3 "bind kp_home com_spy_med ; bind kp_uparrow com_spy_sniper; bind kp_pgup com_spy_spy" +alias com_spy "com_spy1; com_spy2; com_spy3" + +alias com_menu1 "com_down; bind kp_plus com_pop ; bind kp_enter com_push ; bind kp_ins com_down_sentry" +alias com_menu2 "com_lit ; bind kp_plus com_pop_kritz; bind kp_enter com_retreat; bind kp_ins com_down_tele" +alias com_menu3 "com_spy ; bind kp_plus com_spy_dr ; bind kp_enter com_spy_yer; bind kp_ins com_spy_sap" +///--- + +bind kp_slash com_menu1 +bind kp_multiply com_menu2 +bind kp_minus com_menu3 diff --git a/Configs/cfg/jump.cfg b/Configs/cfg/jump.cfg new file mode 100644 index 0000000..5ed07b3 --- /dev/null +++ b/Configs/cfg/jump.cfg @@ -0,0 +1,39 @@ +//offline rocket-jumping +//Made with cfg.tf - custom Team Fortress 2 config generator + +sv_cheats 1 + +mp_tournament 1 +mp_waitingforplayers_cancel 1 +mp_disable_respawn_times 1 +///--- + +alias tr_tele_nolog con_logfile "console.log" + +alias tr_tele_save "getpos; tr_tele_nolog" +alias tr_tele_save1 "con_logfile cfg/tr_tele_pos_1; tr_tele_save" +alias tr_tele_save2 "con_logfile cfg/tr_tele_pos_2; tr_tele_save" +alias tr_tele_save3 "con_logfile cfg/tr_tele_pos_3; tr_tele_save" + + +alias tr_tele_goto1 exec tr_tele_pos_1.log +alias tr_tele_goto2 exec tr_tele_pos_2.log +alias tr_tele_goto3 exec tr_tele_pos_3.log + + +alias tr_tele "bind f1 tr_tele_goto1; bind f2 tr_tele_goto2; bind f3 tr_tele_goto3" +alias +tr_tele_save "bind f1 tr_tele_save1; bind f2 tr_tele_save2; bind f3 tr_tele_save3" +alias -tr_tele_save tr_tele + +bind alt +tr_tele_save +tr_tele +///--- + +alias null "" + +alias tr_regen "impulse 101; wait; tr_regen_loop" +alias tr_regen_loop tr_regen + +alias tr_regen_enable "alias tr_regen_loop tr_regen; tr_regen" +alias tr_regen_disable alias tr_regen_loop null +tr_regen diff --git a/Configs/cfg/overrides/autoexec.cfg b/Configs/cfg/overrides/autoexec.cfg new file mode 100644 index 0000000..0141a3f --- /dev/null +++ b/Configs/cfg/overrides/autoexec.cfg @@ -0,0 +1,229 @@ +//tf2 settings + +//Autoheal, min viewmodels, fastswitch etc. + +con_enable 1 +developer 0 + +fov_desired 90 +viewmodel_fov 80 +viewmodel_fov_demo 75 + +tf_use_min_viewmodels 1 + +bindtoggle kp_minus r_drawviewmodel + +hud_medicautocallers 1 +// 100 - 20.5*2 (2 small first aid kits) +hud_medicautocallersthreshold 59 + +hud_combattext_batching 1 +hud_combattext_batching_window 1 + +tf_dingalingaling 1 +tf_dingalingaling_repeat_delay 0.0 +tf_dingaling_volume 1 +tf_dingaling_pitchmindmg 150 +tf_dingaling_pitchmaxdmg 25 + +tf_remember_activeweapon 1 +tf_remember_lastswitched 1 + +ds_enable 0 +ds_dir demos +ds_notify 1 +ds_sound on +ds_min_streak 4 + +///--- forced graphics settings enabled +///--- glow outline +glow_outline_effect_enable 1 + +cl_training_class_unlock_all +// > Bitfield representing what classes have been used to complete training. +// 111 111 111 +cl_training_completed_with_classes 511 + +tf_training_has_prompted_for_forums 1 +tf_training_has_prompted_for_loadout 1 +tf_training_has_prompted_for_offline_practice 1 +tf_training_has_prompted_for_options 1 +tf_training_has_prompted_for_training 1 + +tf_explanations_backpackpanel 1 +tf_explanations_charinfo_armory_panel 1 +tf_explanations_charinfopanel 1 +tf_explanations_craftingpanel 1 +tf_explanations_discardpanel 1 +tf_explanations_store 1 + +tf_show_preset_explanation_in_class_loadout 0 +tf_show_taunt_explanation_in_class_loadout 0 + +tf_casual_welcome_hide_forever 1 +tf_comp_welcome_hide_forever 1 +tf_matchmaking_ticket_help 0 +tf_show_maps_details_explanation_count 0 + +cl_ask_blacklist_opt_out 1 +cl_ask_favorite_opt_out 1 + +sb_dontshow_maxplayer_warning 1 +cl_hud_playerclass_playermodel_showed_confirm_dialog 1 +tf_mvm_tabs_discovered 3 +tf_coach_request_nevershowagain 1 +///--- + +//Advanced options +hud_fastswitch 1 +cl_autoreload 1 +tf_colorblindassist 1 +cl_use_tournament_specgui 0 +cl_hud_playerclass_use_playermodel 1 +cl_disablehtmlmotd 1 +hud_classautokill 0 +tf_medigun_autoheal 1 +hud_medichealtargetmarker 1 +tf_simple_disguise_menu 1 +cl_autorezoom 0 +tf_sniper_fullcharge_bell 1 +tf_hud_no_crosshair_on_scope_zoom 0 +tf_scoreboard_ping_as_text 1 + + +//net_graph 4 on tab; toggle on - + +//alias +tabgraph "+showscores; net_graph 4" +//alias -tabgraph "-showscores; net_graph 0; timeleft" + +alias +tabgraph "+showscores; net_graph 1" +alias -tabgraph "-showscores; net_graph 0" + +//alias graphtoggle incrementvar net_graph 0 4 4 + +bind tab +tabgraph +//bind - graphtoggle + + +//filter out Error from console + +con_filter_enable 1 +con_filter_text_out "Error" + + +//medic radar +alias "+radar" "hud_medicautocallersthreshold 500" +alias "-radar" "hud_medicautocallersthreshold 59" + + +//null-cancelling movement script +alias null "" + +alias +nmov_forward "-back ; +forward; alias nmov_reforward +forward" +alias +nmov_back "-forward; +back ; alias nmov_reback +back" + +alias -nmov_forward "-forward; nmov_reback ; alias nmov_reforward null" +alias -nmov_back "-back ; nmov_reforward; alias nmov_reback null" +///--- + +alias +nmov_moveleft "-moveright; +moveleft ; alias nmov_removeleft +moveleft" +alias +nmov_moveright "-moveleft ; +moveright; alias nmov_removeright +moveright" + +alias -nmov_moveleft "-moveleft ; nmov_removeright; alias nmov_removeleft null" +alias -nmov_moveright "-moveright; nmov_removeleft ; alias nmov_removeright null" +///--- + +alias nmov_reforward null +alias nmov_reback null + +alias nmov_removeleft null +alias nmov_removeright null +///--- + +bind w +nmov_forward +bind s +nmov_back +bind a +nmov_moveleft +bind d +nmov_moveright + +//binds + +bind f "+f" +alias +f "+inspect; +use_action_slot_item" +alias -f "-inspect; -use_action_slot_item" + +bind e "+e" +alias +e "voicemenu 0 0; +use" +alias -e "-use" + +alias +pinger "+score; net_graph 1" +alias -pinger "-score; net_graph 0" + +bind tab "+pinger" + +bind - "kill" +bind = "explode" + +alias +crossbow "slot1;+attack" +alias -crossbow "slot2;-attack" + +alias sentry "destroy 2; build 2"; + +alias +ctap "alias duckon; alias duckoff; ctapon; +jump" +alias -ctap "alias duckon +duck; alias duckoff -duck; -jump; ctapoff" +alias +fduck "alias ctapon; alias ctapoff; duckon" +alias -fduck "alias ctapon +duck; alias ctapoff -duck; duckoff" +alias ctapon +duck +alias ctapoff -duck +alias duckon +duck +alias duckoff -duck + +//bind ALT +ctap +//bind SHIFT +fduck + +alias +rj "spec_mode;-duck;+cr;alias checkrj +cr" +alias -rj "-cr;checkduck;alias checkrj none" +alias +crouch "-cr;+duck;alias checkduck +duck" +alias -crouch "-duck;checkrj;alias checkduck none" +alias checkduck none +alias checkrj none +alias +cr "+jump;+duck" +alias -cr "-duck;-jump" +alias none "" + +//bind space +rj +//bind ctrl +crouch + +bind mouse3 "voicemenu 1 1" + +unbind q + +//tweaks and custom settings +///--- + +//shameless promotion +echo "----- Thanks for using CFG.TF -----" +echo "----- Create your own custom config at https://cfg.tf -----" + +//for scoreboard setting +tf_scoreboard_mouse_mode 2 + +//self help +echo "----- When making a single player server set "host_thread_mode" to 0 -----" + +//sanity filter +voice_enable 0 +hud_saytext_time 5 + +//preload anims +sv_pure -1 +sv_allow_wait_command 1 +//exec preload + + + +cl_showfps 1 +cl_hud_minmode 1 + +echo "Done config" + +host_writeconfig \ No newline at end of file diff --git a/Configs/cfg/overrides/demoman.cfg b/Configs/cfg/overrides/demoman.cfg new file mode 100644 index 0000000..54a9265 --- /dev/null +++ b/Configs/cfg/overrides/demoman.cfg @@ -0,0 +1 @@ +bind q "lastinv" \ No newline at end of file diff --git a/Configs/cfg/overrides/engineer.cfg b/Configs/cfg/overrides/engineer.cfg new file mode 100644 index 0000000..89fcbb9 --- /dev/null +++ b/Configs/cfg/overrides/engineer.cfg @@ -0,0 +1 @@ +bind q "sentry" \ No newline at end of file diff --git a/Configs/cfg/overrides/heavyweapons.cfg b/Configs/cfg/overrides/heavyweapons.cfg new file mode 100644 index 0000000..54a9265 --- /dev/null +++ b/Configs/cfg/overrides/heavyweapons.cfg @@ -0,0 +1 @@ +bind q "lastinv" \ No newline at end of file diff --git a/Configs/cfg/overrides/medic.cfg b/Configs/cfg/overrides/medic.cfg new file mode 100644 index 0000000..e0c19cd --- /dev/null +++ b/Configs/cfg/overrides/medic.cfg @@ -0,0 +1 @@ +bind q "+crossbow" \ No newline at end of file diff --git a/Configs/cfg/overrides/modules.cfg b/Configs/cfg/overrides/modules.cfg new file mode 100644 index 0000000..2b1cb17 --- /dev/null +++ b/Configs/cfg/overrides/modules.cfg @@ -0,0 +1,5 @@ +textures=ultra +bandwidth=6.0Mbps +download=all +fpscap=unlimited +hud_achievement=on diff --git a/Configs/cfg/overrides/pyro.cfg b/Configs/cfg/overrides/pyro.cfg new file mode 100644 index 0000000..54a9265 --- /dev/null +++ b/Configs/cfg/overrides/pyro.cfg @@ -0,0 +1 @@ +bind q "lastinv" \ No newline at end of file diff --git a/Configs/cfg/overrides/scout.cfg b/Configs/cfg/overrides/scout.cfg new file mode 100644 index 0000000..54a9265 --- /dev/null +++ b/Configs/cfg/overrides/scout.cfg @@ -0,0 +1 @@ +bind q "lastinv" \ No newline at end of file diff --git a/Configs/cfg/overrides/sniper.cfg b/Configs/cfg/overrides/sniper.cfg new file mode 100644 index 0000000..54a9265 --- /dev/null +++ b/Configs/cfg/overrides/sniper.cfg @@ -0,0 +1 @@ +bind q "lastinv" \ No newline at end of file diff --git a/Configs/cfg/overrides/soldier.cfg b/Configs/cfg/overrides/soldier.cfg new file mode 100644 index 0000000..654f2b3 --- /dev/null +++ b/Configs/cfg/overrides/soldier.cfg @@ -0,0 +1 @@ +bind q "+ctap" \ No newline at end of file diff --git a/Configs/cfg/overrides/spy.cfg b/Configs/cfg/overrides/spy.cfg new file mode 100644 index 0000000..54a9265 --- /dev/null +++ b/Configs/cfg/overrides/spy.cfg @@ -0,0 +1 @@ +bind q "lastinv" \ No newline at end of file diff --git a/Configs/cfg/preload.cfg b/Configs/cfg/preload.cfg new file mode 100644 index 0000000..e4f2b5a --- /dev/null +++ b/Configs/cfg/preload.cfg @@ -0,0 +1 @@ +map ctf_2fort; wait 1000;jointeam 1;join_class scout;wait 240;join_class soldier;wait 240;join_class pyro;wait 240;join_class demoman;wait 240;join_class heavyweapons;wait 240;join_class engineer;wait 240;join_class medic;wait 240;join_class sniper;wait 240;join_class spy;wait 240;disconnect \ No newline at end of file diff --git a/Configs/config_disabled.zip b/Configs/config_disabled.zip new file mode 100644 index 0000000..419077d Binary files /dev/null and b/Configs/config_disabled.zip differ diff --git a/Demoman.vpk b/Demoman.vpk new file mode 100644 index 0000000..801e776 Binary files /dev/null and b/Demoman.vpk differ diff --git a/Engineer.vpk b/Engineer.vpk new file mode 100644 index 0000000..9f3a124 Binary files /dev/null and b/Engineer.vpk differ diff --git a/Heavy.vpk b/Heavy.vpk new file mode 100644 index 0000000..36ce3a0 Binary files /dev/null and b/Heavy.vpk differ diff --git a/HitAndKillsounds/cfg/hit_hitmarker.cfg b/HitAndKillsounds/cfg/hit_hitmarker.cfg new file mode 100644 index 0000000..9112b8e --- /dev/null +++ b/HitAndKillsounds/cfg/hit_hitmarker.cfg @@ -0,0 +1,4 @@ +tf_dingaling_pitchmaxdmg 100 +tf_dingaling_pitchmindmg 100 +tf_dingaling_volume 0.75 +tf_dingaling 1 \ No newline at end of file diff --git a/HitAndKillsounds/cfg/hit_tonal.cfg b/HitAndKillsounds/cfg/hit_tonal.cfg new file mode 100644 index 0000000..94df585 --- /dev/null +++ b/HitAndKillsounds/cfg/hit_tonal.cfg @@ -0,0 +1,4 @@ +tf_dingaling_pitchmaxdmg 25 +tf_dingaling_pitchmindmg 150 +tf_dingaling_volume 0.75 +tf_dingaling 1 \ No newline at end of file diff --git a/HitAndKillsounds/sound/ui/hitsound.wav b/HitAndKillsounds/sound/ui/hitsound.wav new file mode 100644 index 0000000..428e028 Binary files /dev/null and b/HitAndKillsounds/sound/ui/hitsound.wav differ diff --git a/HitAndKillsounds/sound/ui/killsound.wav b/HitAndKillsounds/sound/ui/killsound.wav new file mode 100644 index 0000000..61a4683 Binary files /dev/null and b/HitAndKillsounds/sound/ui/killsound.wav differ diff --git a/HitAndKillsounds/sound/ui/other hitsounds/DESU.wav b/HitAndKillsounds/sound/ui/other hitsounds/DESU.wav new file mode 100644 index 0000000..fa3306c Binary files /dev/null and b/HitAndKillsounds/sound/ui/other hitsounds/DESU.wav differ diff --git a/HitAndKillsounds/sound/ui/other hitsounds/Duck.wav b/HitAndKillsounds/sound/ui/other hitsounds/Duck.wav new file mode 100644 index 0000000..a7c7a51 Binary files /dev/null and b/HitAndKillsounds/sound/ui/other hitsounds/Duck.wav differ diff --git a/HitAndKillsounds/sound/ui/other hitsounds/Hitsound/audiosurf_sped_up_hitsound.zip b/HitAndKillsounds/sound/ui/other hitsounds/Hitsound/audiosurf_sped_up_hitsound.zip new file mode 100644 index 0000000..719e27a Binary files /dev/null and b/HitAndKillsounds/sound/ui/other hitsounds/Hitsound/audiosurf_sped_up_hitsound.zip differ diff --git a/HitAndKillsounds/sound/ui/other hitsounds/Hitsound/bo3_hitsound.zip b/HitAndKillsounds/sound/ui/other hitsounds/Hitsound/bo3_hitsound.zip new file mode 100644 index 0000000..e62a9f6 Binary files /dev/null and b/HitAndKillsounds/sound/ui/other hitsounds/Hitsound/bo3_hitsound.zip differ diff --git a/HitAndKillsounds/sound/ui/other hitsounds/Hitsound/dragon_quest_victory_killsound.zip b/HitAndKillsounds/sound/ui/other hitsounds/Hitsound/dragon_quest_victory_killsound.zip new file mode 100644 index 0000000..76f621a Binary files /dev/null and b/HitAndKillsounds/sound/ui/other hitsounds/Hitsound/dragon_quest_victory_killsound.zip differ diff --git a/HitAndKillsounds/sound/ui/other hitsounds/Hitsound/dusk_hit_kill_sounds.zip b/HitAndKillsounds/sound/ui/other hitsounds/Hitsound/dusk_hit_kill_sounds.zip new file mode 100644 index 0000000..e36e2d5 Binary files /dev/null and b/HitAndKillsounds/sound/ui/other hitsounds/Hitsound/dusk_hit_kill_sounds.zip differ diff --git a/HitAndKillsounds/sound/ui/other hitsounds/Hitsound/get_ducked_hit_sound.zip b/HitAndKillsounds/sound/ui/other hitsounds/Hitsound/get_ducked_hit_sound.zip new file mode 100644 index 0000000..d3319ce Binary files /dev/null and b/HitAndKillsounds/sound/ui/other hitsounds/Hitsound/get_ducked_hit_sound.zip differ diff --git a/HitAndKillsounds/sound/ui/other hitsounds/Hitsound/hitsound_8e351.7z b/HitAndKillsounds/sound/ui/other hitsounds/Hitsound/hitsound_8e351.7z new file mode 100644 index 0000000..971450f Binary files /dev/null and b/HitAndKillsounds/sound/ui/other hitsounds/Hitsound/hitsound_8e351.7z differ diff --git a/HitAndKillsounds/sound/ui/other hitsounds/Hitsound/hitsound_dbfca.zip b/HitAndKillsounds/sound/ui/other hitsounds/Hitsound/hitsound_dbfca.zip new file mode 100644 index 0000000..00756fb Binary files /dev/null and b/HitAndKillsounds/sound/ui/other hitsounds/Hitsound/hitsound_dbfca.zip differ diff --git a/HitAndKillsounds/sound/ui/other hitsounds/Hitsound/hitsound_ffb04.zip b/HitAndKillsounds/sound/ui/other hitsounds/Hitsound/hitsound_ffb04.zip new file mode 100644 index 0000000..65c6ef0 Binary files /dev/null and b/HitAndKillsounds/sound/ui/other hitsounds/Hitsound/hitsound_ffb04.zip differ diff --git a/HitAndKillsounds/sound/ui/other hitsounds/Hitsound/luigi_mansion_ghost_stunned_hitsoun.rar b/HitAndKillsounds/sound/ui/other hitsounds/Hitsound/luigi_mansion_ghost_stunned_hitsoun.rar new file mode 100644 index 0000000..acafa7c Binary files /dev/null and b/HitAndKillsounds/sound/ui/other hitsounds/Hitsound/luigi_mansion_ghost_stunned_hitsoun.rar differ diff --git a/HitAndKillsounds/sound/ui/other hitsounds/Hitsound/megalohitsoundia_v2.rar b/HitAndKillsounds/sound/ui/other hitsounds/Hitsound/megalohitsoundia_v2.rar new file mode 100644 index 0000000..b37aa49 Binary files /dev/null and b/HitAndKillsounds/sound/ui/other hitsounds/Hitsound/megalohitsoundia_v2.rar differ diff --git a/HitAndKillsounds/sound/ui/other hitsounds/Hitsound/minecrafthitsound.zip b/HitAndKillsounds/sound/ui/other hitsounds/Hitsound/minecrafthitsound.zip new file mode 100644 index 0000000..b792c72 Binary files /dev/null and b/HitAndKillsounds/sound/ui/other hitsounds/Hitsound/minecrafthitsound.zip differ diff --git a/HitAndKillsounds/sound/ui/other hitsounds/Hitsound/muda_hit_kill_sounds_444d9.zip b/HitAndKillsounds/sound/ui/other hitsounds/Hitsound/muda_hit_kill_sounds_444d9.zip new file mode 100644 index 0000000..38f92bb Binary files /dev/null and b/HitAndKillsounds/sound/ui/other hitsounds/Hitsound/muda_hit_kill_sounds_444d9.zip differ diff --git a/HitAndKillsounds/sound/ui/other hitsounds/Hitsound/taco_bell_dong_killsound_c7e2a.zip b/HitAndKillsounds/sound/ui/other hitsounds/Hitsound/taco_bell_dong_killsound_c7e2a.zip new file mode 100644 index 0000000..29c9e54 Binary files /dev/null and b/HitAndKillsounds/sound/ui/other hitsounds/Hitsound/taco_bell_dong_killsound_c7e2a.zip differ diff --git a/HitAndKillsounds/sound/ui/other hitsounds/Hitsound/windows_10_error_hitsound.rar b/HitAndKillsounds/sound/ui/other hitsounds/Hitsound/windows_10_error_hitsound.rar new file mode 100644 index 0000000..f77d101 Binary files /dev/null and b/HitAndKillsounds/sound/ui/other hitsounds/Hitsound/windows_10_error_hitsound.rar differ diff --git a/HitAndKillsounds/sound/ui/other hitsounds/Its Over.wav b/HitAndKillsounds/sound/ui/other hitsounds/Its Over.wav new file mode 100644 index 0000000..0cfd218 Binary files /dev/null and b/HitAndKillsounds/sound/ui/other hitsounds/Its Over.wav differ diff --git a/HitAndKillsounds/sound/ui/other hitsounds/Jerma Ding.wav b/HitAndKillsounds/sound/ui/other hitsounds/Jerma Ding.wav new file mode 100644 index 0000000..1e10278 Binary files /dev/null and b/HitAndKillsounds/sound/ui/other hitsounds/Jerma Ding.wav differ diff --git a/HitAndKillsounds/sound/ui/other hitsounds/Minecraftxp.wav b/HitAndKillsounds/sound/ui/other hitsounds/Minecraftxp.wav new file mode 100644 index 0000000..c872313 Binary files /dev/null and b/HitAndKillsounds/sound/ui/other hitsounds/Minecraftxp.wav differ diff --git a/HitAndKillsounds/sound/ui/other hitsounds/Quake 3.wav b/HitAndKillsounds/sound/ui/other hitsounds/Quake 3.wav new file mode 100644 index 0000000..d272a1b Binary files /dev/null and b/HitAndKillsounds/sound/ui/other hitsounds/Quake 3.wav differ diff --git a/HitAndKillsounds/sound/ui/other hitsounds/UTcomp.wav b/HitAndKillsounds/sound/ui/other hitsounds/UTcomp.wav new file mode 100644 index 0000000..7af92e8 Binary files /dev/null and b/HitAndKillsounds/sound/ui/other hitsounds/UTcomp.wav differ diff --git a/HitAndKillsounds/sound/ui/other hitsounds/codmarker.wav b/HitAndKillsounds/sound/ui/other hitsounds/codmarker.wav new file mode 100644 index 0000000..a9f0836 Binary files /dev/null and b/HitAndKillsounds/sound/ui/other hitsounds/codmarker.wav differ diff --git a/HitAndKillsounds/sound/ui/other killsounds/OW_killsound.wav b/HitAndKillsounds/sound/ui/other killsounds/OW_killsound.wav new file mode 100644 index 0000000..6871b87 Binary files /dev/null and b/HitAndKillsounds/sound/ui/other killsounds/OW_killsound.wav differ diff --git a/HitAndKillsounds/sound/ui/other killsounds/killsound.wav b/HitAndKillsounds/sound/ui/other killsounds/killsound.wav new file mode 100644 index 0000000..9632376 Binary files /dev/null and b/HitAndKillsounds/sound/ui/other killsounds/killsound.wav differ diff --git a/Improved and Aligned Medi Beam Full Strength.vpk b/Improved and Aligned Medi Beam Full Strength.vpk new file mode 100644 index 0000000..30a2001 Binary files /dev/null and b/Improved and Aligned Medi Beam Full Strength.vpk differ diff --git a/Medic.vpk b/Medic.vpk new file mode 100644 index 0000000..fc8d9bc Binary files /dev/null and b/Medic.vpk differ diff --git a/Pyro.vpk b/Pyro.vpk new file mode 100644 index 0000000..bba91b9 Binary files /dev/null and b/Pyro.vpk differ diff --git a/Scout.vpk b/Scout.vpk new file mode 100644 index 0000000..0840ee8 Binary files /dev/null and b/Scout.vpk differ diff --git a/Sniper.vpk b/Sniper.vpk new file mode 100644 index 0000000..981701b Binary files /dev/null and b/Sniper.vpk differ diff --git a/Soldier.vpk b/Soldier.vpk new file mode 100644 index 0000000..eb548c3 Binary files /dev/null and b/Soldier.vpk differ diff --git a/Sprays/materials/vgui/logos/2B Continued.vtf b/Sprays/materials/vgui/logos/2B Continued.vtf new file mode 100644 index 0000000..fd748b2 Binary files /dev/null and b/Sprays/materials/vgui/logos/2B Continued.vtf differ diff --git a/Sprays/materials/vgui/logos/Cala Maria.vtf b/Sprays/materials/vgui/logos/Cala Maria.vtf new file mode 100644 index 0000000..cb8ec46 Binary files /dev/null and b/Sprays/materials/vgui/logos/Cala Maria.vtf differ diff --git a/Sprays/materials/vgui/logos/Demoman Laughs At Your Problems.vtf b/Sprays/materials/vgui/logos/Demoman Laughs At Your Problems.vtf new file mode 100644 index 0000000..1045d96 Binary files /dev/null and b/Sprays/materials/vgui/logos/Demoman Laughs At Your Problems.vtf differ diff --git a/Sprays/materials/vgui/logos/Engineer_Presents.vtf b/Sprays/materials/vgui/logos/Engineer_Presents.vtf new file mode 100644 index 0000000..9cb39aa Binary files /dev/null and b/Sprays/materials/vgui/logos/Engineer_Presents.vtf differ diff --git a/Sprays/materials/vgui/logos/FadingEmployeeOfTheMonth.vtf b/Sprays/materials/vgui/logos/FadingEmployeeOfTheMonth.vtf new file mode 100644 index 0000000..4588cb5 Binary files /dev/null and b/Sprays/materials/vgui/logos/FadingEmployeeOfTheMonth.vtf differ diff --git a/Sprays/materials/vgui/logos/Meru.vtf b/Sprays/materials/vgui/logos/Meru.vtf new file mode 100644 index 0000000..d58548e Binary files /dev/null and b/Sprays/materials/vgui/logos/Meru.vtf differ diff --git a/Sprays/materials/vgui/logos/No Anime.vtf b/Sprays/materials/vgui/logos/No Anime.vtf new file mode 100644 index 0000000..4209c11 Binary files /dev/null and b/Sprays/materials/vgui/logos/No Anime.vtf differ diff --git a/Sprays/materials/vgui/logos/PyraTits.vtf b/Sprays/materials/vgui/logos/PyraTits.vtf new file mode 100644 index 0000000..d211376 Binary files /dev/null and b/Sprays/materials/vgui/logos/PyraTits.vtf differ diff --git a/Sprays/materials/vgui/logos/blockedsprayhellagay.vtf b/Sprays/materials/vgui/logos/blockedsprayhellagay.vtf new file mode 100644 index 0000000..b493429 Binary files /dev/null and b/Sprays/materials/vgui/logos/blockedsprayhellagay.vtf differ diff --git a/Sprays/materials/vgui/logos/bounce.vtf b/Sprays/materials/vgui/logos/bounce.vtf new file mode 100644 index 0000000..3034020 Binary files /dev/null and b/Sprays/materials/vgui/logos/bounce.vtf differ diff --git a/Sprays/materials/vgui/logos/employeeofthemonth.vtf b/Sprays/materials/vgui/logos/employeeofthemonth.vtf new file mode 100644 index 0000000..5a37a9d Binary files /dev/null and b/Sprays/materials/vgui/logos/employeeofthemonth.vtf differ diff --git a/Sprays/materials/vgui/logos/fakesniper.vtf b/Sprays/materials/vgui/logos/fakesniper.vtf new file mode 100644 index 0000000..7475c9b Binary files /dev/null and b/Sprays/materials/vgui/logos/fakesniper.vtf differ diff --git a/Sprays/materials/vgui/logos/megamilk.vtf b/Sprays/materials/vgui/logos/megamilk.vtf new file mode 100644 index 0000000..6818157 Binary files /dev/null and b/Sprays/materials/vgui/logos/megamilk.vtf differ diff --git a/Sprays/materials/vgui/logos/pika.vtf b/Sprays/materials/vgui/logos/pika.vtf new file mode 100644 index 0000000..e7f45a8 Binary files /dev/null and b/Sprays/materials/vgui/logos/pika.vtf differ diff --git a/Sprays/materials/vgui/logos/sentrygirl.vtf b/Sprays/materials/vgui/logos/sentrygirl.vtf new file mode 100644 index 0000000..fe3812e Binary files /dev/null and b/Sprays/materials/vgui/logos/sentrygirl.vtf differ diff --git a/Sprays/materials/vgui/logos/sentrygirltrans.vtf b/Sprays/materials/vgui/logos/sentrygirltrans.vtf new file mode 100644 index 0000000..b2df10d Binary files /dev/null and b/Sprays/materials/vgui/logos/sentrygirltrans.vtf differ diff --git a/Sprays/materials/vgui/logos/skarpne_bikini.vtf b/Sprays/materials/vgui/logos/skarpne_bikini.vtf new file mode 100644 index 0000000..58f2e46 Binary files /dev/null and b/Sprays/materials/vgui/logos/skarpne_bikini.vtf differ diff --git a/Sprays/materials/vgui/logos/skarpne_nun.vtf b/Sprays/materials/vgui/logos/skarpne_nun.vtf new file mode 100644 index 0000000..365327b Binary files /dev/null and b/Sprays/materials/vgui/logos/skarpne_nun.vtf differ diff --git a/Sprays/materials/vgui/logos/willsmith.vtf b/Sprays/materials/vgui/logos/willsmith.vtf new file mode 100644 index 0000000..3265209 Binary files /dev/null and b/Sprays/materials/vgui/logos/willsmith.vtf differ diff --git a/Sprays/materials/vgui/logos/yoko.vtf b/Sprays/materials/vgui/logos/yoko.vtf new file mode 100644 index 0000000..8c006a9 Binary files /dev/null and b/Sprays/materials/vgui/logos/yoko.vtf differ diff --git a/Spy.vpk b/Spy.vpk new file mode 100644 index 0000000..037ab06 Binary files /dev/null and b/Spy.vpk differ diff --git a/WesternRealisticMuzzleflashes.vpk b/WesternRealisticMuzzleflashes.vpk new file mode 100644 index 0000000..ef81db2 Binary files /dev/null and b/WesternRealisticMuzzleflashes.vpk differ diff --git a/just_crit_lightning.vpk b/just_crit_lightning.vpk new file mode 100644 index 0000000..b83ceb2 Binary files /dev/null and b/just_crit_lightning.vpk differ diff --git a/mastercomfig-flat-mouse-addon.vpk b/mastercomfig-flat-mouse-addon.vpk new file mode 100644 index 0000000..056f737 Binary files /dev/null and b/mastercomfig-flat-mouse-addon.vpk differ diff --git a/mastercomfig-high-preset.vpk b/mastercomfig-high-preset.vpk new file mode 100644 index 0000000..8a97bcf Binary files /dev/null and b/mastercomfig-high-preset.vpk differ diff --git a/mastercomfig-no-soundscapes-addon.vpk b/mastercomfig-no-soundscapes-addon.vpk new file mode 100644 index 0000000..b40e646 Binary files /dev/null and b/mastercomfig-no-soundscapes-addon.vpk differ diff --git a/mastercomfig-no-tutorial-addon.vpk b/mastercomfig-no-tutorial-addon.vpk new file mode 100644 index 0000000..8c607a1 Binary files /dev/null and b/mastercomfig-no-tutorial-addon.vpk differ diff --git a/mastercomfig-null-canceling-movement-addon.vpk b/mastercomfig-null-canceling-movement-addon.vpk new file mode 100644 index 0000000..0770bee Binary files /dev/null and b/mastercomfig-null-canceling-movement-addon.vpk differ diff --git a/mastercomfig-transparent-viewmodels-addon.vpk b/mastercomfig-transparent-viewmodels-addon.vpk new file mode 100644 index 0000000..0b97491 Binary files /dev/null and b/mastercomfig-transparent-viewmodels-addon.vpk differ diff --git a/toonhud/cfg/disable_transparency.cfg b/toonhud/cfg/disable_transparency.cfg new file mode 100644 index 0000000..64e225d --- /dev/null +++ b/toonhud/cfg/disable_transparency.cfg @@ -0,0 +1,6 @@ +mat_motion_blur_enabled 0 +mat_motion_blur_strength 1.0 +mat_disable_bloom 0 +mat_hdr_level 2 +mat_colcorrection_disableentities 0 +mat_colorcorrection 1 \ No newline at end of file diff --git a/toonhud/cfg/enable_transparency.cfg b/toonhud/cfg/enable_transparency.cfg new file mode 100644 index 0000000..6ecec1b --- /dev/null +++ b/toonhud/cfg/enable_transparency.cfg @@ -0,0 +1,6 @@ +mat_motion_blur_enabled 1 +mat_motion_blur_strength 0 +mat_disable_bloom 1 +mat_hdr_level 0 +mat_colcorrection_disableentities 1 +mat_colorcorrection 0 \ No newline at end of file diff --git a/toonhud/info.vdf b/toonhud/info.vdf new file mode 100644 index 0000000..2012f41 --- /dev/null +++ b/toonhud/info.vdf @@ -0,0 +1,4 @@ +"toonhud" +{ + "ui_version" "3" +} \ No newline at end of file diff --git a/toonhud/materials/hud/eng_status_area_sentry_alrt_mask.vtf b/toonhud/materials/hud/eng_status_area_sentry_alrt_mask.vtf new file mode 100644 index 0000000..f630fc2 Binary files /dev/null and b/toonhud/materials/hud/eng_status_area_sentry_alrt_mask.vtf differ diff --git a/toonhud/materials/hud/eng_status_area_tele_alert_mask.vtf b/toonhud/materials/hud/eng_status_area_tele_alert_mask.vtf new file mode 100644 index 0000000..2ef6858 Binary files /dev/null and b/toonhud/materials/hud/eng_status_area_tele_alert_mask.vtf differ diff --git a/toonhud/materials/hud/health_over_bg.vtf b/toonhud/materials/hud/health_over_bg.vtf new file mode 100644 index 0000000..79e056f Binary files /dev/null and b/toonhud/materials/hud/health_over_bg.vtf differ diff --git a/toonhud/materials/hud/ico_reel.vtf b/toonhud/materials/hud/ico_reel.vtf new file mode 100644 index 0000000..01abc6f Binary files /dev/null and b/toonhud/materials/hud/ico_reel.vtf differ diff --git a/toonhud/materials/sprites/obj_icons/icon_obj_1_blu.vtf b/toonhud/materials/sprites/obj_icons/icon_obj_1_blu.vtf new file mode 100644 index 0000000..18abd4f Binary files /dev/null and b/toonhud/materials/sprites/obj_icons/icon_obj_1_blu.vtf differ diff --git a/toonhud/materials/sprites/obj_icons/icon_obj_1_blu_locked.vtf b/toonhud/materials/sprites/obj_icons/icon_obj_1_blu_locked.vtf new file mode 100644 index 0000000..7108283 Binary files /dev/null and b/toonhud/materials/sprites/obj_icons/icon_obj_1_blu_locked.vtf differ diff --git a/toonhud/materials/sprites/obj_icons/icon_obj_1_neutral.vtf b/toonhud/materials/sprites/obj_icons/icon_obj_1_neutral.vtf new file mode 100644 index 0000000..7af76ed Binary files /dev/null and b/toonhud/materials/sprites/obj_icons/icon_obj_1_neutral.vtf differ diff --git a/toonhud/materials/sprites/obj_icons/icon_obj_1_neutral_locked.vtf b/toonhud/materials/sprites/obj_icons/icon_obj_1_neutral_locked.vtf new file mode 100644 index 0000000..00cb950 Binary files /dev/null and b/toonhud/materials/sprites/obj_icons/icon_obj_1_neutral_locked.vtf differ diff --git a/toonhud/materials/sprites/obj_icons/icon_obj_1_red.vtf b/toonhud/materials/sprites/obj_icons/icon_obj_1_red.vtf new file mode 100644 index 0000000..cabde85 Binary files /dev/null and b/toonhud/materials/sprites/obj_icons/icon_obj_1_red.vtf differ diff --git a/toonhud/materials/sprites/obj_icons/icon_obj_1_red_locked.vtf b/toonhud/materials/sprites/obj_icons/icon_obj_1_red_locked.vtf new file mode 100644 index 0000000..c7959c8 Binary files /dev/null and b/toonhud/materials/sprites/obj_icons/icon_obj_1_red_locked.vtf differ diff --git a/toonhud/materials/sprites/obj_icons/icon_obj_2_blu.vtf b/toonhud/materials/sprites/obj_icons/icon_obj_2_blu.vtf new file mode 100644 index 0000000..60ea20e Binary files /dev/null and b/toonhud/materials/sprites/obj_icons/icon_obj_2_blu.vtf differ diff --git a/toonhud/materials/sprites/obj_icons/icon_obj_2_blu_locked.vtf b/toonhud/materials/sprites/obj_icons/icon_obj_2_blu_locked.vtf new file mode 100644 index 0000000..47b8716 Binary files /dev/null and b/toonhud/materials/sprites/obj_icons/icon_obj_2_blu_locked.vtf differ diff --git a/toonhud/materials/sprites/obj_icons/icon_obj_2_neutral.vtf b/toonhud/materials/sprites/obj_icons/icon_obj_2_neutral.vtf new file mode 100644 index 0000000..8b16ffd Binary files /dev/null and b/toonhud/materials/sprites/obj_icons/icon_obj_2_neutral.vtf differ diff --git a/toonhud/materials/sprites/obj_icons/icon_obj_2_neutral_locked.vtf b/toonhud/materials/sprites/obj_icons/icon_obj_2_neutral_locked.vtf new file mode 100644 index 0000000..c7795ef Binary files /dev/null and b/toonhud/materials/sprites/obj_icons/icon_obj_2_neutral_locked.vtf differ diff --git a/toonhud/materials/sprites/obj_icons/icon_obj_2_red.vtf b/toonhud/materials/sprites/obj_icons/icon_obj_2_red.vtf new file mode 100644 index 0000000..b180aec Binary files /dev/null and b/toonhud/materials/sprites/obj_icons/icon_obj_2_red.vtf differ diff --git a/toonhud/materials/sprites/obj_icons/icon_obj_2_red_locked.vtf b/toonhud/materials/sprites/obj_icons/icon_obj_2_red_locked.vtf new file mode 100644 index 0000000..bb4a606 Binary files /dev/null and b/toonhud/materials/sprites/obj_icons/icon_obj_2_red_locked.vtf differ diff --git a/toonhud/materials/sprites/obj_icons/icon_obj_3_blu.vtf b/toonhud/materials/sprites/obj_icons/icon_obj_3_blu.vtf new file mode 100644 index 0000000..97e6be8 Binary files /dev/null and b/toonhud/materials/sprites/obj_icons/icon_obj_3_blu.vtf differ diff --git a/toonhud/materials/sprites/obj_icons/icon_obj_3_blu_locked.vtf b/toonhud/materials/sprites/obj_icons/icon_obj_3_blu_locked.vtf new file mode 100644 index 0000000..03d3be4 Binary files /dev/null and b/toonhud/materials/sprites/obj_icons/icon_obj_3_blu_locked.vtf differ diff --git a/toonhud/materials/sprites/obj_icons/icon_obj_3_neutral.vtf b/toonhud/materials/sprites/obj_icons/icon_obj_3_neutral.vtf new file mode 100644 index 0000000..85a54d8 Binary files /dev/null and b/toonhud/materials/sprites/obj_icons/icon_obj_3_neutral.vtf differ diff --git a/toonhud/materials/sprites/obj_icons/icon_obj_3_neutral_locked.vtf b/toonhud/materials/sprites/obj_icons/icon_obj_3_neutral_locked.vtf new file mode 100644 index 0000000..e87e7d5 Binary files /dev/null and b/toonhud/materials/sprites/obj_icons/icon_obj_3_neutral_locked.vtf differ diff --git a/toonhud/materials/sprites/obj_icons/icon_obj_3_red.vtf b/toonhud/materials/sprites/obj_icons/icon_obj_3_red.vtf new file mode 100644 index 0000000..9aa5d49 Binary files /dev/null and b/toonhud/materials/sprites/obj_icons/icon_obj_3_red.vtf differ diff --git a/toonhud/materials/sprites/obj_icons/icon_obj_3_red_locked.vtf b/toonhud/materials/sprites/obj_icons/icon_obj_3_red_locked.vtf new file mode 100644 index 0000000..f1a3af4 Binary files /dev/null and b/toonhud/materials/sprites/obj_icons/icon_obj_3_red_locked.vtf differ diff --git a/toonhud/materials/sprites/obj_icons/icon_obj_4_blu.vtf b/toonhud/materials/sprites/obj_icons/icon_obj_4_blu.vtf new file mode 100644 index 0000000..e7fb64a Binary files /dev/null and b/toonhud/materials/sprites/obj_icons/icon_obj_4_blu.vtf differ diff --git a/toonhud/materials/sprites/obj_icons/icon_obj_4_blu_locked.vtf b/toonhud/materials/sprites/obj_icons/icon_obj_4_blu_locked.vtf new file mode 100644 index 0000000..74eafe4 Binary files /dev/null and b/toonhud/materials/sprites/obj_icons/icon_obj_4_blu_locked.vtf differ diff --git a/toonhud/materials/sprites/obj_icons/icon_obj_4_neutral.vtf b/toonhud/materials/sprites/obj_icons/icon_obj_4_neutral.vtf new file mode 100644 index 0000000..992ef20 Binary files /dev/null and b/toonhud/materials/sprites/obj_icons/icon_obj_4_neutral.vtf differ diff --git a/toonhud/materials/sprites/obj_icons/icon_obj_4_neutral_locked.vtf b/toonhud/materials/sprites/obj_icons/icon_obj_4_neutral_locked.vtf new file mode 100644 index 0000000..638644e Binary files /dev/null and b/toonhud/materials/sprites/obj_icons/icon_obj_4_neutral_locked.vtf differ diff --git a/toonhud/materials/sprites/obj_icons/icon_obj_4_red.vtf b/toonhud/materials/sprites/obj_icons/icon_obj_4_red.vtf new file mode 100644 index 0000000..d1cbb5a Binary files /dev/null and b/toonhud/materials/sprites/obj_icons/icon_obj_4_red.vtf differ diff --git a/toonhud/materials/sprites/obj_icons/icon_obj_4_red_locked.vtf b/toonhud/materials/sprites/obj_icons/icon_obj_4_red_locked.vtf new file mode 100644 index 0000000..15d06b5 Binary files /dev/null and b/toonhud/materials/sprites/obj_icons/icon_obj_4_red_locked.vtf differ diff --git a/toonhud/materials/sprites/obj_icons/icon_obj_5_blu.vtf b/toonhud/materials/sprites/obj_icons/icon_obj_5_blu.vtf new file mode 100644 index 0000000..6853d7c Binary files /dev/null and b/toonhud/materials/sprites/obj_icons/icon_obj_5_blu.vtf differ diff --git a/toonhud/materials/sprites/obj_icons/icon_obj_5_blu_locked.vtf b/toonhud/materials/sprites/obj_icons/icon_obj_5_blu_locked.vtf new file mode 100644 index 0000000..c57d96e Binary files /dev/null and b/toonhud/materials/sprites/obj_icons/icon_obj_5_blu_locked.vtf differ diff --git a/toonhud/materials/sprites/obj_icons/icon_obj_5_neutral.vtf b/toonhud/materials/sprites/obj_icons/icon_obj_5_neutral.vtf new file mode 100644 index 0000000..6f2076d Binary files /dev/null and b/toonhud/materials/sprites/obj_icons/icon_obj_5_neutral.vtf differ diff --git a/toonhud/materials/sprites/obj_icons/icon_obj_5_neutral_locked.vtf b/toonhud/materials/sprites/obj_icons/icon_obj_5_neutral_locked.vtf new file mode 100644 index 0000000..96da709 Binary files /dev/null and b/toonhud/materials/sprites/obj_icons/icon_obj_5_neutral_locked.vtf differ diff --git a/toonhud/materials/sprites/obj_icons/icon_obj_5_red.vtf b/toonhud/materials/sprites/obj_icons/icon_obj_5_red.vtf new file mode 100644 index 0000000..247df39 Binary files /dev/null and b/toonhud/materials/sprites/obj_icons/icon_obj_5_red.vtf differ diff --git a/toonhud/materials/sprites/obj_icons/icon_obj_5_red_locked.vtf b/toonhud/materials/sprites/obj_icons/icon_obj_5_red_locked.vtf new file mode 100644 index 0000000..4d4be95 Binary files /dev/null and b/toonhud/materials/sprites/obj_icons/icon_obj_5_red_locked.vtf differ diff --git a/toonhud/materials/sprites/obj_icons/icon_obj_blu.vtf b/toonhud/materials/sprites/obj_icons/icon_obj_blu.vtf new file mode 100644 index 0000000..1acc169 Binary files /dev/null and b/toonhud/materials/sprites/obj_icons/icon_obj_blu.vtf differ diff --git a/toonhud/materials/sprites/obj_icons/icon_obj_blu_locked.vtf b/toonhud/materials/sprites/obj_icons/icon_obj_blu_locked.vtf new file mode 100644 index 0000000..f6e035b Binary files /dev/null and b/toonhud/materials/sprites/obj_icons/icon_obj_blu_locked.vtf differ diff --git a/toonhud/materials/sprites/obj_icons/icon_obj_blu_mannhattan_locked.vtf b/toonhud/materials/sprites/obj_icons/icon_obj_blu_mannhattan_locked.vtf new file mode 100644 index 0000000..3c295ae Binary files /dev/null and b/toonhud/materials/sprites/obj_icons/icon_obj_blu_mannhattan_locked.vtf differ diff --git a/toonhud/materials/sprites/obj_icons/icon_obj_cap_blu.vtf b/toonhud/materials/sprites/obj_icons/icon_obj_cap_blu.vtf new file mode 100644 index 0000000..ef98015 Binary files /dev/null and b/toonhud/materials/sprites/obj_icons/icon_obj_cap_blu.vtf differ diff --git a/toonhud/materials/sprites/obj_icons/icon_obj_cap_blu_up.vtf b/toonhud/materials/sprites/obj_icons/icon_obj_cap_blu_up.vtf new file mode 100644 index 0000000..c82c7e9 Binary files /dev/null and b/toonhud/materials/sprites/obj_icons/icon_obj_cap_blu_up.vtf differ diff --git a/toonhud/materials/sprites/obj_icons/icon_obj_cap_mask.vtf b/toonhud/materials/sprites/obj_icons/icon_obj_cap_mask.vtf new file mode 100644 index 0000000..7c3a568 Binary files /dev/null and b/toonhud/materials/sprites/obj_icons/icon_obj_cap_mask.vtf differ diff --git a/toonhud/materials/sprites/obj_icons/icon_obj_cap_red.vtf b/toonhud/materials/sprites/obj_icons/icon_obj_cap_red.vtf new file mode 100644 index 0000000..c6506b5 Binary files /dev/null and b/toonhud/materials/sprites/obj_icons/icon_obj_cap_red.vtf differ diff --git a/toonhud/materials/sprites/obj_icons/icon_obj_cap_red_up.vtf b/toonhud/materials/sprites/obj_icons/icon_obj_cap_red_up.vtf new file mode 100644 index 0000000..dab2f04 Binary files /dev/null and b/toonhud/materials/sprites/obj_icons/icon_obj_cap_red_up.vtf differ diff --git a/toonhud/materials/sprites/obj_icons/icon_obj_neutral.vtf b/toonhud/materials/sprites/obj_icons/icon_obj_neutral.vtf new file mode 100644 index 0000000..0f231ba Binary files /dev/null and b/toonhud/materials/sprites/obj_icons/icon_obj_neutral.vtf differ diff --git a/toonhud/materials/sprites/obj_icons/icon_obj_neutral_locked.vtf b/toonhud/materials/sprites/obj_icons/icon_obj_neutral_locked.vtf new file mode 100644 index 0000000..4ccd5f0 Binary files /dev/null and b/toonhud/materials/sprites/obj_icons/icon_obj_neutral_locked.vtf differ diff --git a/toonhud/materials/sprites/obj_icons/icon_obj_red.vtf b/toonhud/materials/sprites/obj_icons/icon_obj_red.vtf new file mode 100644 index 0000000..1eee1e9 Binary files /dev/null and b/toonhud/materials/sprites/obj_icons/icon_obj_red.vtf differ diff --git a/toonhud/materials/sprites/obj_icons/icon_obj_red_locked.vtf b/toonhud/materials/sprites/obj_icons/icon_obj_red_locked.vtf new file mode 100644 index 0000000..09da935 Binary files /dev/null and b/toonhud/materials/sprites/obj_icons/icon_obj_red_locked.vtf differ diff --git a/toonhud/materials/sprites/obj_icons/icon_obj_timer.vtf b/toonhud/materials/sprites/obj_icons/icon_obj_timer.vtf new file mode 100644 index 0000000..081f53a Binary files /dev/null and b/toonhud/materials/sprites/obj_icons/icon_obj_timer.vtf differ diff --git a/toonhud/materials/sprites/obj_icons/icon_obj_white.vtf b/toonhud/materials/sprites/obj_icons/icon_obj_white.vtf new file mode 100644 index 0000000..8fc4607 Binary files /dev/null and b/toonhud/materials/sprites/obj_icons/icon_obj_white.vtf differ diff --git a/toonhud/materials/vgui/button_quests_pda.vtf b/toonhud/materials/vgui/button_quests_pda.vtf new file mode 100644 index 0000000..30a673e Binary files /dev/null and b/toonhud/materials/vgui/button_quests_pda.vtf differ diff --git a/toonhud/materials/vgui/button_quests_pda_disabled.vtf b/toonhud/materials/vgui/button_quests_pda_disabled.vtf new file mode 100644 index 0000000..ee959fe Binary files /dev/null and b/toonhud/materials/vgui/button_quests_pda_disabled.vtf differ diff --git a/toonhud/materials/vgui/chalkboard_scroll_box.vtf b/toonhud/materials/vgui/chalkboard_scroll_box.vtf new file mode 100644 index 0000000..b2a7d3b Binary files /dev/null and b/toonhud/materials/vgui/chalkboard_scroll_box.vtf differ diff --git a/toonhud/materials/vgui/chalkboard_scroll_down.vtf b/toonhud/materials/vgui/chalkboard_scroll_down.vtf new file mode 100644 index 0000000..28d66a1 Binary files /dev/null and b/toonhud/materials/vgui/chalkboard_scroll_down.vtf differ diff --git a/toonhud/materials/vgui/chalkboard_scroll_line.vtf b/toonhud/materials/vgui/chalkboard_scroll_line.vtf new file mode 100644 index 0000000..a292f17 Binary files /dev/null and b/toonhud/materials/vgui/chalkboard_scroll_line.vtf differ diff --git a/toonhud/materials/vgui/chalkboard_scroll_up.vtf b/toonhud/materials/vgui/chalkboard_scroll_up.vtf new file mode 100644 index 0000000..d650e9d Binary files /dev/null and b/toonhud/materials/vgui/chalkboard_scroll_up.vtf differ diff --git a/toonhud/materials/vgui/close_button.vtf b/toonhud/materials/vgui/close_button.vtf new file mode 100644 index 0000000..9bb48bc Binary files /dev/null and b/toonhud/materials/vgui/close_button.vtf differ diff --git a/toonhud/materials/vgui/replay/thumbnails/backpackslot.vmt b/toonhud/materials/vgui/replay/thumbnails/backpackslot.vmt new file mode 100644 index 0000000..ba2bf17 --- /dev/null +++ b/toonhud/materials/vgui/replay/thumbnails/backpackslot.vmt @@ -0,0 +1,5 @@ +"UnlitGeneric" +{ + "$basetexture" "vgui\replay\thumbnails\backpackslot" + "$vertexalpha" 1 +} \ No newline at end of file diff --git a/toonhud/materials/vgui/replay/thumbnails/backpackslot.vtf b/toonhud/materials/vgui/replay/thumbnails/backpackslot.vtf new file mode 100644 index 0000000..efabd8b Binary files /dev/null and b/toonhud/materials/vgui/replay/thumbnails/backpackslot.vtf differ diff --git a/toonhud/materials/vgui/replay/thumbnails/bluecorner.vmt b/toonhud/materials/vgui/replay/thumbnails/bluecorner.vmt new file mode 100644 index 0000000..a222387 --- /dev/null +++ b/toonhud/materials/vgui/replay/thumbnails/bluecorner.vmt @@ -0,0 +1,5 @@ +"UnlitGeneric" +{ + "$basetexture" "vgui\replay\thumbnails\bluecorner" + "$vertexalpha" 1 +} diff --git a/toonhud/materials/vgui/replay/thumbnails/bluecorner.vtf b/toonhud/materials/vgui/replay/thumbnails/bluecorner.vtf new file mode 100644 index 0000000..9429c48 Binary files /dev/null and b/toonhud/materials/vgui/replay/thumbnails/bluecorner.vtf differ diff --git a/toonhud/materials/vgui/replay/thumbnails/button.vmt b/toonhud/materials/vgui/replay/thumbnails/button.vmt new file mode 100644 index 0000000..0483dbd --- /dev/null +++ b/toonhud/materials/vgui/replay/thumbnails/button.vmt @@ -0,0 +1,7 @@ +"UnlitGeneric" +{ + "$basetexture" "vgui\replay\thumbnails\button" + "$translucent" 1 + "$ignorez" 1 + "$vertexcolor" 1 +} \ No newline at end of file diff --git a/toonhud/materials/vgui/replay/thumbnails/button.vtf b/toonhud/materials/vgui/replay/thumbnails/button.vtf new file mode 100644 index 0000000..1d49a49 Binary files /dev/null and b/toonhud/materials/vgui/replay/thumbnails/button.vtf differ diff --git a/toonhud/materials/vgui/replay/thumbnails/button_holder_central.vmt b/toonhud/materials/vgui/replay/thumbnails/button_holder_central.vmt new file mode 100644 index 0000000..f167461 --- /dev/null +++ b/toonhud/materials/vgui/replay/thumbnails/button_holder_central.vmt @@ -0,0 +1,7 @@ +"UnlitGeneric" +{ + "$basetexture" "vgui\replay\thumbnails\button_holder_central" + "$translucent" 1 + "$ignorez" 1 + "$vertexcolor" 1 +} diff --git a/toonhud/materials/vgui/replay/thumbnails/button_holder_central.vtf b/toonhud/materials/vgui/replay/thumbnails/button_holder_central.vtf new file mode 100644 index 0000000..558f35b Binary files /dev/null and b/toonhud/materials/vgui/replay/thumbnails/button_holder_central.vtf differ diff --git a/toonhud/materials/vgui/replay/thumbnails/color_white.vmt b/toonhud/materials/vgui/replay/thumbnails/color_white.vmt new file mode 100644 index 0000000..6e8c7c5 --- /dev/null +++ b/toonhud/materials/vgui/replay/thumbnails/color_white.vmt @@ -0,0 +1,5 @@ +"UnlitGeneric" +{ + "$basetexture" "hud\color_white" + "$vertexalpha" 1 +} diff --git a/toonhud/materials/vgui/replay/thumbnails/fill.vmt b/toonhud/materials/vgui/replay/thumbnails/fill.vmt new file mode 100644 index 0000000..cb7c7bc --- /dev/null +++ b/toonhud/materials/vgui/replay/thumbnails/fill.vmt @@ -0,0 +1,7 @@ +"UnlitGeneric" +{ + "$basetexture" "vgui\replay\thumbnails\fill" + "$translucent" 1 + "$ignorez" 1 + "$vertexcolor" 1 +} \ No newline at end of file diff --git a/toonhud/materials/vgui/replay/thumbnails/fill.vtf b/toonhud/materials/vgui/replay/thumbnails/fill.vtf new file mode 100644 index 0000000..14f8821 Binary files /dev/null and b/toonhud/materials/vgui/replay/thumbnails/fill.vtf differ diff --git a/toonhud/materials/vgui/replay/thumbnails/glyphs/glyph_competitive.vmt b/toonhud/materials/vgui/replay/thumbnails/glyphs/glyph_competitive.vmt new file mode 100644 index 0000000..8479ff8 --- /dev/null +++ b/toonhud/materials/vgui/replay/thumbnails/glyphs/glyph_competitive.vmt @@ -0,0 +1,9 @@ +"UnlitGeneric" +{ + "$basetexture" "vgui\replay\thumbnails\glyphs\glyph_competitive" + "$translucent" 1 + "$alpha" 1 + "$vertexalpha" 1 + "$ignorez" 1 + "$vertexcolor" 1 +} diff --git a/toonhud/materials/vgui/replay/thumbnails/glyphs/glyph_competitive.vtf b/toonhud/materials/vgui/replay/thumbnails/glyphs/glyph_competitive.vtf new file mode 100644 index 0000000..cfbd12a Binary files /dev/null and b/toonhud/materials/vgui/replay/thumbnails/glyphs/glyph_competitive.vtf differ diff --git a/toonhud/materials/vgui/replay/thumbnails/glyphs/glyph_console.vmt b/toonhud/materials/vgui/replay/thumbnails/glyphs/glyph_console.vmt new file mode 100644 index 0000000..3a0e51c --- /dev/null +++ b/toonhud/materials/vgui/replay/thumbnails/glyphs/glyph_console.vmt @@ -0,0 +1,9 @@ +"UnlitGeneric" +{ + "$basetexture" "vgui\replay\thumbnails\glyphs\glyph_console" + "$translucent" 1 + "$alpha" 1 + "$vertexalpha" 1 + "$ignorez" 1 + "$vertexcolor" 1 +} diff --git a/toonhud/materials/vgui/replay/thumbnails/glyphs/glyph_console.vtf b/toonhud/materials/vgui/replay/thumbnails/glyphs/glyph_console.vtf new file mode 100644 index 0000000..60605f4 Binary files /dev/null and b/toonhud/materials/vgui/replay/thumbnails/glyphs/glyph_console.vtf differ diff --git a/toonhud/materials/vgui/replay/thumbnails/glyphs/glyph_coop.vmt b/toonhud/materials/vgui/replay/thumbnails/glyphs/glyph_coop.vmt new file mode 100644 index 0000000..d6472f9 --- /dev/null +++ b/toonhud/materials/vgui/replay/thumbnails/glyphs/glyph_coop.vmt @@ -0,0 +1,9 @@ +"UnlitGeneric" +{ + "$basetexture" "vgui\replay\thumbnails\glyphs\glyph_coop" + "$translucent" 1 + "$alpha" 1 + "$vertexalpha" 1 + "$ignorez" 1 + "$vertexcolor" 1 +} diff --git a/toonhud/materials/vgui/replay/thumbnails/glyphs/glyph_coop.vtf b/toonhud/materials/vgui/replay/thumbnails/glyphs/glyph_coop.vtf new file mode 100644 index 0000000..2830cc2 Binary files /dev/null and b/toonhud/materials/vgui/replay/thumbnails/glyphs/glyph_coop.vtf differ diff --git a/toonhud/materials/vgui/replay/thumbnails/glyphs/glyph_create.vmt b/toonhud/materials/vgui/replay/thumbnails/glyphs/glyph_create.vmt new file mode 100644 index 0000000..99d738b --- /dev/null +++ b/toonhud/materials/vgui/replay/thumbnails/glyphs/glyph_create.vmt @@ -0,0 +1,9 @@ +"UnlitGeneric" +{ + "$basetexture" "vgui\glyph_create" + "$translucent" 1 + "$alpha" 1 + "$vertexalpha" 1 + "$ignorez" 1 + "$vertexcolor" 1 +} diff --git a/toonhud/materials/vgui/replay/thumbnails/glyphs/glyph_hudmode_centered.vmt b/toonhud/materials/vgui/replay/thumbnails/glyphs/glyph_hudmode_centered.vmt new file mode 100644 index 0000000..06ece58 --- /dev/null +++ b/toonhud/materials/vgui/replay/thumbnails/glyphs/glyph_hudmode_centered.vmt @@ -0,0 +1,9 @@ +"UnlitGeneric" +{ + "$basetexture" "vgui\replay\thumbnails\glyphs\glyph_hudmode_centered" + "$translucent" 1 + "$alpha" 1 + "$vertexalpha" 1 + "$ignorez" 1 + "$vertexcolor" 1 +} diff --git a/toonhud/materials/vgui/replay/thumbnails/glyphs/glyph_hudmode_centered.vtf b/toonhud/materials/vgui/replay/thumbnails/glyphs/glyph_hudmode_centered.vtf new file mode 100644 index 0000000..7663d20 Binary files /dev/null and b/toonhud/materials/vgui/replay/thumbnails/glyphs/glyph_hudmode_centered.vtf differ diff --git a/toonhud/materials/vgui/replay/thumbnails/glyphs/glyph_hudmode_default.vmt b/toonhud/materials/vgui/replay/thumbnails/glyphs/glyph_hudmode_default.vmt new file mode 100644 index 0000000..17f6736 --- /dev/null +++ b/toonhud/materials/vgui/replay/thumbnails/glyphs/glyph_hudmode_default.vmt @@ -0,0 +1,9 @@ +"UnlitGeneric" +{ + "$basetexture" "vgui\replay\thumbnails\glyphs\glyph_hudmode_default" + "$translucent" 1 + "$alpha" 1 + "$vertexalpha" 1 + "$ignorez" 1 + "$vertexcolor" 1 +} diff --git a/toonhud/materials/vgui/replay/thumbnails/glyphs/glyph_hudmode_default.vtf b/toonhud/materials/vgui/replay/thumbnails/glyphs/glyph_hudmode_default.vtf new file mode 100644 index 0000000..9f406ba Binary files /dev/null and b/toonhud/materials/vgui/replay/thumbnails/glyphs/glyph_hudmode_default.vtf differ diff --git a/toonhud/materials/vgui/replay/thumbnails/glyphs/glyph_items.vmt b/toonhud/materials/vgui/replay/thumbnails/glyphs/glyph_items.vmt new file mode 100644 index 0000000..2d6eac7 --- /dev/null +++ b/toonhud/materials/vgui/replay/thumbnails/glyphs/glyph_items.vmt @@ -0,0 +1,9 @@ +"UnlitGeneric" +{ + "$basetexture" "vgui\replay\thumbnails\glyphs\glyph_items" + "$translucent" 1 + "$alpha" 1 + "$vertexalpha" 1 + "$ignorez" 1 + "$vertexcolor" 1 +} diff --git a/toonhud/materials/vgui/replay/thumbnails/glyphs/glyph_items.vtf b/toonhud/materials/vgui/replay/thumbnails/glyphs/glyph_items.vtf new file mode 100644 index 0000000..8b4ad42 Binary files /dev/null and b/toonhud/materials/vgui/replay/thumbnails/glyphs/glyph_items.vtf differ diff --git a/toonhud/materials/vgui/replay/thumbnails/glyphs/glyph_practice.vmt b/toonhud/materials/vgui/replay/thumbnails/glyphs/glyph_practice.vmt new file mode 100644 index 0000000..2ebdba9 --- /dev/null +++ b/toonhud/materials/vgui/replay/thumbnails/glyphs/glyph_practice.vmt @@ -0,0 +1,9 @@ +"UnlitGeneric" +{ + "$basetexture" "vgui\replay\thumbnails\glyphs\glyph_practice" + "$translucent" 1 + "$alpha" 1 + "$vertexalpha" 1 + "$ignorez" 1 + "$vertexcolor" 1 +} diff --git a/toonhud/materials/vgui/replay/thumbnails/glyphs/glyph_practice.vtf b/toonhud/materials/vgui/replay/thumbnails/glyphs/glyph_practice.vtf new file mode 100644 index 0000000..2bc88af Binary files /dev/null and b/toonhud/materials/vgui/replay/thumbnails/glyphs/glyph_practice.vtf differ diff --git a/toonhud/materials/vgui/replay/thumbnails/glyphs/glyph_quit.vmt b/toonhud/materials/vgui/replay/thumbnails/glyphs/glyph_quit.vmt new file mode 100644 index 0000000..2e471cc --- /dev/null +++ b/toonhud/materials/vgui/replay/thumbnails/glyphs/glyph_quit.vmt @@ -0,0 +1,9 @@ +"UnlitGeneric" +{ + "$basetexture" "vgui\replay\thumbnails\glyphs\glyph_quit" + "$translucent" 1 + "$alpha" 1 + "$vertexalpha" 1 + "$ignorez" 1 + "$vertexcolor" 1 +} diff --git a/toonhud/materials/vgui/replay/thumbnails/glyphs/glyph_quit.vtf b/toonhud/materials/vgui/replay/thumbnails/glyphs/glyph_quit.vtf new file mode 100644 index 0000000..7e038ee Binary files /dev/null and b/toonhud/materials/vgui/replay/thumbnails/glyphs/glyph_quit.vtf differ diff --git a/toonhud/materials/vgui/replay/thumbnails/glyphs/glyph_reload.vmt b/toonhud/materials/vgui/replay/thumbnails/glyphs/glyph_reload.vmt new file mode 100644 index 0000000..df578c9 --- /dev/null +++ b/toonhud/materials/vgui/replay/thumbnails/glyphs/glyph_reload.vmt @@ -0,0 +1,9 @@ +"UnlitGeneric" +{ + "$basetexture" "vgui\replay\thumbnails\glyphs\glyph_reload" + "$translucent" 1 + "$alpha" 1 + "$vertexalpha" 1 + "$ignorez" 1 + "$vertexcolor" 1 +} diff --git a/toonhud/materials/vgui/replay/thumbnails/glyphs/glyph_reload.vtf b/toonhud/materials/vgui/replay/thumbnails/glyphs/glyph_reload.vtf new file mode 100644 index 0000000..76c6197 Binary files /dev/null and b/toonhud/materials/vgui/replay/thumbnails/glyphs/glyph_reload.vtf differ diff --git a/toonhud/materials/vgui/replay/thumbnails/glyphs/glyph_server_browser.vmt b/toonhud/materials/vgui/replay/thumbnails/glyphs/glyph_server_browser.vmt new file mode 100644 index 0000000..a35f643 --- /dev/null +++ b/toonhud/materials/vgui/replay/thumbnails/glyphs/glyph_server_browser.vmt @@ -0,0 +1,9 @@ +"UnlitGeneric" +{ + "$basetexture" "vgui\replay\thumbnails\glyphs\glyph_server_browser" + "$translucent" 1 + "$alpha" 1 + "$vertexalpha" 1 + "$ignorez" 1 + "$vertexcolor" 1 +} diff --git a/toonhud/materials/vgui/replay/thumbnails/glyphs/glyph_server_browser.vtf b/toonhud/materials/vgui/replay/thumbnails/glyphs/glyph_server_browser.vtf new file mode 100644 index 0000000..c3ed274 Binary files /dev/null and b/toonhud/materials/vgui/replay/thumbnails/glyphs/glyph_server_browser.vtf differ diff --git a/toonhud/materials/vgui/replay/thumbnails/glyphs/glyph_steamworkshop.vmt b/toonhud/materials/vgui/replay/thumbnails/glyphs/glyph_steamworkshop.vmt new file mode 100644 index 0000000..6ad639f --- /dev/null +++ b/toonhud/materials/vgui/replay/thumbnails/glyphs/glyph_steamworkshop.vmt @@ -0,0 +1,9 @@ +"UnlitGeneric" +{ + "$basetexture" "vgui\replay\thumbnails\glyphs\glyph_steamworkshop" + "$translucent" 1 + "$alpha" 1 + "$vertexalpha" 1 + "$ignorez" 1 + "$vertexcolor" 1 +} diff --git a/toonhud/materials/vgui/replay/thumbnails/glyphs/glyph_steamworkshop.vtf b/toonhud/materials/vgui/replay/thumbnails/glyphs/glyph_steamworkshop.vtf new file mode 100644 index 0000000..9b68139 Binary files /dev/null and b/toonhud/materials/vgui/replay/thumbnails/glyphs/glyph_steamworkshop.vtf differ diff --git a/toonhud/materials/vgui/replay/thumbnails/glyphs/glyph_store.vmt b/toonhud/materials/vgui/replay/thumbnails/glyphs/glyph_store.vmt new file mode 100644 index 0000000..3d97bb4 --- /dev/null +++ b/toonhud/materials/vgui/replay/thumbnails/glyphs/glyph_store.vmt @@ -0,0 +1,9 @@ +"UnlitGeneric" +{ + "$basetexture" "vgui\replay\thumbnails\glyphs\glyph_store" + "$translucent" 1 + "$alpha" 1 + "$vertexalpha" 1 + "$ignorez" 1 + "$vertexcolor" 1 +} diff --git a/toonhud/materials/vgui/replay/thumbnails/glyphs/glyph_store.vtf b/toonhud/materials/vgui/replay/thumbnails/glyphs/glyph_store.vtf new file mode 100644 index 0000000..a901be4 Binary files /dev/null and b/toonhud/materials/vgui/replay/thumbnails/glyphs/glyph_store.vtf differ diff --git a/toonhud/materials/vgui/replay/thumbnails/glyphs/glyph_tf2.vmt b/toonhud/materials/vgui/replay/thumbnails/glyphs/glyph_tf2.vmt new file mode 100644 index 0000000..c0b858e --- /dev/null +++ b/toonhud/materials/vgui/replay/thumbnails/glyphs/glyph_tf2.vmt @@ -0,0 +1,9 @@ +"UnlitGeneric" +{ + "$basetexture" "vgui\replay\thumbnails\glyphs\glyph_tf2" + "$translucent" 1 + "$alpha" 1 + "$vertexalpha" 1 + "$ignorez" 1 + "$vertexcolor" 1 +} diff --git a/toonhud/materials/vgui/replay/thumbnails/glyphs/glyph_tf2.vtf b/toonhud/materials/vgui/replay/thumbnails/glyphs/glyph_tf2.vtf new file mode 100644 index 0000000..5b140ac Binary files /dev/null and b/toonhud/materials/vgui/replay/thumbnails/glyphs/glyph_tf2.vtf differ diff --git a/toonhud/materials/vgui/replay/thumbnails/glyphs/glyph_toonhud.vmt b/toonhud/materials/vgui/replay/thumbnails/glyphs/glyph_toonhud.vmt new file mode 100644 index 0000000..72c5328 --- /dev/null +++ b/toonhud/materials/vgui/replay/thumbnails/glyphs/glyph_toonhud.vmt @@ -0,0 +1,9 @@ +"UnlitGeneric" +{ + "$basetexture" "vgui\replay\thumbnails\glyphs\glyph_toonhud" + "$translucent" 1 + "$alpha" 1 + "$vertexalpha" 1 + "$ignorez" 1 + "$vertexcolor" 1 +} diff --git a/toonhud/materials/vgui/replay/thumbnails/glyphs/glyph_toonhud.vtf b/toonhud/materials/vgui/replay/thumbnails/glyphs/glyph_toonhud.vtf new file mode 100644 index 0000000..4426ec1 Binary files /dev/null and b/toonhud/materials/vgui/replay/thumbnails/glyphs/glyph_toonhud.vtf differ diff --git a/toonhud/materials/vgui/replay/thumbnails/glyphs/glyph_tv.vmt b/toonhud/materials/vgui/replay/thumbnails/glyphs/glyph_tv.vmt new file mode 100644 index 0000000..24b8838 --- /dev/null +++ b/toonhud/materials/vgui/replay/thumbnails/glyphs/glyph_tv.vmt @@ -0,0 +1,9 @@ +"UnlitGeneric" +{ + "$basetexture" "vgui\replay\thumbnails\glyphs\glyph_tv" + "$translucent" 1 + "$alpha" 1 + "$vertexalpha" 1 + "$ignorez" 1 + "$vertexcolor" 1 +} diff --git a/toonhud/materials/vgui/replay/thumbnails/glyphs/glyph_tv.vtf b/toonhud/materials/vgui/replay/thumbnails/glyphs/glyph_tv.vtf new file mode 100644 index 0000000..f000dc6 Binary files /dev/null and b/toonhud/materials/vgui/replay/thumbnails/glyphs/glyph_tv.vtf differ diff --git a/toonhud/materials/vgui/replay/thumbnails/gradient.vmt b/toonhud/materials/vgui/replay/thumbnails/gradient.vmt new file mode 100644 index 0000000..c3bd096 --- /dev/null +++ b/toonhud/materials/vgui/replay/thumbnails/gradient.vmt @@ -0,0 +1,6 @@ +"UnlitGeneric" +{ + "$basetexture" "vgui\replay\thumbnails\gradient" + "$vertexalpha" "1" + "$alpha" "1" // Gradient alpha +} \ No newline at end of file diff --git a/toonhud/materials/vgui/replay/thumbnails/gradient.vtf b/toonhud/materials/vgui/replay/thumbnails/gradient.vtf new file mode 100644 index 0000000..055fffa Binary files /dev/null and b/toonhud/materials/vgui/replay/thumbnails/gradient.vtf differ diff --git a/toonhud/materials/vgui/replay/thumbnails/hitmarker_blue.vmt b/toonhud/materials/vgui/replay/thumbnails/hitmarker_blue.vmt new file mode 100644 index 0000000..a8a66ef --- /dev/null +++ b/toonhud/materials/vgui/replay/thumbnails/hitmarker_blue.vmt @@ -0,0 +1,5 @@ +"UnlitGeneric" +{ + "$basetexture" "vgui\replay\thumbnails\hitmarker_blue" + "$vertexalpha" 1 +} \ No newline at end of file diff --git a/toonhud/materials/vgui/replay/thumbnails/hitmarker_blue.vtf b/toonhud/materials/vgui/replay/thumbnails/hitmarker_blue.vtf new file mode 100644 index 0000000..9359d24 Binary files /dev/null and b/toonhud/materials/vgui/replay/thumbnails/hitmarker_blue.vtf differ diff --git a/toonhud/materials/vgui/replay/thumbnails/hitmarker_red.vmt b/toonhud/materials/vgui/replay/thumbnails/hitmarker_red.vmt new file mode 100644 index 0000000..1ce2598 --- /dev/null +++ b/toonhud/materials/vgui/replay/thumbnails/hitmarker_red.vmt @@ -0,0 +1,5 @@ +"UnlitGeneric" +{ + "$basetexture" "vgui\replay\thumbnails\hitmarker_red" + "$vertexalpha" 1 +} \ No newline at end of file diff --git a/toonhud/materials/vgui/replay/thumbnails/hitmarker_red.vtf b/toonhud/materials/vgui/replay/thumbnails/hitmarker_red.vtf new file mode 100644 index 0000000..34aad22 Binary files /dev/null and b/toonhud/materials/vgui/replay/thumbnails/hitmarker_red.vtf differ diff --git a/toonhud/materials/vgui/replay/thumbnails/larrow.vmt b/toonhud/materials/vgui/replay/thumbnails/larrow.vmt new file mode 100644 index 0000000..9ef54c7 --- /dev/null +++ b/toonhud/materials/vgui/replay/thumbnails/larrow.vmt @@ -0,0 +1,7 @@ +"UnlitGeneric" +{ + "$basetexture" "vgui\replay\thumbnails\larrow" + "$translucent" 1 + "$ignorez" 1 + "$vertexcolor" 1 +} \ No newline at end of file diff --git a/toonhud/materials/vgui/replay/thumbnails/larrow.vtf b/toonhud/materials/vgui/replay/thumbnails/larrow.vtf new file mode 100644 index 0000000..6bc9668 Binary files /dev/null and b/toonhud/materials/vgui/replay/thumbnails/larrow.vtf differ diff --git a/toonhud/materials/vgui/replay/thumbnails/loadout_rect.vmt b/toonhud/materials/vgui/replay/thumbnails/loadout_rect.vmt new file mode 100644 index 0000000..cabc1c1 --- /dev/null +++ b/toonhud/materials/vgui/replay/thumbnails/loadout_rect.vmt @@ -0,0 +1,7 @@ +"UnlitGeneric" +{ + "$basetexture" "vgui\replay\thumbnails\loadout_rect" + "$translucent" 1 + "$ignorez" 1 + "$vertexcolor" 1 +} diff --git a/toonhud/materials/vgui/replay/thumbnails/loadout_rect.vtf b/toonhud/materials/vgui/replay/thumbnails/loadout_rect.vtf new file mode 100644 index 0000000..69bcdf7 Binary files /dev/null and b/toonhud/materials/vgui/replay/thumbnails/loadout_rect.vtf differ diff --git a/toonhud/materials/vgui/replay/thumbnails/mainmenu/button_alert.vmt b/toonhud/materials/vgui/replay/thumbnails/mainmenu/button_alert.vmt new file mode 100644 index 0000000..891de54 --- /dev/null +++ b/toonhud/materials/vgui/replay/thumbnails/mainmenu/button_alert.vmt @@ -0,0 +1,7 @@ +"UnlitGeneric" +{ + "$basetexture" "vgui\replay\thumbnails\mainmenu\button_alert" + "$translucent" 1 + "$ignorez" 1 + "$vertexcolor" 1 +} diff --git a/toonhud/materials/vgui/replay/thumbnails/mainmenu/button_alert.vtf b/toonhud/materials/vgui/replay/thumbnails/mainmenu/button_alert.vtf new file mode 100644 index 0000000..b26887c Binary files /dev/null and b/toonhud/materials/vgui/replay/thumbnails/mainmenu/button_alert.vtf differ diff --git a/toonhud/materials/vgui/replay/thumbnails/mainmenu/button_motd.vmt b/toonhud/materials/vgui/replay/thumbnails/mainmenu/button_motd.vmt new file mode 100644 index 0000000..50679f6 --- /dev/null +++ b/toonhud/materials/vgui/replay/thumbnails/mainmenu/button_motd.vmt @@ -0,0 +1,7 @@ +"UnlitGeneric" +{ + "$basetexture" "vgui\replay\thumbnails\mainmenu\button_motd" + "$translucent" 1 + "$ignorez" 1 + "$vertexcolor" 1 +} diff --git a/toonhud/materials/vgui/replay/thumbnails/mainmenu/button_motd.vtf b/toonhud/materials/vgui/replay/thumbnails/mainmenu/button_motd.vtf new file mode 100644 index 0000000..ebe6175 Binary files /dev/null and b/toonhud/materials/vgui/replay/thumbnails/mainmenu/button_motd.vtf differ diff --git a/toonhud/materials/vgui/replay/thumbnails/mainmenu/button_streaming.vmt b/toonhud/materials/vgui/replay/thumbnails/mainmenu/button_streaming.vmt new file mode 100644 index 0000000..efcc0f5 --- /dev/null +++ b/toonhud/materials/vgui/replay/thumbnails/mainmenu/button_streaming.vmt @@ -0,0 +1,7 @@ +"UnlitGeneric" +{ + "$basetexture" "vgui\replay\thumbnails\mainmenu\button_streaming" + "$translucent" 1 + "$ignorez" 1 + "$vertexcolor" 1 +} diff --git a/toonhud/materials/vgui/replay/thumbnails/mainmenu/button_streaming.vtf b/toonhud/materials/vgui/replay/thumbnails/mainmenu/button_streaming.vtf new file mode 100644 index 0000000..d9aa49f Binary files /dev/null and b/toonhud/materials/vgui/replay/thumbnails/mainmenu/button_streaming.vtf differ diff --git a/toonhud/materials/vgui/replay/thumbnails/mainmenu/mmbutton.vmt b/toonhud/materials/vgui/replay/thumbnails/mainmenu/mmbutton.vmt new file mode 100644 index 0000000..c2afe1f --- /dev/null +++ b/toonhud/materials/vgui/replay/thumbnails/mainmenu/mmbutton.vmt @@ -0,0 +1,9 @@ +"UnlitGeneric" +{ + "$basetexture" "vgui\replay\thumbnails\mainmenu\mmbutton" + "$translucent" 1 + "$alpha" 1 + "$vertexalpha" 1 + "$ignorez" 1 + "$vertexcolor" 1 +} \ No newline at end of file diff --git a/toonhud/materials/vgui/replay/thumbnails/mainmenu/mmbutton.vtf b/toonhud/materials/vgui/replay/thumbnails/mainmenu/mmbutton.vtf new file mode 100644 index 0000000..b08f862 Binary files /dev/null and b/toonhud/materials/vgui/replay/thumbnails/mainmenu/mmbutton.vtf differ diff --git a/toonhud/materials/vgui/replay/thumbnails/rarrow.vmt b/toonhud/materials/vgui/replay/thumbnails/rarrow.vmt new file mode 100644 index 0000000..b21870d --- /dev/null +++ b/toonhud/materials/vgui/replay/thumbnails/rarrow.vmt @@ -0,0 +1,7 @@ +"UnlitGeneric" +{ + "$basetexture" "vgui\replay\thumbnails\rarrow" + "$translucent" 1 + "$ignorez" 1 + "$vertexcolor" 1 +} \ No newline at end of file diff --git a/toonhud/materials/vgui/replay/thumbnails/rarrow.vtf b/toonhud/materials/vgui/replay/thumbnails/rarrow.vtf new file mode 100644 index 0000000..be6b1dd Binary files /dev/null and b/toonhud/materials/vgui/replay/thumbnails/rarrow.vtf differ diff --git a/toonhud/materials/vgui/replay/thumbnails/redcorner.vmt b/toonhud/materials/vgui/replay/thumbnails/redcorner.vmt new file mode 100644 index 0000000..9509385 --- /dev/null +++ b/toonhud/materials/vgui/replay/thumbnails/redcorner.vmt @@ -0,0 +1,5 @@ +"UnlitGeneric" +{ + "$basetexture" "vgui\replay\thumbnails\redcorner" + "$vertexalpha" 1 +} diff --git a/toonhud/materials/vgui/replay/thumbnails/redcorner.vtf b/toonhud/materials/vgui/replay/thumbnails/redcorner.vtf new file mode 100644 index 0000000..e17d93b Binary files /dev/null and b/toonhud/materials/vgui/replay/thumbnails/redcorner.vtf differ diff --git a/toonhud/materials/vgui/replay/thumbnails/search.vmt b/toonhud/materials/vgui/replay/thumbnails/search.vmt new file mode 100644 index 0000000..6173dcb --- /dev/null +++ b/toonhud/materials/vgui/replay/thumbnails/search.vmt @@ -0,0 +1,7 @@ +"UnlitGeneric" +{ + "$basetexture" "vgui\replay\thumbnails\search" + "$translucent" 1 + "$ignorez" 1 + "$vertexcolor" 1 +} \ No newline at end of file diff --git a/toonhud/materials/vgui/replay/thumbnails/search.vtf b/toonhud/materials/vgui/replay/thumbnails/search.vtf new file mode 100644 index 0000000..775a9da Binary files /dev/null and b/toonhud/materials/vgui/replay/thumbnails/search.vtf differ diff --git a/toonhud/materials/vgui/replay/thumbnails/teamsilhouette.vmt b/toonhud/materials/vgui/replay/thumbnails/teamsilhouette.vmt new file mode 100644 index 0000000..b2aecd6 --- /dev/null +++ b/toonhud/materials/vgui/replay/thumbnails/teamsilhouette.vmt @@ -0,0 +1,11 @@ +"UnlitGeneric" +{ + "$basetexture" "vgui\replay\thumbnails\teamsilhouette" + "$vertexalpha" "1" + "$vertexcolor" "1" + "$distancealpha" "1" + "$softedges" "1" + "$edgesoftnessstart" .5 + "$edgesoftnessend" .46 + "$scaleedgesoftnessbasedonscreenres" 1 +} \ No newline at end of file diff --git a/toonhud/materials/vgui/replay/thumbnails/teamsilhouette.vtf b/toonhud/materials/vgui/replay/thumbnails/teamsilhouette.vtf new file mode 100644 index 0000000..fc819ff Binary files /dev/null and b/toonhud/materials/vgui/replay/thumbnails/teamsilhouette.vtf differ diff --git a/toonhud/materials/vgui/replay/thumbnails/transparent.vmt b/toonhud/materials/vgui/replay/thumbnails/transparent.vmt new file mode 100644 index 0000000..164059b --- /dev/null +++ b/toonhud/materials/vgui/replay/thumbnails/transparent.vmt @@ -0,0 +1,9 @@ +"Refract" +{ + "%keywords" "tf" + "$refractamount" "0.0" + "$refracttint" "{255 255 255}" + "$refractblur" "0.0" + "$scale" "[1 1]" + "$normalmap" "vgui/replay/thumbnails/transparent" +} diff --git a/toonhud/materials/vgui/replay/thumbnails/transparent.vtf b/toonhud/materials/vgui/replay/thumbnails/transparent.vtf new file mode 100644 index 0000000..5be2f3c Binary files /dev/null and b/toonhud/materials/vgui/replay/thumbnails/transparent.vtf differ diff --git a/toonhud/materials/vgui/replay/thumbnails/vertical_gradient_box.vmt b/toonhud/materials/vgui/replay/thumbnails/vertical_gradient_box.vmt new file mode 100644 index 0000000..f78fc69 --- /dev/null +++ b/toonhud/materials/vgui/replay/thumbnails/vertical_gradient_box.vmt @@ -0,0 +1,9 @@ +"UnlitGeneric" +{ + "$basetexture" "vgui\replay\thumbnails\vertical_gradient_box" + "$translucent" 1 + "$alpha" 1 + "$vertexalpha" 1 + "$ignorez" 1 + "$vertexcolor" 1 +} \ No newline at end of file diff --git a/toonhud/materials/vgui/replay/thumbnails/vertical_gradient_box.vtf b/toonhud/materials/vgui/replay/thumbnails/vertical_gradient_box.vtf new file mode 100644 index 0000000..b08f862 Binary files /dev/null and b/toonhud/materials/vgui/replay/thumbnails/vertical_gradient_box.vtf differ diff --git a/toonhud/materials/vgui/replay/thumbnails/xhairs/xhair1.vmt b/toonhud/materials/vgui/replay/thumbnails/xhairs/xhair1.vmt new file mode 100644 index 0000000..a14e10f --- /dev/null +++ b/toonhud/materials/vgui/replay/thumbnails/xhairs/xhair1.vmt @@ -0,0 +1,40 @@ +"UnlitGeneric" +{ + "$basetexture" "vgui\replay\thumbnails\xhairs\xhair32" // Crosshair1 shape + "$startAngle" "0" // Crosshair1 angle + "$rotateSpeedDir" "0" // Crosshair1 rotate speed + "$rotateSpeed" "0" + "$multiplier" "-1" + "$angle" "0" + "$translate" "[0.0 0.0]" + "$center" "[0.5 0.5]" + "$vertexcolor" "1" + "$no_fullbright" "1" + "$vertexalpha" "1" + "$ignorez" "1" + "$translucent" "1" + + "Proxies" + { + "Multiply" + { + "srcVar1" "$rotateSpeedDir" + "srcVar2" "$multiplier" + "resultVar" "$rotateSpeed" + } + "LinearRamp" + { + "rate" "$rotateSpeed" + "initialValue" "$startAngle" + "resultVar" "$angle" + } + "TextureTransform" + { + "translateVar" "$translate" + "rotateVar" "$angle" + "centerVar" "$center" + "resultVar" "$basetexturetransform" + } + } +} + diff --git a/toonhud/materials/vgui/replay/thumbnails/xhairs/xhair1.vtf b/toonhud/materials/vgui/replay/thumbnails/xhairs/xhair1.vtf new file mode 100644 index 0000000..0d6d588 Binary files /dev/null and b/toonhud/materials/vgui/replay/thumbnails/xhairs/xhair1.vtf differ diff --git a/toonhud/materials/vgui/replay/thumbnails/xhairs/xhair10.vtf b/toonhud/materials/vgui/replay/thumbnails/xhairs/xhair10.vtf new file mode 100644 index 0000000..32f972d Binary files /dev/null and b/toonhud/materials/vgui/replay/thumbnails/xhairs/xhair10.vtf differ diff --git a/toonhud/materials/vgui/replay/thumbnails/xhairs/xhair11.vtf b/toonhud/materials/vgui/replay/thumbnails/xhairs/xhair11.vtf new file mode 100644 index 0000000..e83755b Binary files /dev/null and b/toonhud/materials/vgui/replay/thumbnails/xhairs/xhair11.vtf differ diff --git a/toonhud/materials/vgui/replay/thumbnails/xhairs/xhair12.vtf b/toonhud/materials/vgui/replay/thumbnails/xhairs/xhair12.vtf new file mode 100644 index 0000000..c848fe9 Binary files /dev/null and b/toonhud/materials/vgui/replay/thumbnails/xhairs/xhair12.vtf differ diff --git a/toonhud/materials/vgui/replay/thumbnails/xhairs/xhair13.vtf b/toonhud/materials/vgui/replay/thumbnails/xhairs/xhair13.vtf new file mode 100644 index 0000000..5c0c142 Binary files /dev/null and b/toonhud/materials/vgui/replay/thumbnails/xhairs/xhair13.vtf differ diff --git a/toonhud/materials/vgui/replay/thumbnails/xhairs/xhair14.vtf b/toonhud/materials/vgui/replay/thumbnails/xhairs/xhair14.vtf new file mode 100644 index 0000000..852e1bd Binary files /dev/null and b/toonhud/materials/vgui/replay/thumbnails/xhairs/xhair14.vtf differ diff --git a/toonhud/materials/vgui/replay/thumbnails/xhairs/xhair15.vtf b/toonhud/materials/vgui/replay/thumbnails/xhairs/xhair15.vtf new file mode 100644 index 0000000..304aa5f Binary files /dev/null and b/toonhud/materials/vgui/replay/thumbnails/xhairs/xhair15.vtf differ diff --git a/toonhud/materials/vgui/replay/thumbnails/xhairs/xhair16.vtf b/toonhud/materials/vgui/replay/thumbnails/xhairs/xhair16.vtf new file mode 100644 index 0000000..1872438 Binary files /dev/null and b/toonhud/materials/vgui/replay/thumbnails/xhairs/xhair16.vtf differ diff --git a/toonhud/materials/vgui/replay/thumbnails/xhairs/xhair17.vtf b/toonhud/materials/vgui/replay/thumbnails/xhairs/xhair17.vtf new file mode 100644 index 0000000..780aca1 Binary files /dev/null and b/toonhud/materials/vgui/replay/thumbnails/xhairs/xhair17.vtf differ diff --git a/toonhud/materials/vgui/replay/thumbnails/xhairs/xhair18.vtf b/toonhud/materials/vgui/replay/thumbnails/xhairs/xhair18.vtf new file mode 100644 index 0000000..c85abc2 Binary files /dev/null and b/toonhud/materials/vgui/replay/thumbnails/xhairs/xhair18.vtf differ diff --git a/toonhud/materials/vgui/replay/thumbnails/xhairs/xhair19.vtf b/toonhud/materials/vgui/replay/thumbnails/xhairs/xhair19.vtf new file mode 100644 index 0000000..facf629 Binary files /dev/null and b/toonhud/materials/vgui/replay/thumbnails/xhairs/xhair19.vtf differ diff --git a/toonhud/materials/vgui/replay/thumbnails/xhairs/xhair2.vmt b/toonhud/materials/vgui/replay/thumbnails/xhairs/xhair2.vmt new file mode 100644 index 0000000..f820efa --- /dev/null +++ b/toonhud/materials/vgui/replay/thumbnails/xhairs/xhair2.vmt @@ -0,0 +1,40 @@ +"UnlitGeneric" +{ + "$basetexture" "vgui\replay\thumbnails\xhairs\xhair1" // Crosshair2 shape + "$startAngle" "45" // Crosshair2 angle + "$rotateSpeedDir" "0" // Crosshair2 rotate speed + "$rotateSpeed" "0" + "$multiplier" "-1" + "$angle" "0" + "$translate" "[0.0 0.0]" + "$center" "[0.5 0.5]" + "$vertexcolor" "1" + "$no_fullbright" "1" + "$vertexalpha" "1" + "$ignorez" "1" + "$translucent" "1" + + "Proxies" + { + "Multiply" + { + "srcVar1" "$rotateSpeedDir" + "srcVar2" "$multiplier" + "resultVar" "$rotateSpeed" + } + "LinearRamp" + { + "rate" "$rotateSpeed" + "initialValue" "$startAngle" + "resultVar" "$angle" + } + "TextureTransform" + { + "translateVar" "$translate" + "rotateVar" "$angle" + "centerVar" "$center" + "resultVar" "$basetexturetransform" + } + } +} + diff --git a/toonhud/materials/vgui/replay/thumbnails/xhairs/xhair2.vtf b/toonhud/materials/vgui/replay/thumbnails/xhairs/xhair2.vtf new file mode 100644 index 0000000..c68328d Binary files /dev/null and b/toonhud/materials/vgui/replay/thumbnails/xhairs/xhair2.vtf differ diff --git a/toonhud/materials/vgui/replay/thumbnails/xhairs/xhair20.vtf b/toonhud/materials/vgui/replay/thumbnails/xhairs/xhair20.vtf new file mode 100644 index 0000000..ea52e22 Binary files /dev/null and b/toonhud/materials/vgui/replay/thumbnails/xhairs/xhair20.vtf differ diff --git a/toonhud/materials/vgui/replay/thumbnails/xhairs/xhair21.vtf b/toonhud/materials/vgui/replay/thumbnails/xhairs/xhair21.vtf new file mode 100644 index 0000000..ed20f03 Binary files /dev/null and b/toonhud/materials/vgui/replay/thumbnails/xhairs/xhair21.vtf differ diff --git a/toonhud/materials/vgui/replay/thumbnails/xhairs/xhair22.vtf b/toonhud/materials/vgui/replay/thumbnails/xhairs/xhair22.vtf new file mode 100644 index 0000000..faf9b91 Binary files /dev/null and b/toonhud/materials/vgui/replay/thumbnails/xhairs/xhair22.vtf differ diff --git a/toonhud/materials/vgui/replay/thumbnails/xhairs/xhair23.vtf b/toonhud/materials/vgui/replay/thumbnails/xhairs/xhair23.vtf new file mode 100644 index 0000000..e0cca07 Binary files /dev/null and b/toonhud/materials/vgui/replay/thumbnails/xhairs/xhair23.vtf differ diff --git a/toonhud/materials/vgui/replay/thumbnails/xhairs/xhair24.vtf b/toonhud/materials/vgui/replay/thumbnails/xhairs/xhair24.vtf new file mode 100644 index 0000000..07cb8af Binary files /dev/null and b/toonhud/materials/vgui/replay/thumbnails/xhairs/xhair24.vtf differ diff --git a/toonhud/materials/vgui/replay/thumbnails/xhairs/xhair25.vtf b/toonhud/materials/vgui/replay/thumbnails/xhairs/xhair25.vtf new file mode 100644 index 0000000..1087a41 Binary files /dev/null and b/toonhud/materials/vgui/replay/thumbnails/xhairs/xhair25.vtf differ diff --git a/toonhud/materials/vgui/replay/thumbnails/xhairs/xhair26.vtf b/toonhud/materials/vgui/replay/thumbnails/xhairs/xhair26.vtf new file mode 100644 index 0000000..02edbf0 Binary files /dev/null and b/toonhud/materials/vgui/replay/thumbnails/xhairs/xhair26.vtf differ diff --git a/toonhud/materials/vgui/replay/thumbnails/xhairs/xhair27.vtf b/toonhud/materials/vgui/replay/thumbnails/xhairs/xhair27.vtf new file mode 100644 index 0000000..030954c Binary files /dev/null and b/toonhud/materials/vgui/replay/thumbnails/xhairs/xhair27.vtf differ diff --git a/toonhud/materials/vgui/replay/thumbnails/xhairs/xhair28.vtf b/toonhud/materials/vgui/replay/thumbnails/xhairs/xhair28.vtf new file mode 100644 index 0000000..4297bb8 Binary files /dev/null and b/toonhud/materials/vgui/replay/thumbnails/xhairs/xhair28.vtf differ diff --git a/toonhud/materials/vgui/replay/thumbnails/xhairs/xhair29.vtf b/toonhud/materials/vgui/replay/thumbnails/xhairs/xhair29.vtf new file mode 100644 index 0000000..0bee8cb Binary files /dev/null and b/toonhud/materials/vgui/replay/thumbnails/xhairs/xhair29.vtf differ diff --git a/toonhud/materials/vgui/replay/thumbnails/xhairs/xhair3.vmt b/toonhud/materials/vgui/replay/thumbnails/xhairs/xhair3.vmt new file mode 100644 index 0000000..5133328 --- /dev/null +++ b/toonhud/materials/vgui/replay/thumbnails/xhairs/xhair3.vmt @@ -0,0 +1,39 @@ +"UnlitGeneric" +{ + "$basetexture" "vgui\replay\thumbnails\xhairs\xhair1" // Crosshair3 shape + "$startAngle" "0" // Crosshair3 angle + "$rotateSpeedDir" "0" // Crosshair3 rotate speed + "$rotateSpeed" "0" + "$multiplier" "-1" + "$angle" "0" + "$translate" "[0.0 0.0]" + "$center" "[0.5 0.5]" + "$vertexcolor" "1" + "$no_fullbright" "1" + "$vertexalpha" "1" + "$ignorez" "1" + "$translucent" "1" + + "Proxies" + { + "Multiply" + { + "srcVar1" "$rotateSpeedDir" + "srcVar2" "$multiplier" + "resultVar" "$rotateSpeed" + } + "LinearRamp" + { + "rate" "$rotateSpeed" + "initialValue" "$startAngle" + "resultVar" "$angle" + } + "TextureTransform" + { + "translateVar" "$translate" + "rotateVar" "$angle" + "centerVar" "$center" + "resultVar" "$basetexturetransform" + } + } +} diff --git a/toonhud/materials/vgui/replay/thumbnails/xhairs/xhair3.vtf b/toonhud/materials/vgui/replay/thumbnails/xhairs/xhair3.vtf new file mode 100644 index 0000000..ed64bba Binary files /dev/null and b/toonhud/materials/vgui/replay/thumbnails/xhairs/xhair3.vtf differ diff --git a/toonhud/materials/vgui/replay/thumbnails/xhairs/xhair30.vtf b/toonhud/materials/vgui/replay/thumbnails/xhairs/xhair30.vtf new file mode 100644 index 0000000..306c287 Binary files /dev/null and b/toonhud/materials/vgui/replay/thumbnails/xhairs/xhair30.vtf differ diff --git a/toonhud/materials/vgui/replay/thumbnails/xhairs/xhair31.vtf b/toonhud/materials/vgui/replay/thumbnails/xhairs/xhair31.vtf new file mode 100644 index 0000000..d8228a8 Binary files /dev/null and b/toonhud/materials/vgui/replay/thumbnails/xhairs/xhair31.vtf differ diff --git a/toonhud/materials/vgui/replay/thumbnails/xhairs/xhair32.vtf b/toonhud/materials/vgui/replay/thumbnails/xhairs/xhair32.vtf new file mode 100644 index 0000000..d58864c Binary files /dev/null and b/toonhud/materials/vgui/replay/thumbnails/xhairs/xhair32.vtf differ diff --git a/toonhud/materials/vgui/replay/thumbnails/xhairs/xhair4.vtf b/toonhud/materials/vgui/replay/thumbnails/xhairs/xhair4.vtf new file mode 100644 index 0000000..de1224f Binary files /dev/null and b/toonhud/materials/vgui/replay/thumbnails/xhairs/xhair4.vtf differ diff --git a/toonhud/materials/vgui/replay/thumbnails/xhairs/xhair5.vtf b/toonhud/materials/vgui/replay/thumbnails/xhairs/xhair5.vtf new file mode 100644 index 0000000..e8a8a83 Binary files /dev/null and b/toonhud/materials/vgui/replay/thumbnails/xhairs/xhair5.vtf differ diff --git a/toonhud/materials/vgui/replay/thumbnails/xhairs/xhair6.vtf b/toonhud/materials/vgui/replay/thumbnails/xhairs/xhair6.vtf new file mode 100644 index 0000000..e2d1fce Binary files /dev/null and b/toonhud/materials/vgui/replay/thumbnails/xhairs/xhair6.vtf differ diff --git a/toonhud/materials/vgui/replay/thumbnails/xhairs/xhair7.vtf b/toonhud/materials/vgui/replay/thumbnails/xhairs/xhair7.vtf new file mode 100644 index 0000000..b37bc3d Binary files /dev/null and b/toonhud/materials/vgui/replay/thumbnails/xhairs/xhair7.vtf differ diff --git a/toonhud/materials/vgui/replay/thumbnails/xhairs/xhair8.vtf b/toonhud/materials/vgui/replay/thumbnails/xhairs/xhair8.vtf new file mode 100644 index 0000000..fb17a10 Binary files /dev/null and b/toonhud/materials/vgui/replay/thumbnails/xhairs/xhair8.vtf differ diff --git a/toonhud/materials/vgui/replay/thumbnails/xhairs/xhair9.vtf b/toonhud/materials/vgui/replay/thumbnails/xhairs/xhair9.vtf new file mode 100644 index 0000000..48a9872 Binary files /dev/null and b/toonhud/materials/vgui/replay/thumbnails/xhairs/xhair9.vtf differ diff --git a/toonhud/resource/chatscheme.res b/toonhud/resource/chatscheme.res new file mode 100644 index 0000000..d72813c --- /dev/null +++ b/toonhud/resource/chatscheme.res @@ -0,0 +1,791 @@ +Scheme +{ + + Colors + { + // base colors + "White" "255 255 255 255" + "OffWhite" "255 255 255 255" + "DullWhite" "142 142 142 255" + "Orange" "255 155 0 255" + "TransparentBlack" "0 0 0 0" + "Black" "0 0 0 255" + "Green" "63 185 73 255" + "Blank" "0 0 0 0" + } + + BaseSettings + { + // vgui_controls color specifications + Border.Bright "0 0 0 0" // the lit side of a control + Border.Dark "0 0 0 0" // the dark/unlit side of a control + Border.Selection "0 0 0 0" // the additional border color for displaying the default/selected button + + Button.TextColor "Blank" + Button.BgColor "Blank" + Button.ArmedTextColor "White" + Button.ArmedBgColor "255 255 255 10" + Button.DepressedTextColor "White" + Button.DepressedBgColor "Blank" + Button.FocusBorderColor "Black" + + CheckButton.TextColor "OffWhite" + CheckButton.SelectedTextColor "White" + CheckButton.BgColor "TransparentBlack" + CheckButton.Border1 "Border.Dark" // the left checkbutton border + CheckButton.Border2 "Border.Bright" // the right checkbutton border + CheckButton.Check "White" // color of the check itself + + ComboBoxButton.ArrowColor "DullWhite" + ComboBoxButton.ArmedArrowColor "White" + ComboBoxButton.BgColor "Blank" + ComboBoxButton.DisabledBgColor "Blank" + + "Chat.TypingText" "White" + + Frame.TitleTextInsetX 16 + Frame.ClientInsetX 8 + Frame.ClientInsetY 6 + Frame.BgColor "0 0 0 0" [$WIN32] + Frame.OutOfFocusBgColor "0 0 0 0" [$WIN32] + Frame.FocusTransitionEffectTime "0.2" // time it takes for a window to fade in/out on focus/out of focus + Frame.TransitionEffectTime "0.2" // time it takes for a window to fade in/out on open/close + Frame.AutoSnapRange "0" + FrameGrip.Color1 "46 43 42 220" + FrameGrip.Color2 "0 0 0 196" + FrameTitleButton.FgColor "46 43 42 220" + FrameTitleButton.BgColor "Blank" + FrameTitleButton.DisabledFgColor "255 255 255 192" + FrameTitleButton.DisabledBgColor "Blank" + FrameSystemButton.FgColor "Blank" + FrameSystemButton.BgColor "Blank" + FrameSystemButton.Icon "" + FrameSystemButton.DisabledIcon "" + FrameTitleBar.Font "UiBold" [$WIN32] + FrameTitleBar.Font "DefaultLarge" [$WIN32] + FrameTitleBar.TextColor "White" + FrameTitleBar.BgColor "Blank" + FrameTitleBar.DisabledTextColor "255 255 255 192" + FrameTitleBar.DisabledBgColor "Blank" + + GraphPanel.FgColor "White" + GraphPanel.BgColor "TransparentBlack" + + Label.TextDullColor "DullWhite" + Label.TextColor "OffWhite" + Label.TextBrightColor "White" + Label.SelectedTextColor "White" + Label.BgColor "TransparentBlack" + Label.DisabledFgColor1 "117 117 117 255" + Label.DisabledFgColor2 "30 30 30 255" + + ListPanel.TextColor "OffWhite" + ListPanel.TextBgColor "Blank" + ListPanel.BgColor "TransparentBlack" + ListPanel.SelectedTextColor "Black" + ListPanel.SelectedBgColor "Orange" + ListPanel.SelectedOutOfFocusBgColor "255 155 0 128" + ListPanel.EmptyListInfoTextColor "OffWhite" + + Menu.TextColor "White" + Menu.BgColor "46 43 42 220" + Menu.ArmedTextColor "Black" + Menu.ArmedBgColor "Orange" + Menu.TextInset "6" + + Panel.FgColor "Blank" + Panel.BgColor "46 43 42 220" + + ProgressBar.FgColor "White" + ProgressBar.BgColor "TransparentBlack" + + PropertySheet.TextColor "OffWhite" + PropertySheet.SelectedTextColor "White" + PropertySheet.TransitionEffectTime "0.25" // time to change from one tab to another + + RadioButton.TextColor "DullWhite" + RadioButton.SelectedTextColor "White" + + RichText.TextColor "OffWhite" + RichText.BgColor "TransparentBlack" + RichText.SelectedTextColor "Black" + RichText.SelectedBgColor "Orange" + + ScrollBar.Wide 5 + + ScrollBarButton.FgColor "0 0 0 0" + ScrollBarButton.BgColor "0 0 0 0" + ScrollBarButton.ArmedFgColor "0 0 0 0" + ScrollBarButton.ArmedBgColor "0 0 0 0" + ScrollBarButton.DepressedFgColor "0 0 0 0" + ScrollBarButton.DepressedBgColor "0 0 0 0" + + ScrollBarSlider.FgColor "255 255 255 200" // nob color + ScrollBarSlider.BgColor "0 0 0 0" // slider background color + + SectionedListPanel.HeaderTextColor "White" + SectionedListPanel.HeaderBgColor "Blank" + SectionedListPanel.DividerColor "Black" + SectionedListPanel.TextColor "DullWhite" + SectionedListPanel.BrightTextColor "White" + SectionedListPanel.BgColor "TransparentBlack" + SectionedListPanel.SelectedTextColor "Black" + SectionedListPanel.SelectedBgColor "Orange" + SectionedListPanel.OutOfFocusSelectedTextColor "Black" + SectionedListPanel.OutOfFocusSelectedBgColor "255 155 0 128" + + Slider.NobColor "G_DarkRed" + Slider.TextColor "180 180 180 255" + Slider.TrackColor "31 31 31 255" + Slider.DisabledTextColor1 "117 117 117 255" + Slider.DisabledTextColor2 "30 30 30 255" + + TextEntry.TextColor "OffWhite" + TextEntry.BgColor "TransparentBlack" + TextEntry.CursorColor "OffWhite" + TextEntry.DisabledTextColor "DullWhite" + TextEntry.DisabledBgColor "Blank" + TextEntry.SelectedTextColor "Black" + TextEntry.SelectedBgColor "Orange" + TextEntry.OutOfFocusSelectedBgColor "255 155 0 128" + TextEntry.FocusEdgeColor "0 0 0 196" + + ToggleButton.SelectedTextColor "White" + + Tooltip.TextColor "0 0 0 196" + Tooltip.BgColor "Orange" + + TreeView.BgColor "TransparentBlack" + + WizardSubPanel.BgColor "Blank" + + // scheme-specific colors + MainMenu.TextColor "White" [$WIN32] + MainMenu.TextColor "200 200 200 255" [$X360] + MainMenu.ArmedTextColor "200 200 200 255" [$WIN32] + MainMenu.ArmedTextColor "White" [$X360] + MainMenu.DepressedTextColor "192 186 80 255" + MainMenu.MenuItemHeight "16" [$WIN32] + MainMenu.MenuItemHeight "32" [$X360] + MainMenu.Inset "32" + MainMenu.Backdrop "0 0 0 156" + + Console.TextColor "OffWhite" + Console.DevTextColor "White" + + NewGame.TextColor "White" + NewGame.FillColor "0 0 0 255" + NewGame.SelectionColor "Orange" [$WIN32] + NewGame.SelectionColor "0 0 0 255" [$X360] + NewGame.DisabledColor "128 128 128 196" + + TFColors.ChatTextYellow "255 255 255 255" + TFColors.ChatTextTeamBlue "153 204 255 255" + TFColors.ChatTextTeamRed "255 63 53 255" + } + + //////////////////////// BITMAP FONT FILES ///////////////////////////// + // + // Bitmap Fonts are ****VERY*** expensive static memory resources so they are purposely sparse + BitmapFontFiles + { + // UI buttons, custom font, (256x64) + "Buttons" "materials/vgui/fonts/buttons_32.vbf" + } + + //////////////////////// FONTS ///////////////////////////// + // + // describes all the fonts + Fonts + { + + "Default" + { + "1" + { + "name" "Verdana" + "tall" "12" + "weight" "0" + "range" "0x0000 0x017F" + "yres" "480 599" + } + "2" + { + "name" "Verdana" + "tall" "13" + "weight" "0" + "range" "0x0000 0x017F" + "yres" "600 767" + } + "3" + { + "name" "Verdana" + "tall" "14" + "weight" "0" + "range" "0x0000 0x017F" + "yres" "768 1023" + "antialias" "1" + } + "4" + { + "name" "Verdana" + "tall" "16" + "weight" "0" + "range" "0x0000 0x017F" + "yres" "1024 1199" + "antialias" "1" + } + "5" + { + "name" "Verdana" + "tall" "20" + "weight" "0" + "range" "0x0000 0x017F" + "yres" "1200 6000" + "antialias" "1" + } + } + + // this is the symbol font + "Marlett" + { + + "1" + { + "name" "Marlett" + "tall" "10" + "weight" "0" + "yres" "480 599" + "symbol" "1" + } + "2" + { + "name" "Marlett" + "tall" "14" + "weight" "0" + "yres" "600 767" + "symbol" "1" + } + "3" + { + "name" "Marlett" + "tall" "13" + "weight" "0" + "yres" "768 1023" + "symbol" "1" + } + "4" + { + "name" "Marlett" + "tall" "17" + "weight" "0" + "yres" "1024 1199" + "symbol" "1" + } + "5" + { + "name" "Marlett" + "tall" "22" + "weight" "0" + "yres" "1200 10000" + "symbol" "1" + } + } + + "MarlettSmall" + { + "1" + { + "name" "Marlett" + "tall" "7" + "weight" "0" + "yres" "480 599" + "symbol" "1" + } + "2" + { + "name" "Marlett" + "tall" "9" + "weight" "0" + "yres" "600 767" + "symbol" "1" + } + "3" + { + "name" "Marlett" + "tall" "11" + "weight" "0" + "yres" "768 1023" + "symbol" "1" + } + "4" + { + "name" "Marlett" + "tall" "13" + "weight" "0" + "yres" "1024 1199" + "symbol" "1" + } + "5" + { + "name" "Marlett" + "tall" "17" + "weight" "0" + "yres" "1200 10000" + "symbol" "1" + } + } + + "ChatFont" + { + "1" + { + "name" "Verdana" // Chat font + "tall" "12" // Chat fontsize + "weight" "700" // Chat fontweight + "yres" "480 599" // Chat yres + "dropshadow" "1" // Chat shadow + "antialias" "0" // Chat antialias + } + "2" + { + "name" "Verdana" // Chat font + "tall" "14" // Chat fontsize + "weight" "700" // Chat fontweight + "yres" "600 767" // Chat yres + "dropshadow" "1" // Chat shadow + "antialias" "0" // Chat antialias + } + "3" + { + "name" "Verdana" // Chat font + "tall" "15" // Chat fontsize + "weight" "700" // Chat fontweight + "yres" "768 1023" // Chat yres + "dropshadow" "1" // Chat shadow + "antialias" "0" // Chat antialias + } + "4" + { + "name" "Verdana" // Chat font + "tall" "17" // Chat fontsize + "weight" "700" // Chat fontweight + "yres" "1024 1199" // Chat yres + "dropshadow" "1" // Chat shadow + "antialias" "0" // Chat antialias + } + "5" + { + "name" "Verdana" // Chat font + "tall" "22" // Chat fontsize + "weight" "700" // Chat fontweight + "yres" "1200 10000" // Chat yres + "dropshadow" "1" // Chat shadow + "antialias" "0" // Chat antialias + } + } + + + } + + Borders + { + BaseBorder DepressedBorder + ButtonBorder RaisedBorder + ComboBoxBorder DepressedBorder + MenuBorder RaisedBorder + BrowserBorder DepressedBorder + PropertySheetBorder RaisedBorder + + FrameBorder + { + "backgroundtype" "0" + } + + DepressedBorder + { + "inset" "0 0 1 1" + Left + { + "1" + { + "color" "Border.Dark" + "offset" "0 1" + } + } + + Right + { + "1" + { + "color" "Border.Bright" + "offset" "1 0" + } + } + + Top + { + "1" + { + "color" "Border.Dark" + "offset" "0 0" + } + } + + Bottom + { + "1" + { + "color" "Border.Bright" + "offset" "0 0" + } + } + } + RaisedBorder + { + "inset" "0 0 1 1" + Left + { + "1" + { + "color" "Border.Bright" + "offset" "0 1" + } + } + + Right + { + "1" + { + "color" "Border.Dark" + "offset" "0 0" + } + } + + Top + { + "1" + { + "color" "Border.Bright" + "offset" "0 1" + } + } + + Bottom + { + "1" + { + "color" "Border.Dark" + "offset" "0 0" + } + } + } + + TitleButtonBorder + { + "backgroundtype" "0" + } + + TitleButtonDisabledBorder + { + "backgroundtype" "0" + } + + TitleButtonDepressedBorder + { + "backgroundtype" "0" + } + + ScrollBarButtonBorder + { + "inset" "2 2 0 0" + Left + { + "1" + { + "color" "Border.Bright" + "offset" "0 1" + } + } + + Right + { + "1" + { + "color" "Border.Dark" + "offset" "1 0" + } + } + + Top + { + "1" + { + "color" "Border.Bright" + "offset" "0 0" + } + } + + Bottom + { + "1" + { + "color" "Border.Dark" + "offset" "0 0" + } + } + } + + ScrollBarButtonDepressedBorder + { + "inset" "2 2 0 0" + Left + { + "1" + { + "color" "Border.Dark" + "offset" "0 1" + } + } + + Right + { + "1" + { + "color" "Border.Bright" + "offset" "1 0" + } + } + + Top + { + "1" + { + "color" "Border.Dark" + "offset" "0 0" + } + } + + Bottom + { + "1" + { + "color" "Border.Bright" + "offset" "0 0" + } + } + } + + TabBorder + { + "inset" "0 0 1 1" + Left + { + "1" + { + "color" "Border.Bright" + "offset" "0 1" + } + } + + Right + { + "1" + { + "color" "Border.Dark" + "offset" "1 0" + } + } + + Top + { + "1" + { + "color" "Border.Bright" + "offset" "0 0" + } + } + + } + + TabActiveBorder + { + "inset" "0 0 1 0" + Left + { + "1" + { + "color" "Border.Bright" + "offset" "0 0" + } + } + + Right + { + "1" + { + "color" "Border.Dark" + "offset" "1 0" + } + } + + Top + { + "1" + { + "color" "Border.Bright" + "offset" "0 0" + } + } + + } + + + ToolTipBorder + { + "inset" "0 0 1 0" + Left + { + "1" + { + "color" "Border.Dark" + "offset" "0 0" + } + } + + Right + { + "1" + { + "color" "Border.Dark" + "offset" "1 0" + } + } + + Top + { + "1" + { + "color" "Border.Dark" + "offset" "0 0" + } + } + + Bottom + { + "1" + { + "color" "Border.Dark" + "offset" "0 0" + } + } + } + + // this is the border used for default buttons (the button that gets pressed when you hit enter) + ButtonKeyFocusBorder + { + "inset" "0 0 1 1" + Left + { + "1" + { + "color" "Border.Selection" + "offset" "0 0" + } + "2" + { + "color" "Border.Bright" + "offset" "0 1" + } + } + Top + { + "1" + { + "color" "Border.Selection" + "offset" "0 0" + } + "2" + { + "color" "Border.Bright" + "offset" "1 0" + } + } + Right + { + "1" + { + "color" "Border.Selection" + "offset" "0 0" + } + "2" + { + "color" "Border.Dark" + "offset" "1 0" + } + } + Bottom + { + "1" + { + "color" "Border.Selection" + "offset" "0 0" + } + "2" + { + "color" "Border.Dark" + "offset" "0 0" + } + } + } + + ButtonDepressedBorder + { + "inset" "2 1 1 1" + Left + { + "1" + { + "color" "Border.Dark" + "offset" "0 1" + } + } + + Right + { + "1" + { + "color" "Border.Bright" + "offset" "1 0" + } + } + + Top + { + "1" + { + "color" "Border.Dark" + "offset" "0 0" + } + } + + Bottom + { + "1" + { + "color" "Border.Bright" + "offset" "0 0" + } + } + } + } + + //////////////////////// CUSTOM FONT FILES ///////////////////////////// + // + // specifies all the custom (non-system) font files that need to be loaded to service the above described fonts + CustomFontFiles + { + "1" "resource/HALFLIFE2.ttf" + "2" "resource/HL2EP2.ttf" + } +} diff --git a/toonhud/resource/clientscheme.res b/toonhud/resource/clientscheme.res new file mode 100644 index 0000000..e0a5583 --- /dev/null +++ b/toonhud/resource/clientscheme.res @@ -0,0 +1,3 @@ +#base "clientscheme_colors.res" +#base "clientscheme_borders.res" +#base "clientscheme_fonts.res" \ No newline at end of file diff --git a/toonhud/resource/clientscheme_borders.res b/toonhud/resource/clientscheme_borders.res new file mode 100644 index 0000000..6816a5f --- /dev/null +++ b/toonhud/resource/clientscheme_borders.res @@ -0,0 +1,4894 @@ +Scheme +{ + //////////////////// BORDERS ////////////////////////////// + + Borders + { + + G_HealthBorder + { + "inset" "0 0 0 0" + Left + { + "1" + { + "color" "G_Black" + "offset" "0 0" + } + "2" + { + "color" "0 0 0 50" + "offset" "2 2" + } + } + + Right + { + "1" + { + "color" "G_Black" + "offset" "0 0" + } + "2" + { + "color" "0 0 0 50" + "offset" "1 1" + } + } + + Top + { + "1" + { + "color" "G_Black" + "offset" "0 0" + } + "2" + { + "color" "0 0 0 50" + "offset" "1 2" + } + } + + Bottom + { + "1" + { + "color" "G_Black" + "offset" "0 0" + } + "2" + { + "color" "0 0 0 50" + "offset" "1 2" + } + } + } + + G_TargetBorder + { + "inset" "0 0 0 0" + Left + { + "1" + { + "color" "G_OuterBorder" + "offset" "0 0" + } + "2" + { + "color" "G_InnerBorder" + "offset" "2 2" + } + } + + Right + { + "1" + { + "color" "G_OuterBorder" + "offset" "0 0" + } + "2" + { + "color" "G_InnerBorder" + "offset" "1 1" + } + } + + Top + { + "1" + { + "color" "G_OuterBorder" + "offset" "0 0" + } + "2" + { + "color" "G_InnerBorder" + "offset" "1 2" + } + } + + Bottom + { + "1" + { + "color" "G_OuterBorder" + "offset" "0 0" + } + "2" + { + "color" "G_InnerBorder" + "offset" "1 2" + } + } + } + + G_MainMenuButtonBorder + { + "inset" "0 0 0 0" + Left + { + "1" + { + "color" "G_MainMenuButtonBorderColor" + "offset" "0 0" + } + "2" + { + "color" "G_MainMenuButtonBorderColor" + "offset" "2 2" + } + } + + Right + { + "1" + { + "color" "G_MainMenuButtonBorderColor" + "offset" "0 0" + } + "2" + { + "color" "G_MainMenuButtonBorderColor" + "offset" "1 1" + } + } + + Top + { + "1" + { + "color" "G_MainMenuButtonBorderColor" + "offset" "0 0" + } + "2" + { + "color" "G_MainMenuButtonBorderColor" + "offset" "1 2" + } + } + + Bottom + { + "1" + { + "color" "G_MainMenuButtonBorderColor" + "offset" "0 0" + } + "2" + { + "color" "G_MainMenuButtonBorderColor" + "offset" "1 2" + } + } + } + + G_MainMenuButtonBorderHover + { + "inset" "0 0 0 0" + Left + { + "1" + { + "color" "G_MainMenuButtonBorderHoverColor" + "offset" "0 0" + } + "2" + { + "color" "G_MainMenuButtonBorderHoverColor" + "offset" "2 2" + } + } + + Right + { + "1" + { + "color" "G_MainMenuButtonBorderHoverColor" + "offset" "0 0" + } + "2" + { + "color" "G_MainMenuButtonBorderHoverColor" + "offset" "1 1" + } + } + + Top + { + "1" + { + "color" "G_MainMenuButtonBorderHoverColor" + "offset" "0 0" + } + "2" + { + "color" "G_MainMenuButtonBorderHoverColor" + "offset" "1 2" + } + } + + Bottom + { + "1" + { + "color" "G_MainMenuButtonBorderHoverColor" + "offset" "0 0" + } + "2" + { + "color" "G_MainMenuButtonBorderHoverColor" + "offset" "1 2" + } + } + } + + HighlightBg + { + "bordertype" "scalable_image" + "backgroundtype" "0" + "color" "G_Highlight" + "image" "replay/thumbnails/fill" + "src_corner_height" "0" + "src_corner_width" "0" + "draw_corner_width" "0" + "draw_corner_height" "0" + } + + G_MenuBorder + { + "inset" "0 0 0 0" + Left + { + "1" + { + "color" "G_Black" + "offset" "0 0" + } + "2" + { + "color" "G_Highlight" + "offset" "1 1" + } + "3" + { + "color" "G_Highlight" + "offset" "2 2" + } + "4" + { + "color" "G_Highlight" + "offset" "3 3" + } + } + + Right + { + "1" + { + "color" "G_Black" + "offset" "0 0" + } + "2" + { + "color" "G_Highlight" + "offset" "1 1" + } + "3" + { + "color" "G_Highlight" + "offset" "2 2" + } + "4" + { + "color" "G_Highlight" + "offset" "3 3" + } + } + + Top + { + "1" + { + "color" "G_Black" + "offset" "0 0" + } + "2" + { + "color" "G_Highlight" + "offset" "1 1" + } + "3" + { + "color" "G_Highlight" + "offset" "2 2" + } + "4" + { + "color" "G_Highlight" + "offset" "3 3" + } + } + + Bottom + { + "1" + { + "color" "G_Black" + "offset" "0 0" + } + "2" + { + "color" "G_Highlight" + "offset" "1 1" + } + "3" + { + "color" "G_Highlight" + "offset" "2 2" + } + "4" + { + "color" "G_Highlight" + "offset" "3 3" + } + } + } + + G_TargetBorderSides + { + "inset" "0 0 0 0" + Left + { + "1" + { + "color" "G_OuterBorder" + "offset" "0 0" + } + "2" + { + "color" "G_InnerBorder" + "offset" "0 0" + } + } + + Right + { + "1" + { + "color" "G_OuterBorder" + "offset" "0 0" + } + "2" + { + "color" "G_InnerBorder" + "offset" "0 0" + } + } + } + + G_TargetBorderNoTop + { + "inset" "0 0 0 0" + Left + { + "1" + { + "color" "G_OuterBorder" + "offset" "0 0" + } + "2" + { + "color" "G_InnerBorder" + "offset" "0 2" + } + } + + Right + { + "1" + { + "color" "G_OuterBorder" + "offset" "0 0" + } + "2" + { + "color" "G_InnerBorder" + "offset" "0 1" + } + } + + Bottom + { + "1" + { + "color" "G_OuterBorder" + "offset" "0 0" + } + "2" + { + "color" "G_InnerBorder" + "offset" "1 2" + } + } + } + + G_TimerSetupBorder + { + "inset" "0 0 0 0" + Left + { + "1" + { + "color" "G_OuterBorder" + "offset" "0 0" + } + "2" + { + "color" "G_InnerBorder" + "offset" "1 2" + } + } + + Right + { + "1" + { + "color" "G_OuterBorder" + "offset" "0 0" + } + "2" + { + "color" "G_InnerBorder" + "offset" "1 2" + } + } + + Top + { + "1" + { + "color" "G_InnerBorder" + "offset" "1 1" + } + } + + Bottom + { + "1" + { + "color" "G_OuterBorder" + "offset" "0 0" + } + "2" + { + "color" "G_InnerBorder" + "offset" "1 1" + } + } + } + + G_ScoreboardStripe + { + "inset" "0 0 0 0" + + Left + { + "1" + { + "color" "G_OuterBorder" + "offset" "0 0" + } + "2" + { + "color" "G_InnerBorder" + "offset" "0 0" + } + } + + Right + { + "1" + { + "color" "G_OuterBorder" + "offset" "0 0" + } + "2" + { + "color" "G_InnerBorder" + "offset" "0 0" + } + } + + Top + { + "1" + { + "color" "G_OuterBorder" + "offset" "1 1" + } + "2" + { + "color" "G_InnerBorder" + "offset" "2 2" + } + } + + Bottom + { + "1" + { + "color" "G_OuterBorder" + "offset" "1 1" + } + "2" + { + "color" "G_InnerBorder" + "offset" "2 2" + } + } + } + + G_BackpackOverlayBorder + { + "inset" "0 0 1 1" + "backgroundtype" "2" + Left + { + "1" + { + "color" "0 0 0 75" + "offset" "0 1" + } + } + + Right + { + "1" + { + "color" "0 0 0 75" + "offset" "1 0" + } + } + + Top + { + "1" + { + "color" "0 0 0 75" + "offset" "0 0" + } + } + + Bottom + { + "1" + { + "color" "0 0 0 75" + "offset" "0 0" + } + } + } + + G_ItemEffectMeterLine + { + "inset" "0 0 0 0" + + Right + { + "1" + { + "color" "G_ItemEffectMeterLineColor" + "offset" "0 0" + } + } + } + + G_HorizontalBorder + { + "inset" "0 0 0 0" + + Top + { + "1" + { + "color" "G_OuterBorder" + "offset" "0 0" + } + "2" + { + "color" "G_InnerBorder" + "offset" "0 0" + } + } + + Bottom + { + "1" + { + "color" "G_OuterBorder" + "offset" "0 0" + } + "2" + { + "color" "G_InnerBorder" + "offset" "0 0" + } + } + } + + + G_MeterBorder + { + "inset" "0 0 0 0" + Left + { + "1" + { + "color" "G_ItemMeterBorder" + "offset" "1 1" + } + } + + Right + { + "1" + { + "color" "G_ItemMeterBorder" + "offset" "1 1" + } + } + + Top + { + "1" + { + "color" "G_ItemMeterBorder" + "offset" "0 0" + } + } + + Bottom + { + "1" + { + "color" "G_ItemMeterBorder" + "offset" "0 0" + } + } + } + + G_MeterBorderRight + { + "inset" "0 0 0 0" + Right + { + "1" + { + "color" "G_ItemMeterBorder" + "offset" "1 1" + } + } + } + + G_ChargeBorder + { + "inset" "0 0 0 0" + Left + { + "1" + { + "color" "G_WhiteShadow" + "offset" "0 0" + } + } + + Right + { + "1" + { + "color" "G_WhiteShadow" + "offset" "0 0" + } + } + } + + + NoBorder + { + "inset" "0 0 0 0" + Left + { + "1" + { + "color" "Blank" + "offset" "0 0" + } + } + + Right + { + "1" + { + "color" "Blank" + "offset" "0 0" + } + } + + Top + { + "1" + { + "color" "Blank" + "offset" "0 0" + } + } + + Bottom + { + "1" + { + "color" "Blank" + "offset" "0 0" + } + } + } + + TeamMenuBorder + { + "inset" "0 0 0 0" + Left + { + "1" + { + "color" "Black" + "offset" "0 0" + } + "2" + { + "color" "Black" + "offset" "0 0" + } + } + + Right + { + "1" + { + "color" "Black" + "offset" "0 0" + } + "2" + { + "color" "Black" + "offset" "0 0" + } + } + + Top + { + "1" + { + "color" "Black" + "offset" "0 0" + } + "2" + { + "color" "Black" + "offset" "0 0" + } + } + + Bottom + { + "1" + { + "color" "Black" + "offset" "0 0" + } + "2" + { + "color" "Black" + "offset" "0 0" + } + } + } + + ScrollBarButtonBorder + { + "inset" "0 0 0 0" + "backgroundtype" "2" // SharpB + } + + ScrollBarButtonDepressedBorder + { + "inset" "0 0 0 0" + "backgroundtype" "2" // SharpB + } + + ButtonBorder + { + "inset" "0 0 0 0" + "backgroundtype" "2" // SharpB + } + + // this is the border used for default buttons (the button that gets pressed when you hit enter) + ButtonKeyFocusBorder + { + "inset" "0 0 0 0" + "backgroundtype" "2" // SharpB + } + + ButtonDepressedBorder + { + "inset" "0 0 0 0" + "backgroundtype" "2" // SharpB + } + + FooterColorBorder + { + "inset" "0 0 1 1" + Left + { + "1" + { + "color" "G_Footer" + "offset" "0 1" + } + } + + Right + { + "1" + { + "color" "G_Footer" + "offset" "1 0" + } + } + + Top + { + "1" + { + "color" "G_Footer" + "offset" "0 0" + } + } + + Bottom + { + "1" + { + "color" "G_Footer" + "offset" "0 0" + } + } + } + + FooterTextColorBorder + { + "inset" "0 0 1 1" + Left + { + "1" + { + "color" "G_FooterText" + "offset" "0 1" + } + } + + Right + { + "1" + { + "color" "G_FooterText" + "offset" "1 0" + } + } + + Top + { + "1" + { + "color" "G_FooterText" + "offset" "0 0" + } + } + + Bottom + { + "1" + { + "color" "G_FooterText" + "offset" "0 0" + } + } + } + + ComboBoxBorder + { + "inset" "0 0 1 1" + Left + { + "1" + { + "color" "G_WhiteShadowDim" + "offset" "0 1" + } + } + + Right + { + "1" + { + "color" "G_WhiteShadowDim" + "offset" "1 0" + } + } + + Top + { + "1" + { + "color" "G_WhiteShadowDim" + "offset" "0 0" + } + } + + Bottom + { + "1" + { + "color" "G_WhiteShadowDim" + "offset" "0 0" + } + } + } + DarkComboBoxBorder + { + "inset" "0 0 1 1" + Left + { + "1" + { + "color" "G_Black" + "offset" "0 1" + } + } + + Right + { + "1" + { + "color" "G_Black" + "offset" "1 0" + } + } + + Top + { + "1" + { + "color" "G_Black" + "offset" "0 0" + } + } + + Bottom + { + "1" + { + "color" "G_Black" + "offset" "0 0" + } + } + } + SalePriceBorder + { + "inset" "0 0 1 1" + Left + { + "1" + { + "color" "SaleGreen" + "offset" "0 1" + } + } + + Right + { + "1" + { + "color" "SaleGreen" + "offset" "1 0" + } + } + + Top + { + "1" + { + "color" "SaleGreen" + "offset" "0 0" + } + } + + Bottom + { + "1" + { + "color" "SaleGreen" + "offset" "0 0" + } + } + } + + MainMenuSubButtonBorder + { + "inset" "0 0 1 1" + Left + { + "1" + { + "color" "TanDarker" + "offset" "0 1" + } + } + + Right + { + "1" + { + "color" "TanDarker" + "offset" "1 0" + } + } + } + + 3d + { + "inset" "0 0 1 1" + Left + { + "1" + { + "color" "255 255 255 30" + "offset" "0 1" + } + } + + Right + { + "1" + { + "color" "0 0 0 30" + "offset" "1 0" + } + } + + Top + { + "1" + { + "color" "255 255 255 30" + "offset" "0 0" + } + } + + Bottom + { + "1" + { + "color" "0 0 0 30" + "offset" "0 0" + } + } + } + + SharpWhiteContainer + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "image" "replay/thumbnails/vertical_gradient_box" + "color" "255 255 255 255" + "src_corner_height" "3" + "src_corner_width" "3" + "draw_corner_width" "1" + "draw_corner_height" "1" + } + + SharpBlackContainer + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "image" "replay/thumbnails/vertical_gradient_box" + "color" "10 10 10 255" + "src_corner_height" "3" + "src_corner_width" "3" + "draw_corner_width" "1" + "draw_corner_height" "1" + } + + SharpPurpleContainer + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "image" "replay/thumbnails/vertical_gradient_box" + "color" "100 65 165 255" + "src_corner_height" "3" + "src_corner_width" "3" + "draw_corner_width" "1" + "draw_corner_height" "1" + } + + SharpBrownContainer + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "image" "replay/thumbnails/vertical_gradient_box" + "color" "170 150 85 255" + "src_corner_height" "3" + "src_corner_width" "3" + "draw_corner_width" "1" + "draw_corner_height" "1" + } + + SharpMainMenuButton + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "image" "replay/thumbnails/mainmenu/mmbutton" + "color" "G_MainMenuButton" + "src_corner_height" "3" + "src_corner_width" "3" + "draw_corner_width" "1" + "draw_corner_height" "1" + } + + SharpMainMenuButtonArmed + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "image" "replay/thumbnails/mainmenu/mmbutton" + "color" "G_MainMenuButtonHover" + "src_corner_height" "3" + "src_corner_width" "3" + "draw_corner_width" "1" + "draw_corner_height" "1" + } + + CrosshatchedBackground + { + "bordertype" "image" + "backgroundtype" "2" + "image" "loadout_header" + "tiled" "1" + } + + OutlinedGreyBox + { + "bordertype" "scalable_image" + "backgroundtype" "2" + + "image" "loadout_round_rect_selected" + "src_corner_height" "24" // pixels inside the image + "src_corner_width" "24" + "draw_corner_width" "11" // screen size of the corners ( and sides ), proportional + "draw_corner_height" "11" + } + OutlinedDullGreyBox + { + "bordertype" "scalable_image" + "backgroundtype" "2" + + "image" "loadout_round_rect" + "src_corner_height" "24" // pixels inside the image + "src_corner_width" "24" + "draw_corner_width" "11" // screen size of the corners ( and sides ), proportional + "draw_corner_height" "11" + } + + TFThinLineBorder + { + "bordertype" "scalable_image" + "backgroundtype" "2" + + "image" "../hud/tournament_panel_brown" + //"image" "../hud/color_panel_browner" + "src_corner_height" "23" // pixels inside the image + "src_corner_width" "23" + "draw_corner_width" "8" // screen size of the corners ( and sides ), proportional + "draw_corner_height" "8" + } + + TFFatLineBorderOpaque + { + "bordertype" "scalable_image" + "backgroundtype" "2" + + "image" "../hud/color_panel_brown_opaque" + "src_corner_height" "23" // pixels inside the image + "src_corner_width" "23" + "draw_corner_width" "3" // screen size of the corners ( and sides ), proportional + "draw_corner_height" "3" + } + TFFatLineBorder + { + "bordertype" "scalable_image" + "backgroundtype" "2" + + "image" "../hud/color_panel_brown" + "src_corner_height" "23" // pixels inside the image + "src_corner_width" "23" + "draw_corner_width" "0" // (5)screen size of the corners ( and sides ), proportional + "draw_corner_height" "0" // (5) + } + TFFatLineBorderRedBGOpaque + { + "bordertype" "scalable_image" + "backgroundtype" "2" + + "image" "../hud/color_panel_red_opaque" + "src_corner_height" "23" // pixels inside the image + "src_corner_width" "23" + "draw_corner_width" "5" // screen size of the corners ( and sides ), proportional + "draw_corner_height" "5" + } + TFFatLineBorderRedBGOpaque_Store + { + "bordertype" "scalable_image" + "backgroundtype" "2" + + "image" "../hud/color_panel_red_opaque" + "src_corner_height" "24" // pixels inside the image + "src_corner_width" "24" + "draw_corner_width" "11" // screen size of the corners ( and sides ), proportional + "draw_corner_height" "11" + } + TFFatLineBorderRedBG + { + "bordertype" "scalable_image" + "backgroundtype" "2" + + "image" "../hud/color_panel_red" + "src_corner_height" "23" // pixels inside the image + "src_corner_width" "23" + "draw_corner_width" "0" // (5) screen size of the corners ( and sides ), proportional + "draw_corner_height" "0" // (5) + } + TFFatLineBorderBlueBG + { + "bordertype" "scalable_image" + "backgroundtype" "2" + + "image" "../hud/color_panel_blu" + "src_corner_height" "23" // pixels inside the image + "src_corner_width" "23" + "draw_corner_width" "0" // (5) screen size of the corners ( and sides ), proportional + "draw_corner_height" "0" // (5) + } + TFFatLineBorderBlueBGOpaque + { + "bordertype" "scalable_image" + "backgroundtype" "2" + + "image" "../hud/color_panel_blu_opaque" + "src_corner_height" "23" // pixels inside the image + "src_corner_width" "23" + "draw_corner_width" "5" // screen size of the corners ( and sides ), proportional + "draw_corner_height" "5" + } + TFFatLineBorderClearBG + { + "bordertype" "scalable_image" + "backgroundtype" "2" + + "image" "../hud/color_panel_clear" + "src_corner_height" "23" // pixels inside the image + "src_corner_width" "23" + "draw_corner_width" "5" // screen size of the corners ( and sides ), proportional + "draw_corner_height" "5" + } + + ToolTipBorder + { + "inset" "0 0 1 1" + Left + { + "1" + { + "color" "TanDarker" + "offset" "0 1" + } + } + + Right + { + "1" + { + "color" "TanDarker" + "offset" "1 0" + } + } + + Top + { + "1" + { + "color" "TanDarker" + "offset" "0 0" + } + } + + Bottom + { + "1" + { + "color" "TanDarker" + "offset" "0 0" + } + } + } + OptionsCategoryBorder + { + "inset" "0 0 1 1" + + // This border is used just to create a horizontal line, so it only has a bottom border + + Bottom + { + "1" + { + "color" "TanLight" + "offset" "0 0" + } + } + } + + GrayDialogBorder + { + "bordertype" "scalable_image" + "backgroundtype" "2" + + "image" "loadout_rect" + "src_corner_height" "24" // pixels inside the image + "src_corner_width" "24" + "draw_corner_width" "11" // screen size of the corners ( and sides ), proportional + "draw_corner_height" "11" + } + + MainMenuHover + { + "bordertype" "scalable_image" + "backgroundtype" "2" + + "image" "loadout_rect" + "src_corner_height" "24" // pixels inside the image + "src_corner_width" "24" + "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional + "draw_corner_height" "0" + } + + StoreFreeTrialBorder + { + "bordertype" "scalable_image" + "backgroundtype" "2" + + "image" "loadout_rect_red" + "src_corner_height" "24" // pixels inside the image + "src_corner_width" "24" + "draw_corner_width" "11" // screen size of the corners ( and sides ), proportional + "draw_corner_height" "11" + } + + EconItemBorder + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "G_LoadoutItemBg" + "image" "replay/thumbnails/loadout_rect" + "src_corner_height" "0" + "src_corner_width" "0" + "draw_corner_width" "0" + "draw_corner_height" "0" + } + Econ.Button.Border.Default + { + "inset" "0 0 0 0" + "backgroundtype" "2" // SharpB + } + Econ.Button.Border.Armed + { + "inset" "0 0 0 0" + "backgroundtype" "2" // SharpB + } + + LoadoutItemMouseOverBorder + { + "inset" "0 0 0 0" + + Bottom + { + "1" + { + "color" "0 0 0 0" + "offset" "1 1" + } + "2" + { + "color" "QualityColorNormal" + "offset" "1 1" + } + "3" + { + "color" "QualityColorNormal" + "offset" "1 1" + } + } + } + LoadoutItemPopupBorder + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "G_ItemDescriptionPanelBg" + "image" "replay/thumbnails/button_holder_central" + "src_corner_height" "32" + "src_corner_width" "32" + "draw_corner_width" "4" + "draw_corner_height" "4" + } + + BackpackItemGrayedOut + { + "inset" "0 0 0 0" + Left + { + "1" + { + "color" "Blank" + "offset" "0 0" + } + } + + Right + { + "1" + { + "color" "Blank" + "offset" "0 0" + } + } + + Top + { + "1" + { + "color" "Blank" + "offset" "0 0" + } + } + + Bottom + { + "1" + { + "color" "Blank" + "offset" "0 0" + } + } + } + + BackpackItemGrayedOut_Selected + { + "inset" "0 0 0 0" + Left + { + "1" + { + "color" "G_Black" + "offset" "0 0" + } + } + + Right + { + "1" + { + "color" "G_Black" + "offset" "0 0" + } + } + + Top + { + "1" + { + "color" "G_Black" + "offset" "0 0" + } + } + + Bottom + { + "1" + { + "color" "G_Black" + "offset" "0 0" + } + } + } + + // Standard ------------------------------------------------------------------------------------------------ + BackpackItemBorder + { + "inset" "0 0 0 0" + Left + { + "1" + { + "color" "Blank" + "offset" "0 0" + } + } + + Right + { + "1" + { + "color" "Blank" + "offset" "0 0" + } + } + + Top + { + "1" + { + "color" "Blank" + "offset" "0 0" + } + } + + Bottom + { + "1" + { + "color" "Blank" + "offset" "0 0" + } + } + } + BackpackItemMouseOverBorder + { + "inset" "0 0 0 0" + Left + { + "1" + { + "color" "Blank" + "offset" "0 0" + } + } + + Right + { + "1" + { + "color" "Blank" + "offset" "0 0" + } + } + + Top + { + "1" + { + "color" "Blank" + "offset" "0 0" + } + } + + Bottom + { + "1" + { + "color" "Blank" + "offset" "0 0" + } + } + } + BackpackItemSelectedBorder + { + "inset" "0 0 0 0" + Left + { + "1" + { + "color" "G_White" + "offset" "0 0" + } + "2" + { + "color" "G_White" + "offset" "2 2" + } + "3" + { + "color" "G_White" + "offset" "3 3" + } + } + + Right + { + "1" + { + "color" "185 185 185 255" + "offset" "0 0" + } + "2" + { + "color" "185 185 185 255" + "offset" "1 1" + } + "3" + { + "color" "185 185 185 255" + "offset" "2 2" + } + } + + Top + { + "1" + { + "color" "G_White" + "offset" "0 0" + } + "2" + { + "color" "G_White" + "offset" "1 2" + } + "3" + { + "color" "G_White" + "offset" "2 3" + } + } + + Bottom + { + "1" + { + "color" "185 185 185 255" + "offset" "0 0" + } + "2" + { + "color" "185 185 185 255" + "offset" "1 2" + } + "3" + { + "color" "185 185 185 255" + "offset" "2 3" + } + } + } + + BackpackItemGreyedOutBorder + { + "inset" "0 0 0 0" + Left + { + "1" + { + "color" "G_Black" + "offset" "0 0" + } + "2" + { + "color" "G_Black" + "offset" "2 2" + } + } + + Right + { + "1" + { + "color" "G_Black" + "offset" "0 0" + } + "2" + { + "color" "G_Black" + "offset" "1 1" + } + } + + Top + { + "1" + { + "color" "G_Black" + "offset" "0 0" + } + "2" + { + "color" "G_Black" + "offset" "1 2" + } + } + + Bottom + { + "1" + { + "color" "G_Black" + "offset" "0 0" + } + "2" + { + "color" "G_Black" + "offset" "1 2" + } + } + } + + BackpackItemGreyedOutSelectedBorder + { + "inset" "0 0 0 0" + Left + { + "1" + { + "color" "G_Black" + "offset" "0 0" + } + "2" + { + "color" "G_Black" + "offset" "2 2" + } + "3" + { + "color" "G_Black" + "offset" "3 3" + } + } + + Right + { + "1" + { + "color" "G_Black" + "offset" "0 0" + } + "2" + { + "color" "G_Black" + "offset" "1 1" + } + "3" + { + "color" "G_Black" + "offset" "2 2" + } + } + + Top + { + "1" + { + "color" "G_Black" + "offset" "0 0" + } + "2" + { + "color" "G_Black" + "offset" "1 2" + } + "3" + { + "color" "G_Black" + "offset" "2 3" + } + } + + Bottom + { + "1" + { + "color" "G_Black" + "offset" "0 0" + } + "2" + { + "color" "G_Black" + "offset" "1 2" + } + "3" + { + "color" "G_Black" + "offset" "2 3" + } + } + } + + // Unique ------------------------------------------------------------------------------------------------ + BackpackItemBorder_Unique + { + "inset" "0 0 0 0" + + Bottom + { + "1" + { + "color" "0 0 0 0" + "offset" "1 1" + } + "2" + { + "color" "DimmQualityColorUnique" + "offset" "1 1" + } + "3" + { + "color" "DimmQualityColorUnique" + "offset" "1 1" + } + } + } + BackpackItemMouseOverBorder_Unique + { + "inset" "0 0 0 0" + + Bottom + { + "1" + { + "color" "0 0 0 0" + "offset" "1 1" + } + "2" + { + "color" "QualityColorUnique" + "offset" "1 1" + } + "3" + { + "color" "QualityColorUnique" + "offset" "1 1" + } + } + } + + BackpackItemGreyedOutBorder_Unique + { + "inset" "0 0 0 0" + + Bottom + { + "1" + { + "color" "0 0 0 0" + "offset" "1 1" + } + "2" + { + "color" "QualityColorUnique_GreyedOut" + "offset" "1 1" + } + "3" + { + "color" "QualityColorUnique_GreyedOut" + "offset" "1 1" + } + } + } + BackpackItemGreyedOutSelectedBorder_Unique + { + "inset" "0 0 0 0" + + Bottom + { + "1" + { + "color" "0 0 0 0" + "offset" "1 1" + } + "2" + { + "color" "QualityColorUnique_GreyedOut" + "offset" "1 1" + } + "3" + { + "color" "QualityColorUnique_GreyedOut" + "offset" "1 1" + } + } + } + + // Rarity1 ------------------------------------------------------------------------------------------------ + BackpackItemBorder_1 + { + "inset" "0 0 0 0" + + Bottom + { + "1" + { + "color" "0 0 0 0" + "offset" "1 1" + } + "2" + { + "color" "DimmQualityColorrarity1" + "offset" "1 1" + } + "3" + { + "color" "DimmQualityColorrarity1" + "offset" "1 1" + } + } + } + BackpackItemMouseOverBorder_1 + { + "inset" "0 0 0 0" + + Bottom + { + "1" + { + "color" "0 0 0 0" + "offset" "1 1" + } + "2" + { + "color" "QualityColorrarity1" + "offset" "1 1" + } + "3" + { + "color" "QualityColorrarity1" + "offset" "1 1" + } + } + } + + BackpackItemGreyedOutBorder_1 + { + "inset" "0 0 0 0" + + Bottom + { + "1" + { + "color" "0 0 0 0" + "offset" "1 1" + } + "2" + { + "color" "QualityColorrarity1_GreyedOut" + "offset" "1 1" + } + "3" + { + "color" "QualityColorrarity1_GreyedOut" + "offset" "1 1" + } + } + } + BackpackItemGreyedOutSelectedBorder_1 + { + "inset" "0 0 0 0" + + Bottom + { + "1" + { + "color" "0 0 0 0" + "offset" "1 1" + } + "2" + { + "color" "QualityColorrarity1_GreyedOut" + "offset" "1 1" + } + "3" + { + "color" "QualityColorrarity1_GreyedOut" + "offset" "1 1" + } + } + } + + // Rarity2 ------------------------------------------------------------------------------------------------ + BackpackItemBorder_2 + { + "inset" "0 0 0 0" + + Bottom + { + "1" + { + "color" "0 0 0 0" + "offset" "1 1" + } + "2" + { + "color" "DimmQualityColorrarity2" + "offset" "1 1" + } + "3" + { + "color" "DimmQualityColorrarity2" + "offset" "1 1" + } + } + } + BackpackItemMouseOverBorder_2 + { + "inset" "0 0 0 0" + + Bottom + { + "1" + { + "color" "0 0 0 0" + "offset" "1 1" + } + "2" + { + "color" "QualityColorrarity2" + "offset" "1 1" + } + "3" + { + "color" "QualityColorrarity2" + "offset" "1 1" + } + } + } + + BackpackItemGreyedOutBorder_2 + { + "inset" "0 0 0 0" + + Bottom + { + "1" + { + "color" "0 0 0 0" + "offset" "1 1" + } + "2" + { + "color" "QualityColorrarity2_GreyedOut" + "offset" "1 1" + } + "3" + { + "color" "QualityColorrarity2_GreyedOut" + "offset" "1 1" + } + } + } + BackpackItemGreyedOutSelectedBorder_2 + { + "inset" "0 0 0 0" + + Bottom + { + "1" + { + "color" "0 0 0 0" + "offset" "1 1" + } + "2" + { + "color" "QualityColorrarity2_GreyedOut" + "offset" "1 1" + } + "3" + { + "color" "QualityColorrarity2_GreyedOut" + "offset" "1 1" + } + } + } + + // Rarity3 ------------------------------------------------------------------------------------------------ + BackpackItemBorder_3 + { + "inset" "0 0 0 0" + + Bottom + { + "1" + { + "color" "0 0 0 0" + "offset" "1 1" + } + "2" + { + "color" "DimmQualityColorrarity3" + "offset" "1 1" + } + "3" + { + "color" "DimmQualityColorrarity3" + "offset" "1 1" + } + } + } + BackpackItemMouseOverBorder_3 + { + "inset" "0 0 0 0" + + Bottom + { + "1" + { + "color" "0 0 0 0" + "offset" "1 1" + } + "2" + { + "color" "QualityColorrarity3" + "offset" "1 1" + } + "3" + { + "color" "QualityColorrarity3" + "offset" "1 1" + } + } + } + + BackpackItemGreyedOutBorder_3 + { + "inset" "0 0 0 0" + + Bottom + { + "1" + { + "color" "0 0 0 0" + "offset" "1 1" + } + "2" + { + "color" "QualityColorrarity3_GreyedOut" + "offset" "1 1" + } + "3" + { + "color" "QualityColorrarity3_GreyedOut" + "offset" "1 1" + } + } + } + BackpackItemGreyedOutSelectedBorder_3 + { + "inset" "0 0 0 0" + + Bottom + { + "1" + { + "color" "0 0 0 0" + "offset" "1 1" + } + "2" + { + "color" "QualityColorrarity3_GreyedOut" + "offset" "1 1" + } + "3" + { + "color" "QualityColorrarity3_GreyedOut" + "offset" "1 1" + } + } + } + + // Rarity4 ------------------------------------------------------------------------------------------------ + BackpackItemBorder_4 + { + "inset" "0 0 0 0" + + Bottom + { + "1" + { + "color" "0 0 0 0" + "offset" "1 1" + } + "2" + { + "color" "DimmQualityColorrarity4" + "offset" "1 1" + } + "3" + { + "color" "DimmQualityColorrarity4" + "offset" "1 1" + } + } + } + BackpackItemMouseOverBorder_4 + { + "inset" "0 0 0 0" + + Bottom + { + "1" + { + "color" "0 0 0 0" + "offset" "1 1" + } + "2" + { + "color" "QualityColorrarity4" + "offset" "1 1" + } + "3" + { + "color" "QualityColorrarity4" + "offset" "1 1" + } + } + } + + BackpackItemGreyedOutBorder_4 + { + "inset" "0 0 0 0" + + Bottom + { + "1" + { + "color" "0 0 0 0" + "offset" "1 1" + } + "2" + { + "color" "QualityColorrarity4_GreyedOut" + "offset" "1 1" + } + "3" + { + "color" "QualityColorrarity4_GreyedOut" + "offset" "1 1" + } + } + } + + BackpackItemGreyedOutSelectedBorder_4 + { + "inset" "0 0 0 0" + + Bottom + { + "1" + { + "color" "0 0 0 0" + "offset" "1 1" + } + "2" + { + "color" "QualityColorrarity4_GreyedOut" + "offset" "1 1" + } + "3" + { + "color" "QualityColorrarity4_GreyedOut" + "offset" "1 1" + } + } + } + + // Haunted ------------------------------------------------------------------------------------------------ + BackpackItemBorder_Haunted + { + "inset" "0 0 0 0" + + Bottom + { + "1" + { + "color" "0 0 0 0" + "offset" "1 1" + } + "2" + { + "color" "DimmQualityColorHaunted" + "offset" "1 1" + } + "3" + { + "color" "DimmQualityColorHaunted" + "offset" "1 1" + } + } + } + BackpackItemMouseOverBorder_Haunted + { + "inset" "0 0 0 0" + + Bottom + { + "1" + { + "color" "0 0 0 0" + "offset" "1 1" + } + "2" + { + "color" "QualityColorHaunted" + "offset" "1 1" + } + "3" + { + "color" "QualityColorHaunted" + "offset" "1 1" + } + } + } + + BackpackItemGreyedOutBorder_Haunted + { + "inset" "0 0 0 0" + + Bottom + { + "1" + { + "color" "0 0 0 0" + "offset" "1 1" + } + "2" + { + "color" "QualityColorHaunted_GreyedOut" + "offset" "1 1" + } + "3" + { + "color" "QualityColorHaunted_GreyedOut" + "offset" "1 1" + } + } + } + + BackpackItemGreyedOutSelectedBorder_Haunted + { + "inset" "0 0 0 0" + + Bottom + { + "1" + { + "color" "0 0 0 0" + "offset" "1 1" + } + "2" + { + "color" "QualityColorHaunted_GreyedOut" + "offset" "1 1" + } + "3" + { + "color" "QualityColorHaunted_GreyedOut" + "offset" "1 1" + } + } + } + + // Vintage ------------------------------------------------------------------------------------------------ + BackpackItemBorder_Vintage + { + "inset" "0 0 0 0" + + Bottom + { + "1" + { + "color" "0 0 0 0" + "offset" "1 1" + } + "2" + { + "color" "DimmQualityColorVintage" + "offset" "1 1" + } + "3" + { + "color" "DimmQualityColorVintage" + "offset" "1 1" + } + } + } + BackpackItemMouseOverBorder_Vintage + { + "inset" "0 0 0 0" + + Bottom + { + "1" + { + "color" "0 0 0 0" + "offset" "1 1" + } + "2" + { + "color" "QualityColorVintage" + "offset" "1 1" + } + "3" + { + "color" "QualityColorVintage" + "offset" "1 1" + } + } + } + + BackpackItemGreyedOutBorder_Vintage + { + "inset" "0 0 0 0" + + Bottom + { + "1" + { + "color" "0 0 0 0" + "offset" "1 1" + } + "2" + { + "color" "QualityColorVintage_GreyedOut" + "offset" "1 1" + } + "3" + { + "color" "QualityColorVintage_GreyedOut" + "offset" "1 1" + } + } + } + + BackpackItemGreyedOutSelectedBorder_Vintage + { + "inset" "0 0 0 0" + + Bottom + { + "1" + { + "color" "0 0 0 0" + "offset" "1 1" + } + "2" + { + "color" "QualityColorVintage_GreyedOut" + "offset" "1 1" + } + "3" + { + "color" "QualityColorVintage_GreyedOut" + "offset" "1 1" + } + } + } + + + // Community ------------------------------------------------------------------------------------------------ + BackpackItemBorder_Community + { + "inset" "0 0 0 0" + + Bottom + { + "1" + { + "color" "0 0 0 0" + "offset" "1 1" + } + "2" + { + "color" "DimmQualityColorCommunity" + "offset" "1 1" + } + "3" + { + "color" "DimmQualityColorCommunity" + "offset" "1 1" + } + } + } + BackpackItemMouseOverBorder_Community + { + "inset" "0 0 0 0" + + Bottom + { + "1" + { + "color" "0 0 0 0" + "offset" "1 1" + } + "2" + { + "color" "QualityColorCommunity" + "offset" "1 1" + } + "3" + { + "color" "QualityColorCommunity" + "offset" "1 1" + } + } + } + + BackpackItemGreyedOutBorder_Community + { + "inset" "0 0 0 0" + + Bottom + { + "1" + { + "color" "0 0 0 0" + "offset" "1 1" + } + "2" + { + "color" "QualityColorCommunity_GreyedOut" + "offset" "1 1" + } + "3" + { + "color" "QualityColorCommunity_GreyedOut" + "offset" "1 1" + } + } + } + + BackpackItemGreyedOutSelectedBorder_Community + { + "inset" "0 0 0 0" + + Bottom + { + "1" + { + "color" "0 0 0 0" + "offset" "1 1" + } + "2" + { + "color" "QualityColorCommunity_GreyedOut" + "offset" "1 1" + } + "3" + { + "color" "QualityColorCommunity_GreyedOut" + "offset" "1 1" + } + } + } + + // Developer ------------------------------------------------------------------------------------------------ + BackpackItemBorder_Developer + { + "inset" "0 0 0 0" + + Bottom + { + "1" + { + "color" "0 0 0 0" + "offset" "1 1" + } + "2" + { + "color" "DimmQualityColorDeveloper" + "offset" "1 1" + } + "3" + { + "color" "DimmQualityColorDeveloper" + "offset" "1 1" + } + } + } + BackpackItemMouseOverBorder_Developer + { + "inset" "0 0 0 0" + + Bottom + { + "1" + { + "color" "0 0 0 0" + "offset" "1 1" + } + "2" + { + "color" "QualityColorDeveloper" + "offset" "1 1" + } + "3" + { + "color" "QualityColorDeveloper" + "offset" "1 1" + } + } + } + + BackpackItemGreyedOutBorder_Developer + { + "inset" "0 0 0 0" + + Bottom + { + "1" + { + "color" "0 0 0 0" + "offset" "1 1" + } + "2" + { + "color" "QualityColorDeveloper_GreyedOut" + "offset" "1 1" + } + "3" + { + "color" "QualityColorDeveloper_GreyedOut" + "offset" "1 1" + } + } + } + + BackpackItemGreyedOutSelectedBorder_Developer + { + "inset" "0 0 0 0" + + Bottom + { + "1" + { + "color" "0 0 0 0" + "offset" "1 1" + } + "2" + { + "color" "QualityColorDeveloper_GreyedOut" + "offset" "1 1" + } + "3" + { + "color" "QualityColorDeveloper_GreyedOut" + "offset" "1 1" + } + } + } + + // SelfMade ------------------------------------------------------------------------------------------------ + BackpackItemBorder_SelfMade + { + "inset" "0 0 0 0" + + Bottom + { + "1" + { + "color" "0 0 0 0" + "offset" "1 1" + } + "2" + { + "color" "DimmQualityColorSelfMade" + "offset" "1 1" + } + "3" + { + "color" "DimmQualityColorSelfMade" + "offset" "1 1" + } + } + } + BackpackItemMouseOverBorder_SelfMade + { + "inset" "0 0 0 0" + + Bottom + { + "1" + { + "color" "0 0 0 0" + "offset" "1 1" + } + "2" + { + "color" "QualityColorSelfMade" + "offset" "1 1" + } + "3" + { + "color" "QualityColorSelfMade" + "offset" "1 1" + } + } + } + + BackpackItemGreyedOutBorder_SelfMade + { + "inset" "0 0 0 0" + + Bottom + { + "1" + { + "color" "0 0 0 0" + "offset" "1 1" + } + "2" + { + "color" "QualityColorSelfMade_GreyedOut" + "offset" "1 1" + } + "3" + { + "color" "QualityColorSelfMade_GreyedOut" + "offset" "1 1" + } + } + } + + BackpackItemGreyedOutSelectedBorder_SelfMade + { + "inset" "0 0 0 0" + + Bottom + { + "1" + { + "color" "0 0 0 0" + "offset" "1 1" + } + "2" + { + "color" "QualityColorSelfMade_GreyedOut" + "offset" "1 1" + } + "3" + { + "color" "QualityColorSelfMade_GreyedOut" + "offset" "1 1" + } + } + } + + // Customized ------------------------------------------------------------------------------------------------ + BackpackItemBorder_Customized + { + "inset" "0 0 0 0" + + Bottom + { + "1" + { + "color" "0 0 0 0" + "offset" "1 1" + } + "2" + { + "color" "DimmQualityColorCustomized" + "offset" "1 1" + } + "3" + { + "color" "DimmQualityColorCustomized" + "offset" "1 1" + } + } + } + BackpackItemMouseOverBorder_Customized + { + "inset" "0 0 0 0" + + Bottom + { + "1" + { + "color" "0 0 0 0" + "offset" "1 1" + } + "2" + { + "color" "QualityColorCustomized" + "offset" "1 1" + } + "3" + { + "color" "QualityColorCustomized" + "offset" "1 1" + } + } + } + + BackpackItemGreyedOutBorder_Customized + { + "inset" "0 0 0 0" + + Bottom + { + "1" + { + "color" "0 0 0 0" + "offset" "1 1" + } + "2" + { + "color" "QualityColorCustomized_GreyedOut" + "offset" "1 1" + } + "3" + { + "color" "QualityColorCustomized_GreyedOut" + "offset" "1 1" + } + } + } + + BackpackItemGreyedOutSelectedBorder_Customized + { + "inset" "0 0 0 0" + + Bottom + { + "1" + { + "color" "0 0 0 0" + "offset" "1 1" + } + "2" + { + "color" "QualityColorCustomized_GreyedOut" + "offset" "1 1" + } + "3" + { + "color" "QualityColorCustomized_GreyedOut" + "offset" "1 1" + } + } + } + + // Strange ------------------------------------------------------------------------------------------------ + BackpackItemBorder_Strange + { + "inset" "0 0 0 0" + + Bottom + { + "1" + { + "color" "0 0 0 0" + "offset" "1 1" + } + "2" + { + "color" "DimmQualityColorStrange" + "offset" "1 1" + } + "3" + { + "color" "DimmQualityColorStrange" + "offset" "1 1" + } + } + } + BackpackItemMouseOverBorder_Strange + { + "inset" "0 0 0 0" + + Bottom + { + "1" + { + "color" "0 0 0 0" + "offset" "1 1" + } + "2" + { + "color" "QualityColorStrange" + "offset" "1 1" + } + "3" + { + "color" "QualityColorStrange" + "offset" "1 1" + } + } + } + + BackpackItemGreyedOutBorder_Strange + { + "inset" "0 0 0 0" + + Bottom + { + "1" + { + "color" "0 0 0 0" + "offset" "1 1" + } + "2" + { + "color" "QualityColorStrange_GreyedOut" + "offset" "1 1" + } + "3" + { + "color" "QualityColorStrange_GreyedOut" + "offset" "1 1" + } + } + } + + BackpackItemGreyedOutSelectedBorder_Strange + { + "inset" "0 0 0 0" + + Bottom + { + "1" + { + "color" "0 0 0 0" + "offset" "1 1" + } + "2" + { + "color" "QualityColorStrange_GreyedOut" + "offset" "1 1" + } + "3" + { + "color" "QualityColorStrange_GreyedOut" + "offset" "1 1" + } + } + } + + // Completed ------------------------------------------------------------------------------------------------ + BackpackItemBorder_Completed + { + "inset" "0 0 0 0" + + Bottom + { + "1" + { + "color" "0 0 0 0" + "offset" "1 1" + } + "2" + { + "color" "DimmQualityColorCompleted" + "offset" "1 1" + } + "3" + { + "color" "DimmQualityColorCompleted" + "offset" "1 1" + } + } + } + BackpackItemMouseOverBorder_Completed + { + "inset" "0 0 0 0" + + Bottom + { + "1" + { + "color" "0 0 0 0" + "offset" "1 1" + } + "2" + { + "color" "QualityColorCompleted" + "offset" "1 1" + } + "3" + { + "color" "QualityColorCompleted" + "offset" "1 1" + } + } + } + + BackpackItemGreyedOutBorder_Completed + { + "inset" "0 0 0 0" + + Bottom + { + "1" + { + "color" "0 0 0 0" + "offset" "1 1" + } + "2" + { + "color" "QualityColorCompleted_GreyedOut" + "offset" "1 1" + } + "3" + { + "color" "QualityColorCompleted_GreyedOut" + "offset" "1 1" + } + } + } + + BackpackItemGreyedOutSelectedBorder_Completed + { + "inset" "0 0 0 0" + + Bottom + { + "1" + { + "color" "0 0 0 0" + "offset" "1 1" + } + "2" + { + "color" "QualityColorCompleted_GreyedOut" + "offset" "1 1" + } + "3" + { + "color" "QualityColorCompleted_GreyedOut" + "offset" "1 1" + } + } + } + + // PaintkitWeapon ------------------------------------------------------------------------------------------------ + + BackpackItemBorder_PaintkitWeapon + { + "inset" "0 0 0 0" + + Bottom + { + "1" + { + "color" "0 0 0 0" + "offset" "1 1" + } + "2" + { + "color" "DimmQualityColorPaintkitWeapon" + "offset" "1 1" + } + "3" + { + "color" "DimmQualityColorPaintkitWeapon" + "offset" "1 1" + } + } + } + BackpackItemMouseOverBorder_PaintkitWeapon + { + "inset" "0 0 0 0" + + Bottom + { + "1" + { + "color" "0 0 0 0" + "offset" "1 1" + } + "2" + { + "color" "QualityColorPaintkitWeapon" + "offset" "1 1" + } + "3" + { + "color" "QualityColorPaintkitWeapon" + "offset" "1 1" + } + } + } + + BackpackItemGreyedOutBorder_PaintkitWeapon + { + "inset" "0 0 0 0" + + Bottom + { + "1" + { + "color" "0 0 0 0" + "offset" "1 1" + } + "2" + { + "color" "QualityColorPaintkitWeapon_GreyedOut" + "offset" "1 1" + } + "3" + { + "color" "QualityColorPaintkitWeapon_GreyedOut" + "offset" "1 1" + } + } + } + + BackpackItemGreyedOutSelectedBorder_PaintkitWeapon + { + "inset" "0 0 0 0" + + Bottom + { + "1" + { + "color" "0 0 0 0" + "offset" "1 1" + } + "2" + { + "color" "QualityColorPaintkitWeapon_GreyedOut" + "offset" "1 1" + } + "3" + { + "color" "QualityColorPaintkitWeapon_GreyedOut" + "offset" "1 1" + } + } + } + + // Collector's ------------------------------------------------------------------------------------------------ + BackpackItemBorder_Collectors + { + "inset" "0 0 0 0" + + Bottom + { + "1" + { + "color" "0 0 0 0" + "offset" "1 1" + } + "2" + { + "color" "DimmQualityColorCollectors" + "offset" "1 1" + } + "3" + { + "color" "DimmQualityColorCollectors" + "offset" "1 1" + } + } + } + BackpackItemMouseOverBorder_Collectors + { + "inset" "0 0 0 0" + + Bottom + { + "1" + { + "color" "0 0 0 0" + "offset" "1 1" + } + "2" + { + "color" "QualityColorCollectors" + "offset" "1 1" + } + "3" + { + "color" "QualityColorCollectors" + "offset" "1 1" + } + } + } + + BackpackItemGreyedOutBorder_Collectors + { + "inset" "0 0 0 0" + + Bottom + { + "1" + { + "color" "0 0 0 0" + "offset" "1 1" + } + "2" + { + "color" "QualityColorCollectors_GreyedOut" + "offset" "1 1" + } + "3" + { + "color" "QualityColorCollectors_GreyedOut" + "offset" "1 1" + } + } + } + + BackpackItemGreyedOutSelectedBorder_Collectors + { + "inset" "0 0 0 0" + + Bottom + { + "1" + { + "color" "0 0 0 0" + "offset" "1 1" + } + "2" + { + "color" "QualityColorCollectors_GreyedOut" + "offset" "1 1" + } + "3" + { + "color" "QualityColorCollectors_GreyedOut" + "offset" "1 1" + } + } + } + + // *************************************************************************** + // Rarity Default + BackpackItemBorder_RarityDefault + { + "inset" "0 0 0 0" + + Bottom + { + "1" + { + "color" "0 0 0 0" + "offset" "1 1" + } + "2" + { + "color" "DimmItemRarityDefault" + "offset" "1 1" + } + "3" + { + "color" "DimmItemRarityDefault" + "offset" "1 1" + } + } + } + BackpackItemMouseOverBorder_RarityDefault + { + "inset" "0 0 0 0" + + Bottom + { + "1" + { + "color" "0 0 0 0" + "offset" "1 1" + } + "2" + { + "color" "ItemRarityDefault" + "offset" "1 1" + } + "3" + { + "color" "ItemRarityDefault" + "offset" "1 1" + } + } + } + BackpackItemGreyedOutBorder_RarityDefault + { + "inset" "0 0 0 0" + + Bottom + { + "1" + { + "color" "0 0 0 0" + "offset" "1 1" + } + "2" + { + "color" "ItemRarityDefault_GreyedOut" + "offset" "1 1" + } + "3" + { + "color" "ItemRarityDefault_GreyedOut" + "offset" "1 1" + } + } + } + BackpackItemGreyedOutSelectedBorder_RarityDefault + { + "inset" "0 0 0 0" + + Bottom + { + "1" + { + "color" "0 0 0 0" + "offset" "1 1" + } + "2" + { + "color" "ItemRarityDefault_GreyedOut" + "offset" "1 1" + } + "3" + { + "color" "ItemRarityDefault_GreyedOut" + "offset" "1 1" + } + } + } + + // *************************************************** + BackpackItemBorder_RarityCommon + { + "inset" "0 0 0 0" + + Bottom + { + "1" + { + "color" "0 0 0 0" + "offset" "1 1" + } + "2" + { + "color" "DimmItemRarityCommon" + "offset" "1 1" + } + "3" + { + "color" "DimmItemRarityCommon" + "offset" "1 1" + } + } + } + BackpackItemMouseOverBorder_RarityCommon + { + "inset" "0 0 0 0" + + Bottom + { + "1" + { + "color" "0 0 0 0" + "offset" "1 1" + } + "2" + { + "color" "ItemRarityCommon" + "offset" "1 1" + } + "3" + { + "color" "ItemRarityCommon" + "offset" "1 1" + } + } + } + BackpackItemGreyedOutBorder_RarityCommon + { + "inset" "0 0 0 0" + + Bottom + { + "1" + { + "color" "0 0 0 0" + "offset" "1 1" + } + "2" + { + "color" "ItemRarityCommon_GreyedOut" + "offset" "1 1" + } + "3" + { + "color" "ItemRarityCommon_GreyedOut" + "offset" "1 1" + } + } + } + BackpackItemGreyedOutSelectedBorder_RarityCommon + { + "inset" "0 0 0 0" + + Bottom + { + "1" + { + "color" "0 0 0 0" + "offset" "1 1" + } + "2" + { + "color" "ItemRarityCommon_GreyedOut" + "offset" "1 1" + } + "3" + { + "color" "ItemRarityCommon_GreyedOut" + "offset" "1 1" + } + } + } + // *************************************************** + BackpackItemBorder_RarityUncommon + { + "inset" "0 0 0 0" + + Bottom + { + "1" + { + "color" "0 0 0 0" + "offset" "1 1" + } + "2" + { + "color" "DimmItemRarityUncommon" + "offset" "1 1" + } + "3" + { + "color" "DimmItemRarityUncommon" + "offset" "1 1" + } + } + } + BackpackItemMouseOverBorder_RarityUncommon + { + "inset" "0 0 0 0" + + Bottom + { + "1" + { + "color" "0 0 0 0" + "offset" "1 1" + } + "2" + { + "color" "ItemRarityUncommon" + "offset" "1 1" + } + "3" + { + "color" "ItemRarityUncommon" + "offset" "1 1" + } + } + } + BackpackItemGreyedOutBorder_RarityUncommon + { + "inset" "0 0 0 0" + + Bottom + { + "1" + { + "color" "0 0 0 0" + "offset" "1 1" + } + "2" + { + "color" "ItemRarityUncommon_GreyedOut" + "offset" "1 1" + } + "3" + { + "color" "ItemRarityUncommon_GreyedOut" + "offset" "1 1" + } + } + } + BackpackItemGreyedOutSelectedBorder_RarityUncommon + { + "inset" "0 0 0 0" + + Bottom + { + "1" + { + "color" "0 0 0 0" + "offset" "1 1" + } + "2" + { + "color" "ItemRarityUncommon_GreyedOut" + "offset" "1 1" + } + "3" + { + "color" "ItemRarityUncommon_GreyedOut" + "offset" "1 1" + } + } + } + //****************** + BackpackItemBorder_RarityRare + { + "inset" "0 0 0 0" + + Bottom + { + "1" + { + "color" "0 0 0 0" + "offset" "1 1" + } + "2" + { + "color" "DimmItemRarityRare" + "offset" "1 1" + } + "3" + { + "color" "DimmItemRarityRare" + "offset" "1 1" + } + } + } + BackpackItemMouseOverBorder_RarityRare + { + "inset" "0 0 0 0" + + Bottom + { + "1" + { + "color" "0 0 0 0" + "offset" "1 1" + } + "2" + { + "color" "ItemRarityRare" + "offset" "1 1" + } + "3" + { + "color" "ItemRarityRare" + "offset" "1 1" + } + } + } + BackpackItemGreyedOutBorder_RarityRare + { + "inset" "0 0 0 0" + + Bottom + { + "1" + { + "color" "0 0 0 0" + "offset" "1 1" + } + "2" + { + "color" "ItemRarityRare_GreyedOut" + "offset" "1 1" + } + "3" + { + "color" "ItemRarityRare_GreyedOut" + "offset" "1 1" + } + } + } + BackpackItemGreyedOutSelectedBorder_RarityRare + { + "inset" "0 0 0 0" + + Bottom + { + "1" + { + "color" "0 0 0 0" + "offset" "1 1" + } + "2" + { + "color" "ItemRarityRare_GreyedOut" + "offset" "1 1" + } + "3" + { + "color" "ItemRarityRare_GreyedOut" + "offset" "1 1" + } + } + } + //****************** + BackpackItemBorder_RarityMythical + { + "inset" "0 0 0 0" + + Bottom + { + "1" + { + "color" "0 0 0 0" + "offset" "1 1" + } + "2" + { + "color" "DimmItemRarityMythical" + "offset" "1 1" + } + "3" + { + "color" "DimmItemRarityMythical" + "offset" "1 1" + } + } + } + BackpackItemMouseOverBorder_RarityMythical + { + "inset" "0 0 0 0" + + Bottom + { + "1" + { + "color" "0 0 0 0" + "offset" "1 1" + } + "2" + { + "color" "ItemRarityMythical" + "offset" "1 1" + } + "3" + { + "color" "ItemRarityMythical" + "offset" "1 1" + } + } + } + BackpackItemGreyedOutBorder_RarityMythical + { + "inset" "0 0 0 0" + + Bottom + { + "1" + { + "color" "0 0 0 0" + "offset" "1 1" + } + "2" + { + "color" "ItemRarityMythical_GreyedOut" + "offset" "1 1" + } + "3" + { + "color" "ItemRarityMythical_GreyedOut" + "offset" "1 1" + } + } + } + BackpackItemGreyedOutSelectedBorder_RarityMythical + { + "inset" "0 0 0 0" + + Bottom + { + "1" + { + "color" "0 0 0 0" + "offset" "1 1" + } + "2" + { + "color" "ItemRarityMythical_GreyedOut" + "offset" "1 1" + } + "3" + { + "color" "ItemRarityMythical_GreyedOut" + "offset" "1 1" + } + } + } + // *************************************************** + BackpackItemBorder_RarityLegendary + { + "inset" "0 0 0 0" + + Bottom + { + "1" + { + "color" "0 0 0 0" + "offset" "1 1" + } + "2" + { + "color" "DimmItemRarityLegendary" + "offset" "1 1" + } + "3" + { + "color" "DimmItemRarityLegendary" + "offset" "1 1" + } + } + } + BackpackItemMouseOverBorder_RarityLegendary + { + "inset" "0 0 0 0" + + Bottom + { + "1" + { + "color" "0 0 0 0" + "offset" "1 1" + } + "2" + { + "color" "ItemRarityLegendary" + "offset" "1 1" + } + "3" + { + "color" "ItemRarityLegendary" + "offset" "1 1" + } + } + } + BackpackItemGreyedOutBorder_RarityLegendary + { + "inset" "0 0 0 0" + + Bottom + { + "1" + { + "color" "0 0 0 0" + "offset" "1 1" + } + "2" + { + "color" "ItemRarityLegendary_GreyedOut" + "offset" "1 1" + } + "3" + { + "color" "ItemRarityLegendary_GreyedOut" + "offset" "1 1" + } + } + } + BackpackItemGreyedOutSelectedBorder_RarityLegendary + { + "inset" "0 0 0 0" + + Bottom + { + "1" + { + "color" "0 0 0 0" + "offset" "1 1" + } + "2" + { + "color" "ItemRarityLegendary_GreyedOut" + "offset" "1 1" + } + "3" + { + "color" "ItemRarityLegendary_GreyedOut" + "offset" "1 1" + } + } + } + //********************************************* + BackpackItemBorder_RarityAncient + { + "inset" "0 0 0 0" + + Bottom + { + "1" + { + "color" "0 0 0 0" + "offset" "1 1" + } + "2" + { + "color" "DimmItemRarityAncient" + "offset" "1 1" + } + "3" + { + "color" "DimmItemRarityAncient" + "offset" "1 1" + } + } + } + BackpackItemMouseOverBorder_RarityAncient + { + "inset" "0 0 0 0" + + Bottom + { + "1" + { + "color" "0 0 0 0" + "offset" "1 1" + } + "2" + { + "color" "ItemRarityAncient" + "offset" "1 1" + } + "3" + { + "color" "ItemRarityAncient" + "offset" "1 1" + } + } + } + BackpackItemGreyedOutBorder_RarityAncient + { + "inset" "0 0 0 0" + + Bottom + { + "1" + { + "color" "0 0 0 0" + "offset" "1 1" + } + "2" + { + "color" "ItemRarityAncient_GreyedOut" + "offset" "1 1" + } + "3" + { + "color" "ItemRarityAncient_GreyedOut" + "offset" "1 1" + } + } + } + BackpackItemGreyedOutSelectedBorder_RarityAncient + { + "inset" "0 0 0 0" + + Bottom + { + "1" + { + "color" "0 0 0 0" + "offset" "1 1" + } + "2" + { + "color" "ItemRarityAncient_GreyedOut" + "offset" "1 1" + } + "3" + { + "color" "ItemRarityAncient_GreyedOut" + "offset" "1 1" + } + } + } + //********************************************* + + StoreItemBorder + { + "inset" "0 0 1 1" + "backgroundtype" "2" + Left + { + "1" + { + "color" "TanDarker" + "offset" "0 1" + } + } + + Right + { + "1" + { + "color" "TanDarker" + "offset" "1 0" + } + } + + Top + { + "1" + { + "color" "TanDarker" + "offset" "0 0" + } + } + + Bottom + { + "1" + { + "color" "TanDarker" + "offset" "0 0" + } + } + } + StoreItemBorderMouseOver + { + "inset" "0 0 1 1" + "backgroundtype" "2" + Left + { + "1" + { + "color" "TanDark" + "offset" "0 1" + } + } + + Right + { + "1" + { + "color" "TanDark" + "offset" "1 0" + } + } + + Top + { + "1" + { + "color" "TanDark" + "offset" "0 0" + } + } + + Bottom + { + "1" + { + "color" "TanDark" + "offset" "0 0" + } + } + } + StoreItemBorderSelected + { + "inset" "0 0 1 1" + "backgroundtype" "2" + Left + { + "1" + { + "color" "TanLight" + "offset" "0 1" + } + } + + Right + { + "1" + { + "color" "TanLight" + "offset" "1 0" + } + } + + Top + { + "1" + { + "color" "TanLight" + "offset" "0 0" + } + } + + Bottom + { + "1" + { + "color" "TanLight" + "offset" "0 0" + } + } + } + + MainMenuButtonGlow + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "178 83 22 255" + + "image" "button_glow" + "src_corner_height" "4" // pixels inside the image + "src_corner_width" "4" + "draw_corner_width" "4" // screen size of the corners ( and sides ), proportional + "draw_corner_height" "4" + } + + MainMenuButtonGlow2 + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "238 103 17 255" + + "image" "button_glow" + "src_corner_height" "4" // pixels inside the image + "src_corner_width" "4" + "draw_corner_width" "4" // screen size of the corners ( and sides ), proportional + "draw_corner_height" "4" + } + + NotificationDefault + { + "bordertype" "scalable_image" + "backgroundtype" "2" + + "image" "alert_rect" + "src_corner_height" "32" // pixels inside the image + "src_corner_width" "32" + "draw_corner_width" "4" // screen size of the corners ( and sides ), proportional + "draw_corner_height" "4" + } + + NotificationHighPriority + { + "bordertype" "scalable_image" + "backgroundtype" "2" + + "image" "button_holder_central" + "src_corner_height" "32" // pixels inside the image + "src_corner_width" "32" + "draw_corner_width" "4" // screen size of the corners ( and sides ), proportional + "draw_corner_height" "4" + } + + MainMenuButtonDepressed + { + "bordertype" "scalable_image" + "backgroundtype" "2" + + "image" "button_central_depressed" + "src_corner_height" "32" // pixels inside the image + "src_corner_width" "32" + "draw_corner_width" "4" // screen size of the corners ( and sides ), proportional + "draw_corner_height" "4" + } + MainMenuButtonDepressedArmed + { + "bordertype" "scalable_image" + "backgroundtype" "2" + + "image" "button_central_depressed_armed" + "src_corner_height" "32" // pixels inside the image + "src_corner_width" "32" + "draw_corner_width" "4" // screen size of the corners ( and sides ), proportional + "draw_corner_height" "4" + } + MainMenuButtonDefault + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "image" "replay/thumbnails/button" + "color" "G_ButtonBg" + "src_corner_height" "32" // pixels inside the image + "src_corner_width" "32" + "draw_corner_width" "4" // screen size of the corners ( and sides ), proportional + "draw_corner_height" "4" + } + MainMenuButtonArmed + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "image" "replay/thumbnails/button" + "color" "G_ButtonHoverBg" + "src_corner_height" "32" // pixels inside the image + "src_corner_width" "32" + "draw_corner_width" "4" // screen size of the corners ( and sides ), proportional + "draw_corner_height" "4" + } + MainMenuButtonDisabled + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "image" "replay/thumbnails/button" + "color" "100 100 100 255" + "src_corner_height" "32" // pixels inside the image + "src_corner_width" "32" + "draw_corner_width" "4" // screen size of the corners ( and sides ), proportional + "draw_corner_height" "4" + } + MainMenuMiniButtonDefault + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "image" "replay/thumbnails/button" + "color" "G_MiniButtonBg" + "src_corner_height" "32" // pixels inside the image + "src_corner_width" "32" + "draw_corner_width" "4" // screen size of the corners ( and sides ), proportional + "draw_corner_height" "4" + } + MainMenuMiniButtonArmed + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "image" "replay/thumbnails/button" + "color" "G_MiniButtonHoverBg" + "src_corner_height" "32" // pixels inside the image + "src_corner_width" "32" + "draw_corner_width" "4" // screen size of the corners ( and sides ), proportional + "draw_corner_height" "4" + } + MainMenuBGBorder + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "G_ItemDescriptionPanelBg" + "image" "replay/thumbnails/button_holder_central" + "src_corner_height" "32" // pixels inside the image + "src_corner_width" "32" + "draw_corner_width" "4" // screen size of the corners ( and sides ), proportional + "draw_corner_height" "4" + } + MainMenuBGBorderAlpha + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "G_ItemDescriptionPanelBg" + "image" "replay/thumbnails/button_holder_central" + "src_corner_height" "32" // pixels inside the image + "src_corner_width" "32" + "draw_corner_width" "4" // screen size of the corners ( and sides ), proportional + "draw_corner_height" "4" + } + MainMenuBlogTabBG + { + "bordertype" "scalable_image" + "backgroundtype" "2" + + "image" "blog_tabby" + "src_corner_height" "32" // pixels inside the image + "src_corner_width" "32" + "draw_corner_width" "8" // screen size of the corners ( and sides ), proportional + "draw_corner_height" "8" + } + MainMenuHighlightBorder + { + "bordertype" "scalable_image" + "backgroundtype" "2" + + "image" "callout_bubble" + "src_corner_height" "32" // pixels inside the image + "src_corner_width" "32" + "draw_corner_width" "8" // screen size of the corners ( and sides ), proportional + "draw_corner_height" "8" + } + + MainMenuBrightContainer + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "image" "replay/thumbnails/button" + "color" "250 250 250 255" + "src_corner_height" "32" // pixels inside the image + "src_corner_width" "32" + "draw_corner_width" "4" // screen size of the corners ( and sides ), proportional + "draw_corner_height" "4" + } + + TrainingResultsBG + { + "bordertype" "scalable_image" + "backgroundtype" "2" + "color" "G_ItemDescriptionPanelBg" + "image" "replay/thumbnails/button_holder_central" + "src_corner_height" "32" // pixels inside the image + "src_corner_width" "32" + "draw_corner_width" "4" // screen size of the corners ( and sides ), proportional + "draw_corner_height" "4" + } + + StoreInnerShadowBorder + { + "bordertype" "scalable_image" + "backgroundtype" "2" + + "image" "store/innershadow_border" + "src_corner_height" "23" // pixels inside the image + "src_corner_width" "23" + "draw_corner_width" "8" // screen size of the corners ( and sides ), proportional + "draw_corner_height" "8" + } + + StoreNewBorder + { + "bordertype" "scalable_image" + "backgroundtype" "2" + + "image" "new_corner" + "src_corner_height" "32" // pixels inside the image + "src_corner_width" "32" + "draw_corner_width" "4" // screen size of the corners ( and sides ), proportional + "draw_corner_height" "4" + } + + StoreHighlightedBorder + { + "bordertype" "scalable_image" + "backgroundtype" "2" + + "image" "featured_corner" + "src_corner_height" "32" // pixels inside the image + "src_corner_width" "32" + "draw_corner_width" "4" // screen size of the corners ( and sides ), proportional + "draw_corner_height" "4" + } + + StoreHighlightedBackgroundBorder + { + "bordertype" "scalable_image" + "backgroundtype" "2" + + "image" "store/store_featured_item_bg01" + "src_corner_height" "80" // pixels inside the image + "src_corner_width" "30" + "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional + "draw_corner_height" "0" + } + + StoreDiscountBorder + { + "bordertype" "scalable_image" + "backgroundtype" "2" + + "image" "sale_corner" + "src_corner_height" "32" // pixels inside the image + "src_corner_width" "32" + "draw_corner_width" "4" // screen size of the corners ( and sides ), proportional + "draw_corner_height" "4" + } + + StorePreviewBorder + { + "bordertype" "scalable_image" + "backgroundtype" "2" + + "image" "store/store_inspector_bg_small" + "src_corner_height" "32" // pixels inside the image + "src_corner_width" "32" + "draw_corner_width" "8" // screen size of the corners ( and sides ), proportional + "draw_corner_height" "8" + } + StoreAddToCart + { + "bordertype" "scalable_image" + "backgroundtype" "2" + + "image" "store/store_add_to_cart" + "src_corner_height" "32" // pixels inside the image + "src_corner_width" "32" + "draw_corner_width" "8" // screen size of the corners ( and sides ), proportional + "draw_corner_height" "8" + } + StorePreviewTabSelected + { + "bordertype" "scalable_image" + "backgroundtype" "2" + + "image" "store/store_tab_selected" + "src_corner_height" "32" // pixels inside the image + "src_corner_width" "32" + "draw_corner_width" "12" // screen size of the corners ( and sides ), proportional + "draw_corner_height" "12" + } + StorePreviewTabUnselected + { + "bordertype" "scalable_image" + "backgroundtype" "2" + + "image" "store/store_tab_unselected" + "src_corner_height" "32" // pixels inside the image + "src_corner_width" "32" + "draw_corner_width" "16" // screen size of the corners ( and sides ), proportional + "draw_corner_height" "12" + } + StorePromotion + { + "bordertype" "scalable_image" + "backgroundtype" "2" + + "image" "store/store_coupon_border" + "src_corner_height" "16" // pixels inside the image + "src_corner_width" "16" + "draw_corner_width" "8" // screen size of the corners ( and sides ), proportional + "draw_corner_height" "8" + } + + ArmoryScrollbarBox + { + "bordertype" "scalable_image" + "backgroundtype" "2" + + "image" "scroll_button_off" + "src_corner_height" "16" // pixels inside the image + "src_corner_width" "16" + "draw_corner_width" "8" // screen size of the corners ( and sides ), proportional + "draw_corner_height" "8" + } + ArmoryScrollbarWell + { + "bordertype" "scalable_image" + "backgroundtype" "2" + + "image" "scroll_well" + "src_corner_height" "16" // pixels inside the image + "src_corner_width" "16" + "draw_corner_width" "8" // screen size of the corners ( and sides ), proportional + "draw_corner_height" "8" + } + QuickplayBorder + { + "inset" "0 0 1 1" + Left + { + "1" + { + "color" "TanDark" + "offset" "0 1" + } + } + + Right + { + "1" + { + "color" "TanDark" + "offset" "1 0" + } + } + + Top + { + "1" + { + "color" "TanDark" + "offset" "0 0" + } + } + + Bottom + { + "1" + { + "color" "TanDark" + "offset" "0 0" + } + } + } + + SortCategoryBorder + { + "inset" "0 0 1 1" + + Right + { + "1" + { + "color" "TanDark" + "offset" "1 0" + } + } + } + + SteamWorkshopBorder + { + "inset" "0 0 1 1" + Left + { + "1" + { + "color" "TanDark" + "offset" "0 1" + } + } + + Right + { + "1" + { + "color" "TanDark" + "offset" "1 0" + } + } + + Top + { + "1" + { + "color" "TanDark" + "offset" "0 0" + } + } + + Bottom + { + "1" + { + "color" "TanDark" + "offset" "0 0" + } + } + } + + ReplayFatLineBorderRedBGOpaque + { + "bordertype" "scalable_image" + "backgroundtype" "2" + + "image" "replay/fatlineborder_red" + "src_corner_height" "23" // pixels inside the image + "src_corner_width" "23" + "draw_corner_width" "5" // screen size of the corners ( and sides ), proportional + "draw_corner_height" "5" + } + ReplayFatLineBorderOpaque + { + "bordertype" "scalable_image" + "backgroundtype" "2" + + "image" "replay/fatlineborder" + "src_corner_height" "23" // pixels inside the image + "src_corner_width" "23" + "draw_corner_width" "5" // screen size of the corners ( and sides ), proportional + "draw_corner_height" "5" + } + ReplayGrayDialogBorder + { + "bordertype" "scalable_image" + "backgroundtype" "2" + + "image" "replay/graydialogborder" + "src_corner_height" "24" // pixels inside the image + "src_corner_width" "24" + "draw_corner_width" "11" // screen size of the corners ( and sides ), proportional + "draw_corner_height" "11" + } + ReplayOutlinedGreyBox + { + "bordertype" "scalable_image" + "backgroundtype" "2" + + "image" "replay/outlinedgreybox" + "src_corner_height" "24" // pixels inside the image + "src_corner_width" "24" + "draw_corner_width" "11" // screen size of the corners ( and sides ), proportional + "draw_corner_height" "11" + } + ReplayOutlinedDullGreyBox + { + "bordertype" "scalable_image" + "backgroundtype" "2" + + "image" "replay/dullgreybox" + "src_corner_height" "24" // pixels inside the image + "src_corner_width" "24" + "draw_corner_width" "11" // screen size of the corners ( and sides ), proportional + "draw_corner_height" "11" + } + ReplayThinLineBorder + { + "bordertype" "scalable_image" + "backgroundtype" "2" + + "image" "../hud/tournament_panel_brown" + //"image" "../hud/color_panel_browner" + "src_corner_height" "23" // pixels inside the image + "src_corner_width" "23" + "draw_corner_width" "8" // screen size of the corners ( and sides ), proportional + "draw_corner_height" "8" + } + ReplayDefaultBorder + { + "bordertype" "scalable_image" + "backgroundtype" "2" + + "image" "replay/panel_scalable_default" + "src_corner_height" "23" // pixels inside the image + "src_corner_width" "23" + "draw_corner_width" "7" // screen size of the corners ( and sides ), proportional + "draw_corner_height" "7" + } + ReplayHighlightBorder + { + "bordertype" "scalable_image" + "backgroundtype" "2" + + "image" "replay/panel_scalable_highlight" + "src_corner_height" "23" // pixels inside the image + "src_corner_width" "23" + "draw_corner_width" "7" // screen size of the corners ( and sides ), proportional + "draw_corner_height" "7" + } + ReplayBalloonBorder + { + "bordertype" "scalable_image" + "backgroundtype" "2" + + "image" "replay/panel_scalable_balloon" + "src_corner_height" "23" // pixels inside the image + "src_corner_width" "23" + "draw_corner_width" "7" // screen size of the corners ( and sides ), proportional + "draw_corner_height" "7" + } + ReplayBrowser.ScrollBar.SliderButton.Border + { + } + + QuestStatusBorder + { + "bordertype" "scalable_image" + "backgroundtype" "2" + + "image" "replay/panel_scalable_transparent" + "src_corner_height" "23" // pixels inside the image + "src_corner_width" "23" + "draw_corner_width" "7" // screen size of the corners ( and sides ), proportional + "draw_corner_height" "7" + } + + RedWithThinBorder + { + "bordertype" "scalable_image" + "backgroundtype" "2" + + "image" "../hud/panel_scalable_red" + "src_corner_height" "23" // pixels inside the image + "src_corner_width" "23" + "draw_corner_width" "7" // screen size of the corners ( and sides ), proportional + "draw_corner_height" "7" + } + + BlueWithThinBorder + { + "bordertype" "scalable_image" + "backgroundtype" "2" + + "image" "../hud/panel_scalable_blue" + "src_corner_height" "23" // pixels inside the image + "src_corner_width" "23" + "draw_corner_width" "7" // screen size of the corners ( and sides ), proportional + "draw_corner_height" "7" + } + + InnerShadowBorder + { + "bordertype" "scalable_image" + "backgroundtype" "2" + + "image" "inner_shadow_border" + "src_corner_height" "5" // pixels inside the image + "src_corner_width" "5" + "draw_corner_width" "5" // screen size of the corners ( and sides ), proportional + "draw_corner_height" "5" + } + + InnerShadowBorderThin + { + "bordertype" "scalable_image" + "backgroundtype" "2" + + "image" "inner_shadow_border" + "src_corner_height" "5" // pixels inside the image + "src_corner_width" "5" + "draw_corner_width" "4" // screen size of the corners ( and sides ), proportional + "draw_corner_height" "4" + } + + OuterShadowBorder + { + "bordertype" "scalable_image" + "backgroundtype" "2" + + "image" "outer_shadow_border" + "src_corner_height" "8" // pixels inside the image + "src_corner_width" "8" + "draw_corner_width" "8" // screen size of the corners ( and sides ), proportional + "draw_corner_height" "8" + } + + OuterShadowBorderThin + { + "bordertype" "scalable_image" + "backgroundtype" "2" + + "image" "outer_shadow_border" + "src_corner_height" "8" // pixels inside the image + "src_corner_width" "8" + "draw_corner_width" "4" // screen size of the corners ( and sides ), proportional + "draw_corner_height" "4" + } + + + CYOAScreenBorder + { + "bordertype" "scalable_image" + "backgroundtype" "2" + + "image" "cyoa/cyoa_map_screen_border" + "src_corner_height" "63" // pixels inside the image + "src_corner_width" "63" + "draw_corner_width" "26" // screen size of the corners ( and sides ), proportional + "draw_corner_height" "26" + } + + CYOANodeViewBorder + { + "bordertype" "scalable_image" + "backgroundtype" "2" + + "image" "cyoa/node_view_border" + "src_corner_height" "127" // pixels inside the image + "src_corner_width" "127" + "draw_corner_width" "24" // screen size of the corners ( and sides ), proportional + "draw_corner_height" "24" + } + + CYOANodeViewBorder_Active + { + "bordertype" "scalable_image" + "backgroundtype" "2" + + "image" "cyoa/node_view_border_active" + "src_corner_height" "127" // pixels inside the image + "src_corner_width" "127" + "draw_corner_width" "24" // screen size of the corners ( and sides ), proportional + "draw_corner_height" "24" + } + + CYOANodeViewBorder_Inactive + { + "bordertype" "scalable_image" + "backgroundtype" "2" + + "image" "cyoa/node_view_border_inactive" + "src_corner_height" "127" // pixels inside the image + "src_corner_width" "127" + "draw_corner_width" "24" // screen size of the corners ( and sides ), proportional + "draw_corner_height" "24" + } + + CYOANodeViewBorder_TurnIn + { + "bordertype" "scalable_image" + "backgroundtype" "2" + + "image" "cyoa/node_view_border_turnin" + "src_corner_height" "127" // pixels inside the image + "src_corner_width" "127" + "draw_corner_width" "24" // screen size of the corners ( and sides ), proportional + "draw_corner_height" "24" + } + + CYOAPopupBorder + { + "inset" "0 0 1 1" + Left + { + "1" + { + "color" "QuestMap_ActiveOrange" + "offset" "0 1" + } + "2" + { + "color" "QuestMap_ActiveOrange" + "offset" "0 1" + } + } + + Right + { + "1" + { + "color" "QuestMap_ActiveOrange" + "offset" "1 0" + } + "2" + { + "color" "QuestMap_ActiveOrange" + "offset" "1 0" + } + } + + Top + { + "1" + { + "color" "QuestMap_ActiveOrange" + "offset" "0 0" + } + "2" + { + "color" "QuestMap_ActiveOrange" + "offset" "0 0" + } + } + + Bottom + { + "1" + { + "color" "QuestMap_ActiveOrange" + "offset" "0 0" + } + "2" + { + "color" "QuestMap_ActiveOrange" + "offset" "0 0" + } + } + } + + FriendHighlightBorder + { + "inset" "0 0 1 1" + Left + { + "1" + { + "color" "CreditsGreen" + "offset" "0 1" + } + + } + + Right + { + "1" + { + "color" "CreditsGreen" + "offset" "1 0" + } + } + + Top + { + "1" + { + "color" "CreditsGreen" + "offset" "0 0" + } + } + + Bottom + { + "1" + { + "color" "CreditsGreen" + "offset" "0 0" + } + } + } + + FriendHighlightBorderThick + { + "inset" "0 0 1 1" + Left + { + "1" + { + "color" "CreditsGreen" + "offset" "0 1" + } + "2" + { + "color" "CreditsGreen" + "offset" "0 1" + } + } + + Right + { + "1" + { + "color" "CreditsGreen" + "offset" "1 0" + } + "2" + { + "color" "CreditsGreen" + "offset" "1 0" + } + } + + Top + { + "1" + { + "color" "CreditsGreen" + "offset" "0 0" + } + "2" + { + "color" "CreditsGreen" + "offset" "0 0" + } + } + + Bottom + { + "1" + { + "color" "CreditsGreen" + "offset" "0 0" + } + "2" + { + "color" "CreditsGreen" + "offset" "0 0" + } + } + } + } +} \ No newline at end of file diff --git a/toonhud/resource/clientscheme_colors.res b/toonhud/resource/clientscheme_colors.res new file mode 100644 index 0000000..dc37eb9 --- /dev/null +++ b/toonhud/resource/clientscheme_colors.res @@ -0,0 +1,564 @@ +Scheme +{ + + //////////////////////// COLORS /////////////////////////// + + Colors + { + // ToonHUD colors + + "G_Highlight" "156 53 51 255" // Highlight color + "G_White" "255 255 255 255" + "G_Black" "0 0 0 255" + "G_Red" "230 0 0 255" + "G_Shadow" "0 0 0 204" // Shadow color + "G_LightShadow" "0 0 0 110" + "G_Heal" "0 255 0 255" // Heal color + "G_Hit" "255 255 0 255" // Hit color + "G_Brown" "49 44 41 255" + "G_Yellow" "235 220 50 255" + "G_WhiteShadow" "255 255 255 50" + "G_WhiteShadowDim" "255 255 255 40" + "G_WhiteShadowCharge" "255 255 255 100" + "G_Grey" "54 54 54 255" // Move building bg + "G_LightGrey" "0 255 0 255" // Metal color in build/destroy menu + "G_HealthBarBg" "0 0 0 220" // Target health bg + "G_CurrencyBad" "255 60 60 255" // Red currency in MvM + "G_TransparentMenuBG" "0 0 0 200" // Transparent menu color + "G_PanelBg" "40 40 40 200" // Panel color + "G_OpaquePanelBg" "40 40 40 255" // Opaque Panel color + "G_Warning" "255 0 0 255" // Warning color + "G_HealthValue" "0 255 0 255" // Health value color + "G_Overheal" "51 143 255 255" // Overhealed health value color + "G_LowHealthValue" "255 0 0 255" // Low health value color + "G_AmmoClipValue" "0 255 0 255" // Ammo in clip value color + "G_AmmoReserveValue" "255 255 255 255" // Ammo in reserve value color + "G_LowAmmo" "255 0 0 255" // Low ammo color + "G_MetalValue" "0 255 0 255" // Metal color + "G_MetalIcon" "255 255 255 255" // Metal icon color + "G_HeadsValue" "235 220 50 255" // Heads value color + "G_HeadsLabel" "255 255 255 255" // Heads value icon color + "G_KillstreakValue" "255 255 255 255" // Killstreak value color + "G_KillstreakIcon" "255 255 255 255" // Killstreak icon color + "G_StickyColor" "255 255 255 255" // Stickybomb color + "G_StickyIconColor" "255 255 255 255" // Stickybomb icon color + "G_CustomTargetID" "0 0 0 100" // Custom target id bg color + "G_CustomBuildingStatusBg" "0 0 0 100" // Custom building status bg color + "G_TargetHealthValue" "0 255 0 255" // Target ID health value color + "G_TargetHealthValueShadow" "0 0 0 220" // Target ID health value shadow color + "G_Killfeed_Base" "0 0 0 120" // Killfeed Base color + "G_Killfeed_Local" "235 235 235 240" // Killfeed Local color + "G_CenteredMetalBg" "50 50 50 120" // Centered metal background color + "G_CenteredUberchargeBg" "0 0 0 100" // Centered ubercharge meter background color + "G_BrownBg" "46 43 42 220" + "G_DestroyBg" "120 0 0 150" + "G_ScoreboardBlue" "55 73 85 100" + "G_ScoreboardRed" "106 34 34 100" + "G_TeamBlue" "91 122 140 255" + "G_TeamRed" "189 58 58 255" + "G_TeamButtonBlue" "91 122 140 100" + "G_TeamButtonRed" "189 58 58 100" + "G_TeamButtonBlueArmed" "111 142 160 255" + "G_TeamButtonRedArmed" "209 78 78 255" + "G_Footer" "28 23 19 255" // Menu footer color + "G_DimmFooter" "28 23 19 200" // Dimm Menu footer color + "G_FooterText" "203 186 177 255" // Footer text color + "G_DimmFooterText" "196 178 168 120" // Dimm Footer text color + "G_OuterBorder" "0 0 0 255" // Outer border color + "G_InnerBorder" "0 0 0 30" // Inner border color + "G_KillfeedBlue" "96 168 255 255" // Killfeed blue text + "G_KillfeedRed" "255 89 89 255" // Killfeed red text + "G_KillfeedIcon" "255 255 255 255" // Killfeed icon color + "G_CustomHealthValue" "120 120 120 255" + "G_MainMenuOverlay" "0 0 0 0" // Main Menu overlay color + "G_MainMenuPanel" "28 23 19 255" // Main Menu panel color + "G_MainMenuButton" "40 40 40 242" // Main Menu button color + "G_MainMenuButtonHover" "156 53 51 255" // Main Menu hovered button color + "G_MainMenuButtonFg" "240 240 240 255" // Main Menu button text color + "G_MainMenuButtonHoverFg" "240 240 240 255" // Main Menu hovered button text color + "G_MainMenuShader" "0 0 0 0" // Main Menu shader color + "G_BackpackItemBg" "55 50 45 255" // Backpack item bg color + "G_LoadoutItemBg" "52 47 42 255" // Loadout item bg color + "G_MenuBg" "40 34 30 255" // Menu bg color + "G_MenuText" "220 206 199 255" // Menu text color + "G_InputText" "0 0 0 240" // Input text color + "G_DimmInputText" "0 0 0 100" // Dimm Input text color + "G_DimmMenuText" "220 206 199 120" // Dimm Menu text color + "G_ItemDescriptionPanelBg" "24 22 20 255" // Item description panel bg + "G_ButtonBg" "96 83 73 255" // Button bg color + "G_ButtonText" "214 206 200 255" // Button text color + "G_ButtonHoverBg" "156 53 51 255" // Button hover bg color + "G_ButtonHoverText" "255 255 255 255" // Button hover text color + "G_ButtonSelectedBg" "116 40 39 255" // Button selected bg color + "G_ButtonSelectedText" "255 255 255 255" // Button selected text color + "G_MiniButtonBg" "50 50 50 255" // Mini button bg color + "G_MiniButtonHoverBg" "10 10 10 255" // Mini button hover bg color + "G_GhostWhite" "255 255 255 210" + "G_ItemMeterBg" "0 0 0 100" // Item meter bg + "G_ItemMeterBorder" "0 0 0 255" // Item meter border color + "G_MenuShader" "0 0 0 100" // Menu shader color + "G_XPBar" "240 240 240 255" // XP Bar color + "G_ItemEffectMeterLineColor" "120 120 120 130" + "G_MvmLobbyPanelBg" "40 40 40 255" + "G_MvmLobbyPanelText" "220 220 220 255" + + // Crosshairs + "G_Crosshair1Color" "0 255 0 255" // Crosshair1 color + "G_Crosshair2Color" "255 89 89 255" // Crosshair2 color + "G_Crosshair3Color" "255 255 255 255" // Crosshair3 color + "G_Hitmarker1Color" "255 0 0 255" // Hitmarker1 color + "G_Hitmarker2Color" "255 0 0 255" // Hitmarker2 color + "G_Hitmarker3Color" "255 0 0 255" // Hitmarker3 color + + // base colors + "Orange" "178 82 22 255" + "OrangeDim" "178 82 22 120" + "LightOrange" "188 112 0 128" + "GoalOrange" "255 133 0" + "TFOrange" "151 51 51 255" // Highlight color + + "QuestGold" "208 147 75 255" + "HalloweenThemeColor2015_Light" "238 126 17 255" + "HalloweenThemeColor2015" "135 54 16 255" + "HalloweenThemeColor2015_Dark" "108 49 21 255" + + "QuestUncommitted" "183 147 100 255" + "QuestMap_Bonus" "222 217 166 255" + "QuestMap_ActiveOrange" "212 127 25 255" + "QuestMap_InactiveGrey" "100 100 100 255" + "QuestMap_BGImages" "56 58 60 255" + "PartyMember1" "124 173 255 255" + "PartyMember2" "99 232 167 255" + "PartyMember3" "229 255 121 255" + "PartyMember4" "232 184 99 255" + "PartyMember5" "255 118 108 255" + "PartyMember6" "255 133 255 255" + + "White" "235 235 235 255" + "Red" "192 28 0 140" + "RedSolid" "192 28 0 255" + "Blue" "0 28 162 140" + "Yellow" "255 255 255 255" + "TransparentYellow" "255 255 255 255 140" + "BrightYellow" "251 235 0 255" + //"Black" "0 0 0 255" + //Changed black to a NTSC safe color + "GreenSolid" "76 107 34 255" + + "Black" "46 43 42 255" + "TransparentBlack" "0 0 0 196" + "TransparentLightBlack" "0 0 0 90" + "FooterBGBlack" "52 48 55 255" + + "HUDBlueTeam" "104 124 155 127" + "HUDRedTeam" "180 92 77 127" + "HUDSpectator" "124 124 124 127" + "HUDBlueTeamSolid" "104 124 155 255" + "HUDRedTeamSolid" "180 92 77 255" + "HUDDeathWarning" "255 0 0 255" + "HudWhite" "255 255 255 255" + "HudOffWhite" "200 187 161 255" + "HudBlack" "65 65 65 255" + "ProgressBarBlue" "91 122 142 255" + + "CreditsGreen" "94 150 49 255" + + "Gray" "178 178 178 255" + + "Blank" "0 0 0 0" + "ForTesting" "255 0 0 32" + "ForTesting_Magenta" "255 0 255 255" + "ForTesting_MagentaDim" "255 0 255 120" + + "HudPanelForeground" "123 110 59 184" + "HudPanelBackground" "123 110 59 184" + "HudPanelBorder" "255 255 255 102" + + "HudProgressBarActive" "240 207 78 255" + "HudProgressBarInActive" "140 120 73 255" + "HudProgressBarActiveLow" "240 30 30 255" + "HudProgressBarInActiveLow" "240 30 30 99" + + "HudTimerProgressActive" "251 235 202 255" + "HudTimerProgressInActive" "52 48 45 255" + "HudTimerProgressWarning" "240 30 30 255" + + // training + "HudTrainingHint" "212 160 23 255" + + "TanDark" "110 110 110 255" + "TanLight" "235 235 235 255" + "TanDarker" "44 44 44 255" + + "StoreDarkTan" "131 121 104 255" + "StoreGreen" "76 107 34 255" + + // Building HUD Specific + "LowHealthRed" "255 0 0 255" + "ProgressOffWhite" "255 255 255 255 255" + "ProgressBackground" "250 234 201 51" + "HealthBgGrey" "72 71 69 255" + + "ProgressOffWhiteTransparent" "255 255 255 255 128" + + "LabelDark" "48 43 42 255" + "LabelTransparent" "109 96 80 180" + + "BuildMenuActive" "248 231 198 255" + + "DisguiseMenuIconRed" "192 56 63 255" + "DisguiseMenuIconBlue" "92 128 166 255" + + "MatchmakingDialogTitleColor" "200 184 151 255" + "MatchmakingMenuItemBackground" "46 43 42 255" + "MatchmakingMenuItemBackgroundActive" "150 71 0 255" + "MatchmakingMenuItemTitleColor" "200 184 151 255" + "MatchmakingMenuItemDescriptionColor" "200 184 151 255" + + "HTMLBackground" "95 92 101 255" + + "ItemAttribLevel" "117 107 94 255" + "ItemAttribNeutral" "235 226 202 255" + "ItemAttribPositive" "153 204 255 255" + "ItemAttribNegative" "255 64 64 255" + + "ItemSetName" "225 255 15 255" + "ItemSetItemEquipped" "149 175 12 255" + "ItemSetItemMissing" "139 137 137 255" + "ItemIsotope" "225 255 15 255" + "ItemBundleItem" "149 175 12 255" + "ItemLimitedUse" "0 160 0 255" + "ItemFlags" "117 107 94 255" + "ItemLimitedQuantity" "225 209 0 255" + + "QualityColorNormal" "178 178 178 255" // IQC Normal + "QualityColorrarity1" "77 116 85 255" // IQC Genuine + "QualityColorrarity2" "141 131 75 255" + "QualityColorrarity3" "204 204 250 255" + "QualityColorrarity4" "134 80 172 255" // IQC Unusual + "QualityColorVintage" "71 98 145 255" // IQC Vintage + "QualityColorUnique" "255 215 0 255" // IQC Unique + "QualityColorCommunity" "112 176 74 255" // IQC Community + "QualityColorDeveloper" "165 15 121 255" // IQC Valve + "QualityColorSelfMade" "112 176 74 255" // IQC Community + "QualityColorCustomized" "71 98 145 255" + "QualityColorStrange" "207 106 50 255" // IQC Strange + "QualityColorCompleted" "134 80 172 255" + "QualityColorHaunted" "56 243 171 255" // IQC Haunted + "QualityColorCollectors" "170 0 0 255" // IQC Collectors + "QualityColorPaintkitWeapon" "250 250 250 255" // IQC PaintkitWeapon + + "DimmQualityColorNormal" "178 178 178 100" // Dimm IQC Normal + "DimmQualityColorrarity1" "77 116 85 100" // Dimm IQC Genuine + "DimmQualityColorrarity2" "141 131 75 100" + "DimmQualityColorrarity3" "204 204 250 100" + "DimmQualityColorrarity4" "134 80 172 100" // Dimm IQC Unusual + "DimmQualityColorVintage" "71 98 145 100" // Dimm IQC Vintage + "DimmQualityColorUnique" "255 215 0 100" // Dimm IQC Unique + "DimmQualityColorCommunity" "112 176 74 100" // Dimm IQC Community + "DimmQualityColorDeveloper" "165 15 121 100" // Dimm IQC Valve + "DimmQualityColorSelfMade" "112 176 74 100" // Dimm IQC Community + "DimmQualityColorCustomized" "71 98 145 100" + "DimmQualityColorStrange" "207 106 50 100" // Dimm IQC Strange + "DimmQualityColorCompleted" "134 80 172 100" + "DimmQualityColorHaunted" "56 243 171 100" // Dimm IQC Haunted + "DimmQualityColorCollectors" "170 0 0 100" // Dimm IQC Collectors + "DimmQualityColorPaintkitWeapon" "250 250 250 100" // Dimm IQC PaintkitWeapon + + "ItemRarityDefault" "131 126 119 255" + "ItemRarityCommon" "176 195 217 255" // IRC Common + "ItemRarityUncommon" "94 152 217 255" // IRC Uncommon + "ItemRarityRare" "75 105 255 255" // IRC Rare + "ItemRarityMythical" "136 71 255 255" // IRC Mythical + "ItemRarityLegendary" "211 44 230 255" // IRC Legendary + "ItemRarityAncient" "235 75 75 255" // IRC Ancient + + "DimmItemRarityDefault" "131 126 119 100" + "DimmItemRarityCommon" "176 195 217 100" // Dimm IRC Common + "DimmItemRarityUncommon" "94 152 217 100" // Dimm IRC Uncommon + "DimmItemRarityRare" "75 105 255 100" // Dimm IRC Rare + "DimmItemRarityMythical" "136 71 255 100" // Dimm IRC Mythical + "DimmItemRarityLegendary" "211 44 230 100" // Dimm IRC Legendary + "DimmItemRarityAncient" "235 75 75 100" // Dimm IRC Ancient + + "ItemRarityDefault_GreyedOut" "44 42 40 255" + "ItemRarityCommon_GreyedOut" "59 65 72 255" + "ItemRarityUncommon_GreyedOut" "31 50 72 255" + "ItemRarityRare_GreyedOut" "25 35 85 255" + "ItemRarityMythical_GreyedOut" "45 24 85 255" + "ItemRarityLegendary_GreyedOut" "70 15 77 255" + "ItemRarityAncient_GreyedOut" "78 25 25 255" + + "QualityColorNormal_GreyedOut" "44 44 44 255" + "QualityColorrarity1_GreyedOut" "20 29 21 255" + "QualityColorrarity2_GreyedOut" "35 33 19 255" + "QualityColorrarity3_GreyedOut" "51 51 62 255" + "QualityColorrarity4_GreyedOut" "36 20 43 255" + "QualityColorVintage_GreyedOut" "18 25 36 255" + "QualityColorUnique_GreyedOut" "64 54 0 255" + "QualityColorCommunity_GreyedOut" "28 44 19 255" + "QualityColorDeveloper_GreyedOut" "41 4 30 255" + "QualityColorSelfMade_GreyedOut" "28 44 74 255" + "QualityColorCustomized_GreyedOut" "71 98 19 255" + "QualityColorStrange_GreyedOut" "52 27 13 255" + "QualityColorCompleted_GreyedOut" "34 20 43 255" + "QualityColorHaunted_GreyedOut" "14 61 43 255" + "QualityColorCollectors_GreyedOut" "60 0 0 255" + "QualityColorPaintkitWeapon_GreyedOut" "60 60 60 255" + + "SaleGreen" "76 107 34 255" + + "LightRed" "200 80 60 255" + "LighterRed" "220 100 80 255" + "LighterDarkBrown" "59 54 48 255" + "DarkBrown" "41 37 38 255" + + "UpgradeDefaultFg" "87 82 74 255" + "UpgradeDefaultBg" "111 104 94 255" + "UpgradeArmedFg" "194 96 47 255" + "UpgradeArmedBg" "239 128 73 255" + "UpgradeDepressedFg" "204 106 57 255" + "UpgradeDepressedBg" "249 138 83 255" + "UpgradeSelectedFg" "204 106 57 255" + "UpgradeSelectedBg" "249 138 83 255" + "UpgradeDisabledFg" "64 59 52 255" + "UpgradeDisabledBg" "79 77 68 255" + } + + ///////////////////// BASE SETTINGS //////////////////////// + // default settings for all panels + // controls use these to determine their settings + BaseSettings + { + // vgui_controls color specifications + ReplayBrowser.BgColor "DarkBrown" + ReplayBrowser.Details.TitleEdit.Carat.FgColor "LightRed" + ReplayBrowser.Button.ArmedBgColor "TFOrange" + ReplayBrowser.Button.DepressedBgColor "TFOrange" + ReplayBrowser.CollectionTitle.FgColor "LightRed" + ReplayBrowser.Warning.FgColor "White" + ReplayBrowser.ScrollBar.SliderButton.FgColor "TransparentYellow" + ReplayBrowser.Search.BgColor "TanDark" + ReplayBrowser.Search.FgColor "White" + + Replay.RenderDialog.BgColor "LighterDarkBrown" + + Econ.Dialog.BgColor "Blank" + Econ.Button.BgColor "TanDark" + Econ.Button.FgColor "TanLight" + Econ.Button.ArmedBgColor "TFOrange" + Econ.Button.ArmedFgColor "TanLight" + Econ.Button.DepressedBgColor "TFOrange" + Econ.Button.DepressedFgColor "Black" + + Econ.Button.PresetDefaultColorFg "G_ButtonSelectedText" + Econ.Button.PresetArmedColorFg "G_ButtonHoverText" + Econ.Button.PresetDepressedColorFg "G_ButtonSelectedText" + + Econ.Button.PresetDefaultColorBg "G_ButtonSelectedBg" + Econ.Button.PresetArmedColorBg "G_ButtonHoverBg" + Econ.Button.PresetDepressedColorBg "G_ButtonSelectedBg" + + Border.Bright "Blank" // the lit side of a control + Border.Dark "Black" // the dark/unlit side of a control + Border.Selection "Gray" // the additional border color for displaying the default/selected button + + Button.TextColor "G_ButtonText" + Button.BgColor "G_ButtonBg" + Button.ArmedTextColor "G_ButtonHoverText" + Button.ArmedBgColor "G_ButtonHoverBg" + Button.SelectedTextColor "G_ButtonSelectedText" + Button.SelectedBgColor "G_ButtonSelectedBg" + Button.DepressedTextColor "G_ButtonSelectedText" + Button.DepressedBgColor "G_ButtonSelectedBg" + CheckButton.TextColor "G_MenuText" + CheckButton.SelectedTextColor "G_MenuText" + CheckButton.BgColor "0 0 0 0" + CheckButton.Border1 "G_MenuText" // the left checkbutton border + CheckButton.Border2 "G_MenuText" // the right checkbutton border + CheckButton.Check "G_MenuText" // color of the check itself + CheckButton.HighlightFgColor "G_MenuText" + + ComboBoxButton.ArrowColor "G_MenuText" + ComboBoxButton.ArmedArrowColor "G_MenuText" + ComboBoxButton.BgColor "Blank" + ComboBoxButton.DisabledBgColor "Blank" + + Frame.BgColor "TransparentBlack" + Frame.OutOfFocusBgColor "TransparentBlack" + Frame.FocusTransitionEffectTime "0.0" [$WIN32] // time it takes for a window to fade in/out on focus/out of focus + Frame.TransitionEffectTime "0.0" [$WIN32] // time it takes for a window to fade in/out on open/close + Frame.FocusTransitionEffectTime "0.15" [$X360] // time it takes for a window to fade in/out on focus/out of focus + Frame.TransitionEffectTime "0.15" [$X360] // time it takes for a window to fade in/out on open/close + Frame.AutoSnapRange "0" + FrameGrip.Color1 "Blank" + FrameGrip.Color2 "Blank" + FrameTitleButton.FgColor "Blank" + FrameTitleButton.BgColor "Blank" + FrameTitleButton.DisabledFgColor "Blank" + FrameTitleButton.DisabledBgColor "Blank" + FrameSystemButton.FgColor "Blank" + FrameSystemButton.BgColor "Blank" + FrameSystemButton.Icon "" + FrameSystemButton.DisabledIcon "" + FrameTitleBar.TextColor "Orange" + FrameTitleBar.BgColor "Blank" + FrameTitleBar.DisabledTextColor "Orange" + FrameTitleBar.DisabledBgColor "Blank" + + GraphPanel.FgColor "Orange" + GraphPanel.BgColor "TransparentBlack" + + Label.TextDullColor "TanDark" + Label.TextColor "TanLight" + Label.TextBrightColor "TanLight" + Label.SelectedTextColor "White" + Label.BgColor "Blank" + Label.DisabledFgColor1 "Blank" + Label.DisabledFgColor2 "Black" + + ListPanel.TextColor "Orange" + ListPanel.BgColor "TransparentBlack" + ListPanel.SelectedTextColor "Black" + ListPanel.SelectedBgColor "Red" + ListPanel.SelectedOutOfFocusBgColor "Red" + ListPanel.EmptyListInfoTextColor "Orange" + + Menu.TextColor "G_ButtonText" + Menu.BgColor "G_ButtonBg" + Menu.ArmedTextColor "G_ButtonSelectedText" + Menu.ArmedBgColor "G_ButtonSelectedBg" + Menu.TextInset "6" + + Chat.TypingText "Orange" + + Panel.FgColor "Gray" + Panel.BgColor "Blank" + + HTML.BgColor "Blank" + + ProgressBar.FgColor "ProgressOffWhite" + ProgressBar.BgColor "ProgressBackground" + + CircularProgressBar.FgColor "White" + CircularProgressBar.BgColor "White" + + "BuildingHealthBar.BgColor" "HealthBgGrey" + "BuildingHealthBar.Health" "ProgressOffWhite" + "BuildingHealthBar.LowHealth" "LowHealthRed" + + PropertySheet.TextColor "Orange" + PropertySheet.SelectedTextColor "Orange" + PropertySheet.TransitionEffectTime "0.25" // time to change from one tab to another + + RadioButton.TextColor "Orange" + RadioButton.SelectedTextColor "Orange" + + RichText.TextColor "Gray" + RichText.BgColor "Blank" + RichText.SelectedTextColor "Gray" + RichText.SelectedBgColor "Red" + + ScrollBarButton.FgColor "G_MenuText" + ScrollBarButton.BgColor "Blank" + ScrollBarButton.ArmedFgColor "G_MenuText" + ScrollBarButton.ArmedBgColor "Blank" + ScrollBarButton.DepressedFgColor "Black" + ScrollBarButton.DepressedBgColor "Blank" + + ScrollBarSlider.FgColor "G_MenuText" // nob color + ScrollBarSlider.BgColor "Blank" // slider background color + + SectionedListPanel.HeaderTextColor "Orange" + SectionedListPanel.HeaderBgColor "Blank" + SectionedListPanel.DividerColor "Black" + SectionedListPanel.TextColor "Orange" + SectionedListPanel.BrightTextColor "Orange" + SectionedListPanel.BgColor "TransparentLightBlack" + SectionedListPanel.SelectedTextColor "Black" + SectionedListPanel.SelectedBgColor "Red" + SectionedListPanel.OutOfFocusSelectedTextColor "Black" + SectionedListPanel.OutOfFocusSelectedBgColor "255 255 255 32" + + Slider.NobColor "156 53 51 255" // Highlight color + Slider.TextColor "220 206 199 255" // Menu text color + Slider.TrackColor "220 206 199 255" // Menu text color + Slider.DisabledTextColor1 "220 206 199 120" // Dimm Menu text color + Slider.DisabledTextColor2 "220 206 199 120" // Dimm Menu text color + + TextEntry.TextColor "Gray" + TextEntry.BgColor "Blank" + TextEntry.CursorColor "Gray" + TextEntry.DisabledTextColor "Gray" + TextEntry.DisabledBgColor "Blank" + TextEntry.SelectedTextColor "TanLight" + TextEntry.SelectedBgColor "Gray" + TextEntry.OutOfFocusSelectedBgColor "Blank" + TextEntry.FocusEdgeColor "Blank" + + ToggleButton.SelectedTextColor "Orange" + + Tooltip.TextColor "TransparentBlack" + Tooltip.BgColor "Red" + + TreeView.BgColor "TransparentBlack" + + WizardSubPanel.BgColor "Blank" + + TimerProgress.Active "HudTimerProgressActive" + TimerProgress.InActive "HudTimerProgressInActive" + TimerProgress.Warning "HudTimerProgressWarning" + + HudObjectives.FgColor "HudPanelForeground" + HudObjectives.BgColor "HudPanelBackground" + HudObjectives.BorderColor "HudPanelBorder" + + HudProgressBar.Active "HudProgressBarActive" + HudProgressBar.InActive "HudProgressBarInActive" + + HudCaptureIcon.Active "HudProgressBarActive" + HudCaptureIcon.InActive "HudProgressBarInActive" + HudCaptureProgressBar.Active "HudProgressBarActive" + HudCaptureProgressBar.InActive "HudProgressBarInActive" + + // scheme-specific colors + "FgColor" "G_Highlight" + "BgColor" "TransparentBlack" + + "ViewportBG" "Blank" + "TeamSpec" "204 204 204 255" + "TeamRed" "255 64 64 255" + "TeamBlue" "153 204 255 255" + + "MapDescriptionText" "Gray" // the text used in the map description window + "HudIcon_Green" "0 160 0 255" + "HudIcon_Red" "160 0 0 255" + + // CHudMenu + "ItemColor" "255 167 42 200" // default 255 167 42 255 + "MenuColor" "233 208 173 255" + "MenuBoxBg" "0 0 0 100" + + // weapon selection colors + "SelectionNumberFg" "251 235 202 255" + "SelectionTextFg" "251 235 202 255" + "SelectionEmptyBoxBg" "0 0 0 80" + "SelectionBoxBg" "0 0 0 80" + "SelectionSelectedBoxBg" "0 0 0 190" + + // Hint message colors + "HintMessageFg" "255 255 255 255" + "HintMessageBg" "0 0 0 60" + + "ProgressBarFg" "255 30 13 255" + + // Top-left corner of the menu on the main screen + "Main.Menu.X" "32" + "Main.Menu.Y" "248" + + // Blank space to leave beneath the menu on the main screen + "Main.BottomBorder" "32" + + "VguiScreenCursor" "255 208 64 255" + } +} diff --git a/toonhud/resource/clientscheme_fonts.res b/toonhud/resource/clientscheme_fonts.res new file mode 100644 index 0000000..38eb02f --- /dev/null +++ b/toonhud/resource/clientscheme_fonts.res @@ -0,0 +1,3287 @@ +Scheme +{ + //////////////////////// FONTS ///////////////////////////// + + Fonts + { + + "G_MenuArrowBig" + { + "1" + { + "name" "ToonHUD Icons" + "tall" "26" + "weight" "400" + "additive" "0" + "antialias" "1" + } + } + + "G_MenuArrowSmall" + { + "1" + { + "name" "ToonHUD Icons" + "tall" "15" + "weight" "400" + "additive" "0" + "antialias" "1" + } + } + + + "G_BallSmall" + { + "1" + { + "name" "ToonHUD Icons" + "tall" "15" + "weight" "400" + "additive" "0" + "antialias" "1" + } + } + + "G_Slash" + { + "1" + { + "name" "ToonHUD Icons" + "tall" "23" [$WINDOWS] + "tall" "37" [!$WINDOWS] + "weight" "400" + "additive" "0" + "antialias" "1" + } + } + + "G_SlashSmall" + { + "1" + { + "name" "ToonHUD Icons" + "tall" "19" [$WINDOWS] + "tall" "30" [!$WINDOWS] + "weight" "400" + "additive" "0" + "antialias" "1" + } + } + + "G_SearchIcon" + { + "1" + { + "name" "ToonHUD Icons" + "tall" "20" [$WINDOWS] + "tall" "25" [!$WINDOWS] + "weight" "400" + "additive" "0" + "antialias" "1" + } + } + + "G_HomeIcon" + { + "1" + { + "name" "ToonHUD Icons" + "tall" "8" [$WINDOWS] + "tall" "10" [!$WINDOWS] + "weight" "400" + "additive" "0" + "antialias" "1" + } + } + + "G_HeadsIcon" + { + "1" + { + "name" "ToonHUD Icons" + "tall" "12" [$WINDOWS] + "tall" "18" [!$WINDOWS] + "weight" "400" + "additive" "0" + "antialias" "1" + } + } + + "G_Stickys" + { + "1" + { + "name" "ToonHUD Icons" + "tall" "60" + "weight" "400" + "additive" "0" + "antialias" "1" + } + } + + "G_FontHuge" + { + "1" + { + "name" "Gobold" [$WINDOWS] // Primary font + "name" "Gobold" [!$WINDOWS] // Primary font + "tall" "50" [$WINDOWS] // Size Huge Primary + "tall" "50" [!$WINDOWS] // Size Huge Primary + "weight" "0" + "additive" "0" + "antialias" "1" + } + } + + "G_FontBig" + { + "1" + { + "name" "Gobold" [$WINDOWS] // Primary font + "name" "Gobold" [!$WINDOWS] // Primary font + "tall" "32" // Size Big Primary + "weight" "0" + "additive" "0" + "antialias" "1" + } + } + + "G_FontMedium" + { + "1" + { + "name" "Gobold" [$WINDOWS] // Primary font + "name" "Gobold" [!$WINDOWS] // Primary font + "tall" "20" [$WINDOWS] // Size Medium Primary + "tall" "20" [!$WINDOWS] // Size Medium Primary + "weight" "0" + "additive" "0" + "antialias" "1" + } + } + + "G_FontSmall" + { + "1" + { + "name" "Gobold" [$WINDOWS] // Primary font + "name" "Gobold" [!$WINDOWS] // Primary font + "tall" "12" [$WINDOWS] // Size Small Primary + "tall" "12" [!$WINDOWS] // Size Small Primary + "weight" "0" + "additive" "0" + "antialias" "1" + } + } + + "G_FontTiny" + { + "1" + { + "name" "Gobold" [$WINDOWS] // Primary font + "name" "Gobold" [!$WINDOWS] // Primary font + "tall" "12" [$WINDOWS] // Size Tiny Primary + "tall" "12" [!$WINDOWS] // Size Tiny Primary + "weight" "0" + "additive" "0" + "antialias" "1" + } + } + + + "G_FontHuge_2" + { + "1" + { + "name" "Lato" [$WINDOWS] // Secondary font + "name" "Lato" [!$WINDOWS] // Secondary font + "tall" "25" // Size Huge Secondary + "weight" "0" + "additive" "0" + "antialias" "1" + } + } + + "G_FontBig_2" + { + "1" + { + "name" "Lato" [$WINDOWS] // Secondary font + "name" "Lato" [!$WINDOWS] // Secondary font + "tall" "19" // Size Big Secondary + "weight" "0" + "additive" "0" + "antialias" "1" + } + } + + "G_FontMedium_2" + { + "1" + { + "name" "Lato" [$WINDOWS] // Secondary font + "name" "Lato" [!$WINDOWS] // Secondary font + "tall" "16" // Size Medium Secondary + "weight" "0" + "additive" "0" + "antialias" "1" + } + } + + "G_FontSmall_2" + { + "1" + { + "name" "Lato" [$WINDOWS] // Secondary font + "name" "Lato" [!$WINDOWS] // Secondary font + "tall" "12" // Size Small Secondary + "weight" "0" + "additive" "0" + "antialias" "1" + } + } + + "G_FontTiny_2" + { + "1" + { + "name" "Lato" [$WINDOWS] // Secondary font + "name" "Lato" [!$WINDOWS] // Secondary font + "tall" "10" // Size Tiny Secondary + "weight" "0" + "additive" "0" + "antialias" "1" + "dropshadow" "0" + } + } + + "G_FontHealth" + { + "1" + { + "name" "Gobold" [$WINDOWS] // Health Font | Primary font + "name" "Gobold" [!$WINDOWS] // Health Font | Primary font + "tall" "50" // Size Huge Primary - Font Size Health + "weight" "0" + "additive" "0" + "antialias" "1" + } + } + + "G_FontAmmo" + { + "1" + { + "name" "Gobold" [$WINDOWS] // Ammo Font | Primary font + "name" "Gobold" [!$WINDOWS] // Ammo Font | Primary font + "tall" "50" // Size Huge Primary - Font Size Ammo + "weight" "0" + "additive" "0" + "antialias" "1" + } + } + + "G_FontMainMenuItem" + { + "1" + { + "name" "Gobold" [$WINDOWS] // Primary font + "name" "Gobold" [!$WINDOWS] // Primary font + "tall" "20" [$WINDOWS] // Font Size Big Main Menu + "tall" "10" [!$WINDOWS] // Font Size Big Main Menu + "weight" "0" + "additive" "0" + "antialias" "1" + } + } + + "G_FontMainMenuItemSmall" + { + "1" + { + "name" "Gobold" [$WINDOWS] // Primary font + "name" "Gobold" [!$WINDOWS] // Primary font + "tall" "14" [$WINDOWS] // Font Size Main Menu + "tall" "12" [!$WINDOWS] // Font Size Main Menu + "weight" "0" + "additive" "0" + "antialias" "1" + } + } + + "G_FontDamage" + { + "1" + { + "name" "Gobold" [$WINDOWS] // Damage font | Primary font + "name" "Gobold" [!$WINDOWS] // Damage font | Primary font + "tall" "20" // Damage size + "weight" "0" + "additive" "0" + "antialias" "1" + "outline" "1" // Damage outline + } + } + + "G_FontCritDamage" + { + "1" + { + "name" "Gobold" [$WINDOWS] // Crit damage font | Primary font + "name" "Gobold" [!$WINDOWS] // Crit damage font | Primary font + "tall" "22" // Crit damage size + "weight" "0" + "additive" "0" + "antialias" "1" + "outline" "1" // Crit damage outline + } + } + + "G_FontTargetIDHealth" + { + "1" + { + "name" "Gobold" [$WINDOWS] // Target ID health font | Primary font + "name" "Gobold" [!$WINDOWS] // Target ID health font | Primary font + "tall" "14" // Target ID health text size + "weight" "0" + "additive" "0" + "antialias" "1" + } + } + + "G_FontNumberButton" + { + "1" + { + "name" "Verdana" + "tall" "9" + "weight" "500" + "antialias" "1" + } + } + + "G_FontMediumBlur" + { + "1" + { + "name" "Gobold" [$WINDOWS] // Primary font + "name" "Gobold" [!$WINDOWS] // Primary font + "tall" "20" // Size Medium Primary + "weight" "0" + "additive" "0" + "antialias" "1" + "blur" "3" + } + } + + "G_FontSmallBlur" + { + "1" + { + "name" "Gobold" [$WINDOWS] // Primary font + "name" "Gobold" [!$WINDOWS] // Primary font + "tall" "12" [$WINDOWS] // Size Small Primary + "tall" "12" [!$WINDOWS] // Size Small Primary + "weight" "0" + "additive" "0" + "antialias" "1" + "blur" "3" + } + } + + "G_FontNone" + { + "1" + { + "name" "Verdana" + "tall" "1" + "weight" "100" + "additive" "0" + "antialias" "0" + "yres" "0 2000" + } + } + + "Default" + { + "1" + { + "name" "Verdana" + "tall" "12" + "weight" "900" + "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A + "yres" "480 599" + } + "2" + { + "name" "Verdana" + "tall" "13" [$WIN32] + "tall" "20" [$X360] + "weight" "900" + "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A + "yres" "600 767" + } + "3" + { + "name" "Verdana" + "tall" "14" + "weight" "900" + "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A + "yres" "768 1023" + "antialias" "1" + } + "4" + { + "name" "Verdana" + "tall" "20" + "weight" "900" + "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A + "yres" "1024 1199" + "antialias" "1" + } + "5" + { + "name" "Verdana" + "tall" "24" + "weight" "900" + "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A + "yres" "1200 6000" + "antialias" "1" + } + "6" + { + "name" "Verdana" + "tall" "12" + "range" "0x0000 0x00FF" + "weight" "900" + } + "7" + { + "name" "Arial" + "tall" "12" + "range" "0x0000 0x00FF" + "weight" "800" + } + + + } + "DefaultUnderline" + { + "1" + { + "name" "Tahoma" + "tall" "12" + "weight" "500" + "underline" "1" + "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A + } + "2" + { + "name" "Arial" + "tall" "11" + "range" "0x0000 0x00FF" + "weight" "800" + } + } + "DefaultSmall" + { + "1" + { + "name" "Verdana" + "tall" "12" + "weight" "0" + "range" "0x0000 0x017F" + "yres" "480 599" + } + "2" + { + "name" "Verdana" + "tall" "13" + "weight" "0" + "range" "0x0000 0x017F" + "yres" "600 767" + } + "3" + { + "name" "Verdana" + "tall" "14" + "weight" "0" + "range" "0x0000 0x017F" + "yres" "768 1023" + "antialias" "1" + } + "4" + { + "name" "Verdana" + "tall" "20" + "weight" "0" + "range" "0x0000 0x017F" + "yres" "1024 1199" + "antialias" "1" + } + "5" + { + "name" "Verdana" + "tall" "22" + "weight" "0" + "range" "0x0000 0x017F" + "yres" "1200 6000" + "antialias" "1" + } + "6" + { + "name" "Arial" + "tall" "12" + "range" "0x0000 0x00FF" + "weight" "0" + } + } + + + "G_RespawnTimer" + { + "1" + { + "name" "Verdana" + "tall" "10" + "weight" "400" + "outline" "1" + } + } + + "G_FontKillfeed" + { + "1" + { + "name" "Verdana" // Killfeed font + "tall" "20" // Killfeed tall + "weight" "900" // Killfeed weight + "antialias" "1" // Killfeed antialias + } + } + + "DefaultVerySmall" + { + "1" + { + "name" "Verdana" + "tall" "12" + "weight" "0" + "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A + "yres" "480 599" + } + "2" + { + "name" "Verdana" + "tall" "12" + "weight" "0" + "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A + "yres" "600 767" + } + "3" + { + "name" "Verdana" + "tall" "12" + "weight" "0" + "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A + "yres" "768 1023" + "antialias" "1" + } + "4" + { + "name" "Verdana" + "tall" "14" + "weight" "0" + "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A + "yres" "1024 1199" + "antialias" "1" + } + "5" + { + "name" "Verdana" + "tall" "16" + "weight" "0" + "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A + "yres" "1200 6000" + "antialias" "1" + } + } + + "DefaultVerySmallBlur" + { + "1" + { + "name" "Verdana" + "tall" "12" + "weight" "0" + "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A + "yres" "480 599" + "blur" "2" + } + "2" + { + "name" "Verdana" + "tall" "12" + "weight" "0" + "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A + "yres" "600 767" + "blur" "2" + } + "3" + { + "name" "Verdana" + "tall" "12" + "weight" "0" + "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A + "yres" "768 1023" + "antialias" "1" + "blur" "2" + } + "4" + { + "name" "Verdana" + "tall" "14" + "weight" "0" + "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A + "yres" "1024 1199" + "antialias" "1" + "blur" "2" + } + "5" + { + "name" "Verdana" + "tall" "16" + "weight" "0" + "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A + "yres" "1200 6000" + "antialias" "1" + "blur" "2" + } + } + + "G_FontWinpanel" + { + "1" + { + "name" "Verdana" + "tall" "13" + "weight" "900" + "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A + "yres" "480 599" + } + "2" + { + "name" "Verdana" + "tall" "13" + "weight" "900" + "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A + "yres" "600 767" + } + "3" + { + "name" "Verdana" + "tall" "15" + "weight" "900" + "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A + "yres" "768 1023" + "antialias" "1" + } + "4" + { + "name" "Verdana" + "tall" "16" + "weight" "900" + "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A + "yres" "1024 1199" + "antialias" "1" + } + "5" + { + "name" "Verdana" + "tall" "18" + "weight" "900" + "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A + "yres" "1200 6000" + "antialias" "1" + } + } + + DefaultLarge + { + "1" + { + "name" "Verdana" + "tall" "18" + "weight" "900" + "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A + "yres" "480 599" + } + "2" + { + "name" "Verdana" + "tall" "21" + "weight" "900" + "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A + "yres" "600 767" + } + "3" + { + "name" "Verdana" + "tall" "22" + "weight" "900" + "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A + "yres" "768 1023" + "antialias" "1" + } + "4" + { + "name" "Verdana" + "tall" "28" + "weight" "900" + "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A + "yres" "1024 1199" + "antialias" "1" + } + "5" + { + "name" "Verdana" + "tall" "30" + "weight" "900" + "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A + "yres" "1200 6000" + "antialias" "1" + } + "6" + { + "name" "Verdana" + "tall" "20" + "range" "0x0000 0x00FF" + "weight" "900" + } + "7" + { + "name" "Arial" + "tall" "20" + "range" "0x0000 0x00FF" + "weight" "800" + } + } + CenterPrintText + { + // note that this scales with the screen resolution + "1" + { + "name" "Trebuchet MS" [$WINDOWS] + "name" "Helvetica" [!$WINDOWS] + "tall" "18" + "weight" "900" + "antialias" "1" + "additive" "1" + } + } + + "PlayerPanelPlayerName" + { + "1" + { + "name" "Verdana" + "tall" "6" + "weight" "500" + "additive" "0" + "antialias" "1" + } + } + HudHintText + { + "1" + { + "name" "Verdana" + "tall" "12" + "weight" "700" + "yres" "480 599" + } + "2" + { + "name" "Verdana" + "tall" "13" [$WIN32] + "tall" "23" [$X360] + "weight" "700" + "yres" "600 767" + } + "3" + { + "name" "Verdana" + "tall" "14" + "weight" "700" + "yres" "768 1023" + } + "4" + { + "name" "Verdana" + "tall" "20" + "weight" "700" + "yres" "1024 1199" + } + "5" + { + "name" "Verdana" + "tall" "24" + "weight" "700" + "yres" "1200 10000" + } + } + "HudFontGiant" + { + "1" + { + "name" "TF2" + "tall" "24" + "tall_lodef" "80" + "weight" "500" + "additive" "0" + "antialias" "1" + "yres" "480 599" + } + "2" + { + "name" "TF2" + "tall" "32" + "tall_hidef" "120" + "weight" "500" + "additive" "0" + "antialias" "1" + "yres" "600 767" + } + "3" + { + "name" "TF2" + "tall" "44" + "weight" "500" + "additive" "0" + "antialias" "1" + "yres" "768 1023" + } + "4" + { + "name" "TF2" + "tall" "48" + "weight" "500" + "additive" "0" + "antialias" "1" + "yres" "1024 1199" + } + "5" + { + "name" "TF2" + "tall" "52" + "weight" "500" + "additive" "0" + "antialias" "1" + "yres" "1200 10000" + } + } + "HudFontGiantBold" + { + "1" + { + "name" "TF2 Build" + "tall" "44" + "tall_lodef" "52" + "weight" "500" + "additive" "0" + "antialias" "1" + } + } + + "HudFontBiggerBold" + { + "1" + { + "name" "TF2 Build" + "tall" "35" + "tall_lodef" "40" + "weight" "500" + "additive" "0" + "antialias" "1" + } + } + + "HudFontBig" + { + "1" + { + "name" "TF2" + "tall" "36" + "tall_hidef" "48" + "weight" "500" + "additive" "0" + "antialias" "1" + } + } + "HudFontMediumBig" + { + "1" + { + "name" "TF2" + "tall" "30" + "weight" "500" + "additive" "0" + "antialias" "1" + } + } + "HudFontMediumBigBold" + { + "1" + { + "name" "TF2 Build" + "tall" "30" + "weight" "500" + "additive" "0" + "antialias" "1" + } + } + "HudFontMedium" + { + "1" + { + "name" "TF2" + "tall" "24" + "tall_lodef" "28" + "weight" "500" + "additive" "0" + "antialias" "1" + } + } + "HudFontMediumSecondary" + { + "1" + { + "name" "Verdana" + "tall" "18" + "weight" "400" + "additive" "0" + "antialias" "1" + } + } + "HudFontMediumBold" + { + "1" + { + "name" "TF2 Build" + "tall" "24" + "weight" "500" + "additive" "0" + "antialias" "1" + } + } + "HudFontMediumSmallBold" + { + "1" + { + "name" "TF2 Build" + "tall" "18" + "weight" "500" + "additive" "0" + "antialias" "1" + } + } + "HudFontMediumSmall" + { + "1" + { + "name" "TF2" + "tall" "18" + "tall_hidef" "24" + "tall_lodef" "18" + "weight" "500" + "additive" "0" + "antialias" "1" + } + } + "HudFontMediumSmallSecondary" + { + "1" + { + "name" "TF2 Secondary" + "tall" "18" + "tall_hidef" "24" + "tall_lodef" "20" + "weight" "500" + "additive" "0" + "antialias" "1" + } + } + "HudFontSmall" + { + "1" + { + "name" "TF2 Secondary" + "tall" "14" + "tall_lodef" "16" + "weight" "500" + "additive" "0" + "antialias" "1" + } + } + "HudFontSmallishBold" + { + "1" + { + "name" "TF2 Build" + "tall" "16" + "weight" "500" + "additive" "0" + "antialias" "1" + } + } + "HudFontSmallBold" + { + "1" + { + "name" "TF2 Build" + "tall" "14" + "weight" "500" + "additive" "0" + "antialias" "1" + } + } + "HudFontSmallBoldShadow" + { + "1" + { + "name" "TF2 Build" + "tall" "14" + "weight" "500" + "additive" "0" + "antialias" "1" + "dropshadow" "1" + } + } + "HudFontSmallest" + { + "1" + { + "name" "TF2 Secondary" + "tall" "11" + "weight" "500" + "additive" "0" + "antialias" "1" + } + } + "HudFontSmallestShadow" + { + "1" + { + "name" "TF2 Secondary" + "tall" "11" + "weight" "500" + "additive" "0" + "antialias" "1" + "dropshadow" "1" + } + } + "HudFontSmallestBold" + { + "1" + { + "name" "TF2 Build" + "tall" "10" + "weight" "400" + "additive" "0" + "antialias" "1" + } + } + "PerformanceModeSmall" + { + "1" + { + "name" "TF2 Build" + "tall" "4" + "weight" "500" + "additive" "0" + "antialias" "1" + } + } + "StorePromotionsTitle" + { + "1" + { + "name" "TF2 Build" + "tall" "10" + "weight" "500" + "additive" "0" + "antialias" "1" + } + } + "FontCartPrice" + { + "1" + { + "name" "TF2 Build" + "tall" "16" + "weight" "500" + "additive" "0" + "antialias" "1" + } + } + "FontStorePrice" + { + "1" + { + "name" "TF2 Build" + "tall" "9" + "weight" "0" + "additive" "0" + "antialias" "1" + } + } + "FontStoreOriginalPrice" + { + "1" + { + "name" "TF2 Secondary" + "tall" "9" + "weight" "0" + "additive" "0" + "antialias" "1" + } + } + "FontStorePriceSmall" + { + "1" + { + "name" "TF2 Build" + "tall" "6" + "weight" "0" + "additive" "0" + "antialias" "1" + } + } + "FontStorePromotion" + { + "1" + { + "name" "TF2 Secondary" + "tall" "12" + "tall_hidef" "14" + "tall_lodef" "16" + "weight" "400" + "additive" "0" + "antialias" "1" + } + } + "TextTooltipFont" + { + "1" + { + "name" "TF2 Secondary" + "tall" "11" + "weight" "500" + "additive" "0" + "antialias" "1" + } + } + GameUIButtons + { + "1" //[$X360] + { + "bitmap" "1" + "name" "Buttons" + "scalex" "0.5" + "scalex_lodef" "0.75" + "scaley" "0.5" + "scaley_lodef" "0.75" + } + } + GameUIButtonsSmall + { + "1" [$X360] + { + "bitmap" "1" + "name" "Buttons" + "scalex" "0.5" + "scaley" "0.5" + } + } + GameUIButtonsSmallest + { + "1" [$X360] + { + "bitmap" "1" + "name" "Buttons" + "scalex" "0.4" + "scaley" "0.4" + } + } + GameUIButtonsSteamController + { + "1" + { + "bitmap" "1" + "name" "ButtonsSC" + "scalex" "0.5" + "scalex_lodef" "0.75" + "scaley" "0.5" + "scaley_lodef" "0.75" + } + } + GameUIButtonsSteamControllerSmall + { + "1" + { + "bitmap" "1" + "name" "ButtonsSC" + "scalex" "0.25" + "scaley" "0.25" + } + } + GameUIButtonsSteamControllerSmallest + { + "1" + { + "bitmap" "1" + "name" "ButtonsSC" + "scalex" "0.15" + "scaley" "0.15" + } + } + "GameUIButtonText" + { + "1" + { + "name" "TF2 Secondary" + "tall" "18" + "tall_hidef" "24" + "tall_lodef" "18" + "weight" "500" + "additive" "0" + "antialias" "1" + } + } + "HudClassHealth" + { + "1" + { + "name" "TF2" + "tall" "16" + "tall_hidef" "22" + "tall_lodef" "22" + "weight" "500" + "additive" "0" + "antialias" "1" + } + } + "SpectatorKeyHints" + { + "1" + { + "name" "Verdana" + "tall" "8" + "weight" "500" + "additive" "0" + "antialias" "1" + } + } + "ClockSubText" + { + "1" + { + "name" "Verdana" + "tall" "9" + "weight" "500" + "additive" "0" + "antialias" "1" + } + } + "ClockSubTextSuddenDeath" + { + "1" + { + "name" "Verdana" + "tall" "8" + "tall_hidef" "9" + "tall_lodef" "10" + "weight" "500" + "additive" "0" + "antialias" "1" + } + } + "ClockSubTextTiny" + { + "1" + { + "name" "Verdana" + "tall" "8" + "tall_hidef" "7" + "weight" "500" + "additive" "0" + "antialias" "1" + } + } + "HudSelectionText" + { + "1" + { + "name" "TF2" + "tall" "15" + "weight" "700" + "antialias" "1" + "yres" "1 599" + "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A + "additive" "1" + } + "2" + { + "name" "TF2" + "tall" "15" [$WIN32] + "tall" "21" [$X360] + "weight" "700" + "antialias" "1" + "yres" "600 767" + "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A + "additive" "1" + } + "3" + { + "name" "TF2" + "tall" "18" + "weight" "900" + "antialias" "1" + "yres" "768 1023" + "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A + } + "4" + { + "name" "TF2" + "tall" "21" + "weight" "900" + "antialias" "1" + "yres" "1024 1199" + "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A + } + "5" + { + "name" "TF2" + "tall" "24" + "weight" "1000" + "antialias" "1" + "yres" "1200 10000" + "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A + } + } + DebugOverlay + { + "1" [$WIN32] + { + "name" "Courier New" + "tall" "14" + "weight" "400" + "outline" "1" + "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A + } + "1" [$X360] + { + "name" "Tahoma" + "tall" "18" + "weight" "200" + "outline" "1" + } + } + TFTypeDeath + { + "1" + { + "name" "tfd" // tfd.ttf + "tall" "28" + "weight" "0" + "additive" "0" + "antialias" "1" + } + } + + Icons + { + "1" + { + "name" "Team Fortress" // tf.ttf + "tall" "28" + "weight" "0" + "additive" "1" + "antialias" "1" + } + } + "BetaFont" + { + "1" + { + "name" "Courier New" + "tall" "90" + "weight" "900" + "range" "0x0000 0x007F" // Basic Latin + "antialias" "1" + "additive" "0" + } + } + + HudNumbers + { + "1" + { + "name" "Team Fortress" // tf.ttf + "tall" "28" + "weight" "0" + "additive" "1" + "antialias" "1" + } + "2" + { + "name" "Verdana" + "tall" "28" + "weight" "0" + "additive" "1" + "antialias" "1" + } + } + "CloseCaption_Normal" + { + "1" + { + "name" "Lato" [$WINDOWS] // Closed captions font | Secondary font + "name" "Lato" [!$WINDOWS] // Closed captions font | Secondary font + "tall" "20" // Closed captions size | Size Medium Primary + "weight" "500" + "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A + "antialias" "1" + "outline" "0" // Closed captions outline + } + } + "CloseCaption_Italic" + { + "1" + { + "name" "Lato" [$WINDOWS] // Closed captions font | Secondary font + "name" "Lato" [!$WINDOWS] // Closed captions font | Secondary font + "tall" "20" // Closed captions size | Size Medium Primary + "weight" "500" + "italic" "1" + "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A + "antialias" "1" + "outline" "0" // Closed captions outline + } + } + "CloseCaption_Bold" + { + "1" + { + "name" "Lato" [$WINDOWS] // Closed captions font | Secondary font + "name" "Lato" [!$WINDOWS] // Closed captions font | Secondary font + "tall" "20" // Closed captions size | Size Medium Primary + "weight" "900" + "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A + "antialias" "1" + "outline" "0" // Closed captions outline + } + } + "CloseCaption_BoldItalic" + { + "1" + { + "name" "Lato" [$WINDOWS] // Closed captions font | Secondary font + "name" "Lato" [!$WINDOWS] // Closed captions font | Secondary font + "tall" "20" // Closed captions size | Size Medium Primary + "weight" "900" + "italic" "1" + "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A + "antialias" "1" + "outline" "0" // Closed captions outline + } + } + "CloseCaption_Small" + { + "1" + { + "name" "Lato" [$WINDOWS] // Closed captions font | Secondary font + "name" "Lato" [!$WINDOWS] // Closed captions font | Secondary font + "tall" "20" // Closed captions size | Size Medium Primary + "weight" "900" + "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A + "antialias" "1" + "outline" "0" // Closed captions outline + } + } + // this is the symbol font + "Marlett" + { + "1" + { + "name" "Marlett" + "tall" "20" + "weight" "0" + "symbol" "1" + "range" "0x0000 0x007F" // Basic Latin + } + } + "MarlettSmall" + { + "1" + { + "name" "Marlett" + "tall" "14" + "weight" "0" + "symbol" "1" + "range" "0x0000 0x007F" // Basic Latin + } + } + "MenuMainTitle" + { + "1" + { + "name" "TF2" + "tall" "24" + "antialias" "1" + "weight" "500" + } + } + "MenuClassBuckets" + { + "1" + { + "name" "TF2 Secondary" + "tall" "11" + "tall_lodef" "14" + "antialias" "1" + "weight" "500" + } + } + "MenuKeys" + { + "1" + { + "name" "TF2" + "tall" "12" + "antialias" "1" + "weight" "500" + } + } + + "GoalText" + { + "1" + { + "name" "Verdana" + "tall" "13" + "tall_hidef" "14" + "tall_lodef" "17" + "weight" "800" + "additive" "0" + "antialias" "1" + } + } + + "ChalkboardTitle" + { + "1" + { + "name" "TF2 Professor" + "tall" "28" + "tall_lodef" "48" + "tall_hidef" "48" + "antialias" "1" + "custom" "1" [!$WINDOWS] + "weight" "500" + "weight_lodef" "800" + "weight_hidef" "1000" + } + } + "ChalkboardTitleBig" + { + "1" + { + "name" "TF2 Professor" + "tall" "40" + "tall_lodef" "48" + "tall_hidef" "48" + "antialias" "1" + "custom" "1" [!$WINDOWS] + "weight" "500" + "weight_lodef" "800" + "weight_hidef" "1000" + } + } + "ChalkboardTitleMedium" + { + "1" + { + "name" "TF2 Professor" + "tall" "24" + "tall_lodef" "36" + "tall_hidef" "36" + "antialias" "1" + "custom" "1" [!$WINDOWS] + "weight" "500" + } + } + "ChalkboardText" + { + "1" + { + "name" "TF2 Professor" + "tall" "14" [$WINDOWS] + "tall" "15" [!$WINDOWS] + "tall_lodef" "32" + "tall_hidef" "32" + "antialias" "1" + "custom" "1" [!$WINDOWS] + "weight" "500" + } + } + "ScoreboardSmallest" + { + "1" + { + "name" "Verdana" + "tall" "6" + "weight" "400" + "additive" "0" + "antialias" "1" + } + } + "ScoreboardVerySmall" + { + "1" + { + "name" "Verdana" + "tall" "8" + "tall_hidef" "10" + "tall_lodef" "14" + "weight" "400" + "additive" "0" + "antialias" "1" + } + } + "ScoreboardSmall" + { + "1" + { + "name" "TF2 Secondary" + "tall" "10" + "tall_hidef" "12" + "tall_lodef" "14" + "weight" "400" + "additive" "0" + "antialias" "1" + } + } + "ScoreboardMediumSmall" + { + "1" + { + "name" "TF2" + "tall" "14" + "weight" "500" + "range" "0x0000 0x007F" // Basic Latin + "antialias" "1" + "additive" "0" + } + } + "ScoreboardMedium" + { + "1" + { + "name" "TF2 Secondary" + "tall" "20" + "weight" "500" + "range" "0x0000 0x007F" // Basic Latin + "antialias" "1" + "additive" "0" + } + } + "ScoreboardTeamName" + { + "1" + { + "name" "TF2 Secondary" + "tall" "20" + "tall_hidef" "24" + "tall_lodef" "24" + "weight" "500" + "range" "0x0000 0x007F" // Basic Latin + "antialias" "1" + "additive" "0" + } + } + "ScoreboardTeamCountNew" + { + "1" + { + "name" "TF2 Secondary" + "tall" "14" + "weight" "500" + "range" "0x0000 0x007F" // Basic Latin + "antialias" "1" + "additive" "0" + } + } + "ScoreboardTeamNameNew" + { + "1" + { + "name" "TF2 Secondary" + "tall" "20" + "weight" "500" + "range" "0x0000 0x007F" // Basic Latin + "antialias" "1" + "additive" "0" + } + } + "ScoreboardTeamNameLarge" + { + "1" + { + "name" "TF2 Secondary" + "tall" "34" + "tall_hidef" "38" + "tall_lodef" "38" + "weight" "500" + "range" "0x0000 0x007F" // Basic Latin + "antialias" "1" + "additive" "0" + } + } + + "ScoreboardTeamScoreNew" + { + "1" + { + "name" "TF2" + "tall" "36" + "tall_hidef" "48" + "weight" "500" + "additive" "0" + "antialias" "1" + } + } + "ScoreboardTeamScore" + { + "1" + { + "name" "TF2" + "tall" "52" + "tall_lodef" "80" + "range" "0x0000 0x00FF" + "weight" "400" + "yres" "1 599" + "antialias" "1" + } + "2" + { + "name" "TF2" + "tall" "72" + "tall_hidef" "120" + "range" "0x0000 0x00FF" + "weight" "400" + "yres" "600 767" + "antialias" "1" + } + "3" + { + "name" "TF2" + "tall" "100" + "range" "0x0000 0x00FF" + "weight" "400" + "yres" "768 1023" + "antialias" "1" + } + "4" + { + "name" "TF2" + "tall" "140" + "range" "0x0000 0x00FF" + "weight" "400" + "yres" "1024 1199" + "antialias" "1" + } + "5" + { + "name" "TF2" + "tall" "180" + "range" "0x0000 0x00FF" + "weight" "400" + "yres" "1200 10000" + "antialias" "1" + } + } + + "MatchSummaryTeamScores" + { + "1" + { + "name" "TF2" + "tall" "36" + "weight" "500" + "range" "0x0000 0x007F" // Basic Latin + "antialias" "1" + "additive" "0" + } + } + "MatchSummaryStatsAndMedals" + { + "1" + { + "name" "TF2 Secondary" + "tall" "14" + "weight" "400" + "additive" "0" + "antialias" "1" + } + } + "ControlPointTimer" + { + "1" + { + "name" "TF2 Secondary" + "tall" "10" + "weight" "400" + "additive" "0" + "antialias" "1" + } + } + "ControlPointTimerSmaller" + { + "1" + { + "name" "TF2 Secondary" + "tall" "7" + "weight" "400" + "additive" "0" + "antialias" "1" + } + } + + "Link" + { + "1" + { + "name" "TF2 Secondary" + "tall" "10" + "tall_hidef" "12" + "tall_lodef" "14" + "weight" "400" + "additive" "0" + "antialias" "1" + } + } + + "TargetID" + { + "1" + { + "name" "Verdana" + "tall" "12" + "weight" "700" + "yres" "480 599" + "dropshadow" "0" + } + "2" + { + "name" "Verdana" + "tall" "13" + "weight" "700" + "yres" "600 767" + "dropshadow" "0" + } + "3" + { + "name" "Verdana" + "tall" "14" + "weight" "700" + "yres" "768 1023" + "dropshadow" "0" + } + "4" + { + "name" "Verdana" + "tall" "20" + "weight" "700" + "yres" "1024 1199" + "dropshadow" "0" + } + "5" + { + "name" "Verdana" + "tall" "24" + "weight" "700" + "yres" "1200 10000" + "dropshadow" "0" + } + } + + "GlobalChatFont" + { + "1" + { + "name" "Verdana" // Chat font + "tall" "12" // Chat fontsize + "weight" "700" // Chat fontweight + "yres" "480 599" // Chat yres + "dropshadow" "1" // Chat shadow + "antialias" "0" // Chat antialias + } + "2" + { + "name" "Verdana" // Chat font + "tall" "14" // Chat fontsize + "weight" "700" // Chat fontweight + "yres" "600 767" // Chat yres + "dropshadow" "1" // Chat shadow + "antialias" "0" // Chat antialias + } + "3" + { + "name" "Verdana" // Chat font + "tall" "15" // Chat fontsize + "weight" "700" // Chat fontweight + "yres" "768 1023" // Chat yres + "dropshadow" "1" // Chat shadow + "antialias" "0" // Chat antialias + } + "4" + { + "name" "Verdana" // Chat font + "tall" "17" // Chat fontsize + "weight" "700" // Chat fontweight + "yres" "1024 1199" // Chat yres + "dropshadow" "1" // Chat shadow + "antialias" "0" // Chat antialias + } + "5" + { + "name" "Verdana" // Chat font + "tall" "22" // Chat fontsize + "weight" "700" // Chat fontweight + "yres" "1200 10000" // Chat yres + "dropshadow" "1" // Chat shadow + "antialias" "0" // Chat antialias + } + } + + "GlobalChatInputFont" + { + "1" + { + "name" "Verdana" // Chat font + "tall" "8" + "weight" "700" // Chat fontweight + "dropshadow" "1" // Chat shadow + "antialias" "0" // Chat antialias + } + } + + "ChatFont" + { + "1" + { + "name" "TF2" + "tall" "12" + "weight" "700" + "yres" "480 599" + "dropshadow" "1" + } + "2" + { + "name" "Verdana" + "tall" "13" + "weight" "700" + "yres" "600 767" + "dropshadow" "1" + } + "3" + { + "name" "Verdana" + "tall" "14" + "weight" "700" + "yres" "768 1023" + "dropshadow" "1" + } + "4" + { + "name" "Verdana" + "tall" "20" + "weight" "700" + "yres" "1024 1199" + "dropshadow" "1" + } + "5" + { + "name" "Verdana" + "tall" "24" + "weight" "700" + "yres" "1200 10000" + "dropshadow" "1" + } + } + "ChatMiniFont" + { + "1" + { + "name" "Verdana" + "tall" "10" + "weight" "700" + "yres" "480 599" + "dropshadow" "1" + } + "2" + { + "name" "Verdana" + "tall" "10" + "weight" "700" + "yres" "600 767" + "dropshadow" "1" + } + "3" + { + "name" "Verdana" + "tall" "13" + "weight" "700" + "yres" "768 1023" + "dropshadow" "1" + } + "4" + { + "name" "Verdana" + "tall" "14" + "weight" "700" + "yres" "1024 1199" + "dropshadow" "1" + } + "5" + { + "name" "Verdana" + "tall" "15" + "weight" "700" + "yres" "1200 10000" + "dropshadow" "1" + } + } + + MenuSmallestFont + { + "1" + { + "name" "Arial Black" + "tall" "8" + "tall_lodef" "12" + "range" "0x0000 0x00FF" + "weight" "300" + "antialias" "1" + } + } + + MenuSmallFont + { + "1" + { + "name" "TF2" + "tall" "14" + "tall_lodef" "18" + "range" "0x0000 0x00FF" + "weight" "300" + "weight_lodef" "600" + "antialias" "1" + } + } + CapPlayerFont + { + "1" + { + "name" "TF2" + "tall" "10" + "weight" "500" + "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A + "TextColor" "Black" + "antialias" "1" + } + } + CapPlayerFontSmall + { + "1" + { + "name" "TF2" + "tall" "8" + "weight" "500" + "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A + "TextColor" "Black" + "antialias" "1" + } + } + + TFFontSmall + { + "1" + { + "name" "Verdana" + "tall" "8" + "tall_hidef" "10" + "tall_lodef" "12" + "weight" "0" + "additive" "1" + "antialias" "1" + } + } + TFFontMedium + { + "1" + { + "name" "Verdana" + "tall" "9" + "tall_hidef" "10" + "tall_lodef" "16" + "weight" "400" + "additive" "0" + "antialias" "1" + } + } + + InstructionalText + { + "1" + { + "name" "Verdana" + "tall" "11" [$WINDOWS] + "tall" "9" [!$WINDOWS] + "weight" "800" + "additive" "0" + "antialias" "1" + } + } + + MatchmakingDialogTitle + { + "1" + { + "name" "TF2 Build" + "tall" "36" + "tall_lodef" "28" + "weight" "500" + } + } + MatchmakingDialogSessionOptionsTitle + { + "1" + { + "name" "TF2 Build" + "tall" "30" + "tall_lodef" "22" + "weight" "500" + } + } + MatchmakingDialogMenuLarge + { + "1" + { + "name" "TF2 Secondary" + "tall" "28" + "tall_lodef" "24" + "weight" "500" + } + } + MatchmakingDialogMenuBrowserHostname + { + "1" // brower item hostname + { + "name" "Trebuchet MS" + "tall" "22" + "weight" "900" + } + } + MatchmakingDialogMenuBrowserDetails + { + "1" // browser item players and map name + { + "name" "Trebuchet MS" + "tall" "18" + "weight" "900" + } + } + MatchmakingDialogMenuMedium + { + "1" + { + "name" "TF2 Secondary" + "tall" "22" + "weight" "500" + } + } + MatchmakingDialogMenuMediumSmall + { + "1" + { + "name" "TF2 Secondary" + "tall" "18" + "weight" "500" + } + } + MatchmakingDialogMenuSmall + { + "1" + { + "name" "Verdana" + "tall" "22" + "tall_lodef" "18" + "weight" "900" + } + } + MatchmakingDialogMenuSmallest + { + "1" + { + "name" "Verdana" + "tall" "18" + "tall_lodef" "18" + "weight" "900" + } + } + RankingDialogHeaders + { + "1" + { + "name" "Verdana" + "tall" "15" + "weight" "900" + } + } + + "TeamMenuBold" + { + "1" + { + "name" "TF2 Build" + "tall" "36" + "weight" "500" + "additive" "0" + "antialias" "1" + } + } + "TeamMenu" + { + "1" + { + "name" "TF2 Secondary" + "tall" "11" + "weight" "600" + "additive" "0" + "antialias" "1" + } + } + "IntroMenuCaption" + { + "1" + { + "name" "TF2 Secondary" + "tall" "18" + "weight" "400" + "additive" "0" + "antialias" "1" + } + } + "AchievementNotification" + { + "1" + { + "name" "Trebuchet MS" + "tall" "14" + "weight" "900" + "antialias" "1" + } + } + + "ImportToolSmallestBold" + { + "1" + { + "name" "Verdana" + "tall" "10" + "weight" "600" + "additive" "0" + "antialias" "1" + } + } + "ImportToolSmallest" + { + "1" + { + "name" "Verdana" + "tall" "10" + "weight" "500" + "additive" "0" + "antialias" "1" + } + } + "SpectatorVerySmall" + { + "1" + { + "name" "Verdana" + "tall" "7" + "weight" "400" + "additive" "0" + "antialias" "1" + } + } + + // Used by scoreboard and spectator UI for names which don't map in the normal fashion + "DefaultVerySmallFallBack" + { + "1" + { + "name" "Default" + "tall" "10" + "weight" "0" + "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A + "yres" "480 599" + "antialias" "1" + } + "2" + { + "name" "Default" + "tall" "12" + "weight" "0" + "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A + "yres" "600 1199" + "antialias" "1" + } + "3" + { + "name" "Default" + "tall" "15" + "weight" "0" + "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A + "yres" "1200 6000" + "antialias" "1" + } + } + + "ItemFontNameSmallest" + { + "1" + { + "name" "TF2 Build" + "tall" "8" + "weight" "500" + "additive" "0" + "antialias" "1" + } + } + "ItemFontNameSmall" + { + "1" + { + "name" "TF2 Build" + "tall" "9" + "weight" "500" + "additive" "0" + "antialias" "1" + } + } + "ItemFontNameLarge" + { + "1" + { + "name" "TF2 Build" + "tall" "12" + "weight" "500" + "additive" "0" + "antialias" "1" + } + } + "ItemFontNameLarger" + { + "1" + { + "name" "TF2 Build" + "tall" "18" + "weight" "500" + "additive" "0" + "antialias" "1" + } + } + "ItemFontAttribSmallest" + { + "1" + { + "name" "TF2 Secondary" + "tall" "7" + "weight" "500" + "additive" "0" + "antialias" "1" + } + } + ItemFontAttribSmallv2 + { + "1" + { + "name" "Verdana" + "tall" "8" + "antialias" "1" + "weight" "500" + } + } + "ItemFontAttribSmall" + { + "1" + { + "name" "TF2 Secondary" + "tall" "8" + "weight" "500" + "additive" "0" + "antialias" "1" + } + } + "ItemFontAttribLarge" + { + "1" + { + "name" "TF2 Secondary" + "tall" "11" + "weight" "500" + "additive" "0" + "antialias" "1" + } + } + "ItemFontAttribLarger" + { + "1" + { + "name" "TF2 Secondary" + "tall" "14" + "weight" "500" + "additive" "0" + "antialias" "1" + } + } + + "AchievementTracker_Name" + { + "1" + { + "name" "TF2 Build" + "tall" "9" + "weight" "500" + "additive" "0" + "antialias" "1" + } + } + "AchievementTracker_NameGlow" + { + "1" + { + "name" "TF2 Build" + "tall" "9" + "weight" "500" + "blur" "3" + "additive" "1" + "antialias" "1" + } + } + "AchievementTracker_Desc" + { + "1" + { + "name" "Verdana" + "tall" "5" + "weight" "0" + "additive" "1" + "antialias" "1" + } + } + + "QuestObjectiveTracker_Desc" + { + "1" + { + "name" "Verdana" + "tall" "7" + "weight" "0" + "additive" "1" + "antialias" "1" + } + } + "QuestObjectiveTracker_DescGlow" + { + "1" + { + "name" "Verdana" + "tall" "7" + "weight" "0" + "antialias" "1" + } + } + "QuestObjectiveTracker_DescBlur" + { + "1" + { + "name" "Verdana" + "tall" "7" + "weight" "0" + "blur" "3" + "additive" "1" + "antialias" "1" + } + } + "ItemTrackerScore_InGame" + { + "1" + { + "name" "Verdana" + "tall" "7" + "weight" "0" + "antialias" "1" + } + } + "QuestFlavorText" + { + "1" + { + "name" "OCR A Extended" [$WINDOWS] + "name" "ocra" + "tall" "10" + "weight" "400" + "yres" "480 599" + "additive" "0" + "antialias" "1" + } + "2" + { + "name" "OCR A Extended" [$WINDOWS] + "name" "ocra" + "tall" "14" + "weight" "400" + "additive" "0" + "yres" "600 1023" + "antialias" "1" + } + "3" + { + "name" "OCR A Extended" [$WINDOWS] + "name" "ocra" + "tall" "18" + "weight" "400" + "additive" "0" + "yres" "1024 6000" + "antialias" "1" + } + } + + "QuestObjectiveText" + { + "1" + { + "name" "OCR A Extended" [$WINDOWS] + "name" "ocra" + "tall" "10" + "weight" "800" + "yres" "480 599" + "additive" "0" + "antialias" "1" + } + "2" + { + "name" "OCR A Extended" [$WINDOWS] + "name" "ocra" + "tall" "14" + "weight" "800" + "additive" "0" + "yres" "600 1023" + "antialias" "1" + } + "3" + { + "name" "OCR A Extended" [$WINDOWS] + "name" "ocra" + "tall" "18" + "weight" "800" + "additive" "0" + "yres" "1024 6000" + "antialias" "1" + } + } + + "QuestLargeText" + { + "1" + { + "name" "OCR A Extended" [$WINDOWS] + "name" "ocra" + "tall" "16" + "weight" "400" + "additive" "0" + "antialias" "1" + } + } + + "QuestStickyText" + { + "1" + { + "name" "TF2 Professor" + "tall" "20" + "antialias" "1" + "custom" "1" [$OSX] + "weight" "500" + } + } + "QuestInstructionText_Merasmus" + { + "1" + { + "name" "TF2 Secondary" + "tall" "10" + "weight" "400" + "yres" "480 599" + "additive" "0" + "antialias" "1" + } + "2" + { + "name" "TF2 Secondary" + "tall" "14" + "weight" "400" + "additive" "0" + "yres" "600 1023" + "antialias" "1" + } + "3" + { + "name" "TF2 Secondary" + "tall" "22" + "weight" "400" + "additive" "0" + "yres" "1024 6000" + "antialias" "1" + } + } + + "QuestFlavorText_Merasmus" + { + "1" + { + "name" "TF2 Secondary" + "tall" "10" + "weight" "400" + "yres" "480 599" + "additive" "0" + "antialias" "1" + "italic" "1" + } + "2" + { + "name" "TF2 Secondary" + "tall" "14" + "weight" "400" + "additive" "0" + "yres" "600 1023" + "antialias" "1" + "italic" "1" + } + "3" + { + "name" "TF2 Secondary" + "tall" "22" + "weight" "400" + "additive" "0" + "yres" "1024 6000" + "antialias" "1" + "italic" "1" + } + } + + "QuestObjectiveText_Merasmus" + { + "1" + { + "name" "TF2 Secondary" + "tall" "10" + "weight" "800" + "yres" "480 599" + "additive" "0" + "antialias" "1" + } + "2" + { + "name" "TF2 Secondary" + "tall" "14" + "weight" "800" + "additive" "0" + "yres" "600 1023" + "antialias" "1" + } + "3" + { + "name" "TF2 Secondary" + "tall" "18" + "weight" "800" + "additive" "0" + "yres" "1024 6000" + "antialias" "1" + } + } + + "QuestMediumText_Merasmus" + { + "1" + { + "name" "TF2 Secondary" + "tall" "13" + "weight" "400" + "additive" "0" + "antialias" "1" + } + } + + "QuestLargeText_Merasmus" + { + "1" + { + "name" "TF2 Secondary" + "tall" "16" + "weight" "400" + "additive" "0" + "antialias" "1" + } + } + "AdFont_ItemName" + { + "1" + { + "name" "TF2 Secondary" + "tall" "10" + "weight" "400" + "additive" "0" + "antialias" "1" + } + } + + "AdFont_AdText" + { + "1" + { + "name" "Verdana" + "tall" "8" + "weight" "400" + "additive" "0" + "antialias" "1" + } + } + "AdFont_PurchaseButton" + { + "1" + { + "name" "Verdana" + "tall" "8" + "weight" "0" + "antialias" "1" + } + } + + "TradeUp_Text" + { + "1" + { + "name" "Verdana" + "tall" "8" + "weight" "400" + "antialias" "1" + "additive" "0" + } + } + + "TradeUp_Quote" + { + "1" + { + "name" "Trebuchet MS" + "tall" "9" + "weight" "400" + "antialias" "1" + "additive" "0" + "italic" "1" + } + } + + // + //////////////////// REPLAY FONTS ////////////////////////////// + // + "ReplayVerySmall" + { + "1" + { + "name" "Verdana" + "tall" "12" + "weight" "0" + "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A + "yres" "480 599" + } + "2" + { + "name" "Verdana" + "tall" "12" + "weight" "0" + "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A + "yres" "600 767" + } + "3" + { + "name" "Verdana" + "tall" "12" + "weight" "0" + "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A + "yres" "768 1023" + "antialias" "1" + } + "4" + { + "name" "Verdana" + "tall" "14" + "weight" "0" + "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A + "yres" "1024 1199" + "antialias" "1" + } + "5" + { + "name" "Verdana" + "tall" "16" + "weight" "0" + "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A + "yres" "1200 6000" + "antialias" "1" + } + } + "ReplayBrowserSmallest" + { + "1" + { + "name" "TF2 Secondary" + "tall" "11" + "weight" "500" + "additive" "0" + "antialias" "1" + } + } + "ReplaySmaller" + { + "1" + { + "name" "Verdana" + "tall" "12" + "weight" "0" + "range" "0x0000 0x017F" + "yres" "480 599" + } + "2" + { + "name" "Verdana" + "tall" "13" + "weight" "0" + "range" "0x0000 0x017F" + "yres" "600 767" + } + "3" + { + "name" "Verdana" + "tall" "14" + "weight" "0" + "range" "0x0000 0x017F" + "yres" "768 1023" + "antialias" "1" + } + "4" + { + "name" "Verdana" + "tall" "20" + "weight" "0" + "range" "0x0000 0x017F" + "yres" "1024 1199" + "antialias" "1" + } + "5" + { + "name" "Verdana" + "tall" "22" + "weight" "0" + "range" "0x0000 0x017F" + "yres" "1200 6000" + "antialias" "1" + } + "6" + { + "name" "Arial" + "tall" "12" + "range" "0x0000 0x00FF" + "weight" "0" + } + } + "ReplayMediumSmall" + { + "1" + { + "name" "TF2 Build" + "tall" "11" + "weight" "500" + "additive" "0" + "antialias" "1" + } + } + "ReplayMedium" + { + "1" + { + "name" "TF2 Build" + "tall" "14" + "weight" "500" + "additive" "0" + "antialias" "1" + } + } + "ReplayMediumBig" + { + "1" + { + "name" "TF2" + "tall" "18" + "tall_hidef" "24" + "tall_lodef" "18" + "weight" "500" + "additive" "0" + "antialias" "1" + } + } + "ReplayBrowserTab" + { + "1" + { + "name" "TF2 Build" + "tall" "24" + "weight" "500" + "additive" "0" + "antialias" "1" + } + } + "ReplayLarger" + { + "1" + { + "name" "TF2 Secondary" + "tall" "18" + "tall_hidef" "24" + "tall_lodef" "20" + "weight" "500" + "additive" "0" + "antialias" "1" + } + } + + // + //////////////////// ECON FONTS ////////////////////////////// + // + "EconFontSmall" + { + "1" + { + "name" "TF2 Build" + "tall" "14" + "weight" "500" + "additive" "0" + "antialias" "1" + } + } + "EconFontMedium" + { + "1" + { + "name" "TF2 Build" + "tall" "24" + "weight" "500" + "additive" "0" + "antialias" "1" + } + } + + ControllerHintText + { + "1" + { + "name" "TF2 Secondary" + "tall" "15" + "weight" "500" + "range" "0x0000 0x007F" // Basic Latin + "antialias" "1" + "additive" "0" + } + } + + "MMenuPlayListDesc" + { + "1" + { + "name" "TF2 Secondary" + "tall" "9" + "weight" "400" + "additive" "0" + "antialias" "1" + } + } + + + "XPSource" + { + "1" + { + "name" "TF2 Build" + "tall" "11" + "weight" "500" + "antialias" "1" + "custom" "1" + } + } + + "XPSource_Glow" + { + "1" + { + "name" "TF2 Build" + "tall" "11" + "weight" "500" + "blur" "3" + "additive" "1" + "antialias" "1" + "custom" "1" + } + } + + "MapVotesPercentage" + { + "1" + { + "name" "TF2 Build" + "tall" "12" + "weight" "500" + "additive" "0" + "antialias" "1" + "dropshadow" "1" + } + } + + + "QuestMap_Small_Blur" + { + "1" + { + "name" "OCR A Extended" [$WINDOWS] + "name" "ocra" + "tall" "7" + "weight" "0" + "blur" "3" + "additive" "1" + "antialias" "1" + } + } + + "QuestMap_Small" + { + "1" + { + "name" "OCR A Extended" [$WINDOWS] + "name" "ocra" + "tall" "7" + "weight" "400" + "additive" "0" + "antialias" "1" + } + } + + "QuestMap_Medium" + { + "1" + { + "name" "OCR A Extended" [$WINDOWS] + "name" "ocra" + "tall" "10" + "weight" "400" + "additive" "0" + "antialias" "1" + } + } + + "QuestMap_Large" + { + "1" + { + "name" "OCR A Extended" [$WINDOWS] + "name" "ocra" + "tall" "14" + "weight" "400" + "additive" "0" + "antialias" "1" + } + } + + "QuestMap_Huge" + { + "1" + { + "name" "OCR A Extended" [$WINDOWS] + "name" "ocra" + "tall" "30" + "weight" "400" + "additive" "0" + "antialias" "1" + } + } + + } + + //////////////////////// CUSTOM FONT FILES ///////////////////////////// + + CustomFontFiles + { + "1" "resource/tf.ttf" + "2" "resource/tfd.ttf" + "3" + { + "font" "resource/TF2.ttf" + "name" "TF2" + "russian" + { + "range" "0x0000 0xFFFF" + } + "polish" + { + "range" "0x0000 0xFFFF" + } + } + "4" + { + "font" "resource/TF2Secondary.ttf" + "name" "TF2 Secondary" + "russian" + { + "range" "0x0000 0xFFFF" + } + "polish" + { + "range" "0x0000 0xFFFF" + } + } + "5" + { + "font" "resource/TF2Professor.ttf" + "name" "TF2 Professor" + "russian" + { + "range" "0x0000 0x00FF" + } + "polish" + { + "range" "0x0000 0x00FF" + } + } + "6" + { + "font" "resource/TF2Build.ttf" + "name" "TF2 Build" + "russian" + { + "range" "0x0000 0xFFFF" + } + "polish" + { + "range" "0x0000 0xFFFF" + } + "turkish" + { + "range" "0x0000 0xFFFF" + } + } + "7" + { + "font" "resource/ocra.ttf" + "name" "ocra" + "turkish" + { + "range" "0x0000 0x007E" + } + "swedish" + { + "range" "0x0000 0x007E" + } + "spanish" + { + "range" "0x0000 0x007E" + } + "romanian" + { + "range" "0x0000 0x007E" + } + "polish" + { + "range" "0x0000 0x007E" + } + "norwegian" + { + "range" "0x0000 0x007E" + } + "danish" + { + "range" "0x0000 0x007E" + } + "hungarian" + { + "range" "0x0000 0x007E" + } + "german" + { + "range" "0x0000 0x007E" + } + "french" + { + "range" "0x0000 0x007E" + } + "finnish" + { + "range" "0x0000 0x007E" + } + "czech" + { + "range" "0x0000 0x007E" + } + "bulgarian" + { + "range" "0x0000 0x007E" + } + "russian" + { + "range" "0x0000 0x007E" + } + } + "8" "resource/fonts/ToonHUD KOMIKAX.ttf" + "9" "resource/fonts/ToonHUD Dimbo.ttf" + "10" "resource/fonts/Prototype.ttf" + "11" "resource/fonts/Prototype Capital.ttf" + "12" "resource/fonts/ToonHUD Hemi Head.ttf" + "13" "resource/fonts/ToonHUD Icons.ttf" + "14" "resource/fonts/Karla.ttf" + "15" "resource/fonts/Lato.ttf" + "16" "resource/fonts/Gobold.ttf" + "17" "resource/fonts/ToonHUD Montserrat.ttf" + "18" "resource/fonts/Montserrat.ttf" + } +} + + + + + + + diff --git a/toonhud/resource/closecaption_english.dat b/toonhud/resource/closecaption_english.dat new file mode 100644 index 0000000..58d7572 Binary files /dev/null and b/toonhud/resource/closecaption_english.dat differ diff --git a/toonhud/resource/closecaption_english.txt b/toonhud/resource/closecaption_english.txt new file mode 100644 index 0000000..e91ee57 Binary files /dev/null and b/toonhud/resource/closecaption_english.txt differ diff --git a/toonhud/resource/fonts/Gobold.ttf b/toonhud/resource/fonts/Gobold.ttf new file mode 100644 index 0000000..8e86bb0 Binary files /dev/null and b/toonhud/resource/fonts/Gobold.ttf differ diff --git a/toonhud/resource/fonts/Karla.ttf b/toonhud/resource/fonts/Karla.ttf new file mode 100644 index 0000000..edcd1eb Binary files /dev/null and b/toonhud/resource/fonts/Karla.ttf differ diff --git a/toonhud/resource/fonts/Lato.ttf b/toonhud/resource/fonts/Lato.ttf new file mode 100644 index 0000000..04ea8ef Binary files /dev/null and b/toonhud/resource/fonts/Lato.ttf differ diff --git a/toonhud/resource/fonts/Montserrat.ttf b/toonhud/resource/fonts/Montserrat.ttf new file mode 100644 index 0000000..5b4b5af Binary files /dev/null and b/toonhud/resource/fonts/Montserrat.ttf differ diff --git a/toonhud/resource/fonts/Prototype Capital.ttf b/toonhud/resource/fonts/Prototype Capital.ttf new file mode 100644 index 0000000..918da27 Binary files /dev/null and b/toonhud/resource/fonts/Prototype Capital.ttf differ diff --git a/toonhud/resource/fonts/Prototype.ttf b/toonhud/resource/fonts/Prototype.ttf new file mode 100644 index 0000000..c70bf00 Binary files /dev/null and b/toonhud/resource/fonts/Prototype.ttf differ diff --git a/toonhud/resource/fonts/ToonHUD Dimbo.ttf b/toonhud/resource/fonts/ToonHUD Dimbo.ttf new file mode 100644 index 0000000..98de4ec Binary files /dev/null and b/toonhud/resource/fonts/ToonHUD Dimbo.ttf differ diff --git a/toonhud/resource/fonts/ToonHUD Hemi Head.ttf b/toonhud/resource/fonts/ToonHUD Hemi Head.ttf new file mode 100644 index 0000000..2064df2 Binary files /dev/null and b/toonhud/resource/fonts/ToonHUD Hemi Head.ttf differ diff --git a/toonhud/resource/fonts/ToonHUD Icons.ttf b/toonhud/resource/fonts/ToonHUD Icons.ttf new file mode 100644 index 0000000..e814adb Binary files /dev/null and b/toonhud/resource/fonts/ToonHUD Icons.ttf differ diff --git a/toonhud/resource/fonts/ToonHUD KOMIKAX.ttf b/toonhud/resource/fonts/ToonHUD KOMIKAX.ttf new file mode 100644 index 0000000..bfa7a22 Binary files /dev/null and b/toonhud/resource/fonts/ToonHUD KOMIKAX.ttf differ diff --git a/toonhud/resource/fonts/ToonHUD Montserrat.ttf b/toonhud/resource/fonts/ToonHUD Montserrat.ttf new file mode 100644 index 0000000..66850f8 Binary files /dev/null and b/toonhud/resource/fonts/ToonHUD Montserrat.ttf differ diff --git a/toonhud/resource/gamemenu.res b/toonhud/resource/gamemenu.res new file mode 100644 index 0000000..cf4e528 --- /dev/null +++ b/toonhud/resource/gamemenu.res @@ -0,0 +1,103 @@ +"GameMenu" [$WIN32] +{ + "CharacterSetupButton" + { + "label" "#MMenu_CharacterSetup" + "command" "engine open_charinfo" + "subimage" "replay/thumbnails/glyphs/glyph_items" + } + + "GeneralStoreButton" + { + "label" "#MMenu_Shop" + "command" "engine open_store" + "subimage" "replay/thumbnails/glyphs/glyph_store" + } + + "VRModeButton" + { + "label" "#MMenu_VRMode_Activate" + "command" "engine vr_toggle" + "subimage" "glyph_vr" + "OnlyWhenVREnabled" "1" + } + + "CallVoteButton" + { + "label" "" + "command" "callvote" + "OnlyInGame" "1" + "subimage" "icon_checkbox" + "tooltip" "#MMenu_CallVote" + } + "MutePlayersButton" + { + "label" "" + "command" "OpenMutePlayerDialog" + "OnlyInGame" "1" + "subimage" "glyph_muted" + "tooltip" "#MMenu_MutePlayers" + } + "RequestCoachButton" + { + "label" "" + "command" "engine cl_coach_find_coach" + "OnlyInGame" "1" + "subimage" "icon_whistle" + "tooltip" "#MMenu_RequestCoach" + } + "ReportPlayerButton" + { + "label" "" + "command" "OpenReportPlayerDialog" + "OnlyInGame" "1" + "subimage" "replay/thumbnails/mainmenu/button_alert" + "tooltip" "#MMenu_ReportPlayer" + } + "SettingsButton" + { + "tooltip" "" + } + "TF2SettingsButton" + { + "label" "#MMenu_AdvOptions" + "command" "opentf2options" + "subimage" "glyph_options" + } + "ConsoleButton" + { + "label" "" + "command" "engine toggleconsole" + "subimage" "replay/thumbnails/glyphs/glyph_console" + "tooltip" "Console" + } + "HUDDefaultModeButton" + { + "label" "" + "command" "engine cl_hud_minmode 0" + "subimage" "replay/thumbnails/glyphs/glyph_hudmode_default" + "tooltip" "HUD: Default mode" + } + "HUDCenteredModeButton" + { + "label" "" + "command" "engine cl_hud_minmode 1" + "subimage" "replay/thumbnails/glyphs/glyph_hudmode_centered" + "tooltip" "HUD: Centered mode" + } + "ReloadHUDButton" + { + "label" "" + "command" "engine hud_reloadscheme" + "subimage" "replay/thumbnails/glyphs/glyph_reload" + "tooltip" "Reload HUD" + } + "ToonHUDButton" + { + "label" "" + "command" "engine play vo/announcer_am_killstreak09.mp3" + "subimage" "replay/thumbnails/glyphs/glyph_toonhud" + "tooltip" "ToonHUD 11.3 by Griever" + } + +} diff --git a/toonhud/resource/sourcescheme.res b/toonhud/resource/sourcescheme.res new file mode 100644 index 0000000..c2d171f --- /dev/null +++ b/toonhud/resource/sourcescheme.res @@ -0,0 +1,391 @@ +#base "SourceSchemeBase.res" + +Scheme +{ + Colors + { + + "G_ActiveWindow" "40 34 30 255" // Active window bg color + "G_InctiveWindow" "40 34 30 245" // Inactive window bg color + "G_TitleBg" "156 53 51 255" // Title bg color + "G_TitleText" "255 255 255 255" // Title text color + "G_Highlight" "156 53 51 255" // Highlight color + "G_ConsoleBg" "28 23 19 255" // Console bg color + "G_ListBg" "28 23 19 255" // List bg color + "G_Border" "0 0 0 50" // Border color + "G_Text" "220 206 199 255" // Text color + "G_HighlightText" "255 255 255 255" // Highlight text color + "G_SelectedText" "255 255 255 255" // Selected text color + "G_DisabledText" "220 206 199 150" // Disabled text color + "G_ButtonBg" "96 83 73 255" // Button bg color + "G_ButtonText" "214 206 200 255" // Button text color + "G_ButtonHoverBg" "156 53 51 255" // Button hover bg color + "G_ButtonHoverText" "255 255 255 255" // Button hover text color + "G_InputBg" "28 23 19 255" // Input bg color + "G_Light" "255 255 255 50" + "G_Dark" "0 0 0 50" + + // ------------------------------------------ + + "TFDarkBrown" "60 56 53 255" + "TFDarkBrownTransparent" "60 56 53 190" + "TFTanBright" "236 227 203 150" + "TFTanLight" "201 188 162 150" + "TFTanMedium" "131 121 104 150" + "TFTanLightBright" "229 223 211 90" + "TFTanLightDark" "96 90 78 90" + "TFOrangeBright" "156 82 33 255" + "TFTextBright" "251 236 203 150" + "TFTextLight" "201 188 162 255" + "TFTextMedium" "131 121 104 255" + "TFTextMediumDark" "104 96 83 255" + "TFTextBlack" "42 39 37 255" + "TFTextDull" "131 121 104 255" + "TFMediumBrown" "69 64 58 255" + + "QuickListBGDeselected" "0 0 0 0" + "QuickListBGSelected" "156 53 51 255" // Highlight color + + "Blank" "0 0 0 0" + + // background colors + "ControlBG" "76 88 68 255" // background color of controls + "ControlDarkBG" "90 106 80 255" // darker background color; used for background of scrollbars + "WindowBG" "62 70 55 255" // background color of text edit panes (chat, text entries, etc.) + "SelectionBG" "90 84 75 255" // background color of any selected text or menu item + "SelectionBG2" "69 64 57 255" // selection background in window w/o focus + "ListBG" "39 36 34 255" // background of server browser, buddy list, etc. + } + BaseSettings + { + // scheme-specific colors + Border.Bright "G_Border" // the lit side of a control + Border.Dark "G_Border" // the dark/unlit side of a control + Border.Selection "G_Border" // the additional border color for displaying the default/selected button + + // Buttons and tabs + Button.TextColor "G_ButtonText" + Button.BgColor "G_ButtonBg" + Button.ArmedTextColor "G_ButtonHoverText" + Button.ArmedBgColor "G_ButtonHoverBg" + Button.DepressedTextColor "G_ButtonHoverText" + Button.DepressedBgColor "G_ButtonHoverBg" + Button.FocusBorderColor "G_ButtonHoverBg" + + // Tab texts + PropertySheet.TextColor "G_ButtonText" + PropertySheet.SelectedTextColor "G_ButtonText" + + // Console background + RichText.BgColor "G_ConsoleBg" + + // Progress bar + ProgressBar.FgColor "G_Text" + ProgressBar.BgColor "G_ListBg" + + // Checkboxes + CheckButton.TextColor "G_Text" + CheckButton.SelectedTextColor "G_SelectedText" + CheckButton.BgColor "G_InputBg" + CheckButton.HighlightFgColor "G_SelectedText" + CheckButton.ArmedBgColor "Blank" + CheckButton.DepressedBgColor "Blank" + CheckButton.Border1 "Border.Dark" // the left checkbutton border + CheckButton.Border2 "Border.Bright" // the right checkbutton border + CheckButton.Check "G_Highlight" // color of the check itself + CheckButton.DisabledBgColor "G_InputBg" + + ToggleButton.SelectedTextColor "G_Text" + + // Dropdowns + ComboBoxButton.ArrowColor "G_Text" + ComboBoxButton.ArmedArrowColor "G_SelectedText" + ComboBoxButton.BgColor "Blank" + ComboBoxButton.DisabledBgColor "Blank" + + // Radio buttons + RadioButton.TextColor "G_Text" + RadioButton.SelectedTextColor "G_SelectedText" + RadioButton.ArmedTextColor "G_SelectedText" + + // Frames + Frame.BgColor "G_ActiveWindow" + Frame.OutOfFocusBgColor "G_InctiveWindow" + FrameGrip.Color1 "G_Light" + FrameGrip.Color2 "G_Dark" + FrameTitleButton.FgColor "G_TitleText" + + // Frame titles + FrameTitleBar.Font "G_DefaultSmall" + FrameTitleBar.TextColor "G_TitleText" + FrameTitleBar.DisabledTextColor "G_TitleText" + FrameTitleBar.BgColor "G_TitleBg" + + // Labels + Label.TextDullColor "TFTextDull" + Label.TextColor "G_Text" + Label.TextBrightColor "G_SelectedText" + Label.SelectedTextColor "G_SelectedText" + Label.BgColor "Blank" + Label.DisabledFgColor1 "G_DisabledText" + Label.DisabledFgColor2 "Blank" + + // List panels + ListPanel.TextColor "G_Text" + ListPanel.SelectedTextColor "G_HighlightText" + ListPanel.BgColor "G_ListBg" + ListPanel.SelectedBgColor "G_Highlight" + ListPanel.SelectedOutOfFocusBgColor "G_Highlight" + + MainMenu.TextColor "G_Text" [$WIN32] + MainMenu.ArmedTextColor "G_SelectedText" [$WIN32] + MainMenu.Inset "32" + + Menu.TextInset "6" + Menu.TextColor "G_Text" + Menu.BgColor "G_ListBg" + Menu.ArmedTextColor "G_HighlightText" + Menu.ArmedBgColor "G_Highlight" + Menu.DividerColor "BorderDark" + + ScrollBarButton.FgColor "G_ButtonText" + ScrollBarButton.BgColor "G_ButtonBg" + ScrollBarButton.ArmedFgColor "G_ButtonHoverText" + ScrollBarButton.ArmedBgColor "G_ButtonHoverBg" + ScrollBarButton.DepressedFgColor "G_ButtonHoverText" + ScrollBarButton.DepressedBgColor "G_ButtonHoverBg" + + ScrollBarSlider.BgColor "G_Dark" // this isn't really used + ScrollBarSlider.FgColor "G_ButtonBg" // handle with which the slider is grabbed + + Slider.NobColor "G_ButtonBg" + Slider.TextColor "G_ButtonText" + Slider.TrackColor "G_Dark" + Slider.DisabledTextColor1 "TFTextMediumDark" + Slider.DisabledTextColor2 "Blank" + + // Text fields + TextEntry.TextColor "G_Text" + TextEntry.SelectedTextColor "G_HighlightText" + TextEntry.DisabledTextColor "G_DisabledText" + TextEntry.SelectedBgColor "G_Highlight" + TextEntry.BgColor "G_InputBg" + + // Selection list (options) + SectionedListPanel.TextColor "G_Text" + SectionedListPanel.BrightTextColor "G_Text" + SectionedListPanel.BgColor "G_ListBg" + SectionedListPanel.SelectedTextColor "G_HighlightText" + SectionedListPanel.SelectedBgColor "G_Highlight" + SectionedListPanel.OutOfFocusSelectedTextColor "G_HighlightText" + SectionedListPanel.OutOfFocusSelectedBgColor "G_Highlight" + } + + Fonts + { + "MainMenuFont" + { + "1" [$WIN32] + { + "name" "TF2 Build" + "tall" "18" + "weight" "500" + "additive" "0" + "antialias" "1" + } + } + "MenuLarge" + { + "1" [$X360] + { + "tall_hidef" "24" + } + } + + "ServerBrowserTitle" + { + "1" + { + "name" "TF2 Build" + "tall" "35" + "tall_lodef" "40" + "weight" "500" + "additive" "0" + "antialias" "1" + } + } + + "Default" [$OSX] + { + "1" + { + "name" "Verdana" + "tall" "14" + "weight" "500" + } + } + + "G_DefaultSmall" + { + "1" + { + "name" "Verdana" + "tall" "14" + "weight" "500" + } + } + + "ServerBrowserSmall" + { + "1" + { + "name" "Tahoma" + "tall" "16" + "weight" "0" + "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A + "yres" "480 599" + } + "2" + { + "name" "Tahoma" + "tall" "16" + "weight" "0" + "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A + "yres" "600 767" + } + "3" + { + "name" "Tahoma" + "tall" "16" + "weight" "0" + "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A + "yres" "768 1023" + "antialias" "1" + } + "4" + { + "name" "Tahoma" + "tall" "19" + "weight" "0" + "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A + "yres" "1024 1199" + "antialias" "1" + } + "5" + { + "name" "Tahoma" + "tall" "19" + "weight" "0" + "range" "0x0000 0x017F" // Basic Latin, Latin-1 Supplement, Latin Extended-A + "yres" "1200 6000" + "antialias" "1" + } + } + + + AchievementItemTitle [$WIN32] + { + "1" + { + "name" "Arial" [!$OSX] + "name" "Verdana Bold" [$OSX] + "weight" "1500" + "tall" "16" [!$OSX] + "tall" "18" [$OSX] + "antialias" "1" + } + } + + AchievementItemTitleLarge [$WIN32] + { + "1" + { + "name" "Arial" [!$OSX] + "name" "Verdana Bold" [$OSX] + "weight" "1500" + "tall" "18" [!$OSX] + "tall" "19" [$OSX] + "antialias" "1" + } + } + + AchievementItemDescription [$WIN32] + { + "1" + { + "name" "Arial" [!$OSX] + "name" "Verdana" [$OSX] + "weight" "1000" + "tall" "14" [!$OSX] + "tall" "12" [$OSX] + "antialias" "1" [!$OSX] + } + } + + } + + CustomFontFiles + { + "6" + { + "font" "resource/TF2Build.ttf" + "name" "TF2 Build" + "turkish" + { + "range" "0x0000 0x015F" + } + "swedish" + { + "range" "0x0000 0x00F6" + } + "spanish" + { + "range" "0x0000 0x00FC" + } + "romanian" + { + "range" "0x0000 0x021B" + } + "polish" + { + "range" "0x0000 0x017C" + } + "norwegian" + { + "range" "0x0000 0x00F8" + } + "danish" + { + "range" "0x0000 0x00F8" + } + "hungarian" + { + "range" "0x0000 0x0171" + } + "german" + { + "range" "0x0000 0x00FC" + } + "french" + { + "range" "0x0000 0x0178" + } + "finnish" + { + "range" "0x0000 0x017E" + } + "czech" + { + "range" "0x0000 0x017E" + } + "bulgarian" + { + "range" "0x0000 0x0451" + } + "russian" + { + "range" "0x0000 0x0451" + } + } + } +} diff --git a/toonhud/resource/ui/basechat.res b/toonhud/resource/ui/basechat.res new file mode 100644 index 0000000..b28e08d --- /dev/null +++ b/toonhud/resource/ui/basechat.res @@ -0,0 +1,82 @@ +"Resource/UI/BaseChat.res" +{ + "HudChat" + { + "ControlName" "EditablePanel" + "fieldName" "HudChat" + "visible" "1" + "enabled" "1" + "xpos" "2" // TLC + "xpos_minmode" "2" // TLC + "ypos" "2" // TLC + "ypos_minmode" "2" // TLC + "zpos" "9" + "wide" "300" + "wide_minmode" "268" + "tall" "130" + "tall_minmode" "114" + "PaintBackgroundType" "0" + "paintbackground" "0" + "paintborder" "0" + "border" "NoBorder" + "bgcolor_override" "0 0 0 0" // Chat color + } + + ChatInputLine + { + "ControlName" "EditablePanel" + "fieldName" "ChatInputLine" + "visible" "1" + "enabled" "1" + "xpos" "5" + "ypos" "395" + "wide" "290" + "wide_minmode" "258" + "tall" "2" + "PaintBackgroundType" "0" + } + + "ChatFiltersButton" + { + "ControlName" "Button" + "fieldName" "ChatFiltersButton" + "xpos" "5" + "xpos_minmode" "5" + "ypos" "115" + "ypos_minmode" "99" + "zpos" "50" + "wide" "15" + "tall" "10" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "Default" "0" + } + + "HudChatHistory" + { + "ControlName" "RichText" + "fieldName" "HudChatHistory" + "xpos" "0" + "ypos" "0" + "wide" "300" + "wide_minmode" "268" + "tall" "75" + "wrap" "1" + "autoResize" "1" + "pinCorner" "1" + "visible" "1" + "enabled" "1" + "labelText" "" + "textAlignment" "south-west" + "font" "DefaultVerySmall" + "maxchars" "-1" + } +} + diff --git a/toonhud/resource/ui/build_menu/base_active.res b/toonhud/resource/ui/build_menu/base_active.res new file mode 100644 index 0000000..1a72582 --- /dev/null +++ b/toonhud/resource/ui/build_menu/base_active.res @@ -0,0 +1,167 @@ +"Resource/UI/build_menu/base.res" +{ + "ItemNameLabel" + { + "ControlName" "CExLabel" + "fieldName" "ItemNameLabel" + "font" "G_FontSmall_2" + "xpos" "10" + "ypos" "0" + "zpos" "1" + "wide" "52" + "tall" "14" + "textinsetx" "2" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "visible_minmode" "0" + "enabled" "1" + "labelText" "#TF_Object_Sentry" + "textAlignment" "Left" + "dulltext" "0" + "brighttext" "0" + } + + "ItemBackground" + { + "ControlName" "CIconPanel" + "fieldName" "ItemBackground" + "xpos" "10" + "ypos" "14" + "zpos" "0" + "wide" "60" + "tall" "76" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "paintbackground" "1" + "bgcolor_override" "0 0 0 220" + "border" "G_TargetBorder" + } + + "BuildingIcon" + { + "ControlName" "CIconPanel" + "fieldName" "BuildingIcon" + "xpos" "16" + "ypos" "20" + "zpos" "2" + "wide" "48" + "tall" "48" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "icon" "hud_menu_sentry_build" + "iconColor" "255 255 255 255" + } + + "WhiteBg" + { + "ControlName" "EditablePanel" + "fieldName" "WhiteBg" + "xpos" "13" + "ypos" "17" + "zpos" "1" + "wide" "54" + "tall" "54" + "visible" "1" + "enabled" "1" + "paintbackground" "1" + "paintborder" "1" + "bgcolor_override" "G_White" + "border" "G_TargetBorder" + } + + "MetalIcon" + { + "ControlName" "CIconPanel" + "fieldName" "MetalIcon" + "xpos" "58" + "ypos" "77" + "zpos" "1" + "wide" "7" + "tall" "7" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "icon" "ico_metal" + "iconColor" "G_LightGrey" + } + + "CostLabel" + { + "ControlName" "CExLabel" + "fieldName" "CostLabel" + "font" "G_FontTiny" + "fgcolor" "G_LightGrey" + "xpos" "26" + "ypos" "74" + "zpos" "1" + "wide" "30" + "tall" "13" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "%metal%" + "textAlignment" "East" + "textinsetx" "1" + } + + "ModeLabel" + { + "ControlName" "CExLabel" + "fieldName" "ModeLabel" + "font" "DefaultSmall" + "fgcolor" "TanDarker" + "xpos" "33" + "ypos" "17" + "zpos" "1" + "wide" "44" + "tall" "13" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "" + "textAlignment" "East" + } + + "NumberBg" + { + "ControlName" "CIconPanel" + "fieldName" "NumberBg" + "xpos" "15" + "ypos" "73" + "zpos" "5" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "icon" "ico_key_blank" + "iconColor" "255 255 255 255" + } + + "NumberLabel" + { + "ControlName" "CExLabel" + "fieldName" "NumberLabel" + "font" "G_FontNumberButton" + "fgcolor" "Black" + "xpos" "15" + "ypos" "73" + "zpos" "6" + "wide" "14" + "tall" "13" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "1" + "textAlignment" "Center" + "dulltext" "1" + "brighttext" "0" + } + +} \ No newline at end of file diff --git a/toonhud/resource/ui/build_menu/base_active_teleport_target.res b/toonhud/resource/ui/build_menu/base_active_teleport_target.res new file mode 100644 index 0000000..b694aa4 --- /dev/null +++ b/toonhud/resource/ui/build_menu/base_active_teleport_target.res @@ -0,0 +1,129 @@ +"Resource/UI/build_menu/base.res" +{ + "ItemNameLabel" + { + "ControlName" "CExLabel" + "fieldName" "ItemNameLabel" + "font" "G_FontSmall_2" + "xpos" "10" + "ypos" "0" + "zpos" "1" + "wide" "52" + "tall" "14" + "textinsetx" "2" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "labelText" "#TF_Object_Sentry" + "textAlignment" "Left" + "dulltext" "0" + "brighttext" "0" + } + + "ItemBackground" + { + "ControlName" "CIconPanel" + "fieldName" "ItemBackground" + "xpos" "10" + "ypos" "14" + "zpos" "0" + "wide" "60" + "tall" "76" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "paintbackground" "1" + "bgcolor_override" "0 0 0 220" + "border" "G_TargetBorder" + } + + "BuildingIcon" + { + "ControlName" "CIconPanel" + "fieldName" "BuildingIcon" + "xpos" "16" + "ypos" "20" + "zpos" "2" + "wide" "48" + "tall" "48" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "icon" "hud_menu_sentry_build" + "iconColor" "255 255 255 255" + } + + "WhiteBg" + { + "ControlName" "EditablePanel" + "fieldName" "WhiteBg" + "xpos" "13" + "ypos" "17" + "zpos" "1" + "wide" "54" + "tall" "54" + "visible" "1" + "enabled" "1" + "paintbackground" "1" + "paintborder" "1" + "bgcolor_override" "G_White" + "border" "G_TargetBorder" + } + + "ModeLabel" + { + "ControlName" "CExLabel" + "fieldName" "ModeLabel" + "font" "DefaultSmall" + "fgcolor" "TanDarker" + "xpos" "33" + "ypos" "17" + "zpos" "1" + "wide" "44" + "tall" "13" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "" + "textAlignment" "East" + } + + "NumberBg" + { + "ControlName" "CIconPanel" + "fieldName" "NumberBg" + "xpos" "33" + "ypos" "73" + "zpos" "5" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "icon" "ico_key_blank" + "iconColor" "255 255 255 255" + } + + "NumberLabel" + { + "ControlName" "CExLabel" + "fieldName" "NumberLabel" + "font" "G_FontNumberButton" + "fgcolor" "Black" + "xpos" "33" + "ypos" "73" + "zpos" "6" + "wide" "14" + "tall" "13" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "1" + "textAlignment" "Center" + "dulltext" "1" + "brighttext" "0" + } +} \ No newline at end of file diff --git a/toonhud/resource/ui/build_menu/base_already_built.res b/toonhud/resource/ui/build_menu/base_already_built.res new file mode 100644 index 0000000..e2e0b2d --- /dev/null +++ b/toonhud/resource/ui/build_menu/base_already_built.res @@ -0,0 +1,172 @@ +"Resource/UI/build_menu/base_already_built.res" +{ + "ItemNameLabel" + { + "ControlName" "CExLabel" + "fieldName" "ItemNameLabel" + "font" "G_FontSmall_2" + "xpos" "10" + "ypos" "0" + "zpos" "1" + "wide" "52" + "tall" "14" + "textinsetx" "2" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "labelText" "#TF_Object_Sentry" + "labelText_lodef" "#TF_Object_Sentry_360" + "textAlignment" "Left" + "dulltext" "0" + "brighttext" "0" + } + + "ItemBackground" + { + "ControlName" "CIconPanel" + "fieldName" "ItemBackground" + "xpos" "10" + "ypos" "14" + "zpos" "0" + "wide" "60" + "tall" "76" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "paintbackground" "1" + "paintborder" "0" + "bgcolor_override" "0 0 0 220" + "border" "G_TargetBorder" + } + + "CantBuildReason" + { + "ControlName" "CExLabel" + "fieldName" "CantBuildReason" + "font" "G_FontSmall_2" + "xpos" "10" + "ypos" "71" + "zpos" "5" + "wide" "60" + "tall" "18" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "#Hud_Menu_Build_Already_Built" + "textAlignment" "Center" + "dulltext" "0" + "brighttext" "0" + } + + "BuildingIcon" + { + "ControlName" "CIconPanel" + "fieldName" "BuildingIcon" + "xpos" "18" + "ypos" "20" + "zpos" "2" + "wide" "46" + "tall" "46" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "icon" "obj_status_sentrygun_1" + "iconColor" "230 230 230 255" + } + + "MetalIcon" + { + "ControlName" "CIconPanel" + "fieldName" "MetalIcon" + "xpos" "80" + "ypos" "2" + "zpos" "1" + "wide" "10" + "tall" "10" + "visible" "0" + "enabled" "1" + "scaleImage" "1" + "icon" "ico_metal" + "iconColor" "G_LightGrey" + } + + "CostLabel" + { + "ControlName" "CExLabel" + "fieldName" "CostLabel" + "font" "G_FontTiny" + "fgcolor" "G_LightGrey" + "xpos" "48" + "ypos" "0" + "zpos" "1" + "wide" "30" + "tall" "13" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "labelText" "%metal%" + "textAlignment" "East" + "textinsetx" "1" + } + + "ModeLabel" + { + "ControlName" "CExLabel" + "fieldName" "ModeLabel" + "font" "DefaultSmall" + "fgcolor" "TanDarker" + "xpos" "33" + "ypos" "17" + "zpos" "1" + "wide" "44" + "tall" "13" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "" + "textAlignment" "East" + } + + "NumberBg" + { + "ControlName" "CIconPanel" + "fieldName" "NumberBg" + "xpos" "41" + "ypos" "87" + "zpos" "0" + "wide" "18" + "tall" "18" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "icon" "ico_key_blank" + "iconColor" "255 255 255 255" + "Alpha" "0" + } + + "NumberLabel" + { + "ControlName" "CExLabel" + "fieldName" "NumberLabel" + "font" "G_FontNumberButton" + "fgcolor" "Black" + "xpos" "0" + "ypos" "86" + "zpos" "1" + "wide" "100" + "tall" "18" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "1" + "textAlignment" "Center" + "dulltext" "1" + "brighttext" "0" + "Alpha" "0" + } +} \ No newline at end of file diff --git a/toonhud/resource/ui/build_menu/base_cant_afford.res b/toonhud/resource/ui/build_menu/base_cant_afford.res new file mode 100644 index 0000000..5370ce5 --- /dev/null +++ b/toonhud/resource/ui/build_menu/base_cant_afford.res @@ -0,0 +1,171 @@ +"Resource/UI/build_menu/base_cant_afford.res" +{ + "ItemNameLabel" + { + "ControlName" "CExLabel" + "fieldName" "ItemNameLabel" + "font" "G_FontSmall_2" + "xpos" "10" + "ypos" "0" + "zpos" "1" + "wide" "52" + "tall" "14" + "textinsetx" "2" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "labelText" "#TF_Object_Sentry" + "labelText_lodef" "#TF_Object_Sentry_360" + "textAlignment" "Left" + "dulltext" "0" + "brighttext" "0" + } + + "ItemBackground" + { + "ControlName" "CIconPanel" + "fieldName" "ItemBackground" + "xpos" "10" + "ypos" "14" + "zpos" "0" + "wide" "60" + "tall" "76" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "paintbackground" "1" + "paintborder" "0" + "bgcolor_override" "0 0 0 220" + "border" "G_TargetBorder" + } + + "CantBuildReason" + { + "ControlName" "CExLabel" + "fieldName" "CantBuildReason" + "font" "G_FontSmall_2" + "fgcolor" "G_Red" + "xpos" "10" + "ypos" "74" + "zpos" "2" + "wide" "60" + "tall" "18" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "0" + "labelText" "#Hud_Menu_Build_Cant_Afford" + "textAlignment" "Center" + } + + "BuildingIcon" + { + "ControlName" "CIconPanel" + "fieldName" "BuildingIcon" + "xpos" "16" + "ypos" "20" + "zpos" "2" + "wide" "48" + "tall" "48" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "icon" "hud_menu_sentry_build" + "iconColor" "100 100 100 255" + } + + "MetalIcon" + { + "ControlName" "CIconPanel" + "fieldName" "MetalIcon" + "xpos" "46" + "ypos" "75" + "zpos" "1" + "wide" "7" + "tall" "7" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "icon" "ico_metal" + "iconColor" "G_Red" + } + + "CostLabel" + { + "ControlName" "CExLabel" + "fieldName" "CostLabel" + "font" "G_FontTiny" + "fgcolor" "G_Red" + "xpos" "14" + "ypos" "72" + "zpos" "1" + "wide" "30" + "tall" "13" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "%metal%" + "textAlignment" "East" + "textinsetx" "1" + } + + "ModeLabel" + { + "ControlName" "CExLabel" + "fieldName" "ModeLabel" + "font" "DefaultSmall" + "fgcolor" "RedSolid" + "xpos" "33" + "ypos" "17" + "zpos" "1" + "wide" "44" + "tall" "13" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "" + "textAlignment" "East" + } + + "NumberBg" + { + "ControlName" "CIconPanel" + "fieldName" "NumberBg" + "xpos" "41" + "ypos" "87" + "zpos" "0" + "wide" "18" + "tall" "18" + "visible" "0" + "enabled" "1" + "scaleImage" "1" + "icon" "ico_key_blank" + "iconColor" "255 255 255 255" + "Alpha" "0" + } + + "NumberLabel" + { + "ControlName" "CExLabel" + "fieldName" "NumberLabel" + "font" "G_FontNumberButton" + "fgcolor" "Black" + "xpos" "0" + "ypos" "86" + "zpos" "1" + "wide" "100" + "tall" "18" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "1" + "textAlignment" "Center" + "dulltext" "1" + "brighttext" "0" + "Alpha" "0" + } +} \ No newline at end of file diff --git a/toonhud/resource/ui/build_menu/base_selectable.res b/toonhud/resource/ui/build_menu/base_selectable.res new file mode 100644 index 0000000..d92c001 --- /dev/null +++ b/toonhud/resource/ui/build_menu/base_selectable.res @@ -0,0 +1,107 @@ +"Resource/UI/build_menu/base_selectable.res" +{ + "MainBackground" + { + "ControlName" "CIconPanel" + "fieldName" "MainBackground" + "xpos" "3" + "ypos" "1" + "zpos" "0" + "wide" "98" + "tall" "135" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "icon" "hud_menu_item_bg" + "iconColor" "128 128 128 255" + } + + "ItemNameLabel" + { + "ControlName" "CExLabel" + "fieldName" "ItemNameLabel" + "font" "Default" + "xpos" "10" + "ypos" "2" + "zpos" "1" + "wide" "84" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "#TF_Empty_Slot" + "labelText_lodef" "#TF_Empty_Slot" + "textAlignment" "Left" + "dulltext" "0" + "brighttext" "0" + "fgcolor" "black" + } + + "ItemBackground" + { + "ControlName" "CIconPanel" + "fieldName" "ItemBackground" + "xpos" "4" + "ypos" "0" + "zpos" "0" + "wide" "98" + "tall" "135" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "icon" "hud_menu_item_bg" + "iconColor" "ProgressOffWhite" + } + + "BuildingIcon" + { + "ControlName" "CIconPanel" + "fieldName" "BuildingIcon" + "xpos" "22" + "ypos" "19" + "zpos" "2" + "wide" "56" + "tall" "56" + "visible" "0" + "enabled" "1" + "scaleImage" "1" + "icon" "hud_menu_sentry_build" + "iconColor" "255 255 255 255" + } + + "MetalIcon" + { + "ControlName" "CIconPanel" + "fieldName" "MetalIcon" + "xpos" "10" + "ypos" "79" + "zpos" "1" + "wide" "10" + "tall" "10" + "visible" "0" + "enabled" "1" + "scaleImage" "1" + "icon" "ico_metal" + "iconColor" "TanDarker" + } + + "CostLabel" + { + "ControlName" "CExLabel" + "fieldName" "CostLabel" + "font" "HudFontSmall" + "fgcolor" "TanDarker" + "xpos" "23" + "ypos" "78" + "zpos" "1" + "wide" "84" + "tall" "13" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "labelText" "%metal%" + "textAlignment" "Left" + } +} \ No newline at end of file diff --git a/toonhud/resource/ui/build_menu/base_unavailable.res b/toonhud/resource/ui/build_menu/base_unavailable.res new file mode 100644 index 0000000..e2fb301 --- /dev/null +++ b/toonhud/resource/ui/build_menu/base_unavailable.res @@ -0,0 +1,150 @@ +"Resource/UI/build_menu/base_unavailable.res" +{ + "ItemNameLabel" + { + "ControlName" "CExLabel" + "fieldName" "ItemNameLabel" + "font" "Default" + "xpos" "6" + "ypos" "0" + "zpos" "1" + "wide" "84" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "#TF_Object_Sentry" + "labelText_lodef" "#TF_Object_Sentry_360" + "textAlignment" "Left" + "dulltext" "0" + "brighttext" "0" + } + + "ItemBackground" + { + "ControlName" "CIconPanel" + "fieldName" "ItemBackground" + "xpos" "4" + "ypos" "14" + "zpos" "0" + "wide" "98" + "tall" "105" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "icon" "hud_menu_item_bg_outline" + "iconColor" "ProgressOffWhiteTransparent" + } + + "CantBuildReason" + { + "ControlName" "CExLabel" + "fieldName" "CantBuildReason" + "font" "Default" + "xpos" "10" + "ypos" "48" + "zpos" "2" + "wide" "80" + "tall" "18" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "#Hud_Menu_Build_Unavailable" + "textAlignment" "Center" + "dulltext" "0" + "brighttext" "0" + } + + "MetalIcon" + { + "ControlName" "CIconPanel" + "fieldName" "MetalIcon" + "xpos" "10" + "ypos" "18" + "zpos" "1" + "wide" "10" + "tall" "10" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "icon" "ico_metal" + "iconColor" "TanDark" + } + + "CostLabel" + { + "ControlName" "CExLabel" + "fieldName" "CostLabel" + "font" "HudFontSmall" + "fgcolor" "TanDark" + "xpos" "23" + "ypos" "17" + "zpos" "1" + "wide" "84" + "tall" "13" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "%metal%" + "textAlignment" "Left" + } + + "ModeLabel" + { + "ControlName" "CExLabel" + "fieldName" "ModeLabel" + "font" "DefaultSmall" + "fgcolor" "TanDark" + "xpos" "33" + "ypos" "17" + "zpos" "1" + "wide" "44" + "tall" "13" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "" + "textAlignment" "East" + } + + "NumberBg" + { + "ControlName" "CIconPanel" + "fieldName" "NumberBg" + "xpos" "41" + "ypos" "99" + "zpos" "0" + "wide" "18" + "tall" "18" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "icon" "ico_key_blank" + "iconColor" "255 255 255 255" + } + + "NumberLabel" + { + "ControlName" "CExLabel" + "fieldName" "NumberLabel" + "font" "G_FontNumberButton" + "fgcolor" "Black" + "xpos" "0" + "ypos" "98" + "zpos" "1" + "wide" "100" + "tall" "18" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "1" + "textAlignment" "Center" + "dulltext" "1" + "brighttext" "0" + } +} \ No newline at end of file diff --git a/toonhud/resource/ui/build_menu/base_unavailable_teleport_target.res b/toonhud/resource/ui/build_menu/base_unavailable_teleport_target.res new file mode 100644 index 0000000..b2aeb2f --- /dev/null +++ b/toonhud/resource/ui/build_menu/base_unavailable_teleport_target.res @@ -0,0 +1,114 @@ +"Resource/UI/build_menu/base_unavailable.res" +{ + "ItemNameLabel" + { + "ControlName" "CExLabel" + "fieldName" "ItemNameLabel" + "font" "G_FontSmall_2" + "xpos" "10" + "ypos" "0" + "zpos" "1" + "wide" "52" + "tall" "14" + "textinsetx" "2" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "labelText" "#TF_Object_Sentry" + "labelText_lodef" "#TF_Object_Sentry_360" + "textAlignment" "Left" + "dulltext" "0" + "brighttext" "0" + } + + "ItemBackground" + { + "ControlName" "CIconPanel" + "fieldName" "ItemBackground" + "xpos" "10" + "ypos" "14" + "zpos" "0" + "wide" "60" + "tall" "76" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "paintbackground" "1" + "bgcolor_override" "0 0 0 220" + } + + "BuildingIcon" + { + "ControlName" "CIconPanel" + "fieldName" "BuildingIcon" + "xpos" "16" + "ypos" "20" + "zpos" "2" + "wide" "48" + "tall" "48" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "icon" "hud_menu_tele_exit_build" + "iconColor" "100 100 100 255" + } + + "ModeLabel" + { + "ControlName" "CExLabel" + "fieldName" "ModeLabel" + "font" "DefaultSmall" + "fgcolor" "RedSolid" + "xpos" "33" + "ypos" "17" + "zpos" "1" + "wide" "44" + "tall" "13" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "" + "textAlignment" "East" + } + + "NumberBg" + { + "ControlName" "CIconPanel" + "fieldName" "NumberBg" + "xpos" "41" + "ypos" "87" + "zpos" "0" + "wide" "18" + "tall" "18" + "visible" "0" + "enabled" "1" + "scaleImage" "1" + "icon" "ico_key_blank" + "iconColor" "255 255 255 255" + "Alpha" "0" + } + + "NumberLabel" + { + "ControlName" "CExLabel" + "fieldName" "NumberLabel" + "font" "G_FontNumberButton" + "fgcolor" "Black" + "xpos" "0" + "ypos" "86" + "zpos" "1" + "wide" "100" + "tall" "18" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "1" + "textAlignment" "Center" + "dulltext" "1" + "brighttext" "0" + "Alpha" "0" + } +} \ No newline at end of file diff --git a/toonhud/resource/ui/build_menu/dispenser_active.res b/toonhud/resource/ui/build_menu/dispenser_active.res new file mode 100644 index 0000000..21ffcee --- /dev/null +++ b/toonhud/resource/ui/build_menu/dispenser_active.res @@ -0,0 +1,19 @@ +#base "base_active.res" + +"Resource/UI/build_menu/dispenser_active.res" +{ + "ItemNameLabel" + { + "labelText" "#TF_Object_Dispenser" + } + + "BuildingIcon" + { + "icon" "hud_menu_dispenser_build" + } + + "NumberLabel" + { + "labelText" "2" + } +} \ No newline at end of file diff --git a/toonhud/resource/ui/build_menu/dispenser_already_built.res b/toonhud/resource/ui/build_menu/dispenser_already_built.res new file mode 100644 index 0000000..9897a02 --- /dev/null +++ b/toonhud/resource/ui/build_menu/dispenser_already_built.res @@ -0,0 +1,19 @@ +#base "base_already_built.res" + +"Resource/UI/build_menu/dispenser_already_built.res" +{ + "ItemNameLabel" + { + "labelText" "#TF_Object_dispenser" + } + + "BuildingIcon" + { + "icon" "obj_status_dispenser" + } + + "NumberLabel" + { + "labelText" "2" + } +} \ No newline at end of file diff --git a/toonhud/resource/ui/build_menu/dispenser_cant_afford.res b/toonhud/resource/ui/build_menu/dispenser_cant_afford.res new file mode 100644 index 0000000..b9d1e78 --- /dev/null +++ b/toonhud/resource/ui/build_menu/dispenser_cant_afford.res @@ -0,0 +1,19 @@ +#base "base_cant_afford.res" + +"Resource/UI/build_menu/dispenser_cant_afford.res" +{ + "ItemNameLabel" + { + "labelText" "#TF_Object_dispenser" + } + + "BuildingIcon" + { + "icon" "hud_menu_dispenser_build" + } + + "NumberLabel" + { + "labelText" "2" + } +} \ No newline at end of file diff --git a/toonhud/resource/ui/build_menu/dispenser_selectable.res b/toonhud/resource/ui/build_menu/dispenser_selectable.res new file mode 100644 index 0000000..68c61fd --- /dev/null +++ b/toonhud/resource/ui/build_menu/dispenser_selectable.res @@ -0,0 +1,14 @@ +#base "base_selectable.res" + +"Resource/UI/build_menu/dispenser_selectable.res" +{ + "ItemNameLabel" + { + "labelText" "#TF_Object_Dispenser" + } + + "BuildingIcon" + { + "icon" "hud_menu_dispenser_build" + } +} \ No newline at end of file diff --git a/toonhud/resource/ui/build_menu/dispenser_unavailable.res b/toonhud/resource/ui/build_menu/dispenser_unavailable.res new file mode 100644 index 0000000..5b81fdc --- /dev/null +++ b/toonhud/resource/ui/build_menu/dispenser_unavailable.res @@ -0,0 +1,14 @@ +#base "base_unavailable.res" + +"Resource/UI/build_menu/dispenser_unavailable.res" +{ + "ItemNameLabel" + { + "labelText" "#TF_Object_dispenser" + } + + "NumberLabel" + { + "labelText" "2" + } +} \ No newline at end of file diff --git a/toonhud/resource/ui/build_menu/eureka_target_home_avail.res b/toonhud/resource/ui/build_menu/eureka_target_home_avail.res new file mode 100644 index 0000000..d660d4a --- /dev/null +++ b/toonhud/resource/ui/build_menu/eureka_target_home_avail.res @@ -0,0 +1,19 @@ +#base "base_active_teleport_target.res" + +"Resource/UI/build_menu/dispenser_active.res" +{ + "ItemNameLabel" + { + "labelText" "#Hud_Menu_Teleport_Base" + } + + "BuildingIcon" + { + "icon" "eureka_teleport_home" + } + + "NumberLabel" + { + "labelText" "1" + } +} \ No newline at end of file diff --git a/toonhud/resource/ui/build_menu/eureka_target_home_unavail.res b/toonhud/resource/ui/build_menu/eureka_target_home_unavail.res new file mode 100644 index 0000000..e52aa17 --- /dev/null +++ b/toonhud/resource/ui/build_menu/eureka_target_home_unavail.res @@ -0,0 +1,14 @@ +#base "base_unavailable_teleport_target.res" + +"Resource/UI/build_menu/dispenser_unavailable.res" +{ + "ItemNameLabel" + { + "labelText" "#Hud_Menu_Teleport_Base" + } + + "NumberLabel" + { + "labelText" "1" + } +} \ No newline at end of file diff --git a/toonhud/resource/ui/build_menu/eureka_target_tele_exit_avail.res b/toonhud/resource/ui/build_menu/eureka_target_tele_exit_avail.res new file mode 100644 index 0000000..fb4d1bd --- /dev/null +++ b/toonhud/resource/ui/build_menu/eureka_target_tele_exit_avail.res @@ -0,0 +1,19 @@ +#base "base_active_teleport_target.res" + +"Resource/UI/build_menu/tele_exit_active.res" +{ + "ItemNameLabel" + { + "labelText" "#TF_Object_Tele_Exit_360" + } + + "BuildingIcon" + { + "icon" "hud_menu_tele_exit_build" + } + + "NumberLabel" + { + "labelText" "2" + } +} \ No newline at end of file diff --git a/toonhud/resource/ui/build_menu/eureka_target_tele_exit_unavail.res b/toonhud/resource/ui/build_menu/eureka_target_tele_exit_unavail.res new file mode 100644 index 0000000..2d9f77c --- /dev/null +++ b/toonhud/resource/ui/build_menu/eureka_target_tele_exit_unavail.res @@ -0,0 +1,14 @@ +#base "base_unavailable_teleport_target.res" + +"Resource/UI/build_menu/tele_exit_unavailable.res" +{ + "ItemNameLabel" + { + "labelText" "#TF_Object_tele_exit_360" + } + + "NumberLabel" + { + "labelText" "2" + } +} \ No newline at end of file diff --git a/toonhud/resource/ui/build_menu/hudmenuengybuild.res b/toonhud/resource/ui/build_menu/hudmenuengybuild.res new file mode 100644 index 0000000..64f82ac --- /dev/null +++ b/toonhud/resource/ui/build_menu/hudmenuengybuild.res @@ -0,0 +1,360 @@ +"Resource/UI/build_menu/HudMenuEngyBuild.res" +{ + "MainBackground" + { + "ControlName" "EditablePanel" + "fieldName" "MainBackground" + "xpos" "1" + "xpos_minmode" "18" + "ypos" "40" + "zpos" "0" + "wide" "282" + "tall" "92" + "wide_minmode" "142" + "tall_minmode" "175" + "visible" "1" + "enabled" "1" + "paintborder" "1" + "border" "G_TargetBorder" + "paintbackground" "1" + "bgcolor_override" "G_PanelBg" + } + + "BuildIcon" + { + "ControlName" "CIconPanel" + "fieldName" "BuildIcon" + "xpos" "20" + "ypos" "17" + "zpos" "1" + "wide" "24" + "tall" "24" + "visible" "0" + "enabled" "0" + "scaleImage" "1" + "icon" "ico_build" + "iconColor" "G_White" + } + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "G_FontMedium" + "xpos" "1" + "xpos_minmode" "18" + "ypos" "17" + "zpos" "2" + "wide" "282" + "wide_minmode" "142" + "tall" "24" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "#Hud_menu_build_title" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "fgcolor" "G_White" + } + + "TitleLabelDropshadow" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabelDropshadow" + "font" "G_FontMedium" + "fgcolor" "G_Shadow" + "xpos" "3" + "xpos_minmode" "19" + "ypos" "18" + "zpos" "1" + "wide" "277" + "wide_minmode" "142" + "tall" "24" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "#Hud_menu_build_title" + "textAlignment" "center" + "dulltext" "1" + "brighttext" "0" + } + + "CancelLabel" + { + "ControlName" "CExLabel" + "fieldName" "CancelLabel" + "font" "SpectatorKeyHints" + "xpos" "218" + "ypos" "35" + "zpos" "1" + "wide" "200" + "tall" "13" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "0" + "labelText" "#Hud_Menu_Build_Cancel" + "textAlignment" "East" + "dulltext" "0" + "brighttext" "0" + } + + "active_item_1" + { + "ControlName" "EditablePanel" + "fieldName" "active_item_1" + "xpos" "0" + "ypos" "34" + "xpos_minmode" "15" + "ypos_minmode" "34" + "zpos" "1" + "wide" "80" + "tall" "104" + "wide_minmode" "80" + "tall_minmode" "104" + "visible" "1" + } + + "active_item_2" + { + "ControlName" "EditablePanel" + "fieldName" "active_item_2" + "xpos" "68" + "ypos" "34" + "xpos_minmode" "83" + "ypos_minmode" "34" + "zpos" "1" + "wide" "80" + "tall" "104" + "wide_minmode" "80" + "tall_minmode" "104" + "visible" "1" + } + + "active_item_3" + { + "ControlName" "EditablePanel" + "fieldName" "active_item_3" + "xpos" "136" + "ypos" "34" + "xpos_minmode" "15" + "ypos_minmode" "118" + "zpos" "1" + "wide" "80" + "tall" "104" + "wide_minmode" "80" + "tall_minmode" "104" + "visible" "1" + } + + "active_item_4" + { + "ControlName" "EditablePanel" + "fieldName" "active_item_4" + "xpos" "204" + "ypos" "34" + "xpos_minmode" "83" + "ypos_minmode" "118" + "zpos" "1" + "wide" "80" + "tall" "104" + "wide_minmode" "80" + "tall_minmode" "104" + "visible" "1" + } + + "already_built_item_1" + { + "ControlName" "EditablePanel" + "fieldName" "already_built_item_1" + "xpos" "0" + "ypos" "34" + "xpos_minmode" "15" + "ypos_minmode" "34" + "zpos" "1" + "wide" "80" + "tall" "104" + "wide_minmode" "80" + "tall_minmode" "104" + "visible" "0" + } + + "already_built_item_2" + { + "ControlName" "EditablePanel" + "fieldName" "already_built_item_2" + "xpos" "68" + "ypos" "34" + "xpos_minmode" "83" + "ypos_minmode" "34" + "zpos" "1" + "wide" "80" + "tall" "104" + "wide_minmode" "80" + "tall_minmode" "104" + "visible" "0" + } + + "already_built_item_3" + { + "ControlName" "EditablePanel" + "fieldName" "already_built_item_3" + "xpos" "136" + "ypos" "34" + "xpos_minmode" "15" + "ypos_minmode" "118" + "zpos" "1" + "wide" "80" + "tall" "104" + "wide_minmode" "80" + "tall_minmode" "104" + "visible" "0" + } + + "already_built_item_4" + { + "ControlName" "EditablePanel" + "fieldName" "already_built_item_4" + "xpos" "204" + "ypos" "34" + "xpos_minmode" "83" + "ypos_minmode" "118" + "zpos" "1" + "wide" "80" + "tall" "104" + "wide_minmode" "80" + "tall_minmode" "104" + "visible" "0" + } + + "cant_afford_item_1" + { + "ControlName" "EditablePanel" + "fieldName" "cant_afford_item_1" + "xpos" "0" + "ypos" "34" + "xpos_minmode" "15" + "ypos_minmode" "34" + "zpos" "1" + "wide" "80" + "tall" "104" + "wide_minmode" "80" + "tall_minmode" "104" + "visible" "0" + } + + "cant_afford_item_2" + { + "ControlName" "EditablePanel" + "fieldName" "cant_afford_item_2" + "xpos" "68" + "ypos" "34" + "xpos_minmode" "83" + "ypos_minmode" "34" + "zpos" "1" + "wide" "80" + "tall" "104" + "wide_minmode" "80" + "tall_minmode" "104" + "visible" "0" + } + + "cant_afford_item_3" + { + "ControlName" "EditablePanel" + "fieldName" "cant_afford_item_3" + "xpos" "136" + "ypos" "34" + "xpos_minmode" "15" + "ypos_minmode" "118" + "zpos" "1" + "wide" "80" + "tall" "104" + "wide_minmode" "80" + "tall_minmode" "104" + "visible" "0" + } + + "cant_afford_item_4" + { + "ControlName" "EditablePanel" + "fieldName" "cant_afford_item_4" + "xpos" "204" + "ypos" "34" + "xpos_minmode" "83" + "ypos_minmode" "118" + "zpos" "1" + "wide" "80" + "tall" "104" + "wide_minmode" "80" + "tall_minmode" "104" + "visible" "0" + } + + "unavailable_item_1" + { + "ControlName" "EditablePanel" + "fieldName" "unavailable_item_1" + "xpos" "0" + "ypos" "34" + "xpos_minmode" "15" + "ypos_minmode" "34" + "zpos" "1" + "wide" "80" + "tall" "104" + "wide_minmode" "80" + "tall_minmode" "104" + "visible" "0" + } + + "unavailable_item_2" + { + "ControlName" "EditablePanel" + "fieldName" "unavailable_item_2" + "xpos" "68" + "ypos" "34" + "xpos_minmode" "83" + "ypos_minmode" "34" + "zpos" "1" + "wide" "80" + "tall" "104" + "wide_minmode" "80" + "tall_minmode" "104" + "visible" "0" + } + + "unavailable_item_3" + { + "ControlName" "EditablePanel" + "fieldName" "unavailable_item_3" + "xpos" "136" + "ypos" "34" + "xpos_minmode" "15" + "ypos_minmode" "118" + "zpos" "1" + "wide" "80" + "tall" "104" + "wide_minmode" "80" + "tall_minmode" "104" + "visible" "0" + } + + "unavailable_item_4" + { + "ControlName" "EditablePanel" + "fieldName" "unavailable_item_4" + "xpos" "204" + "ypos" "34" + "xpos_minmode" "83" + "ypos_minmode" "118" + "zpos" "1" + "wide" "80" + "tall" "104" + "wide_minmode" "80" + "tall_minmode" "104" + "visible" "0" + } +} \ No newline at end of file diff --git a/toonhud/resource/ui/build_menu/hudmenueurekaeffect.res b/toonhud/resource/ui/build_menu/hudmenueurekaeffect.res new file mode 100644 index 0000000..3a34a26 --- /dev/null +++ b/toonhud/resource/ui/build_menu/hudmenueurekaeffect.res @@ -0,0 +1,146 @@ +"Resource/UI/build_menu/HudMenuEurekaEffect.res" +{ + "MainBackground" + { + "ControlName" "EditablePanel" + "fieldName" "MainBackground" + "xpos" "18" + "ypos" "40" + "zpos" "0" + "wide" "142" + "tall" "91" + "visible" "1" + "enabled" "1" + "paintborder" "1" + "border" "G_TargetBorder" + "paintbackground" "1" + "bgcolor_override" "G_PanelBg" + } + + "BuildIcon" + { + "ControlName" "CIconPanel" + "fieldName" "BuildIcon" + "xpos" "20" + "ypos" "17" + "zpos" "1" + "wide" "24" + "tall" "24" + "visible" "0" + "enabled" "0" + "scaleImage" "1" + "icon" "ico_build" + "iconColor" "G_White" + } + + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "G_FontMedium" + "xpos" "18" // align me to the left edge of the first selection + "ypos" "17" + "zpos" "2" + "wide" "142" + "tall" "24" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "#Hud_Menu_Teleport_Title" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "fgcolor" "G_White" + } + + "TitleLabelDropshadow" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabelDropshadow" + "font" "G_FontMedium" + "fgcolor" "G_Shadow" + "xpos" "19" // align me to the left edge of the first selection + "ypos" "18" + "zpos" "1" + "wide" "142" + "tall" "24" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "#Hud_Menu_Teleport_Title" + "textAlignment" "center" + "dulltext" "1" + "brighttext" "0" + } + + "CancelLabel" + { + "ControlName" "CExLabel" + "fieldName" "CancelLabel" + "font" "SpectatorKeyHints" + "xpos" "35" + "ypos" "35" + "zpos" "1" + "wide" "200" + "tall" "13" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "0" + "labelText" "#Hud_Menu_Build_Cancel" + "textAlignment" "East" + "dulltext" "0" + "brighttext" "0" + } + + "available_target_1" + { + "ControlName" "EditablePanel" + "fieldName" "available_target_1" + "xpos" "15" + "ypos" "34" + "zpos" "1" + "wide" "80" + "tall" "104" + "visible" "1" + } + + "available_target_2" + { + "ControlName" "EditablePanel" + "fieldName" "available_target_2" + "xpos" "83" + "ypos" "34" + "zpos" "1" + "wide" "80" + "tall" "104" + "visible" "1" + } + + "unavailable_target_1" + { + "ControlName" "EditablePanel" + "fieldName" "unavailable_target_1" + "xpos" "15" + "ypos" "34" + "zpos" "1" + "wide" "80" + "tall" "104" + "visible" "0" + } + + "unavailable_target_2" + { + "ControlName" "EditablePanel" + "fieldName" "unavailable_target_2" + "xpos" "83" + "ypos" "34" + "zpos" "1" + "wide" "80" + "tall" "104" + "visible" "0" + } +} \ No newline at end of file diff --git a/toonhud/resource/ui/build_menu/pipboy/base_active.res b/toonhud/resource/ui/build_menu/pipboy/base_active.res new file mode 100644 index 0000000..a515026 --- /dev/null +++ b/toonhud/resource/ui/build_menu/pipboy/base_active.res @@ -0,0 +1,167 @@ +"Resource/UI/build_menu/base.res" +{ + "ItemNameLabel" + { + "ControlName" "CExLabel" + "fieldName" "ItemNameLabel" + "font" "G_FontSmall_2" + "xpos" "10" + "ypos" "0" + "zpos" "1" + "wide" "52" + "tall" "14" + "textinsetx" "2" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "visible_minmode" "0" + "enabled" "1" + "labelText" "#TF_Object_Sentry" + "textAlignment" "Left" + "dulltext" "0" + "brighttext" "0" + } + + "ItemBackground" + { + "ControlName" "CIconPanel" + "fieldName" "ItemBackground" + "xpos" "10" + "ypos" "14" + "zpos" "0" + "wide" "60" + "tall" "76" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "paintbackground" "1" + "bgcolor_override" "0 0 0 220" + "border" "G_TargetBorder" + } + + "BuildingIcon" + { + "ControlName" "CIconPanel" + "fieldName" "BuildingIcon" + "xpos" "16" + "ypos" "20" + "zpos" "2" + "wide" "48" + "tall" "48" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "icon" "hud_menu_sentry_build" + "iconColor" "30 255 30 255" + } + + "WhiteBg" + { + "ControlName" "EditablePanel" + "fieldName" "WhiteBg" + "xpos" "13" + "ypos" "17" + "zpos" "1" + "wide" "54" + "tall" "54" + "visible" "1" + "enabled" "1" + "paintbackground" "1" + "paintborder" "1" + "bgcolor_override" "G_White" + "border" "G_TargetBorder" + } + + "MetalIcon" + { + "ControlName" "CIconPanel" + "fieldName" "MetalIcon" + "xpos" "58" + "ypos" "77" + "zpos" "1" + "wide" "7" + "tall" "7" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "icon" "ico_metal" + "iconColor" "G_LightGrey" + } + + "CostLabel" + { + "ControlName" "CExLabel" + "fieldName" "CostLabel" + "font" "G_FontTiny" + "fgcolor" "G_LightGrey" + "xpos" "26" + "ypos" "74" + "zpos" "1" + "wide" "30" + "tall" "13" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "%metal%" + "textAlignment" "East" + "textinsetx" "1" + } + + "ModeLabel" + { + "ControlName" "CExLabel" + "fieldName" "ModeLabel" + "font" "DefaultSmall" + "fgcolor" "TanDarker" + "xpos" "33" + "ypos" "17" + "zpos" "1" + "wide" "44" + "tall" "13" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "" + "textAlignment" "East" + } + + "NumberBg" + { + "ControlName" "CIconPanel" + "fieldName" "NumberBg" + "xpos" "15" + "ypos" "73" + "zpos" "5" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "icon" "ico_key_blank" + "iconColor" "255 255 255 255" + } + + "NumberLabel" + { + "ControlName" "CExLabel" + "fieldName" "NumberLabel" + "font" "G_FontNumberButton" + "fgcolor" "Black" + "xpos" "15" + "ypos" "73" + "zpos" "6" + "wide" "14" + "tall" "13" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "1" + "textAlignment" "Center" + "dulltext" "1" + "brighttext" "0" + } + +} \ No newline at end of file diff --git a/toonhud/resource/ui/build_menu/pipboy/base_active_teleport_target.res b/toonhud/resource/ui/build_menu/pipboy/base_active_teleport_target.res new file mode 100644 index 0000000..fcccc8e --- /dev/null +++ b/toonhud/resource/ui/build_menu/pipboy/base_active_teleport_target.res @@ -0,0 +1,129 @@ +"Resource/UI/build_menu/base.res" +{ + "ItemNameLabel" + { + "ControlName" "CExLabel" + "fieldName" "ItemNameLabel" + "font" "G_FontSmall_2" + "xpos" "10" + "ypos" "0" + "zpos" "1" + "wide" "52" + "tall" "14" + "textinsetx" "2" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "labelText" "#TF_Object_Sentry" + "textAlignment" "Left" + "dulltext" "0" + "brighttext" "0" + } + + "ItemBackground" + { + "ControlName" "CIconPanel" + "fieldName" "ItemBackground" + "xpos" "10" + "ypos" "14" + "zpos" "0" + "wide" "60" + "tall" "76" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "paintbackground" "1" + "bgcolor_override" "0 0 0 220" + "border" "G_TargetBorder" + } + + "BuildingIcon" + { + "ControlName" "CIconPanel" + "fieldName" "BuildingIcon" + "xpos" "16" + "ypos" "20" + "zpos" "2" + "wide" "48" + "tall" "48" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "icon" "hud_menu_sentry_build" + "iconColor" "30 255 30 255" + } + + "WhiteBg" + { + "ControlName" "EditablePanel" + "fieldName" "WhiteBg" + "xpos" "13" + "ypos" "17" + "zpos" "1" + "wide" "54" + "tall" "54" + "visible" "1" + "enabled" "1" + "paintbackground" "1" + "paintborder" "1" + "bgcolor_override" "G_White" + "border" "G_TargetBorder" + } + + "ModeLabel" + { + "ControlName" "CExLabel" + "fieldName" "ModeLabel" + "font" "DefaultSmall" + "fgcolor" "TanDarker" + "xpos" "33" + "ypos" "17" + "zpos" "1" + "wide" "44" + "tall" "13" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "" + "textAlignment" "East" + } + + "NumberBg" + { + "ControlName" "CIconPanel" + "fieldName" "NumberBg" + "xpos" "33" + "ypos" "73" + "zpos" "5" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "icon" "ico_key_blank" + "iconColor" "255 255 255 255" + } + + "NumberLabel" + { + "ControlName" "CExLabel" + "fieldName" "NumberLabel" + "font" "G_FontNumberButton" + "fgcolor" "Black" + "xpos" "33" + "ypos" "73" + "zpos" "6" + "wide" "14" + "tall" "13" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "1" + "textAlignment" "Center" + "dulltext" "1" + "brighttext" "0" + } +} \ No newline at end of file diff --git a/toonhud/resource/ui/build_menu/pipboy/base_already_built.res b/toonhud/resource/ui/build_menu/pipboy/base_already_built.res new file mode 100644 index 0000000..e2e0b2d --- /dev/null +++ b/toonhud/resource/ui/build_menu/pipboy/base_already_built.res @@ -0,0 +1,172 @@ +"Resource/UI/build_menu/base_already_built.res" +{ + "ItemNameLabel" + { + "ControlName" "CExLabel" + "fieldName" "ItemNameLabel" + "font" "G_FontSmall_2" + "xpos" "10" + "ypos" "0" + "zpos" "1" + "wide" "52" + "tall" "14" + "textinsetx" "2" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "labelText" "#TF_Object_Sentry" + "labelText_lodef" "#TF_Object_Sentry_360" + "textAlignment" "Left" + "dulltext" "0" + "brighttext" "0" + } + + "ItemBackground" + { + "ControlName" "CIconPanel" + "fieldName" "ItemBackground" + "xpos" "10" + "ypos" "14" + "zpos" "0" + "wide" "60" + "tall" "76" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "paintbackground" "1" + "paintborder" "0" + "bgcolor_override" "0 0 0 220" + "border" "G_TargetBorder" + } + + "CantBuildReason" + { + "ControlName" "CExLabel" + "fieldName" "CantBuildReason" + "font" "G_FontSmall_2" + "xpos" "10" + "ypos" "71" + "zpos" "5" + "wide" "60" + "tall" "18" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "#Hud_Menu_Build_Already_Built" + "textAlignment" "Center" + "dulltext" "0" + "brighttext" "0" + } + + "BuildingIcon" + { + "ControlName" "CIconPanel" + "fieldName" "BuildingIcon" + "xpos" "18" + "ypos" "20" + "zpos" "2" + "wide" "46" + "tall" "46" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "icon" "obj_status_sentrygun_1" + "iconColor" "230 230 230 255" + } + + "MetalIcon" + { + "ControlName" "CIconPanel" + "fieldName" "MetalIcon" + "xpos" "80" + "ypos" "2" + "zpos" "1" + "wide" "10" + "tall" "10" + "visible" "0" + "enabled" "1" + "scaleImage" "1" + "icon" "ico_metal" + "iconColor" "G_LightGrey" + } + + "CostLabel" + { + "ControlName" "CExLabel" + "fieldName" "CostLabel" + "font" "G_FontTiny" + "fgcolor" "G_LightGrey" + "xpos" "48" + "ypos" "0" + "zpos" "1" + "wide" "30" + "tall" "13" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "labelText" "%metal%" + "textAlignment" "East" + "textinsetx" "1" + } + + "ModeLabel" + { + "ControlName" "CExLabel" + "fieldName" "ModeLabel" + "font" "DefaultSmall" + "fgcolor" "TanDarker" + "xpos" "33" + "ypos" "17" + "zpos" "1" + "wide" "44" + "tall" "13" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "" + "textAlignment" "East" + } + + "NumberBg" + { + "ControlName" "CIconPanel" + "fieldName" "NumberBg" + "xpos" "41" + "ypos" "87" + "zpos" "0" + "wide" "18" + "tall" "18" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "icon" "ico_key_blank" + "iconColor" "255 255 255 255" + "Alpha" "0" + } + + "NumberLabel" + { + "ControlName" "CExLabel" + "fieldName" "NumberLabel" + "font" "G_FontNumberButton" + "fgcolor" "Black" + "xpos" "0" + "ypos" "86" + "zpos" "1" + "wide" "100" + "tall" "18" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "1" + "textAlignment" "Center" + "dulltext" "1" + "brighttext" "0" + "Alpha" "0" + } +} \ No newline at end of file diff --git a/toonhud/resource/ui/build_menu/pipboy/base_cant_afford.res b/toonhud/resource/ui/build_menu/pipboy/base_cant_afford.res new file mode 100644 index 0000000..48be497 --- /dev/null +++ b/toonhud/resource/ui/build_menu/pipboy/base_cant_afford.res @@ -0,0 +1,171 @@ +"Resource/UI/build_menu/base_cant_afford.res" +{ + "ItemNameLabel" + { + "ControlName" "CExLabel" + "fieldName" "ItemNameLabel" + "font" "G_FontSmall_2" + "xpos" "10" + "ypos" "0" + "zpos" "1" + "wide" "52" + "tall" "14" + "textinsetx" "2" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "labelText" "#TF_Object_Sentry" + "labelText_lodef" "#TF_Object_Sentry_360" + "textAlignment" "Left" + "dulltext" "0" + "brighttext" "0" + } + + "ItemBackground" + { + "ControlName" "CIconPanel" + "fieldName" "ItemBackground" + "xpos" "10" + "ypos" "14" + "zpos" "0" + "wide" "60" + "tall" "76" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "paintbackground" "1" + "paintborder" "0" + "bgcolor_override" "0 0 0 220" + "border" "G_TargetBorder" + } + + "CantBuildReason" + { + "ControlName" "CExLabel" + "fieldName" "CantBuildReason" + "font" "G_FontSmall_2" + "fgcolor" "G_Red" + "xpos" "10" + "ypos" "74" + "zpos" "2" + "wide" "60" + "tall" "18" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "0" + "labelText" "#Hud_Menu_Build_Cant_Afford" + "textAlignment" "Center" + } + + "BuildingIcon" + { + "ControlName" "CIconPanel" + "fieldName" "BuildingIcon" + "xpos" "16" + "ypos" "20" + "zpos" "2" + "wide" "48" + "tall" "48" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "icon" "hud_menu_sentry_build" + "iconColor" "0 100 0 255" + } + + "MetalIcon" + { + "ControlName" "CIconPanel" + "fieldName" "MetalIcon" + "xpos" "46" + "ypos" "75" + "zpos" "1" + "wide" "7" + "tall" "7" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "icon" "ico_metal" + "iconColor" "G_Red" + } + + "CostLabel" + { + "ControlName" "CExLabel" + "fieldName" "CostLabel" + "font" "G_FontTiny" + "fgcolor" "G_Red" + "xpos" "14" + "ypos" "72" + "zpos" "1" + "wide" "30" + "tall" "13" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "%metal%" + "textAlignment" "East" + "textinsetx" "1" + } + + "ModeLabel" + { + "ControlName" "CExLabel" + "fieldName" "ModeLabel" + "font" "DefaultSmall" + "fgcolor" "RedSolid" + "xpos" "33" + "ypos" "17" + "zpos" "1" + "wide" "44" + "tall" "13" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "" + "textAlignment" "East" + } + + "NumberBg" + { + "ControlName" "CIconPanel" + "fieldName" "NumberBg" + "xpos" "41" + "ypos" "87" + "zpos" "0" + "wide" "18" + "tall" "18" + "visible" "0" + "enabled" "1" + "scaleImage" "1" + "icon" "ico_key_blank" + "iconColor" "255 255 255 255" + "Alpha" "0" + } + + "NumberLabel" + { + "ControlName" "CExLabel" + "fieldName" "NumberLabel" + "font" "G_FontNumberButton" + "fgcolor" "Black" + "xpos" "0" + "ypos" "86" + "zpos" "1" + "wide" "100" + "tall" "18" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "1" + "textAlignment" "Center" + "dulltext" "1" + "brighttext" "0" + "Alpha" "0" + } +} \ No newline at end of file diff --git a/toonhud/resource/ui/build_menu/pipboy/base_selectable.res b/toonhud/resource/ui/build_menu/pipboy/base_selectable.res new file mode 100644 index 0000000..d92c001 --- /dev/null +++ b/toonhud/resource/ui/build_menu/pipboy/base_selectable.res @@ -0,0 +1,107 @@ +"Resource/UI/build_menu/base_selectable.res" +{ + "MainBackground" + { + "ControlName" "CIconPanel" + "fieldName" "MainBackground" + "xpos" "3" + "ypos" "1" + "zpos" "0" + "wide" "98" + "tall" "135" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "icon" "hud_menu_item_bg" + "iconColor" "128 128 128 255" + } + + "ItemNameLabel" + { + "ControlName" "CExLabel" + "fieldName" "ItemNameLabel" + "font" "Default" + "xpos" "10" + "ypos" "2" + "zpos" "1" + "wide" "84" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "#TF_Empty_Slot" + "labelText_lodef" "#TF_Empty_Slot" + "textAlignment" "Left" + "dulltext" "0" + "brighttext" "0" + "fgcolor" "black" + } + + "ItemBackground" + { + "ControlName" "CIconPanel" + "fieldName" "ItemBackground" + "xpos" "4" + "ypos" "0" + "zpos" "0" + "wide" "98" + "tall" "135" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "icon" "hud_menu_item_bg" + "iconColor" "ProgressOffWhite" + } + + "BuildingIcon" + { + "ControlName" "CIconPanel" + "fieldName" "BuildingIcon" + "xpos" "22" + "ypos" "19" + "zpos" "2" + "wide" "56" + "tall" "56" + "visible" "0" + "enabled" "1" + "scaleImage" "1" + "icon" "hud_menu_sentry_build" + "iconColor" "255 255 255 255" + } + + "MetalIcon" + { + "ControlName" "CIconPanel" + "fieldName" "MetalIcon" + "xpos" "10" + "ypos" "79" + "zpos" "1" + "wide" "10" + "tall" "10" + "visible" "0" + "enabled" "1" + "scaleImage" "1" + "icon" "ico_metal" + "iconColor" "TanDarker" + } + + "CostLabel" + { + "ControlName" "CExLabel" + "fieldName" "CostLabel" + "font" "HudFontSmall" + "fgcolor" "TanDarker" + "xpos" "23" + "ypos" "78" + "zpos" "1" + "wide" "84" + "tall" "13" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "labelText" "%metal%" + "textAlignment" "Left" + } +} \ No newline at end of file diff --git a/toonhud/resource/ui/build_menu/pipboy/base_unavailable.res b/toonhud/resource/ui/build_menu/pipboy/base_unavailable.res new file mode 100644 index 0000000..e2fb301 --- /dev/null +++ b/toonhud/resource/ui/build_menu/pipboy/base_unavailable.res @@ -0,0 +1,150 @@ +"Resource/UI/build_menu/base_unavailable.res" +{ + "ItemNameLabel" + { + "ControlName" "CExLabel" + "fieldName" "ItemNameLabel" + "font" "Default" + "xpos" "6" + "ypos" "0" + "zpos" "1" + "wide" "84" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "#TF_Object_Sentry" + "labelText_lodef" "#TF_Object_Sentry_360" + "textAlignment" "Left" + "dulltext" "0" + "brighttext" "0" + } + + "ItemBackground" + { + "ControlName" "CIconPanel" + "fieldName" "ItemBackground" + "xpos" "4" + "ypos" "14" + "zpos" "0" + "wide" "98" + "tall" "105" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "icon" "hud_menu_item_bg_outline" + "iconColor" "ProgressOffWhiteTransparent" + } + + "CantBuildReason" + { + "ControlName" "CExLabel" + "fieldName" "CantBuildReason" + "font" "Default" + "xpos" "10" + "ypos" "48" + "zpos" "2" + "wide" "80" + "tall" "18" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "#Hud_Menu_Build_Unavailable" + "textAlignment" "Center" + "dulltext" "0" + "brighttext" "0" + } + + "MetalIcon" + { + "ControlName" "CIconPanel" + "fieldName" "MetalIcon" + "xpos" "10" + "ypos" "18" + "zpos" "1" + "wide" "10" + "tall" "10" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "icon" "ico_metal" + "iconColor" "TanDark" + } + + "CostLabel" + { + "ControlName" "CExLabel" + "fieldName" "CostLabel" + "font" "HudFontSmall" + "fgcolor" "TanDark" + "xpos" "23" + "ypos" "17" + "zpos" "1" + "wide" "84" + "tall" "13" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "%metal%" + "textAlignment" "Left" + } + + "ModeLabel" + { + "ControlName" "CExLabel" + "fieldName" "ModeLabel" + "font" "DefaultSmall" + "fgcolor" "TanDark" + "xpos" "33" + "ypos" "17" + "zpos" "1" + "wide" "44" + "tall" "13" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "" + "textAlignment" "East" + } + + "NumberBg" + { + "ControlName" "CIconPanel" + "fieldName" "NumberBg" + "xpos" "41" + "ypos" "99" + "zpos" "0" + "wide" "18" + "tall" "18" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "icon" "ico_key_blank" + "iconColor" "255 255 255 255" + } + + "NumberLabel" + { + "ControlName" "CExLabel" + "fieldName" "NumberLabel" + "font" "G_FontNumberButton" + "fgcolor" "Black" + "xpos" "0" + "ypos" "98" + "zpos" "1" + "wide" "100" + "tall" "18" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "1" + "textAlignment" "Center" + "dulltext" "1" + "brighttext" "0" + } +} \ No newline at end of file diff --git a/toonhud/resource/ui/build_menu/pipboy/base_unavailable_teleport_target.res b/toonhud/resource/ui/build_menu/pipboy/base_unavailable_teleport_target.res new file mode 100644 index 0000000..3754c08 --- /dev/null +++ b/toonhud/resource/ui/build_menu/pipboy/base_unavailable_teleport_target.res @@ -0,0 +1,114 @@ +"Resource/UI/build_menu/base_unavailable.res" +{ + "ItemNameLabel" + { + "ControlName" "CExLabel" + "fieldName" "ItemNameLabel" + "font" "G_FontSmall_2" + "xpos" "10" + "ypos" "0" + "zpos" "1" + "wide" "52" + "tall" "14" + "textinsetx" "2" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "labelText" "#TF_Object_Sentry" + "labelText_lodef" "#TF_Object_Sentry_360" + "textAlignment" "Left" + "dulltext" "0" + "brighttext" "0" + } + + "ItemBackground" + { + "ControlName" "CIconPanel" + "fieldName" "ItemBackground" + "xpos" "10" + "ypos" "14" + "zpos" "0" + "wide" "60" + "tall" "76" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "paintbackground" "1" + "bgcolor_override" "0 0 0 220" + } + + "BuildingIcon" + { + "ControlName" "CIconPanel" + "fieldName" "BuildingIcon" + "xpos" "16" + "ypos" "20" + "zpos" "2" + "wide" "48" + "tall" "48" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "icon" "hud_menu_tele_exit_build" + "iconColor" "0 100 0 255" + } + + "ModeLabel" + { + "ControlName" "CExLabel" + "fieldName" "ModeLabel" + "font" "DefaultSmall" + "fgcolor" "RedSolid" + "xpos" "33" + "ypos" "17" + "zpos" "1" + "wide" "44" + "tall" "13" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "" + "textAlignment" "East" + } + + "NumberBg" + { + "ControlName" "CIconPanel" + "fieldName" "NumberBg" + "xpos" "41" + "ypos" "87" + "zpos" "0" + "wide" "18" + "tall" "18" + "visible" "0" + "enabled" "1" + "scaleImage" "1" + "icon" "ico_key_blank" + "iconColor" "255 255 255 255" + "Alpha" "0" + } + + "NumberLabel" + { + "ControlName" "CExLabel" + "fieldName" "NumberLabel" + "font" "G_FontNumberButton" + "fgcolor" "Black" + "xpos" "0" + "ypos" "86" + "zpos" "1" + "wide" "100" + "tall" "18" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "1" + "textAlignment" "Center" + "dulltext" "1" + "brighttext" "0" + "Alpha" "0" + } +} \ No newline at end of file diff --git a/toonhud/resource/ui/build_menu/pipboy/dispenser_active.res b/toonhud/resource/ui/build_menu/pipboy/dispenser_active.res new file mode 100644 index 0000000..21ffcee --- /dev/null +++ b/toonhud/resource/ui/build_menu/pipboy/dispenser_active.res @@ -0,0 +1,19 @@ +#base "base_active.res" + +"Resource/UI/build_menu/dispenser_active.res" +{ + "ItemNameLabel" + { + "labelText" "#TF_Object_Dispenser" + } + + "BuildingIcon" + { + "icon" "hud_menu_dispenser_build" + } + + "NumberLabel" + { + "labelText" "2" + } +} \ No newline at end of file diff --git a/toonhud/resource/ui/build_menu/pipboy/dispenser_already_built.res b/toonhud/resource/ui/build_menu/pipboy/dispenser_already_built.res new file mode 100644 index 0000000..9897a02 --- /dev/null +++ b/toonhud/resource/ui/build_menu/pipboy/dispenser_already_built.res @@ -0,0 +1,19 @@ +#base "base_already_built.res" + +"Resource/UI/build_menu/dispenser_already_built.res" +{ + "ItemNameLabel" + { + "labelText" "#TF_Object_dispenser" + } + + "BuildingIcon" + { + "icon" "obj_status_dispenser" + } + + "NumberLabel" + { + "labelText" "2" + } +} \ No newline at end of file diff --git a/toonhud/resource/ui/build_menu/pipboy/dispenser_cant_afford.res b/toonhud/resource/ui/build_menu/pipboy/dispenser_cant_afford.res new file mode 100644 index 0000000..b9d1e78 --- /dev/null +++ b/toonhud/resource/ui/build_menu/pipboy/dispenser_cant_afford.res @@ -0,0 +1,19 @@ +#base "base_cant_afford.res" + +"Resource/UI/build_menu/dispenser_cant_afford.res" +{ + "ItemNameLabel" + { + "labelText" "#TF_Object_dispenser" + } + + "BuildingIcon" + { + "icon" "hud_menu_dispenser_build" + } + + "NumberLabel" + { + "labelText" "2" + } +} \ No newline at end of file diff --git a/toonhud/resource/ui/build_menu/pipboy/dispenser_selectable.res b/toonhud/resource/ui/build_menu/pipboy/dispenser_selectable.res new file mode 100644 index 0000000..68c61fd --- /dev/null +++ b/toonhud/resource/ui/build_menu/pipboy/dispenser_selectable.res @@ -0,0 +1,14 @@ +#base "base_selectable.res" + +"Resource/UI/build_menu/dispenser_selectable.res" +{ + "ItemNameLabel" + { + "labelText" "#TF_Object_Dispenser" + } + + "BuildingIcon" + { + "icon" "hud_menu_dispenser_build" + } +} \ No newline at end of file diff --git a/toonhud/resource/ui/build_menu/pipboy/dispenser_unavailable.res b/toonhud/resource/ui/build_menu/pipboy/dispenser_unavailable.res new file mode 100644 index 0000000..5b81fdc --- /dev/null +++ b/toonhud/resource/ui/build_menu/pipboy/dispenser_unavailable.res @@ -0,0 +1,14 @@ +#base "base_unavailable.res" + +"Resource/UI/build_menu/dispenser_unavailable.res" +{ + "ItemNameLabel" + { + "labelText" "#TF_Object_dispenser" + } + + "NumberLabel" + { + "labelText" "2" + } +} \ No newline at end of file diff --git a/toonhud/resource/ui/build_menu/pipboy/eureka_target_home_avail.res b/toonhud/resource/ui/build_menu/pipboy/eureka_target_home_avail.res new file mode 100644 index 0000000..d660d4a --- /dev/null +++ b/toonhud/resource/ui/build_menu/pipboy/eureka_target_home_avail.res @@ -0,0 +1,19 @@ +#base "base_active_teleport_target.res" + +"Resource/UI/build_menu/dispenser_active.res" +{ + "ItemNameLabel" + { + "labelText" "#Hud_Menu_Teleport_Base" + } + + "BuildingIcon" + { + "icon" "eureka_teleport_home" + } + + "NumberLabel" + { + "labelText" "1" + } +} \ No newline at end of file diff --git a/toonhud/resource/ui/build_menu/pipboy/eureka_target_home_unavail.res b/toonhud/resource/ui/build_menu/pipboy/eureka_target_home_unavail.res new file mode 100644 index 0000000..e52aa17 --- /dev/null +++ b/toonhud/resource/ui/build_menu/pipboy/eureka_target_home_unavail.res @@ -0,0 +1,14 @@ +#base "base_unavailable_teleport_target.res" + +"Resource/UI/build_menu/dispenser_unavailable.res" +{ + "ItemNameLabel" + { + "labelText" "#Hud_Menu_Teleport_Base" + } + + "NumberLabel" + { + "labelText" "1" + } +} \ No newline at end of file diff --git a/toonhud/resource/ui/build_menu/pipboy/eureka_target_tele_exit_avail.res b/toonhud/resource/ui/build_menu/pipboy/eureka_target_tele_exit_avail.res new file mode 100644 index 0000000..fb4d1bd --- /dev/null +++ b/toonhud/resource/ui/build_menu/pipboy/eureka_target_tele_exit_avail.res @@ -0,0 +1,19 @@ +#base "base_active_teleport_target.res" + +"Resource/UI/build_menu/tele_exit_active.res" +{ + "ItemNameLabel" + { + "labelText" "#TF_Object_Tele_Exit_360" + } + + "BuildingIcon" + { + "icon" "hud_menu_tele_exit_build" + } + + "NumberLabel" + { + "labelText" "2" + } +} \ No newline at end of file diff --git a/toonhud/resource/ui/build_menu/pipboy/eureka_target_tele_exit_unavail.res b/toonhud/resource/ui/build_menu/pipboy/eureka_target_tele_exit_unavail.res new file mode 100644 index 0000000..2d9f77c --- /dev/null +++ b/toonhud/resource/ui/build_menu/pipboy/eureka_target_tele_exit_unavail.res @@ -0,0 +1,14 @@ +#base "base_unavailable_teleport_target.res" + +"Resource/UI/build_menu/tele_exit_unavailable.res" +{ + "ItemNameLabel" + { + "labelText" "#TF_Object_tele_exit_360" + } + + "NumberLabel" + { + "labelText" "2" + } +} \ No newline at end of file diff --git a/toonhud/resource/ui/build_menu/pipboy/hudmenuengybuild.res b/toonhud/resource/ui/build_menu/pipboy/hudmenuengybuild.res new file mode 100644 index 0000000..872d4e4 --- /dev/null +++ b/toonhud/resource/ui/build_menu/pipboy/hudmenuengybuild.res @@ -0,0 +1,382 @@ +"Resource/UI/build_menu/pipboy/HudMenuEngyBuild.res" +{ + "MainBackground" + { + "ControlName" "CTFImagePanel" + "fieldName" "MainBackground" + "xpos" "1" + "xpos_minmode" "18" + "ypos" "40" + "zpos" "0" + "wide" "282" + "tall" "92" + "wide_minmode" "142" + "tall_minmode" "175" + "visible" "1" + "enabled" "1" + "paintborder" "1" + "border" "G_TargetBorder" + "scaleImage" "1" + "image" "pipboy_overlay" + "src_corner_height" "23" + "src_corner_width" "23" + "draw_corner_width" "0" + "draw_corner_height" "0" + } + + "BlackBg" + { + "ControlName" "EditablePanel" + "fieldName" "BlackBg" + "xpos" "1" + "xpos_minmode" "18" + "ypos" "40" + "zpos" "-1" + "wide" "282" + "tall" "92" + "wide_minmode" "142" + "tall_minmode" "175" + "visible" "1" + "enabled" "1" + "paintbackground" "1" + "bgcolor_override" "0 0 0 220" + } + + "BuildIcon" + { + "ControlName" "CIconPanel" + "fieldName" "BuildIcon" + "xpos" "20" + "ypos" "17" + "zpos" "1" + "wide" "24" + "tall" "24" + "visible" "0" + "enabled" "0" + "scaleImage" "1" + "icon" "ico_build" + "iconColor" "G_White" + } + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "G_FontMedium" + "xpos" "1" + "xpos_minmode" "18" + "ypos" "17" + "zpos" "2" + "wide" "282" + "wide_minmode" "142" + "tall" "24" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "#Hud_menu_build_title" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "fgcolor" "G_White" + } + + "TitleLabelDropshadow" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabelDropshadow" + "font" "G_FontMedium" + "fgcolor" "G_Shadow" + "xpos" "3" + "xpos_minmode" "19" + "ypos" "18" + "zpos" "1" + "wide" "277" + "wide_minmode" "142" + "tall" "24" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "#Hud_menu_build_title" + "textAlignment" "center" + "dulltext" "1" + "brighttext" "0" + } + + "CancelLabel" + { + "ControlName" "CExLabel" + "fieldName" "CancelLabel" + "font" "SpectatorKeyHints" + "xpos" "218" + "ypos" "35" + "zpos" "1" + "wide" "200" + "tall" "13" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "0" + "labelText" "#Hud_Menu_Build_Cancel" + "textAlignment" "East" + "dulltext" "0" + "brighttext" "0" + } + + "active_item_1" + { + "ControlName" "EditablePanel" + "fieldName" "active_item_1" + "xpos" "0" + "ypos" "34" + "xpos_minmode" "15" + "ypos_minmode" "34" + "zpos" "1" + "wide" "80" + "tall" "104" + "wide_minmode" "80" + "tall_minmode" "104" + "visible" "1" + } + + "active_item_2" + { + "ControlName" "EditablePanel" + "fieldName" "active_item_2" + "xpos" "68" + "ypos" "34" + "xpos_minmode" "83" + "ypos_minmode" "34" + "zpos" "1" + "wide" "80" + "tall" "104" + "wide_minmode" "80" + "tall_minmode" "104" + "visible" "1" + } + + "active_item_3" + { + "ControlName" "EditablePanel" + "fieldName" "active_item_3" + "xpos" "136" + "ypos" "34" + "xpos_minmode" "15" + "ypos_minmode" "118" + "zpos" "1" + "wide" "80" + "tall" "104" + "wide_minmode" "80" + "tall_minmode" "104" + "visible" "1" + } + + "active_item_4" + { + "ControlName" "EditablePanel" + "fieldName" "active_item_4" + "xpos" "204" + "ypos" "34" + "xpos_minmode" "83" + "ypos_minmode" "118" + "zpos" "1" + "wide" "80" + "tall" "104" + "wide_minmode" "80" + "tall_minmode" "104" + "visible" "1" + } + + "already_built_item_1" + { + "ControlName" "EditablePanel" + "fieldName" "already_built_item_1" + "xpos" "0" + "ypos" "34" + "xpos_minmode" "15" + "ypos_minmode" "34" + "zpos" "1" + "wide" "80" + "tall" "104" + "wide_minmode" "80" + "tall_minmode" "104" + "visible" "0" + } + + "already_built_item_2" + { + "ControlName" "EditablePanel" + "fieldName" "already_built_item_2" + "xpos" "68" + "ypos" "34" + "xpos_minmode" "83" + "ypos_minmode" "34" + "zpos" "1" + "wide" "80" + "tall" "104" + "wide_minmode" "80" + "tall_minmode" "104" + "visible" "0" + } + + "already_built_item_3" + { + "ControlName" "EditablePanel" + "fieldName" "already_built_item_3" + "xpos" "136" + "ypos" "34" + "xpos_minmode" "15" + "ypos_minmode" "118" + "zpos" "1" + "wide" "80" + "tall" "104" + "wide_minmode" "80" + "tall_minmode" "104" + "visible" "0" + } + + "already_built_item_4" + { + "ControlName" "EditablePanel" + "fieldName" "already_built_item_4" + "xpos" "204" + "ypos" "34" + "xpos_minmode" "83" + "ypos_minmode" "118" + "zpos" "1" + "wide" "80" + "tall" "104" + "wide_minmode" "80" + "tall_minmode" "104" + "visible" "0" + } + + "cant_afford_item_1" + { + "ControlName" "EditablePanel" + "fieldName" "cant_afford_item_1" + "xpos" "0" + "ypos" "34" + "xpos_minmode" "15" + "ypos_minmode" "34" + "zpos" "1" + "wide" "80" + "tall" "104" + "wide_minmode" "80" + "tall_minmode" "104" + "visible" "0" + } + + "cant_afford_item_2" + { + "ControlName" "EditablePanel" + "fieldName" "cant_afford_item_2" + "xpos" "68" + "ypos" "34" + "xpos_minmode" "83" + "ypos_minmode" "34" + "zpos" "1" + "wide" "80" + "tall" "104" + "wide_minmode" "80" + "tall_minmode" "104" + "visible" "0" + } + + "cant_afford_item_3" + { + "ControlName" "EditablePanel" + "fieldName" "cant_afford_item_3" + "xpos" "136" + "ypos" "34" + "xpos_minmode" "15" + "ypos_minmode" "118" + "zpos" "1" + "wide" "80" + "tall" "104" + "wide_minmode" "80" + "tall_minmode" "104" + "visible" "0" + } + + "cant_afford_item_4" + { + "ControlName" "EditablePanel" + "fieldName" "cant_afford_item_4" + "xpos" "204" + "ypos" "34" + "xpos_minmode" "83" + "ypos_minmode" "118" + "zpos" "1" + "wide" "80" + "tall" "104" + "wide_minmode" "80" + "tall_minmode" "104" + "visible" "0" + } + + "unavailable_item_1" + { + "ControlName" "EditablePanel" + "fieldName" "unavailable_item_1" + "xpos" "0" + "ypos" "34" + "xpos_minmode" "15" + "ypos_minmode" "34" + "zpos" "1" + "wide" "80" + "tall" "104" + "wide_minmode" "80" + "tall_minmode" "104" + "visible" "0" + } + + "unavailable_item_2" + { + "ControlName" "EditablePanel" + "fieldName" "unavailable_item_2" + "xpos" "68" + "ypos" "34" + "xpos_minmode" "83" + "ypos_minmode" "34" + "zpos" "1" + "wide" "80" + "tall" "104" + "wide_minmode" "80" + "tall_minmode" "104" + "visible" "0" + } + + "unavailable_item_3" + { + "ControlName" "EditablePanel" + "fieldName" "unavailable_item_3" + "xpos" "136" + "ypos" "34" + "xpos_minmode" "15" + "ypos_minmode" "118" + "zpos" "1" + "wide" "80" + "tall" "104" + "wide_minmode" "80" + "tall_minmode" "104" + "visible" "0" + } + + "unavailable_item_4" + { + "ControlName" "EditablePanel" + "fieldName" "unavailable_item_4" + "xpos" "204" + "ypos" "34" + "xpos_minmode" "83" + "ypos_minmode" "118" + "zpos" "1" + "wide" "80" + "tall" "104" + "wide_minmode" "80" + "tall_minmode" "104" + "visible" "0" + } +} \ No newline at end of file diff --git a/toonhud/resource/ui/build_menu/pipboy/hudmenueurekaeffect.res b/toonhud/resource/ui/build_menu/pipboy/hudmenueurekaeffect.res new file mode 100644 index 0000000..04e7986 --- /dev/null +++ b/toonhud/resource/ui/build_menu/pipboy/hudmenueurekaeffect.res @@ -0,0 +1,165 @@ +"Resource/UI/build_menu/pipboy/HudMenuEurekaEffect.res" +{ + "MainBackground" + { + "ControlName" "CTFImagePanel" + "fieldName" "MainBackground" + "xpos" "18" + "ypos" "40" + "zpos" "0" + "wide" "142" + "tall" "91" + "visible" "1" + "enabled" "1" + "paintborder" "1" + "border" "G_TargetBorder" + "scaleImage" "1" + "image" "pipboy_overlay" + "src_corner_height" "23" + "src_corner_width" "23" + "draw_corner_width" "0" + "draw_corner_height" "0" + } + + "BlackBg" + { + "ControlName" "EditablePanel" + "fieldName" "BlackBg" + "xpos" "18" + "ypos" "40" + "zpos" "-1" + "wide" "142" + "tall" "91" + "visible" "1" + "enabled" "1" + "paintbackground" "1" + "bgcolor_override" "0 0 0 220" + } + + "BuildIcon" + { + "ControlName" "CIconPanel" + "fieldName" "BuildIcon" + "xpos" "20" + "ypos" "17" + "zpos" "1" + "wide" "24" + "tall" "24" + "visible" "0" + "enabled" "0" + "scaleImage" "1" + "icon" "ico_build" + "iconColor" "G_White" + } + + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "G_FontMedium" + "xpos" "18" // align me to the left edge of the first selection + "ypos" "17" + "zpos" "2" + "wide" "142" + "tall" "24" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "#Hud_Menu_Teleport_Title" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "fgcolor" "G_White" + } + + "TitleLabelDropshadow" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabelDropshadow" + "font" "G_FontMedium" + "fgcolor" "G_Shadow" + "xpos" "19" // align me to the left edge of the first selection + "ypos" "18" + "zpos" "1" + "wide" "142" + "tall" "24" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "#Hud_Menu_Teleport_Title" + "textAlignment" "center" + "dulltext" "1" + "brighttext" "0" + } + + "CancelLabel" + { + "ControlName" "CExLabel" + "fieldName" "CancelLabel" + "font" "SpectatorKeyHints" + "xpos" "35" + "ypos" "35" + "zpos" "1" + "wide" "200" + "tall" "13" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "0" + "labelText" "#Hud_Menu_Build_Cancel" + "textAlignment" "East" + "dulltext" "0" + "brighttext" "0" + } + + "available_target_1" + { + "ControlName" "EditablePanel" + "fieldName" "available_target_1" + "xpos" "15" + "ypos" "34" + "zpos" "1" + "wide" "80" + "tall" "104" + "visible" "1" + } + + "available_target_2" + { + "ControlName" "EditablePanel" + "fieldName" "available_target_2" + "xpos" "83" + "ypos" "34" + "zpos" "1" + "wide" "80" + "tall" "104" + "visible" "1" + } + + "unavailable_target_1" + { + "ControlName" "EditablePanel" + "fieldName" "unavailable_target_1" + "xpos" "15" + "ypos" "34" + "zpos" "1" + "wide" "80" + "tall" "104" + "visible" "0" + } + + "unavailable_target_2" + { + "ControlName" "EditablePanel" + "fieldName" "unavailable_target_2" + "xpos" "83" + "ypos" "34" + "zpos" "1" + "wide" "80" + "tall" "104" + "visible" "0" + } +} \ No newline at end of file diff --git a/toonhud/resource/ui/build_menu/pipboy/sentry_active.res b/toonhud/resource/ui/build_menu/pipboy/sentry_active.res new file mode 100644 index 0000000..b1f5cf6 --- /dev/null +++ b/toonhud/resource/ui/build_menu/pipboy/sentry_active.res @@ -0,0 +1,20 @@ +#base "base_active.res" + +"Resource/UI/build_menu/sentry_active.res" +{ + "ItemNameLabel" + { + "labelText" "#TF_Object_Sentry" + "labelText_lodef" "#TF_Object_Sentry_360" + } + + "BuildingIcon" + { + "icon" "hud_menu_sentry_build" + } + + "NumberLabel" + { + "labelText" "1" + } +} \ No newline at end of file diff --git a/toonhud/resource/ui/build_menu/pipboy/sentry_already_built.res b/toonhud/resource/ui/build_menu/pipboy/sentry_already_built.res new file mode 100644 index 0000000..f8e269b --- /dev/null +++ b/toonhud/resource/ui/build_menu/pipboy/sentry_already_built.res @@ -0,0 +1,22 @@ +#base "base_already_built.res" + +"Resource/UI/build_menu/sentry_already_built.res" +{ + "ItemNameLabel" + { + "labelText" "#TF_Object_Sentry" + "labelText_lodef" "#TF_Object_Sentry_360" + } + + "BuildingIcon" + { + "ypos" "22" + "ypos_minmode" "18" + "icon" "obj_status_sentrygun_1" + } + + "NumberLabel" + { + "labelText" "1" + } +} \ No newline at end of file diff --git a/toonhud/resource/ui/build_menu/pipboy/sentry_cant_afford.res b/toonhud/resource/ui/build_menu/pipboy/sentry_cant_afford.res new file mode 100644 index 0000000..f650ee2 --- /dev/null +++ b/toonhud/resource/ui/build_menu/pipboy/sentry_cant_afford.res @@ -0,0 +1,20 @@ +#base "base_cant_afford.res" + +"Resource/UI/build_menu/sentry_cant_afford.res" +{ + "ItemNameLabel" + { + "labelText" "#TF_Object_Sentry" + "labelText_lodef" "#TF_Object_Sentry_360" + } + + "BuildingIcon" + { + "icon" "hud_menu_sentry_build" + } + + "NumberLabel" + { + "labelText" "1" + } +} \ No newline at end of file diff --git a/toonhud/resource/ui/build_menu/pipboy/sentry_selectable.res b/toonhud/resource/ui/build_menu/pipboy/sentry_selectable.res new file mode 100644 index 0000000..89d5fad --- /dev/null +++ b/toonhud/resource/ui/build_menu/pipboy/sentry_selectable.res @@ -0,0 +1,15 @@ +#base "base_selectable.res" + +"Resource/UI/build_menu/sentry_selectable.res" +{ + "ItemNameLabel" + { + "labelText" "#TF_Object_Sentry" + "labelText_lodef" "#TF_Object_Sentry_360" + } + + "BuildingIcon" + { + "icon" "hud_menu_sentry_build" + } +} \ No newline at end of file diff --git a/toonhud/resource/ui/build_menu/pipboy/sentry_unavailable.res b/toonhud/resource/ui/build_menu/pipboy/sentry_unavailable.res new file mode 100644 index 0000000..8546a9e --- /dev/null +++ b/toonhud/resource/ui/build_menu/pipboy/sentry_unavailable.res @@ -0,0 +1,15 @@ +#base "base_unavailable.res" + +"Resource/UI/build_menu/sentry_unavailable.res" +{ + "ItemNameLabel" + { + "labelText" "#TF_Object_Sentry" + "labelText_lodef" "#TF_Object_Sentry_360" + } + + "NumberLabel" + { + "labelText" "1" + } +} \ No newline at end of file diff --git a/toonhud/resource/ui/build_menu/pipboy/tele_entrance_active.res b/toonhud/resource/ui/build_menu/pipboy/tele_entrance_active.res new file mode 100644 index 0000000..7198bcc --- /dev/null +++ b/toonhud/resource/ui/build_menu/pipboy/tele_entrance_active.res @@ -0,0 +1,19 @@ +#base "base_active.res" + +"Resource/UI/build_menu/tele_entrance_active.res" +{ + "ItemNameLabel" + { + "labelText" "#TF_Object_Tele_Entrance_360" + } + + "BuildingIcon" + { + "icon" "hud_menu_tele_entrance_build" + } + + "NumberLabel" + { + "labelText" "3" + } +} \ No newline at end of file diff --git a/toonhud/resource/ui/build_menu/pipboy/tele_entrance_already_built.res b/toonhud/resource/ui/build_menu/pipboy/tele_entrance_already_built.res new file mode 100644 index 0000000..7e319bb --- /dev/null +++ b/toonhud/resource/ui/build_menu/pipboy/tele_entrance_already_built.res @@ -0,0 +1,19 @@ +#base "base_already_built.res" + +"Resource/UI/build_menu/tele_entrance_already_built.res" +{ + "ItemNameLabel" + { + "labelText" "#TF_Object_tele_entrance_360" + } + + "BuildingIcon" + { + "icon" "obj_status_tele_entrance" + } + + "NumberLabel" + { + "labelText" "3" + } +} \ No newline at end of file diff --git a/toonhud/resource/ui/build_menu/pipboy/tele_entrance_cant_afford.res b/toonhud/resource/ui/build_menu/pipboy/tele_entrance_cant_afford.res new file mode 100644 index 0000000..4717274 --- /dev/null +++ b/toonhud/resource/ui/build_menu/pipboy/tele_entrance_cant_afford.res @@ -0,0 +1,19 @@ +#base "base_cant_afford.res" + +"Resource/UI/build_menu/tele_entrance_cant_afford.res" +{ + "ItemNameLabel" + { + "labelText" "#TF_Object_tele_entrance_360" + } + + "BuildingIcon" + { + "icon" "hud_menu_tele_entrance_build" + } + + "NumberLabel" + { + "labelText" "3" + } +} \ No newline at end of file diff --git a/toonhud/resource/ui/build_menu/pipboy/tele_entrance_unavailable.res b/toonhud/resource/ui/build_menu/pipboy/tele_entrance_unavailable.res new file mode 100644 index 0000000..e85b7c8 --- /dev/null +++ b/toonhud/resource/ui/build_menu/pipboy/tele_entrance_unavailable.res @@ -0,0 +1,14 @@ +#base "base_unavailable.res" + +"Resource/UI/build_menu/tele_entrance_unavailable.res" +{ + "ItemNameLabel" + { + "labelText" "#TF_Object_tele_entrance_360" + } + + "NumberLabel" + { + "labelText" "3" + } +} \ No newline at end of file diff --git a/toonhud/resource/ui/build_menu/pipboy/tele_exit_active.res b/toonhud/resource/ui/build_menu/pipboy/tele_exit_active.res new file mode 100644 index 0000000..22760f9 --- /dev/null +++ b/toonhud/resource/ui/build_menu/pipboy/tele_exit_active.res @@ -0,0 +1,19 @@ +#base "base_active.res" + +"Resource/UI/build_menu/tele_exit_active.res" +{ + "ItemNameLabel" + { + "labelText" "#TF_Object_Tele_Exit_360" + } + + "BuildingIcon" + { + "icon" "hud_menu_tele_exit_build" + } + + "NumberLabel" + { + "labelText" "4" + } +} \ No newline at end of file diff --git a/toonhud/resource/ui/build_menu/pipboy/tele_exit_already_built.res b/toonhud/resource/ui/build_menu/pipboy/tele_exit_already_built.res new file mode 100644 index 0000000..3f570c1 --- /dev/null +++ b/toonhud/resource/ui/build_menu/pipboy/tele_exit_already_built.res @@ -0,0 +1,19 @@ +#base "base_already_built.res" + +"Resource/UI/build_menu/tele_exit_already_built.res" +{ + "ItemNameLabel" + { + "labelText" "#TF_Object_tele_exit_360" + } + + "BuildingIcon" + { + "icon" "obj_status_tele_exit" + } + + "NumberLabel" + { + "labelText" "4" + } +} \ No newline at end of file diff --git a/toonhud/resource/ui/build_menu/pipboy/tele_exit_cant_afford.res b/toonhud/resource/ui/build_menu/pipboy/tele_exit_cant_afford.res new file mode 100644 index 0000000..7718320 --- /dev/null +++ b/toonhud/resource/ui/build_menu/pipboy/tele_exit_cant_afford.res @@ -0,0 +1,19 @@ +#base "base_cant_afford.res" + +"Resource/UI/build_menu/tele_exit_cant_afford.res" +{ + "ItemNameLabel" + { + "labelText" "#TF_Object_tele_exit_360" + } + + "BuildingIcon" + { + "icon" "hud_menu_tele_exit_build" + } + + "NumberLabel" + { + "labelText" "4" + } +} \ No newline at end of file diff --git a/toonhud/resource/ui/build_menu/pipboy/tele_exit_unavailable.res b/toonhud/resource/ui/build_menu/pipboy/tele_exit_unavailable.res new file mode 100644 index 0000000..2a9ee2d --- /dev/null +++ b/toonhud/resource/ui/build_menu/pipboy/tele_exit_unavailable.res @@ -0,0 +1,14 @@ +#base "base_unavailable.res" + +"Resource/UI/build_menu/tele_exit_unavailable.res" +{ + "ItemNameLabel" + { + "labelText" "#TF_Object_tele_exit_360" + } + + "NumberLabel" + { + "labelText" "4" + } +} \ No newline at end of file diff --git a/toonhud/resource/ui/build_menu/pipboy/tele_selectable.res b/toonhud/resource/ui/build_menu/pipboy/tele_selectable.res new file mode 100644 index 0000000..3c4af55 --- /dev/null +++ b/toonhud/resource/ui/build_menu/pipboy/tele_selectable.res @@ -0,0 +1,14 @@ +#base "base_selectable.res" + +"Resource/UI/build_menu/tele_selectable.res" +{ + "ItemNameLabel" + { + "labelText" "Teleporter" + } + + "BuildingIcon" + { + "icon" "hud_menu_tele_entrance_build" + } +} \ No newline at end of file diff --git a/toonhud/resource/ui/build_menu/sentry_active.res b/toonhud/resource/ui/build_menu/sentry_active.res new file mode 100644 index 0000000..b1f5cf6 --- /dev/null +++ b/toonhud/resource/ui/build_menu/sentry_active.res @@ -0,0 +1,20 @@ +#base "base_active.res" + +"Resource/UI/build_menu/sentry_active.res" +{ + "ItemNameLabel" + { + "labelText" "#TF_Object_Sentry" + "labelText_lodef" "#TF_Object_Sentry_360" + } + + "BuildingIcon" + { + "icon" "hud_menu_sentry_build" + } + + "NumberLabel" + { + "labelText" "1" + } +} \ No newline at end of file diff --git a/toonhud/resource/ui/build_menu/sentry_already_built.res b/toonhud/resource/ui/build_menu/sentry_already_built.res new file mode 100644 index 0000000..f8e269b --- /dev/null +++ b/toonhud/resource/ui/build_menu/sentry_already_built.res @@ -0,0 +1,22 @@ +#base "base_already_built.res" + +"Resource/UI/build_menu/sentry_already_built.res" +{ + "ItemNameLabel" + { + "labelText" "#TF_Object_Sentry" + "labelText_lodef" "#TF_Object_Sentry_360" + } + + "BuildingIcon" + { + "ypos" "22" + "ypos_minmode" "18" + "icon" "obj_status_sentrygun_1" + } + + "NumberLabel" + { + "labelText" "1" + } +} \ No newline at end of file diff --git a/toonhud/resource/ui/build_menu/sentry_cant_afford.res b/toonhud/resource/ui/build_menu/sentry_cant_afford.res new file mode 100644 index 0000000..f650ee2 --- /dev/null +++ b/toonhud/resource/ui/build_menu/sentry_cant_afford.res @@ -0,0 +1,20 @@ +#base "base_cant_afford.res" + +"Resource/UI/build_menu/sentry_cant_afford.res" +{ + "ItemNameLabel" + { + "labelText" "#TF_Object_Sentry" + "labelText_lodef" "#TF_Object_Sentry_360" + } + + "BuildingIcon" + { + "icon" "hud_menu_sentry_build" + } + + "NumberLabel" + { + "labelText" "1" + } +} \ No newline at end of file diff --git a/toonhud/resource/ui/build_menu/sentry_selectable.res b/toonhud/resource/ui/build_menu/sentry_selectable.res new file mode 100644 index 0000000..89d5fad --- /dev/null +++ b/toonhud/resource/ui/build_menu/sentry_selectable.res @@ -0,0 +1,15 @@ +#base "base_selectable.res" + +"Resource/UI/build_menu/sentry_selectable.res" +{ + "ItemNameLabel" + { + "labelText" "#TF_Object_Sentry" + "labelText_lodef" "#TF_Object_Sentry_360" + } + + "BuildingIcon" + { + "icon" "hud_menu_sentry_build" + } +} \ No newline at end of file diff --git a/toonhud/resource/ui/build_menu/sentry_unavailable.res b/toonhud/resource/ui/build_menu/sentry_unavailable.res new file mode 100644 index 0000000..8546a9e --- /dev/null +++ b/toonhud/resource/ui/build_menu/sentry_unavailable.res @@ -0,0 +1,15 @@ +#base "base_unavailable.res" + +"Resource/UI/build_menu/sentry_unavailable.res" +{ + "ItemNameLabel" + { + "labelText" "#TF_Object_Sentry" + "labelText_lodef" "#TF_Object_Sentry_360" + } + + "NumberLabel" + { + "labelText" "1" + } +} \ No newline at end of file diff --git a/toonhud/resource/ui/build_menu/tele_entrance_active.res b/toonhud/resource/ui/build_menu/tele_entrance_active.res new file mode 100644 index 0000000..7198bcc --- /dev/null +++ b/toonhud/resource/ui/build_menu/tele_entrance_active.res @@ -0,0 +1,19 @@ +#base "base_active.res" + +"Resource/UI/build_menu/tele_entrance_active.res" +{ + "ItemNameLabel" + { + "labelText" "#TF_Object_Tele_Entrance_360" + } + + "BuildingIcon" + { + "icon" "hud_menu_tele_entrance_build" + } + + "NumberLabel" + { + "labelText" "3" + } +} \ No newline at end of file diff --git a/toonhud/resource/ui/build_menu/tele_entrance_already_built.res b/toonhud/resource/ui/build_menu/tele_entrance_already_built.res new file mode 100644 index 0000000..7e319bb --- /dev/null +++ b/toonhud/resource/ui/build_menu/tele_entrance_already_built.res @@ -0,0 +1,19 @@ +#base "base_already_built.res" + +"Resource/UI/build_menu/tele_entrance_already_built.res" +{ + "ItemNameLabel" + { + "labelText" "#TF_Object_tele_entrance_360" + } + + "BuildingIcon" + { + "icon" "obj_status_tele_entrance" + } + + "NumberLabel" + { + "labelText" "3" + } +} \ No newline at end of file diff --git a/toonhud/resource/ui/build_menu/tele_entrance_cant_afford.res b/toonhud/resource/ui/build_menu/tele_entrance_cant_afford.res new file mode 100644 index 0000000..4717274 --- /dev/null +++ b/toonhud/resource/ui/build_menu/tele_entrance_cant_afford.res @@ -0,0 +1,19 @@ +#base "base_cant_afford.res" + +"Resource/UI/build_menu/tele_entrance_cant_afford.res" +{ + "ItemNameLabel" + { + "labelText" "#TF_Object_tele_entrance_360" + } + + "BuildingIcon" + { + "icon" "hud_menu_tele_entrance_build" + } + + "NumberLabel" + { + "labelText" "3" + } +} \ No newline at end of file diff --git a/toonhud/resource/ui/build_menu/tele_entrance_unavailable.res b/toonhud/resource/ui/build_menu/tele_entrance_unavailable.res new file mode 100644 index 0000000..e85b7c8 --- /dev/null +++ b/toonhud/resource/ui/build_menu/tele_entrance_unavailable.res @@ -0,0 +1,14 @@ +#base "base_unavailable.res" + +"Resource/UI/build_menu/tele_entrance_unavailable.res" +{ + "ItemNameLabel" + { + "labelText" "#TF_Object_tele_entrance_360" + } + + "NumberLabel" + { + "labelText" "3" + } +} \ No newline at end of file diff --git a/toonhud/resource/ui/build_menu/tele_exit_active.res b/toonhud/resource/ui/build_menu/tele_exit_active.res new file mode 100644 index 0000000..22760f9 --- /dev/null +++ b/toonhud/resource/ui/build_menu/tele_exit_active.res @@ -0,0 +1,19 @@ +#base "base_active.res" + +"Resource/UI/build_menu/tele_exit_active.res" +{ + "ItemNameLabel" + { + "labelText" "#TF_Object_Tele_Exit_360" + } + + "BuildingIcon" + { + "icon" "hud_menu_tele_exit_build" + } + + "NumberLabel" + { + "labelText" "4" + } +} \ No newline at end of file diff --git a/toonhud/resource/ui/build_menu/tele_exit_already_built.res b/toonhud/resource/ui/build_menu/tele_exit_already_built.res new file mode 100644 index 0000000..3f570c1 --- /dev/null +++ b/toonhud/resource/ui/build_menu/tele_exit_already_built.res @@ -0,0 +1,19 @@ +#base "base_already_built.res" + +"Resource/UI/build_menu/tele_exit_already_built.res" +{ + "ItemNameLabel" + { + "labelText" "#TF_Object_tele_exit_360" + } + + "BuildingIcon" + { + "icon" "obj_status_tele_exit" + } + + "NumberLabel" + { + "labelText" "4" + } +} \ No newline at end of file diff --git a/toonhud/resource/ui/build_menu/tele_exit_cant_afford.res b/toonhud/resource/ui/build_menu/tele_exit_cant_afford.res new file mode 100644 index 0000000..7718320 --- /dev/null +++ b/toonhud/resource/ui/build_menu/tele_exit_cant_afford.res @@ -0,0 +1,19 @@ +#base "base_cant_afford.res" + +"Resource/UI/build_menu/tele_exit_cant_afford.res" +{ + "ItemNameLabel" + { + "labelText" "#TF_Object_tele_exit_360" + } + + "BuildingIcon" + { + "icon" "hud_menu_tele_exit_build" + } + + "NumberLabel" + { + "labelText" "4" + } +} \ No newline at end of file diff --git a/toonhud/resource/ui/build_menu/tele_exit_unavailable.res b/toonhud/resource/ui/build_menu/tele_exit_unavailable.res new file mode 100644 index 0000000..2a9ee2d --- /dev/null +++ b/toonhud/resource/ui/build_menu/tele_exit_unavailable.res @@ -0,0 +1,14 @@ +#base "base_unavailable.res" + +"Resource/UI/build_menu/tele_exit_unavailable.res" +{ + "ItemNameLabel" + { + "labelText" "#TF_Object_tele_exit_360" + } + + "NumberLabel" + { + "labelText" "4" + } +} \ No newline at end of file diff --git a/toonhud/resource/ui/build_menu/tele_selectable.res b/toonhud/resource/ui/build_menu/tele_selectable.res new file mode 100644 index 0000000..3c4af55 --- /dev/null +++ b/toonhud/resource/ui/build_menu/tele_selectable.res @@ -0,0 +1,14 @@ +#base "base_selectable.res" + +"Resource/UI/build_menu/tele_selectable.res" +{ + "ItemNameLabel" + { + "labelText" "Teleporter" + } + + "BuildingIcon" + { + "icon" "hud_menu_tele_entrance_build" + } +} \ No newline at end of file diff --git a/toonhud/resource/ui/build_menu_360/base_active.res b/toonhud/resource/ui/build_menu_360/base_active.res new file mode 100644 index 0000000..eb2411c --- /dev/null +++ b/toonhud/resource/ui/build_menu_360/base_active.res @@ -0,0 +1,110 @@ +"Resource/UI/build_menu/base.res" +{ + "ItemNameLabel" + { + "ControlName" "CExLabel" + "fieldName" "ItemNameLabel" + "font" "G_FontSmall_2" + "xpos" "10" + "ypos" "0" + "zpos" "1" + "wide" "52" + "tall" "14" + "textinsetx" "2" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "visible_minmode" "0" + "enabled" "1" + "labelText" "#TF_Object_Sentry" + "textAlignment" "Left" + "dulltext" "0" + "brighttext" "0" + } + + "ItemBackground" + { + "ControlName" "CIconPanel" + "fieldName" "ItemBackground" + "xpos" "10" + "ypos" "14" + "zpos" "0" + "wide" "60" + "tall" "76" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "paintbackground" "1" + "bgcolor_override" "0 0 0 220" + "border" "G_TargetBorder" + } + + "BuildingIcon" + { + "ControlName" "CIconPanel" + "fieldName" "BuildingIcon" + "xpos" "16" + "ypos" "20" + "zpos" "2" + "wide" "48" + "tall" "48" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "icon" "hud_menu_sentry_build" + "iconColor" "255 255 255 255" + } + + "WhiteBg" + { + "ControlName" "EditablePanel" + "fieldName" "WhiteBg" + "xpos" "13" + "ypos" "17" + "zpos" "1" + "wide" "54" + "tall" "54" + "visible" "1" + "enabled" "1" + "paintbackground" "1" + "paintborder" "1" + "bgcolor_override" "G_White" + "border" "G_TargetBorder" + } + + "MetalIcon" + { + "ControlName" "CIconPanel" + "fieldName" "MetalIcon" + "xpos" "48" + "ypos" "77" + "zpos" "1" + "wide" "7" + "tall" "7" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "icon" "ico_metal" + "iconColor" "G_LightGrey" + } + + "CostLabel" + { + "ControlName" "CExLabel" + "fieldName" "CostLabel" + "font" "G_FontTiny" + "fgcolor" "G_LightGrey" + "xpos" "16" + "ypos" "74" + "zpos" "1" + "wide" "30" + "tall" "13" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "%metal%" + "textAlignment" "East" + "textinsetx" "1" + } +} \ No newline at end of file diff --git a/toonhud/resource/ui/build_menu_360/base_already_built.res b/toonhud/resource/ui/build_menu_360/base_already_built.res new file mode 100644 index 0000000..43550b6 --- /dev/null +++ b/toonhud/resource/ui/build_menu_360/base_already_built.res @@ -0,0 +1,110 @@ +"Resource/UI/build_menu/base_already_built.res" +{ + "ItemNameLabel" + { + "ControlName" "CExLabel" + "fieldName" "ItemNameLabel" + "font" "G_FontSmall_2" + "xpos" "10" + "ypos" "0" + "zpos" "1" + "wide" "52" + "tall" "14" + "textinsetx" "2" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "labelText" "#TF_Object_Sentry" + "labelText_lodef" "#TF_Object_Sentry_360" + "textAlignment" "Left" + "dulltext" "0" + "brighttext" "0" + } + + "ItemBackground" + { + "ControlName" "CIconPanel" + "fieldName" "ItemBackground" + "xpos" "10" + "ypos" "14" + "zpos" "0" + "wide" "60" + "tall" "76" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "paintbackground" "1" + "paintborder" "0" + "bgcolor_override" "0 0 0 220" + "border" "G_TargetBorder" + } + + "DestroyIcon" + { + "ControlName" "CIconPanel" + "fieldName" "DestroyIcon" + "xpos" "18" + "ypos" "20" + "zpos" "1" + "wide" "46" + "tall" "46" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "icon" "ico_demolish" + "iconColor" "255 255 255 255" + } + + "BuildingIcon" + { + "ControlName" "CIconPanel" + "fieldName" "BuildingIcon" + "xpos" "18" + "ypos" "20" + "zpos" "2" + "wide" "46" + "tall" "46" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "icon" "obj_status_sentrygun_1" + "iconColor" "230 230 230 255" + } + + "MetalIcon" + { + "ControlName" "CIconPanel" + "fieldName" "MetalIcon" + "xpos" "80" + "ypos" "2" + "zpos" "1" + "wide" "10" + "tall" "10" + "visible" "0" + "enabled" "1" + "scaleImage" "1" + "icon" "ico_metal" + "iconColor" "G_LightGrey" + } + + "CostLabel" + { + "ControlName" "CExLabel" + "fieldName" "CostLabel" + "font" "G_FontTiny" + "fgcolor" "G_LightGrey" + "xpos" "48" + "ypos" "0" + "zpos" "1" + "wide" "30" + "tall" "13" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "labelText" "%metal%" + "textAlignment" "East" + "textinsetx" "1" + } +} \ No newline at end of file diff --git a/toonhud/resource/ui/build_menu_360/base_cant_afford.res b/toonhud/resource/ui/build_menu_360/base_cant_afford.res new file mode 100644 index 0000000..6ea503d --- /dev/null +++ b/toonhud/resource/ui/build_menu_360/base_cant_afford.res @@ -0,0 +1,97 @@ +"Resource/UI/build_menu/base_cant_afford.res" +{ + "ItemNameLabel" + { + "ControlName" "CExLabel" + "fieldName" "ItemNameLabel" + "font" "G_FontSmall_2" + "xpos" "10" + "ypos" "0" + "zpos" "1" + "wide" "52" + "tall" "14" + "textinsetx" "2" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "labelText" "#TF_Object_Sentry" + "labelText_lodef" "#TF_Object_Sentry_360" + "textAlignment" "Left" + "dulltext" "0" + "brighttext" "0" + } + + "ItemBackground" + { + "ControlName" "CIconPanel" + "fieldName" "ItemBackground" + "xpos" "10" + "ypos" "14" + "zpos" "0" + "wide" "60" + "tall" "76" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "paintbackground" "1" + "paintborder" "0" + "bgcolor_override" "0 0 0 220" + "border" "G_TargetBorder" + } + + "CantBuildReason" + { + "ControlName" "CExLabel" + "fieldName" "CantBuildReason" + "font" "G_FontSmall_2" + "fgcolor" "G_Red" + "xpos" "10" + "ypos" "74" + "zpos" "2" + "wide" "60" + "tall" "18" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "0" + "labelText" "#Hud_Menu_Build_Cant_Afford" + "textAlignment" "Center" + } + + "MetalIcon" + { + "ControlName" "CIconPanel" + "fieldName" "MetalIcon" + "xpos" "46" + "ypos" "75" + "zpos" "1" + "wide" "7" + "tall" "7" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "icon" "ico_metal" + "iconColor" "G_Red" + } + + "CostLabel" + { + "ControlName" "CExLabel" + "fieldName" "CostLabel" + "font" "G_FontTiny" + "fgcolor" "G_Red" + "xpos" "14" + "ypos" "72" + "zpos" "1" + "wide" "30" + "tall" "13" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "%metal%" + "textAlignment" "East" + "textinsetx" "1" + } +} \ No newline at end of file diff --git a/toonhud/resource/ui/build_menu_360/hudmenuengybuild.res b/toonhud/resource/ui/build_menu_360/hudmenuengybuild.res new file mode 100644 index 0000000..81c08ae --- /dev/null +++ b/toonhud/resource/ui/build_menu_360/hudmenuengybuild.res @@ -0,0 +1,551 @@ +"Resource/UI/build_menu/HudMenuEngyBuild.res" +{ + "MainBackground" + { + "ControlName" "EditablePanel" + "fieldName" "MainBackground" + "xpos" "1" + "xpos_minmode" "18" + "ypos" "40" + "zpos" "0" + "wide" "282" + "tall" "92" + "wide_minmode" "142" + "tall_minmode" "175" + "visible" "1" + "enabled" "1" + "paintborder" "1" + "border" "G_TargetBorder" + "paintbackground" "1" + "bgcolor_override" "G_PanelBg" + } + + "BuildIcon" + { + "ControlName" "CIconPanel" + "fieldName" "BuildIcon" + "xpos" "20" + "ypos" "17" + "zpos" "1" + "wide" "24" + "tall" "24" + "visible" "0" + "enabled" "0" + "scaleImage" "1" + "icon" "ico_build" + "iconColor" "G_White" + } + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "G_FontMedium" + "xpos" "1" + "xpos_minmode" "18" + "ypos" "17" + "zpos" "2" + "wide" "282" + "wide_minmode" "142" + "tall" "24" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "0" + "labelText" "Engineering" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "fgcolor" "G_White" + } + + "TitleLabelDropshadow" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabelDropshadow" + "font" "G_FontMedium" + "fgcolor" "G_Shadow" + "xpos" "3" + "xpos_minmode" "19" + "ypos" "18" + "zpos" "1" + "wide" "277" + "wide_minmode" "142" + "tall" "24" + "autoResize" "0" + "pinCorner" "0" + "visible" "" + "enabled" "" + "labelText" "Engineering" + "textAlignment" "center" + "dulltext" "1" + "brighttext" "0" + } + + "active_item_1" + { + "ControlName" "EditablePanel" + "fieldName" "active_item_1" + "xpos" "0" + "ypos" "34" + "xpos_minmode" "15" + "ypos_minmode" "34" + "zpos" "1" + "wide" "80" + "tall" "104" + "wide_minmode" "80" + "tall_minmode" "104" + "visible" "1" + } + + "active_item_2" + { + "ControlName" "EditablePanel" + "fieldName" "active_item_2" + "xpos" "68" + "ypos" "34" + "xpos_minmode" "83" + "ypos_minmode" "34" + "zpos" "1" + "wide" "80" + "tall" "104" + "wide_minmode" "80" + "tall_minmode" "104" + "visible" "1" + } + + "active_item_3" + { + "ControlName" "EditablePanel" + "fieldName" "active_item_3" + "xpos" "136" + "ypos" "34" + "xpos_minmode" "15" + "ypos_minmode" "118" + "zpos" "1" + "wide" "80" + "tall" "104" + "wide_minmode" "80" + "tall_minmode" "104" + "visible" "1" + } + + "active_item_4" + { + "ControlName" "EditablePanel" + "fieldName" "active_item_4" + "xpos" "204" + "ypos" "34" + "xpos_minmode" "83" + "ypos_minmode" "118" + "zpos" "1" + "wide" "80" + "tall" "104" + "wide_minmode" "80" + "tall_minmode" "104" + "visible" "1" + } + + "already_built_item_1" + { + "ControlName" "EditablePanel" + "fieldName" "already_built_item_1" + "xpos" "0" + "ypos" "34" + "xpos_minmode" "15" + "ypos_minmode" "34" + "zpos" "1" + "wide" "80" + "tall" "104" + "wide_minmode" "80" + "tall_minmode" "104" + "visible" "0" + } + + "already_built_item_2" + { + "ControlName" "EditablePanel" + "fieldName" "already_built_item_2" + "xpos" "68" + "ypos" "34" + "xpos_minmode" "83" + "ypos_minmode" "34" + "zpos" "1" + "wide" "80" + "tall" "104" + "wide_minmode" "80" + "tall_minmode" "104" + "visible" "0" + } + + "already_built_item_3" + { + "ControlName" "EditablePanel" + "fieldName" "already_built_item_3" + "xpos" "136" + "ypos" "34" + "xpos_minmode" "15" + "ypos_minmode" "118" + "zpos" "1" + "wide" "80" + "tall" "104" + "wide_minmode" "80" + "tall_minmode" "104" + "visible" "0" + } + + "already_built_item_4" + { + "ControlName" "EditablePanel" + "fieldName" "already_built_item_4" + "xpos" "204" + "ypos" "34" + "xpos_minmode" "83" + "ypos_minmode" "118" + "zpos" "1" + "wide" "80" + "tall" "104" + "wide_minmode" "80" + "tall_minmode" "104" + "visible" "0" + } + + "cant_afford_item_1" + { + "ControlName" "EditablePanel" + "fieldName" "cant_afford_item_1" + "xpos" "0" + "ypos" "34" + "xpos_minmode" "15" + "ypos_minmode" "34" + "zpos" "1" + "wide" "80" + "tall" "104" + "wide_minmode" "80" + "tall_minmode" "104" + "visible" "0" + } + + "cant_afford_item_2" + { + "ControlName" "EditablePanel" + "fieldName" "cant_afford_item_2" + "xpos" "68" + "ypos" "34" + "xpos_minmode" "83" + "ypos_minmode" "34" + "zpos" "1" + "wide" "80" + "tall" "104" + "wide_minmode" "80" + "tall_minmode" "104" + "visible" "0" + } + + "cant_afford_item_3" + { + "ControlName" "EditablePanel" + "fieldName" "cant_afford_item_3" + "xpos" "136" + "ypos" "34" + "xpos_minmode" "15" + "ypos_minmode" "118" + "zpos" "1" + "wide" "80" + "tall" "104" + "wide_minmode" "80" + "tall_minmode" "104" + "visible" "0" + } + + "cant_afford_item_4" + { + "ControlName" "EditablePanel" + "fieldName" "cant_afford_item_4" + "xpos" "204" + "ypos" "34" + "xpos_minmode" "83" + "ypos_minmode" "118" + "zpos" "1" + "wide" "80" + "tall" "104" + "wide_minmode" "80" + "tall_minmode" "104" + "visible" "0" + } + + "unavailable_item_1" + { + "ControlName" "EditablePanel" + "fieldName" "unavailable_item_1" + "xpos" "0" + "ypos" "34" + "xpos_minmode" "15" + "ypos_minmode" "34" + "zpos" "1" + "wide" "80" + "tall" "104" + "wide_minmode" "80" + "tall_minmode" "104" + "visible" "0" + } + + "unavailable_item_2" + { + "ControlName" "EditablePanel" + "fieldName" "unavailable_item_2" + "xpos" "68" + "ypos" "34" + "xpos_minmode" "83" + "ypos_minmode" "34" + "zpos" "1" + "wide" "80" + "tall" "104" + "wide_minmode" "80" + "tall_minmode" "104" + "visible" "0" + } + + "unavailable_item_3" + { + "ControlName" "EditablePanel" + "fieldName" "unavailable_item_3" + "xpos" "136" + "ypos" "34" + "xpos_minmode" "15" + "ypos_minmode" "118" + "zpos" "1" + "wide" "80" + "tall" "104" + "wide_minmode" "80" + "tall_minmode" "104" + "visible" "0" + } + + "unavailable_item_4" + { + "ControlName" "EditablePanel" + "fieldName" "unavailable_item_4" + "xpos" "204" + "ypos" "34" + "xpos_minmode" "83" + "ypos_minmode" "118" + "zpos" "1" + "wide" "80" + "tall" "104" + "wide_minmode" "80" + "tall_minmode" "104" + "visible" "0" + } + + "active_selection_bg" + { + "ControlName" "CIconPanel" + "fieldName" "active_selection_bg" + "xpos" "130" + "ypos" "50" + "zpos" "0" + "wide" "100" + "tall" "144" + "wide_minmode" "100" + "tall_minmode" "144" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "icon" "hud_menu_item_bg" + "iconColor" "255 255 255 20" + } + + "BuildHintIcon" + { + "ControlName" "CExLabel" + "fieldName" "BuildHintIcon" + "font" "GameUIButtons" + "xpos" "266" + "ypos" "0" + "xpos_minmode" "144" + "ypos_minmode" "220" + "zpos" "1" + "wide" "20" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "1" + "textAlignment" "Left" + "dulltext" "0" + "brighttext" "0" + } + + "BuildHintLabel_Bright" + { + "ControlName" "CExLabel" + "fieldName" "BuildHintLabel_Bright" + "font" "G_FontTiny" + "xpos" "226" + "ypos" "0" + "xpos_minmode" "104" + "ypos_minmode" "220" + "zpos" "5" + "wide" "40" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "#Hud_Menu_Build_Action_Build" + "textAlignment" "Right" + "dulltext" "0" + "brighttext" "0" + } + + "BuildHintLabel_Dim" + { + "ControlName" "CExLabel" + "fieldName" "BuildHintLabel_Dim" + "font" "ControllerHintText" + "fgcolor" "0 0 0 0" + "xpos" "350" + "ypos" "151" + "zpos" "1" + "wide" "300" + "tall" "39" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "labelText" "#Hud_Menu_Build_Action_Build" + "textAlignment" "Left" + "dulltext" "1" + "brighttext" "0" + } + + "DestroyHintIcon" + { + "ControlName" "CExLabel" + "fieldName" "DestroyHintIcon" + "font" "GameUIButtons" + "xpos" "0" + "ypos" "0" + "xpos_minmode" "18" + "ypos_minmode" "220" + "zpos" "1" + "wide" "20" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "0" + "textAlignment" "Left" + "dulltext" "0" + "brighttext" "0" + } + + "DestroyHintLabel_Bright" + { + "ControlName" "CExLabel" + "fieldName" "DestroyHintLabel_Bright" + "font" "G_FontTiny" + "xpos" "18" + "ypos" "0" + "xpos_minmode" "36" + "ypos_minmode" "220" + "zpos" "1" + "wide" "300" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "labelText" "#Hud_Menu_Build_Action_Demolish" + "textAlignment" "Left" + "dulltext" "0" + "brighttext" "0" + } + + "DestroyHintLabel_Dim" + { + "ControlName" "CExLabel" + "fieldName" "DestroyHintLabel_Dim" + "font" "G_FontSmall" + "xpos" "36" // align me to the left edge of the first selection + "ypos" "220" + "zpos" "1" + "wide" "300" + "tall" "20" + "fgcolor" "0 0 0 0" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "labelText" "#Hud_Menu_Build_Action_Demolish" + "textAlignment" "Left" + "dulltext" "0" + "brighttext" "0" + } + + "CancelHintIcon" + { + "ControlName" "CExLabel" + "fieldName" "CancelHintIcon" + "font" "GameUIButtons" + "xpos" "60" // align me to the left edge of the first selection + "ypos" "220" + "zpos" "1" + "wide" "300" + "tall" "38" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "labelText" "B" + "textAlignment" "Left" + "dulltext" "0" + "brighttext" "0" + } + + "CancelHintLabel" + { + "ControlName" "CExLabel" + "fieldName" "CancelHintLabel" + "font" "ControllerHintText" + "xpos" "40" + "ypos" "151" + "zpos" "1" + "wide" "300" + "tall" "39" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "labelText" "#Cancel" + "textAlignment" "Left" + "dulltext" "0" + "brighttext" "0" + } + "ButtonLegendBG" + { + "ControlName" "ImagePanel" + "fieldName" "ButtonLegendBG" + "xpos" "0" + "xpos_minmode" "18" + "ypos" "0" + "ypos_minmode" "220" + "zpos" "0" + "wide" "282" + "tall" "20" + "wide_minmode" "142" + "tall_minmode" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "fillcolor" "G_PanelBg" + "PaintBackgroundType" "0" + "paintborder" "1" + "border" "G_TargetBorder" + } +} \ No newline at end of file diff --git a/toonhud/resource/ui/build_menu_360/sentry_already_built.res b/toonhud/resource/ui/build_menu_360/sentry_already_built.res new file mode 100644 index 0000000..24b958f --- /dev/null +++ b/toonhud/resource/ui/build_menu_360/sentry_already_built.res @@ -0,0 +1,18 @@ +#base "base_already_built.res" + +"Resource/UI/destroy_menu/sentry_already_built.res" +{ + "ItemNameLabel" + { + "labelText" "#TF_Object_Sentry_360" + } + + "BuildingIcon" + { + "xpos" "18" + "ypos" "20" + "wide" "46" + "tall" "46" + "icon" "obj_status_sentrygun_1" + } +} \ No newline at end of file diff --git a/toonhud/resource/ui/charinfoarmorysubpanel.res b/toonhud/resource/ui/charinfoarmorysubpanel.res new file mode 100644 index 0000000..b77d3b0 --- /dev/null +++ b/toonhud/resource/ui/charinfoarmorysubpanel.res @@ -0,0 +1,469 @@ +"Resource/UI/CharInfoArmorySubPanel.res" +{ + "armory_panel" + { + "ControlName" "Frame" + "fieldName" "armory_panel" + "wide" "f0" + "zpos" "501" + "visible" "1" + "autoResize" "0" + "pinCorner" "0" + "enabled" "1" + "tabPosition" "0" + "settitlebarvisible" "0" + "PaintBackgroundType" "2" + "bgcolor_override" "G_MenuBg" + "infocus_bgcolor_override" "G_MenuBg" + "outoffocus_bgcolor_override" "G_MenuBg" + + "thumbnail_bgcolor" "G_OpaquePanelBg" + "thumbnail_bgcolor_mouseover" "G_OpaquePanelBg" + "thumbnail_bgcolor_selected" "G_OpaquePanelBg" + + "thumbnails_rows" "4" + "thumbnails_columns" "4" + + "thumbnails_x" "c-300" + "thumbnails_y" "60" + "thumbnails_delta_x" "8" + "thumbnails_delta_y" "8" + + "thumbnail_modelpanels_kv" + { + "ControlName" "CItemModelPanel" + "zpos" "13" + "wide" "70" + "tall" "49" + "visible" "0" + "noitem_textcolor" "117 107 94 255" + "PaintBackgroundType" "2" + "bgcolor_override" "0 0 0 0" + + "model_xpos" "7" + "model_ypos" "5" + "model_wide" "58" + "model_tall" "38" + "text_ypos" "60" + "text_center" "1" + "name_only" "1" + + "inset_eq_x" "2" + "inset_eq_y" "2" + + "itemmodelpanel" + { + "use_item_rendertarget" "0" + "allow_rot" "0" + } + } + } + + "CaratLabel" + { + "ControlName" "CExLabel" + "fieldName" "CaratLabel" + "font" "HudFontSmallestBold" + "labelText" ">>" + "textAlignment" "west" + "xpos" "-9999" + "ypos" "20" + "zpos" "1" + "wide" "20" + "tall" "15" + "autoResize" "1" + "pinCorner" "0" + "visible" "0" + "enabled" "0" + "Alpha" "0" + "fgcolor_override" "200 80 60 255" + } + "ArmoryLabel" + { + "ControlName" "Label" + "fieldName" "ArmoryLabel" + "font" "HudFontMediumSmallBold" + "labelText" "#Armory" + "textAlignment" "west" + "xpos" "c-297" + "ypos" "15" + "zpos" "1" + "wide" "560" + "tall" "25" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "G_MenuText" + } + + "FiltersLabel" + { + "ControlName" "CExLabel" + "fieldName" "FiltersLabel" + "font" "HudFontSmallestBold" + "labelText" "#Store_FilterLabel" + "textAlignment" "west" + "xpos" "c98" + "ypos" "17" + "zpos" "1" + "wide" "60" + "tall" "20" + "autoResize" "1" + "pinCorner" "0" + "visible" "0" + "enabled" "0" + "fgcolor" "G_MenuText" + } + + "FilterComboBox" + { + "ControlName" "ComboBox" + "fieldName" "FilterComboBox" + "Font" "HudFontSmallestBold" + "xpos" "c158" + "ypos" "17" + "zpos" "1" + "wide" "150" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "1" + "textHidden" "0" + "editable" "0" + "maxchars" "-1" + "NumericInputOnly" "0" + "unicode" "0" + + "fgcolor_override" "G_InputText" + "bgcolor_override" "G_MenuText" + "disabledFgColor_override" "120 120 120 255" + "disabledBgColor_override" "G_MenuText" + "selectionColor_override" "G_ButtonHoverBg" + "selectionTextColor_override" "G_ButtonHoverText" + "defaultSelectionBG2Color_override" "G_ButtonHoverBg" + } + + "DataPanel" + { + "ControlName" "EditablePanel" + "fieldName" "DataPanel" + "xpos" "c20" + "ypos" "61" + "zpos" "0" + "wide" "288" + "tall" "260" + "visible" "1" + "PaintBackgroundType" "0" + "paintborder" "1" + "border" "NoBorder" + "paintbackground" "1" + "bgcolor_override" "G_OpaquePanelBg" + + "Data_TextRichText" + { + "ControlName" "CEconItemDetailsRichText" + "fieldName" "Data_TextRichText" + "font" "ScoreboardSmall" + "labelText" "%datatext%" + "textAlignment" "north-west" + "xpos" "5" + "ypos" "138" + "wide" "278" + "tall" "90" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor" "255 255 255 255" + "wrap" "1" + "highlight_color" "177 168 149 255" + "itemset_color" "216 244 9 255" + "link_color" "252 191 27 255" + "image_up_arrow" "scroll_up_off" + "image_up_arrow_mouseover" "scroll_up_on" + "image_down_arrow" "scroll_down_off" + "image_down_arrow_mouseover" "scroll_down_on" + "image_line" "ArmoryScrollbarWell" + "image_box" "ArmoryScrollbarBox" + } + } + + "SelectedItemModelPanel" + { + "ControlName" "CItemModelPanel" + "fieldName" "SelectedItemModelPanel" + "xpos" "c25" + "ypos" "66" + "zpos" "1" + "wide" "288" + "tall" "135" + "visible" "1" + "bgcolor_override" "0 0 0 0" + "PaintBackgroundType" "2" + "paintborder" "0" + + "model_hide" "1" + "text_center" "1" + "resize_to_text" "0" + + "itemmodelpanel" + { + "use_item_rendertarget" "0" + "inventory_image_type" "1" + "allow_rot" "0" + } + } + "SelectedItemImageModelPanel" + { + "ControlName" "CItemModelPanel" + "fieldName" "SelectedItemImageModelPanel" + "xpos" "c-280" // Slightly right of center, because the photo background is + "ypos" "160" + "zpos" "1" + "wide" "288" + "tall" "140" + "visible" "0" + "bgcolor_override" "0 0 0 0" + "PaintBackgroundType" "2" + "paintborder" "0" + + "model_ypos" "10" + "model_tall" "120" + "name_only" "0" + "attrib_only" "0" + "model_only" "1" + "paint_icon_hide" "1" + + "itemmodelpanel" + { + "use_item_rendertarget" "0" + "inventory_image_type" "1" + "allow_rot" "0" + } + } + + "mouseoveritempanel" + { + "ControlName" "CItemModelPanel" + "fieldName" "mouseoveritempanel" + "xpos" "c-70" + "ypos" "270" + "zpos" "10000" + "wide" "250" + "tall" "180" + "visible" "0" + "bgcolor_override" "0 0 0 0" + "noitem_textcolor" "117 107 94 255" + "PaintBackgroundType" "2" + "paintborder" "1" + + "text_ypos" "20" + "text_center" "1" + "model_hide" "0" + "resize_to_text" "0" + "padding_height" "15" + "name_only" "1" + + "model_ypos" "40" + "model_tall" "120" + + "text_forcesize" "1" + "is_mouseover" "1" + + "itemmodelpanel" + { + "use_item_rendertarget" "0" + "inventory_image_type" "1" + "allow_rot" "0" + } + } + + "PrevPageButton" + { + "ControlName" "CExButton" + "fieldName" "PrevPageButton" + "xpos" "c-126" + "ypos" "301" + "zpos" "5" + "wide" "40" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "&A" + "font" "G_MenuArrowSmall" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "Command" "prevpage" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + + "CurPageLabel" + { + "ControlName" "CExLabel" + "fieldName" "CurPageLabel" + "font" "HudFontSmallBold" + "labelText" "%thumbnailpage%" + "textAlignment" "center" + "xpos" "c-80" + "ypos" "301" + "zpos" "5" + "wide" "40" + "tall" "20" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "200 80 60 255" + } + + "NextPageButton" + { + "ControlName" "CExButton" + "fieldName" "NextPageButton" + "xpos" "c-35" + "ypos" "301" + "zpos" "5" + "wide" "40" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "&D" + "font" "G_MenuArrowSmall" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "Command" "nextpage" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + + "WikiButton" + { + "ControlName" "CExButton" + "fieldName" "WikiButton" + "xpos" "c-30" + "ypos" "347" [$WINDOWS] + "ypos" "339" [!$WINDOWS] + "zpos" "20" + "wide" "155" + "tall" "25" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#ArmoryButton_Wiki" + "font" "HudFontSmallBold" + "textAlignment" "center" + "textinsetx" "50" + "dulltext" "0" + "brighttext" "0" + "Command" "wiki" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + + "ViewSetButton" + { + "ControlName" "CExButton" + "fieldName" "ViewSetButton" + "xpos" "c-195" + "ypos" "347" [$WINDOWS] + "ypos" "339" [!$WINDOWS] + "zpos" "20" + "wide" "155" + "tall" "25" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#ArmoryButton_SetDetails" + "font" "HudFontSmallBold" + "textAlignment" "center" + "textinsetx" "50" + "dulltext" "0" + "brighttext" "0" + "Command" "viewset" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + + "StoreButton" + { + "ControlName" "CExButton" + "fieldName" "StoreButton" + "xpos" "c136" + "ypos" "347" [$WINDOWS] + "ypos" "339" [!$WINDOWS] + "zpos" "20" + "wide" "155" + "tall" "25" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "tabPosition" "0" + "labelText" "#ArmoryButton_Store" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "Command" "openstore" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + + "ReloadSchemeButton" + { + "ControlName" "CExButton" + "fieldName" "ReloadSchemeButton" + "xpos" "c-180" + "ypos" "345" + "zpos" "25" + "wide" "100" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "0" + "tabPosition" "0" + "labelText" "RELOADSCHEME" + "font" "HudFontSmallestBold" + "textAlignment" "center" + "textinsetx" "50" + "dulltext" "0" + "brighttext" "0" + "Command" "reloadscheme" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + + "Wall" + { + "ControlName" "EditablePanel" + "fieldName" "Wall" + "xpos" "0" + "ypos" "50" + "zpos" "-5" + "wide" "f0" + "tall" "280" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "paintbackground" "1" + "bgcolor_override" "G_MenuShader" + } +} diff --git a/toonhud/resource/ui/charinfoloadoutsubpanel.res b/toonhud/resource/ui/charinfoloadoutsubpanel.res new file mode 100644 index 0000000..415bb17 --- /dev/null +++ b/toonhud/resource/ui/charinfoloadoutsubpanel.res @@ -0,0 +1,2857 @@ +"Resource/UI/CharInfoLoadoutSubPanel.res" +{ + "CharInfoLoadoutSubPanel" + { + "ControlName" "Frame" + "fieldName" "CharInfoLoadoutSubPanel" + "xpos" "0" + "ypos" "0" + "zpos" "0" + "wide" "f0" + "tall" "480" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "0" + "tabPosition" "0" + "settitlebarvisible" "0" + "PaintBackgroundType" "0" + "bgcolor_override" "G_MenuBg" + "infocus_bgcolor_override" "G_MenuBg" + "outoffocus_bgcolor_override" "0 255 0 255" + + "selectlabely_default" "0" + "selectlabely_onchanges" "0" + + "class_ypos" "70" + "class_xdelta" "10" + "class_wide_min" "60" + "class_wide_max" "60" + "class_tall_min" "30" + "class_tall_max" "30" + "class_distance_min" "7" + "class_distance_max" "100" + + "itemcountcolor" "200 80 60 255" + "itemcountcolor_noitems" "117 107 94 255" + } + + "scout" + { + "ControlName" "ImageButton" + "fieldName" "scout" + "xpos" "c-290" + "ypos" "60" + "zpos" "6" + "wide" "60" + "tall" "60" + "autoResize" "0" + "pinCorner" "2" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "" + "textAlignment" "south-west" + "Command" "loadout scout" + "Default" "0" + "font" "MenuKeys" + "scaleImage" "1" + "activeimage" "" + "inactiveimage" "" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + + "soldier" + { + "ControlName" "ImageButton" + "fieldName" "soldier" + "xpos" "c-290" + "ypos" "60" + "zpos" "6" + "wide" "60" + "tall" "60" + "autoResize" "0" + "pinCorner" "2" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "" + "textAlignment" "south-west" + "Command" "loadout soldier" + "Default" "0" + "font" "MenuKeys" + "scaleImage" "1" + "activeimage" "" + "inactiveimage" "" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + "pyro" + { + "ControlName" "ImageButton" + "fieldName" "pyro" + "xpos" "c-240" + "ypos" "60" + "zpos" "6" + "wide" "60" + "tall" "60" + "autoResize" "0" + "pinCorner" "2" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "" + "textAlignment" "south-west" + "Command" "loadout pyro" + "Default" "0" + "font" "MenuKeys" + "scaleImage" "1" + "activeimage" "" + "inactiveimage" "" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + + "demoman" + { + "ControlName" "ImageButton" + "fieldName" "demoman" + "xpos" "c-110" + "ypos" "60" + "zpos" "6" + "wide" "60" + "tall" "60" + "autoResize" "0" + "pinCorner" "2" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "" + "textAlignment" "south-west" + "Command" "loadout demoman" + "Default" "0" + "font" "MenuKeys" + "scaleImage" "1" + "activeimage" "" + "inactiveimage" "" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + "heavyweapons" + { + "ControlName" "ImageButton" + "fieldName" "heavyweapons" + "xpos" "c-60" + "ypos" "60" + "zpos" "6" + "wide" "60" + "tall" "60" + "autoResize" "0" + "pinCorner" "2" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "" + "textAlignment" "south-west" + "Command" "loadout heavy" + "Default" "0" + "font" "MenuKeys" + "scaleImage" "1" + "activeimage" "" + "inactiveimage" "" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + "engineer" + { + "ControlName" "ImageButton" + "fieldName" "engineer" + "xpos" "c-10" + "ypos" "60" + "zpos" "6" + "wide" "60" + "tall" "60" + "autoResize" "0" + "pinCorner" "2" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "" + "textAlignment" "south-west" + "Command" "loadout engineer" + "Default" "0" + "font" "MenuKeys" + "scaleImage" "1" + "activeimage" "" + "inactiveimage" "" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + + "medic" + { + "ControlName" "ImageButton" + "fieldName" "medic" + "xpos" "c78" + "ypos" "60" + "zpos" "6" + "wide" "60" + "tall" "60" + "autoResize" "0" + "pinCorner" "2" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "" + "textAlignment" "south-west" + "Command" "loadout medic" + "Default" "0" + "font" "MenuKeys" + "scaleImage" "1" + "activeimage" "" + "inactiveimage" "" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + "sniper" + { + "ControlName" "ImageButton" + "fieldName" "sniper" + "xpos" "c128" + "ypos" "60" + "zpos" "6" + "wide" "60" + "tall" "60" + "autoResize" "0" + "pinCorner" "2" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "" + "textAlignment" "south-west" + "Command" "loadout sniper" + "Default" "0" + "font" "MenuKeys" + "scaleImage" "1" + "activeimage" "" + "inactiveimage" "" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + "spy" + { + "ControlName" "ImageButton" + "fieldName" "spy" + "xpos" "c178" + "ypos" "60" + "zpos" "6" + "wide" "60" + "tall" "60" + "autoResize" "0" + "pinCorner" "2" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "" + "textAlignment" "south-west" + "Command" "loadout spy" + "Default" "0" + "font" "MenuKeys" + "scaleImage" "1" + "activeimage" "" + "inactiveimage" "" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + + "ShowBackpackButton" + { + "ControlName" "ImageButton" + "fieldName" "ShowBackpackButton" + "xpos" "c-290" + "ypos" "245" + "zpos" "6" + "wide" "60" + "tall" "60" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "" + "textAlignment" "south-west" + "Command" "backpack" + "Default" "0" + "font" "MenuKeys" + "scaleImage" "1" + "activeimage" "..\hud\backpack_01" + "inactiveimage" "..\hud\backpack_01_grey" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + "ShowBackpackLabel" + { + "ControlName" "CExLabel" + "fieldName" "ShowBackpackLabel" + "font" "G_FontSmall" + "labelText" "#BackpackTitle" + "textAlignment" "north" + "xpos" "0" + "ypos" "5" + "zpos" "7" + "wide" "120" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor" "G_MenuText" + "pin_to_sibling" "ShowBackpackButton" + "pin_corner_to_sibling" "4" + "pin_to_sibling_corner" "6" + } + "ShowCraftingButton" + { + "ControlName" "ImageButton" + "fieldName" "ShowCraftingButton" + "xpos" "c-160" + "ypos" "245" + "zpos" "6" + "wide" "60" + "tall" "60" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "" + "textAlignment" "south-west" + "Command" "crafting" + "Default" "0" + "font" "MenuKeys" + "scaleImage" "1" + "activeimage" "crafting_anvil" + "inactiveimage" "crafting_anvil_gray" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + "ShowCraftingLabel" + { + "ControlName" "CExLabel" + "fieldName" "ShowCraftingLabel" + "font" "G_FontSmall" + "labelText" "#CraftingExplanation_Title" + "textAlignment" "north" + "xpos" "0" + "ypos" "5" + "zpos" "7" + "wide" "120" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor" "G_MenuText" + "pin_to_sibling" "ShowCraftingButton" + "pin_corner_to_sibling" "4" + "pin_to_sibling_corner" "6" + } + "ShowArmoryButton" + { + "ControlName" "ImageButton" + "fieldName" "ShowArmoryButton" + "xpos" "c-30" + "ypos" "245" + "zpos" "6" + "wide" "60" + "tall" "60" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "" + "textAlignment" "south-west" + "Command" "armory" + "Default" "0" + "font" "MenuKeys" + "scaleImage" "1" + "activeimage" "catalog_book" + "inactiveimage" "catalog_book_gray" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + "ShowArmoryLabel" + { + "ControlName" "CExLabel" + "fieldName" "ShowArmoryLabel" + "font" "G_FontSmall" + "labelText" "#Armory" + "textAlignment" "north" + "xpos" "0" + "ypos" "5" + "zpos" "7" + "wide" "120" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor" "G_MenuText" + "pin_to_sibling" "ShowArmoryButton" + "pin_corner_to_sibling" "4" + "pin_to_sibling_corner" "6" + } + "ShowTradeButton" + { + "ControlName" "ImageButton" + "fieldName" "ShowTradeButton" + "xpos" "c100" + "ypos" "245" + "zpos" "6" + "wide" "60" + "tall" "60" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "" + "textAlignment" "south-west" + "Command" "trading" + "Default" "0" + "font" "MenuKeys" + "scaleImage" "1" + "activeimage" "trading_parcel" + "inactiveimage" "trading_parcel_gray" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + "ShowTradeLabel" + { + "ControlName" "CExLabel" + "fieldName" "ShowTradeLabel" + "font" "G_FontSmall" + "labelText" "#TradingExplanation_Title" + "textAlignment" "north" + "xpos" "0" + "ypos" "5" + "zpos" "7" + "wide" "120" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "0" + "fgcolor" "G_MenuText" + "pin_to_sibling" "ShowTradeButton" + "pin_corner_to_sibling" "4" + "pin_to_sibling_corner" "6" + } + "ShowPaintkitsButton" + { + "ControlName" "ImageButton" + "fieldName" "ShowPaintkitsButton" + "xpos" "c230" + "ypos" "245" + "zpos" "6" + "wide" "60" + "tall" "60" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "" + "textAlignment" "south-west" + "Command" "paintkit_preview" + "Default" "0" + "font" "MenuKeys" + "scaleImage" "1" + "activeimage" "paintkit_tool" + "inactiveimage" "paintkit_tool_bw" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + "ShowPaintkitsLabel" + { + "ControlName" "CExLabel" + "fieldName" "ShowPaintkitsLabel" + "font" "G_FontSmall" + "labelText" "#PaintkitTitle" + "textAlignment" "north" + "xpos" "0" + "ypos" "5" + "zpos" "7" + "wide" "120" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "0" + "fgcolor" "G_MenuText" + "pin_to_sibling" "ShowPaintkitsButton" + "pin_corner_to_sibling" "4" + "pin_to_sibling_corner" "6" + } + + "ClassLabel" + { + "ControlName" "Label" + "fieldName" "ClassLabel" + "font" "G_FontSmall" + "labelText" "classname" + "textAlignment" "north" + "xpos" "0" + "ypos" "170" + "zpos" "1" + "wide" "300" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "0" + "Alpha" "0" + } + "ItemsLabel" + { + "ControlName" "CExLabel" + "fieldName" "ItemsLabel" + "font" "DefaultVerySmall" + "labelText" "classname" + "textAlignment" "north" + "xpos" "0" + "ypos" "165" + "zpos" "1" + "wide" "300" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "0" + "fgcolor" "117 107 94 255" + "centerwrap" "1" + "Alpha" "0" + } + + "NoSteamLabel" + { + "ControlName" "CExLabel" + "fieldName" "NoSteamLabel" + "font" "G_FontSmall" + "labelText" "#NoSteamNoItems" + "textAlignment" "center" + "xpos" "0" + "ypos" "165" + "zpos" "1" + "wide" "f0" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "fgcolor_override" "200 80 60 255" + } + "NoGCLabel" + { + "ControlName" "CExLabel" + "fieldName" "NoGCLabel" + "font" "G_FontSmall" + "labelText" "#NoGCNoItems" + "textAlignment" "center" + "xpos" "0" + "ypos" "165" + "zpos" "1" + "wide" "f0" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "fgcolor_override" "200 80 60 255" + } + "SelectLabel" + { + "ControlName" "CExLabel" + "fieldName" "SelectLabel" + "font" "G_FontSmall" + "labelText" "#SelectClassLoadout" + "textAlignment" "center" + "xpos" "0" + "ypos" "300" + "zpos" "1" + "wide" "f0" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "0" + "Alpha" "0" + "fgcolor_override" "117 107 94 255" + } + "LoadoutChangesLabel" + { + "ControlName" "CExLabel" + "fieldName" "LoadoutChangesLabel" + "font" "G_FontSmall" + "labelText" "#LoadoutChangesUpdate" + "textAlignment" "center" + "xpos" "0" + "ypos" "145" + "zpos" "1" + "wide" "f0" + "tall" "80" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "200 80 60 255" + } + + "class_loadout_panel" + { + "ControlName" "CClassLoadoutPanel" + "fieldName" "class_loadout_panel" + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "430" + "zpos" "500" + "visible" "0" + } + "backpack_panel" + { + "ControlName" "CBackpackPanel" + "fieldName" "backpack_panel" + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "430" + "zpos" "500" + "visible" "0" + } + + "ShowExplanationsButton" + { + "ControlName" "CExButton" + "fieldName" "ShowExplanationsButton" + "xpos" "c275" + "ypos" "10" + "zpos" "100" + "wide" "20" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "tabPosition" "0" + "labelText" "?" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "Command" "show_explanations" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + + "StartExplanation" + { + "ControlName" "CExplanationPopup" + "fieldName" "StartExplanation" + "xpos" "0" + "ypos" "0" + "zpos" "10000" + "wide" "250" + "tall" "140" + "visible" "0" + "PaintBackgroundType" "2" + "paintbackground" "0" + "border" "MainMenuHighlightBorder" + + "force_close" "1" + "end_x" "c-150" + "end_y" "190" + "end_wide" "300" + "end_tall" "155" + "callout_inparents_x" "c0" + "callout_inparents_y" "150" + "next_explanation" "BackpackExplanation" + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "HudFontSmallBold" + "labelText" "#LoadoutExplanation_Title" + "textAlignment" "north" + "xpos" "20" + "ypos" "10" + "wide" "260" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor_override" "G_MenuBg" + } + + "TextLabel" + { + "ControlName" "CExLabel" + "fieldName" "TextLabel" + "font" "HudFontSmall" + "labelText" "#LoadoutExplanation_Text" + "textAlignment" "north-west" + "xpos" "20" + "ypos" "45" + "wide" "260" + "tall" "85" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor_override" "G_MenuBg" + } + + "CloseButton" + { + "ControlName" "CExImageButton" + "fieldName" "CloseButton" + "xpos" "280" + "ypos" "5" + "zpos" "10" + "wide" "14" + "tall" "14" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "close" + + "paintbackground" "0" + + "defaultFgColor_override" "G_MenuBg" + "armedFgColor_override" "200 80 60 255" + "depressedFgColor_override" "G_MenuBg" + + "image_drawcolor" "117 107 94 255" + "image_armedcolor" "200 80 60 255" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "image" "close_button" + "scaleImage" "1" + } + } + "PositionLabel" + { + "ControlName" "CExLabel" + "fieldName" "PositionLabel" + "font" "HudFontSmallBold" + "labelText" "%explanationnumber%" + "textAlignment" "center" + "xpos" "0" + "ypos" "125" + "zpos" "-1" + "wide" "300" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "200 80 60 255" + } + "NextButton" + { + "ControlName" "CExImageButton" + "fieldName" "NextButton" + "xpos" "260" + "ypos" "125" + "zpos" "10" + "wide" "30" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "nextexplanation" + + "paintbackground" "0" + + "defaultFgColor_override" "G_MenuBg" + "armedFgColor_override" "200 80 60 255" + "depressedFgColor_override" "G_MenuBg" + + "image_drawcolor" "235 226 202 255" + "image_armedcolor" "255 255 255 255" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "30" + "tall" "30" + "visible" "1" + "enabled" "1" + "image" "blog_forward" + "scaleImage" "1" + } + } + } + + "BackpackExplanation" + { + "ControlName" "CExplanationPopup" + "fieldName" "BackpackExplanation" + "xpos" "0" + "ypos" "0" + "zpos" "10000" + "wide" "250" + "tall" "120" + "visible" "0" + "PaintBackgroundType" "2" + "paintbackground" "0" + "border" "MainMenuHighlightBorder" + + "force_close" "1" + "end_x" "c-320" + "end_y" "60" + "end_wide" "250" + "end_tall" "130" + "callout_inparents_x" "c-195" + "callout_inparents_y" "240" + "next_explanation" "CraftingExplanation" + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "HudFontSmallBold" + "labelText" "#BackpackExplanation_Title" + "textAlignment" "north" + "xpos" "20" + "ypos" "10" + "wide" "210" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor_override" "G_MenuBg" + } + + "TextLabel" + { + "ControlName" "CExLabel" + "fieldName" "TextLabel" + "font" "HudFontSmall" + "labelText" "#BackpackExplanation_Text" + "textAlignment" "north-west" + "xpos" "20" + "ypos" "45" + "wide" "210" + "tall" "65" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor_override" "G_MenuBg" + } + + "CloseButton" + { + "ControlName" "CExImageButton" + "fieldName" "CloseButton" + "xpos" "230" + "ypos" "5" + "zpos" "10" + "wide" "14" + "tall" "14" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "close" + + "paintbackground" "0" + + "defaultFgColor_override" "G_MenuBg" + "armedFgColor_override" "200 80 60 255" + "depressedFgColor_override" "G_MenuBg" + + "image_drawcolor" "117 107 94 255" + "image_armedcolor" "200 80 60 255" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "image" "close_button" + "scaleImage" "1" + } + } + "PrevButton" + { + "ControlName" "CExImageButton" + "fieldName" "PrevButton" + "xpos" "10" + "ypos" "100" + "zpos" "10" + "wide" "30" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "prevexplanation" + + "paintbackground" "0" + + "defaultFgColor_override" "G_MenuBg" + "armedFgColor_override" "200 80 60 255" + "depressedFgColor_override" "G_MenuBg" + + "image_drawcolor" "235 226 202 255" + "image_armedcolor" "255 255 255 255" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "30" + "tall" "30" + "visible" "1" + "enabled" "1" + "image" "blog_back" + "scaleImage" "1" + } + } + "PositionLabel" + { + "ControlName" "CExLabel" + "fieldName" "PositionLabel" + "font" "HudFontSmallBold" + "labelText" "%explanationnumber%" + "textAlignment" "center" + "xpos" "0" + "ypos" "100" + "zpos" "-1" + "wide" "250" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "200 80 60 255" + } + "NextButton" + { + "ControlName" "CExImageButton" + "fieldName" "NextButton" + "xpos" "210" + "ypos" "100" + "zpos" "10" + "wide" "30" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "nextexplanation" + + "paintbackground" "0" + + "defaultFgColor_override" "G_MenuBg" + "armedFgColor_override" "200 80 60 255" + "depressedFgColor_override" "G_MenuBg" + + "image_drawcolor" "235 226 202 255" + "image_armedcolor" "255 255 255 255" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "30" + "tall" "30" + "visible" "1" + "enabled" "1" + "image" "blog_forward" + "scaleImage" "1" + } + } + } + + "CraftingExplanation" + { + "ControlName" "CExplanationPopup" + "fieldName" "CraftingExplanation" + "xpos" "0" + "ypos" "0" + "zpos" "10000" + "wide" "250" + "tall" "120" + "visible" "0" + "PaintBackgroundType" "2" + "paintbackground" "0" + "border" "MainMenuHighlightBorder" + + "force_close" "1" + "end_x" "c-210" + "end_y" "60" + "end_wide" "250" + "end_tall" "140" + "callout_inparents_x" "c-65" + "callout_inparents_y" "240" + "next_explanation" "ArmoryExplanation" + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "HudFontSmallBold" + "labelText" "#CraftingExplanation_Title" + "textAlignment" "north" + "xpos" "20" + "ypos" "10" + "wide" "210" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor_override" "G_MenuBg" + } + + "TextLabel" + { + "ControlName" "CExLabel" + "fieldName" "TextLabel" + "font" "HudFontSmall" + "labelText" "#CraftingExplanation_Text" + "textAlignment" "north-west" + "xpos" "20" + "ypos" "45" + "wide" "210" + "tall" "65" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor_override" "G_MenuBg" + } + + "CloseButton" + { + "ControlName" "CExImageButton" + "fieldName" "CloseButton" + "xpos" "230" + "ypos" "5" + "zpos" "10" + "wide" "14" + "tall" "14" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "close" + + "paintbackground" "0" + + "defaultFgColor_override" "G_MenuBg" + "armedFgColor_override" "235 226 202 255" + "depressedFgColor_override" "G_MenuBg" + + "image_drawcolor" "117 107 94 255" + "image_armedcolor" "200 80 60 255" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "image" "close_button" + "scaleImage" "1" + } + } + "PrevButton" + { + "ControlName" "CExImageButton" + "fieldName" "PrevButton" + "xpos" "10" + "ypos" "110" + "zpos" "10" + "wide" "30" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "prevexplanation" + + "paintbackground" "0" + + "defaultFgColor_override" "G_MenuBg" + "armedFgColor_override" "200 80 60 255" + "depressedFgColor_override" "G_MenuBg" + + "image_drawcolor" "235 226 202 255" + "image_armedcolor" "255 255 255 255" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "30" + "tall" "30" + "visible" "1" + "enabled" "1" + "image" "blog_back" + "scaleImage" "1" + } + } + "PositionLabel" + { + "ControlName" "CExLabel" + "fieldName" "PositionLabel" + "font" "HudFontSmallBold" + "labelText" "%explanationnumber%" + "textAlignment" "center" + "xpos" "0" + "ypos" "110" + "zpos" "-1" + "wide" "250" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "200 80 60 255" + } + "NextButton" + { + "ControlName" "CExImageButton" + "fieldName" "NextButton" + "xpos" "210" + "ypos" "110" + "zpos" "10" + "wide" "30" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "nextexplanation" + + "paintbackground" "0" + + "defaultFgColor_override" "G_MenuBg" + "armedFgColor_override" "200 80 60 255" + "depressedFgColor_override" "G_MenuBg" + + "image_drawcolor" "235 226 202 255" + "image_armedcolor" "255 255 255 255" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "30" + "tall" "30" + "visible" "1" + "enabled" "1" + "image" "blog_forward" + "scaleImage" "1" + } + } + } + + "ArmoryExplanation" + { + "ControlName" "CExplanationPopup" + "fieldName" "ArmoryExplanation" + "xpos" "0" + "ypos" "0" + "zpos" "10000" + "wide" "250" + "tall" "120" + "visible" "0" + "PaintBackgroundType" "2" + "paintbackground" "0" + "border" "MainMenuHighlightBorder" + + "force_close" "1" + "end_x" "c-120" + "end_y" "60" + "end_wide" "250" + "end_tall" "140" + "callout_inparents_x" "c60" + "callout_inparents_y" "240" + "next_explanation" "TradingExplanation" + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "HudFontSmallBold" + "labelText" "#ArmoryExplanation_Title" + "textAlignment" "north" + "xpos" "20" + "ypos" "10" + "wide" "210" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor_override" "G_MenuBg" + } + + "TextLabel" + { + "ControlName" "CExLabel" + "fieldName" "TextLabel" + "font" "HudFontSmall" + "labelText" "#ArmoryExplanation_Text" + "textAlignment" "north-west" + "xpos" "20" + "ypos" "45" + "wide" "210" + "tall" "65" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor_override" "G_MenuBg" + } + + "CloseButton" + { + "ControlName" "CExImageButton" + "fieldName" "CloseButton" + "xpos" "230" + "ypos" "5" + "zpos" "10" + "wide" "14" + "tall" "14" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "close" + + "paintbackground" "0" + + "defaultFgColor_override" "G_MenuBg" + "armedFgColor_override" "235 226 202 255" + "depressedFgColor_override" "G_MenuBg" + + "image_drawcolor" "117 107 94 255" + "image_armedcolor" "200 80 60 255" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "image" "close_button" + "scaleImage" "1" + } + } + "PrevButton" + { + "ControlName" "CExImageButton" + "fieldName" "PrevButton" + "xpos" "10" + "ypos" "110" + "zpos" "10" + "wide" "30" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "prevexplanation" + + "paintbackground" "0" + + "defaultFgColor_override" "G_MenuBg" + "armedFgColor_override" "200 80 60 255" + "depressedFgColor_override" "G_MenuBg" + + "image_drawcolor" "235 226 202 255" + "image_armedcolor" "255 255 255 255" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "30" + "tall" "30" + "visible" "1" + "enabled" "1" + "image" "blog_back" + "scaleImage" "1" + } + } + "PositionLabel" + { + "ControlName" "CExLabel" + "fieldName" "PositionLabel" + "font" "HudFontSmallBold" + "labelText" "%explanationnumber%" + "textAlignment" "center" + "xpos" "0" + "ypos" "110" + "zpos" "-1" + "wide" "250" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "200 80 60 255" + } + "NextButton" + { + "ControlName" "CExImageButton" + "fieldName" "NextButton" + "xpos" "210" + "ypos" "110" + "zpos" "10" + "wide" "30" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "nextexplanation" + + "paintbackground" "0" + + "defaultFgColor_override" "G_MenuBg" + "armedFgColor_override" "200 80 60 255" + "depressedFgColor_override" "G_MenuBg" + + "image_drawcolor" "235 226 202 255" + "image_armedcolor" "255 255 255 255" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "30" + "tall" "30" + "visible" "1" + "enabled" "1" + "image" "blog_forward" + "scaleImage" "1" + } + } + } + + "TradingExplanation" + { + "ControlName" "CExplanationPopup" + "fieldName" "TradingExplanation" + "xpos" "0" + "ypos" "0" + "zpos" "10000" + "wide" "250" + "tall" "120" + "visible" "0" + "PaintBackgroundType" "2" + "paintbackground" "0" + "border" "MainMenuHighlightBorder" + + "force_close" "1" + "end_x" "c-30" + "end_y" "60" + "end_wide" "250" + "end_tall" "140" + "callout_inparents_x" "c180" + "callout_inparents_y" "240" + "next_explanation" "ExplanationExplanation" + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "HudFontSmallBold" + "labelText" "#TradingExplanation_Title" + "textAlignment" "north" + "xpos" "20" + "ypos" "10" + "wide" "210" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor_override" "G_MenuBg" + } + + "TextLabel" + { + "ControlName" "CExLabel" + "fieldName" "TextLabel" + "font" "HudFontSmall" + "labelText" "#TradingExplanation_Text" + "textAlignment" "north-west" + "xpos" "20" + "ypos" "45" + "wide" "210" + "tall" "65" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor_override" "G_MenuBg" + } + + "CloseButton" + { + "ControlName" "CExImageButton" + "fieldName" "CloseButton" + "xpos" "230" + "ypos" "5" + "zpos" "10" + "wide" "14" + "tall" "14" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "close" + + "paintbackground" "0" + + "defaultFgColor_override" "G_MenuBg" + "armedFgColor_override" "235 226 202 255" + "depressedFgColor_override" "G_MenuBg" + + "image_drawcolor" "117 107 94 255" + "image_armedcolor" "200 80 60 255" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "image" "close_button" + "scaleImage" "1" + } + } + "PrevButton" + { + "ControlName" "CExImageButton" + "fieldName" "PrevButton" + "xpos" "10" + "ypos" "110" + "zpos" "10" + "wide" "30" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "prevexplanation" + + "paintbackground" "0" + + "defaultFgColor_override" "G_MenuBg" + "armedFgColor_override" "200 80 60 255" + "depressedFgColor_override" "G_MenuBg" + + "image_drawcolor" "235 226 202 255" + "image_armedcolor" "255 255 255 255" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "30" + "tall" "30" + "visible" "1" + "enabled" "1" + "image" "blog_back" + "scaleImage" "1" + } + } + "PositionLabel" + { + "ControlName" "CExLabel" + "fieldName" "PositionLabel" + "font" "HudFontSmallBold" + "labelText" "%explanationnumber%" + "textAlignment" "center" + "xpos" "0" + "ypos" "110" + "zpos" "-1" + "wide" "250" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "200 80 60 255" + } + "NextButton" + { + "ControlName" "CExImageButton" + "fieldName" "NextButton" + "xpos" "210" + "ypos" "110" + "zpos" "10" + "wide" "30" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "nextexplanation" + + "paintbackground" "0" + + "defaultFgColor_override" "G_MenuBg" + "armedFgColor_override" "200 80 60 255" + "depressedFgColor_override" "G_MenuBg" + + "image_drawcolor" "235 226 202 255" + "image_armedcolor" "255 255 255 255" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "30" + "tall" "30" + "visible" "1" + "enabled" "1" + "image" "blog_forward" + "scaleImage" "1" + } + } + } + + "PatternsExplanation" + { + "ControlName" "CExplanationPopup" + "fieldName" "PatternsExplanation" + "xpos" "0" + "ypos" "0" + "zpos" "10000" + "wide" "250" + "tall" "120" + "visible" "0" + "PaintBackgroundType" "2" + "paintbackground" "0" + "border" "MainMenuHighlightBorder" + + "force_close" "1" + "end_x" "c130" + "end_y" "60" + "end_wide" "250" + "end_tall" "140" + "callout_inparents_x" "c255" + "callout_inparents_y" "240" + "next_explanation" "ExplanationExplanation" + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "HudFontSmallBold" + "labelText" "#WeaponPatternsExplanation_Title" + "textAlignment" "north" + "xpos" "20" + "ypos" "10" + "wide" "210" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor_override" "46 43 42 255" + } + + "TextLabel" + { + "ControlName" "CExLabel" + "fieldName" "TextLabel" + "font" "HudFontSmall" + "labelText" "#WeaponPatternsExplanation_Text" + "textAlignment" "north-west" + "xpos" "20" + "ypos" "35" + "wide" "210" + "tall" "75" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor_override" "46 43 42 255" + } + + "CloseButton" + { + "ControlName" "CExImageButton" + "fieldName" "CloseButton" + "xpos" "230" + "ypos" "5" + "zpos" "10" + "wide" "14" + "tall" "14" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "close" + + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "235 226 202 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "117 107 94 255" + "image_armedcolor" "200 80 60 255" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "image" "close_button" + "scaleImage" "1" + } + } + "PrevButton" + { + "ControlName" "CExImageButton" + "fieldName" "PrevButton" + "xpos" "10" + "ypos" "110" + "zpos" "10" + "wide" "30" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "prevexplanation" + + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "200 80 60 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "235 226 202 255" + "image_armedcolor" "255 255 255 255" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "30" + "tall" "30" + "visible" "1" + "enabled" "1" + "image" "blog_back" + "scaleImage" "1" + } + } + "PositionLabel" + { + "ControlName" "CExLabel" + "fieldName" "PositionLabel" + "font" "HudFontSmallBold" + "labelText" "%explanationnumber%" + "textAlignment" "center" + "xpos" "0" + "ypos" "110" + "zpos" "-1" + "wide" "250" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "200 80 60 255" + } + "NextButton" + { + "ControlName" "CExImageButton" + "fieldName" "NextButton" + "xpos" "210" + "ypos" "110" + "zpos" "10" + "wide" "30" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "nextexplanation" + + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "200 80 60 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "235 226 202 255" + "image_armedcolor" "255 255 255 255" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "30" + "tall" "30" + "visible" "1" + "enabled" "1" + "image" "blog_forward" + "scaleImage" "1" + } + } + } + + "ExplanationExplanation" + { + "ControlName" "CExplanationPopup" + "fieldName" "ExplanationExplanation" + "xpos" "0" + "ypos" "0" + "zpos" "10000" + "wide" "250" + "tall" "120" + "visible" "0" + "PaintBackgroundType" "2" + "paintbackground" "0" + "border" "MainMenuHighlightBorder" + + "force_close" "1" + "end_x" "c100" + "end_y" "100" + "end_wide" "250" + "end_tall" "120" + "callout_inparents_x" "c285" + "callout_inparents_y" "30" + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "HudFontSmallBold" + "labelText" "#ExplanationExplanation_Title" + "textAlignment" "north" + "xpos" "20" + "ypos" "10" + "wide" "210" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor_override" "G_MenuBg" + } + + "TextLabel" + { + "ControlName" "CExLabel" + "fieldName" "TextLabel" + "font" "HudFontSmall" + "labelText" "#ExplanationExplanation_Text" + "textAlignment" "north-west" + "xpos" "20" + "ypos" "45" + "wide" "210" + "tall" "65" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor_override" "G_MenuBg" + } + + "CloseButton" + { + "ControlName" "CExImageButton" + "fieldName" "CloseButton" + "xpos" "230" + "ypos" "5" + "zpos" "10" + "wide" "14" + "tall" "14" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "close" + + "paintbackground" "0" + + "defaultFgColor_override" "G_MenuBg" + "armedFgColor_override" "235 226 202 255" + "depressedFgColor_override" "G_MenuBg" + + "image_drawcolor" "117 107 94 255" + "image_armedcolor" "200 80 60 255" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "image" "close_button" + "scaleImage" "1" + } + } + "PrevButton" + { + "ControlName" "CExImageButton" + "fieldName" "PrevButton" + "xpos" "10" + "ypos" "90" + "zpos" "10" + "wide" "30" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "prevexplanation" + + "paintbackground" "0" + + "defaultFgColor_override" "G_MenuBg" + "armedFgColor_override" "200 80 60 255" + "depressedFgColor_override" "G_MenuBg" + + "image_drawcolor" "235 226 202 255" + "image_armedcolor" "255 255 255 255" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "30" + "tall" "30" + "visible" "1" + "enabled" "1" + "image" "blog_back" + "scaleImage" "1" + } + } + "PositionLabel" + { + "ControlName" "CExLabel" + "fieldName" "PositionLabel" + "font" "HudFontSmallBold" + "labelText" "%explanationnumber%" + "textAlignment" "center" + "xpos" "0" + "ypos" "90" + "zpos" "-1" + "wide" "250" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "200 80 60 255" + } + } + + "armory_panel" + { + "ControlName" "CArmoryPanel" + "fieldName" "armory_panel" + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "400" + "zpos" "500" + "visible" "0" + } + + "InspectionPanel" + { + "fieldName" "InspectionPanel" + "xpos" "cs-0.5" + "ypos" "0" + "zpos" "2000" + "wide" "f0" + "tall" "f100" + "visible" "0" + "proportionaltoparent" "1" + "bgcolor_override" "30 25 25 245" + } + + + + + + + + + + + "G_Scout" + { + "ControlName" "CExImageButton" + "fieldName" "G_Scout" + "xpos" "c-310" + "ypos" "60" + "zpos" "10" + "wide" "60" + "tall" "60" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "loadout scout" + + "defaultFgColor_override" "G_MenuBg" + "armedFgColor_override" "200 80 60 255" + "depressedFgColor_override" "G_MenuBg" + + "image_drawcolor" "235 226 202 255" + "image_armedcolor" "255 255 255 255" + + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "60" + "tall" "60" + "visible" "1" + "enabled" "1" + "image" "class_portraits/scout" + "scaleImage" "1" + } + } + + "G_Soldier" + { + "ControlName" "CExImageButton" + "fieldName" "G_Soldier" + "xpos" "c-240" + "ypos" "60" + "zpos" "10" + "wide" "60" + "tall" "60" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "loadout soldier" + + "defaultFgColor_override" "G_MenuBg" + "armedFgColor_override" "200 80 60 255" + "depressedFgColor_override" "G_MenuBg" + + "image_drawcolor" "235 226 202 255" + "image_armedcolor" "255 255 255 255" + + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "60" + "tall" "60" + "visible" "1" + "enabled" "1" + "image" "class_portraits/soldier" + "scaleImage" "1" + } + } + + "G_Pyro" + { + "ControlName" "CExImageButton" + "fieldName" "G_Pyro" + "xpos" "c-170" + "ypos" "60" + "zpos" "10" + "wide" "60" + "tall" "60" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "loadout pyro" + + "defaultFgColor_override" "G_MenuBg" + "armedFgColor_override" "200 80 60 255" + "depressedFgColor_override" "G_MenuBg" + + "image_drawcolor" "235 226 202 255" + "image_armedcolor" "255 255 255 255" + + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "60" + "tall" "60" + "visible" "1" + "enabled" "1" + "image" "class_portraits/pyro" + "scaleImage" "1" + } + } + + "G_Pyro" + { + "ControlName" "CExImageButton" + "fieldName" "G_Pyro" + "xpos" "c-170" + "ypos" "60" + "zpos" "10" + "wide" "60" + "tall" "60" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "loadout pyro" + + "defaultFgColor_override" "G_MenuBg" + "armedFgColor_override" "200 80 60 255" + "depressedFgColor_override" "G_MenuBg" + + "image_drawcolor" "235 226 202 255" + "image_armedcolor" "255 255 255 255" + + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "60" + "tall" "60" + "visible" "1" + "enabled" "1" + "image" "class_portraits/pyro" + "scaleImage" "1" + } + } + + "G_Demoman" + { + "ControlName" "CExImageButton" + "fieldName" "G_Demoman" + "xpos" "c-100" + "ypos" "60" + "zpos" "10" + "wide" "60" + "tall" "60" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "loadout demoman" + + "defaultFgColor_override" "G_MenuBg" + "armedFgColor_override" "200 80 60 255" + "depressedFgColor_override" "G_MenuBg" + + "image_drawcolor" "235 226 202 255" + "image_armedcolor" "255 255 255 255" + + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "60" + "tall" "60" + "visible" "1" + "enabled" "1" + "image" "class_portraits/demoman" + "scaleImage" "1" + } + } + + "G_Heavy" + { + "ControlName" "CExImageButton" + "fieldName" "G_Heavy" + "xpos" "c-30" + "ypos" "60" + "zpos" "10" + "wide" "60" + "tall" "60" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "loadout heavyweapons" + + "defaultFgColor_override" "G_MenuBg" + "armedFgColor_override" "200 80 60 255" + "depressedFgColor_override" "G_MenuBg" + + "image_drawcolor" "235 226 202 255" + "image_armedcolor" "255 255 255 255" + + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "60" + "tall" "60" + "visible" "1" + "enabled" "1" + "image" "class_portraits/heavy" + "scaleImage" "1" + } + } + + "G_Engineer" + { + "ControlName" "CExImageButton" + "fieldName" "G_Engineer" + "xpos" "c40" + "ypos" "60" + "zpos" "10" + "wide" "60" + "tall" "60" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "loadout engineer" + + "defaultFgColor_override" "G_MenuBg" + "armedFgColor_override" "200 80 60 255" + "depressedFgColor_override" "G_MenuBg" + + "image_drawcolor" "235 226 202 255" + "image_armedcolor" "255 255 255 255" + + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "60" + "tall" "60" + "visible" "1" + "enabled" "1" + "image" "class_portraits/engineer" + "scaleImage" "1" + } + } + + "G_Medic" + { + "ControlName" "CExImageButton" + "fieldName" "G_Medic" + "xpos" "c110" + "ypos" "60" + "zpos" "10" + "wide" "60" + "tall" "60" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "loadout medic" + + "defaultFgColor_override" "G_MenuBg" + "armedFgColor_override" "200 80 60 255" + "depressedFgColor_override" "G_MenuBg" + + "image_drawcolor" "235 226 202 255" + "image_armedcolor" "255 255 255 255" + + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "60" + "tall" "60" + "visible" "1" + "enabled" "1" + "image" "class_portraits/medic" + "scaleImage" "1" + } + } + + "G_Sniper" + { + "ControlName" "CExImageButton" + "fieldName" "G_Sniper" + "xpos" "c180" + "ypos" "60" + "zpos" "10" + "wide" "60" + "tall" "60" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "loadout sniper" + + "defaultFgColor_override" "G_MenuBg" + "armedFgColor_override" "200 80 60 255" + "depressedFgColor_override" "G_MenuBg" + + "image_drawcolor" "235 226 202 255" + "image_armedcolor" "255 255 255 255" + + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "60" + "tall" "60" + "visible" "1" + "enabled" "1" + "image" "class_portraits/sniper" + "scaleImage" "1" + } + } + + "G_Spy" + { + "ControlName" "CExImageButton" + "fieldName" "G_Spy" + "xpos" "c250" + "ypos" "60" + "zpos" "10" + "wide" "60" + "tall" "60" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "loadout spy" + + "defaultFgColor_override" "G_MenuBg" + "armedFgColor_override" "200 80 60 255" + "depressedFgColor_override" "G_MenuBg" + + "image_drawcolor" "235 226 202 255" + "image_armedcolor" "255 255 255 255" + + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "60" + "tall" "60" + "visible" "1" + "enabled" "1" + "image" "class_portraits/spy" + "scaleImage" "1" + } + } + + "G_Scout_title" + { + "ControlName" "CExLabel" + "fieldName" "G_Scout_title" + "font" "G_FontSmall" + "labelText" "Scout" + "textAlignment" "center" + "xpos" "c-315" + "ypos" "125" + "zpos" "5" + "wide" "70" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor" "G_MenuText" + "centerwrap" "1" + } + + "G_Soldier_title" + { + "ControlName" "CExLabel" + "fieldName" "G_Soldier_title" + "font" "G_FontSmall" + "labelText" "Soldier" + "textAlignment" "center" + "xpos" "c-245" + "ypos" "125" + "zpos" "5" + "wide" "70" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor" "G_MenuText" + "centerwrap" "1" + } + + "G_Pyro_title" + { + "ControlName" "CExLabel" + "fieldName" "G_Pyro_title" + "font" "G_FontSmall" + "labelText" "Pyro" + "textAlignment" "center" + "xpos" "c-175" + "ypos" "125" + "zpos" "5" + "wide" "70" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor" "G_MenuText" + "centerwrap" "1" + } + + "G_Demoman_title" + { + "ControlName" "CExLabel" + "fieldName" "G_Demoman_title" + "font" "G_FontSmall" + "labelText" "Demoman" + "textAlignment" "center" + "xpos" "c-105" + "ypos" "125" + "zpos" "5" + "wide" "70" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor" "G_MenuText" + "centerwrap" "1" + } + + "G_Heavy_title" + { + "ControlName" "CExLabel" + "fieldName" "G_Heavy_title" + "font" "G_FontSmall" + "labelText" "Heavy" + "textAlignment" "center" + "xpos" "c-35" + "ypos" "125" + "zpos" "5" + "wide" "70" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor" "G_MenuText" + "centerwrap" "1" + } + + "G_Engineer_title" + { + "ControlName" "CExLabel" + "fieldName" "G_Engineer_title" + "font" "G_FontSmall" + "labelText" "Engineer" + "textAlignment" "center" + "xpos" "c35" + "ypos" "125" + "zpos" "5" + "wide" "70" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor" "G_MenuText" + "centerwrap" "1" + } + + "G_Medic_title" + { + "ControlName" "CExLabel" + "fieldName" "G_Medic_title" + "font" "G_FontSmall" + "labelText" "Medic" + "textAlignment" "center" + "xpos" "c105" + "ypos" "125" + "zpos" "5" + "wide" "70" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor" "G_MenuText" + "centerwrap" "1" + } + + "G_Sniper_title" + { + "ControlName" "CExLabel" + "fieldName" "G_Sniper_title" + "font" "G_FontSmall" + "labelText" "Sniper" + "textAlignment" "center" + "xpos" "c175" + "ypos" "125" + "zpos" "5" + "wide" "70" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor" "G_MenuText" + "centerwrap" "1" + } + + "G_Spy_title" + { + "ControlName" "CExLabel" + "fieldName" "G_Spy_title" + "font" "G_FontSmall" + "labelText" "Spy" + "textAlignment" "center" + "xpos" "c245" + "ypos" "125" + "zpos" "5" + "wide" "70" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor" "G_MenuText" + "centerwrap" "1" + } + + "Wall_Classes" + { + "ControlName" "EditablePanel" + "fieldName" "Wall_Classes" + "xpos" "0" + "ypos" "50" + "zpos" "-5" + "wide" "f0" + "tall" "95" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "paintbackground" "1" + "bgcolor_override" "G_MenuShader" + } + + "Wall_Backpack_etc" + { + "ControlName" "EditablePanel" + "fieldName" "Wall_Backpack_etc" + "xpos" "0" + "ypos" "235" + "zpos" "-5" + "wide" "f0" + "tall" "95" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "paintbackground" "1" + "bgcolor_override" "G_MenuShader" + } +} diff --git a/toonhud/resource/ui/charinfopanel.res b/toonhud/resource/ui/charinfopanel.res new file mode 100644 index 0000000..4fe532b --- /dev/null +++ b/toonhud/resource/ui/charinfopanel.res @@ -0,0 +1,186 @@ +"Resource/UI/CharInfoPanel.res" +{ + "character_info" + { + "ControlName" "EditablePanel" + "fieldName" "character_info" + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "480" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "settitlebarvisible" "1" [$WINDOWS] + "settitlebarvisible" "1" [!$WINDOWS] + "PaintBackgroundType" "0" + "bgcolor_override" "46 43 42 0" [$WINDOWS] + "infocus_bgcolor_override" "46 43 42 0" [$WINDOWS] + "outoffocus_bgcolor_override" "46 43 42 0" [$WINDOWS] + "bgcolor_override" "46 43 42 255" [!$WINDOWS] + "infocus_bgcolor_override" "46 43 42 255" [!$WINDOWS] + "outoffocus_bgcolor_override" "46 43 42 255" [!$WINDOWS] + + "title" "" + "title_font" "G_FontNone" + "titletextinsetX" "40" + "titletextinsetY" "0" + "titlebarfgcolor_override" "200 187 161 255" + "titlebardisabledfgcolor_override" "200 187 161 255" + "titlebarbgcolor_override" "46 43 42 255" + + "clientinsetx_override" "0" + "sheetinset_bottom" "0" + } + + "BackgroundHeader" + { + "ControlName" "EditablePanel" + "fieldName" "BackgroundHeader" + "xpos" "0" + "ypos" "0" + "zpos" "-2" + "wide" "f0" + "tall" "44" + "visible" "1" + "enabled" "1" + "paintbackground" "1" + "bgcolor_override" "G_MenuBg" // "G_Footer" + "paintborder" "0" + "border" "G_MenuHeader" + } + + "BackgroundFooter" + { + "ControlName" "EditablePanel" + "fieldName" "BackgroundFooter" + "xpos" "0" + "ypos" "r46" + "zpos" "1" + "wide" "f0" + "tall" "46" + "visible" "1" + "enabled" "1" + "paintbackground" "1" + "bgcolor_override" "G_Footer" + } + + "FooterLine" + { + "ControlName" "EditablePanel" + "fieldName" "FooterLine" + "xpos" "0" + "ypos" "r46" + "zpos" "2" + "wide" "f0" + "tall" "2" + "visible" "1" + "enabled" "1" + "paintbackground" "1" + "bgcolor_override" "G_Highlight" + } + + "Sheet" + { + "ControlName" "EditablePanel" + "fieldName" "Sheet" + "tabxindent" "10" + "tabxdelta" "10" + "tabwidth" "150" + "tabheight" "15" + "yoffset" "14" + "transition_time" "0" + "paintbackground" "1" + "bgcolor_override" "G_MenuBg" + + "HeaderLine" + { + "ControlName" "EditablePanel" + "fieldName" "HeaderLine" + "xpos" "0" + "ypos" "13" + "zpos" "2" + "wide" "f0" + "tall" "2" + "visible" "1" + "enabled" "1" + "paintbackground" "1" + "bgcolor_override" "G_Highlight" + } + + "tabskv" + { + "textinsetx" "20" + "font" "G_FontTiny" + "selectedcolor" "255 255 255 255" + "unselectedcolor" "G_MenuText" + "defaultBgColor_override" "46 43 42 255" + "paintbackground" "0" + "activeborder_override" "HighlightBg" + "normalborder_override" "NoBorder" + } + } + + "BackButton" + { + "ControlName" "CExButton" + "fieldName" "BackButton" + "xpos" "c-288" + "ypos" "r35" + "zpos" "2" + "wide" "135" + "tall" "25" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#TF_BackCarat" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "Command" "back" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + + "BackButtonQKey" + { + "ControlName" "CExButton" + "fieldName" "BackButtonQKey" + "xpos" "-9999" + "ypos" "-9999" + "zpos" "-9999" + "wide" "0" + "tall" "0" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "&Q" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "Command" "back" + } + + "NotificationsPresentPanel" + { + "ControlName" "CNotificationsPresentPanel" + "fieldName" "NotificationsPresentPanel" + "xpos" "r200" + "ypos" "10" + "zpos" "10000" + "wide" "190" + "tall" "50" + "visible" "0" + "enabled" "1" + } +} diff --git a/toonhud/resource/ui/classloadoutpanel.res b/toonhud/resource/ui/classloadoutpanel.res new file mode 100644 index 0000000..8884310 --- /dev/null +++ b/toonhud/resource/ui/classloadoutpanel.res @@ -0,0 +1,871 @@ +"Resource/UI/FullLoadoutPanel.res" +{ + "class_loadout_panel" + { + "ControlName" "Frame" + "fieldName" "class_loadout_panel" + "xpos" "0" + "ypos" "0" + "wide" "f0" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "settitlebarvisible" "0" + "PaintBackgroundType" "0" + "bgcolor_override" "G_MenuBg" + "infocus_bgcolor_override" "G_MenuBg" + "outoffocus_bgcolor_override" "G_MenuBg" + + "item_xpos_offcenter_a" "-340" + "item_xpos_offcenter_b" "190" + "item_ypos" "58" + "item_ydelta" "67" + "item_mod_wide" "40" + + "item_backpack_offcenter_x" "-288" + "item_backpack_xdelta" "4" + "item_backpack_ydelta" "3" + + "button_xpos_offcenter" "175" + "button_ypos" "85" + "button_ydelta" "80" + "button_override_delete_xpos" "0" + + "modelpanels_kv" + { + "ControlName" "CItemModelPanel" + "xpos" "c-70" + "ypos" "270" + "wide" "150" + "tall" "64" + "visible" "0" + "noitem_textcolor" "117 107 94 255" + "PaintBackgroundType" "0" + "paintbackground" "1" + "bgcolor_override" "G_LoadoutItemBg" + "paintborder" "1" + + "model_center_x" "1" + "model_ypos" "4" + "model_tall" "40" + "model_wide" "69" + "text_ypos" "47" + "text_center" "1" + "name_only" "1" + + "attriblabel" + { + "font" "ItemFontAttribLarge" + "visible" "0" + } + + "itemmodelpanel" + { + "use_item_rendertarget" "0" + "allow_rot" "0" + "inventory_image_type" "1" // HQ images + } + } + + "itemoptionpanels_kv" + { + "ControlName" "CExButton" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "12" + "tall" "12" + "autoResize" "0" + "visible" "0" + "enabled" "1" + "tabPosition" "0" + "labelText" "+" + "font" "Default" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "defaultBgColor_override" "0 0 0 0" + } + } + + "CaratLabel" + { + "ControlName" "CExLabel" + "fieldName" "CaratLabel" + "font" "HudFontSmallestBold" + "labelText" ">>" + "textAlignment" "west" + "xpos" "-9999" + "ypos" "20" + "zpos" "1" + "wide" "20" + "tall" "15" + "autoResize" "1" + "pinCorner" "0" + "visible" "0" + "enabled" "0" + "Alpha" "0" + "fgcolor_override" "G_MenuBg" + } + "ClassLabel" + { + "ControlName" "CExLabel" + "fieldName" "ClassLabel" + "font" "HudFontMediumBold" + "labelText" "#ClassBeingEquipped" + "fgcolor" "G_MenuText" + "textAlignment" "west" + "xpos" "0" + "ypos" "15" + "zpos" "1" + "wide" "f0" + "tall" "25" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "centerwrap" "1" + } + + "TauntCaratLabel" + { + "ControlName" "CExLabel" + "fieldName" "TauntCaratLabel" + "font" "HudFontSmallestBold" + "labelText" ">>" + "textAlignment" "west" + "xpos" "-9999" + "ypos" "-9999" + "zpos" "1" + "wide" "20" + "tall" "15" + "autoResize" "1" + "pinCorner" "0" + "visible" "0" + "enabled" "0" + "fgcolor_override" "200 80 60 255" + "Alpha" "0" + } + "TauntLabel" + { + "ControlName" "CExLabel" + "fieldName" "TauntLabel" + "font" "HudFontMediumBold" + "labelText" "#TF_Taunt" + "textAlignment" "west" + "xpos" "-9999" + "ypos" "-9999" + "zpos" "1" + "wide" "240" + "tall" "25" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "0" + "Alpha" "0" + } + + "TopLine" + { + "ControlName" "ImagePanel" + "fieldName" "TopLine" + "xpos" "c-305" + "ypos" "40" + "zpos" "2" + "wide" "610" + "tall" "10" + "visible" "0" + "enabled" "0" + "image" "loadout_dotted_line" + "tileImage" "1" + "tileVertically" "0" + } + + "classmodelpanel" + { + "ControlName" "CTFPlayerModelPanel" + "fieldName" "classmodelpanel" + + "xpos" "0" + "ypos" "0" + "zpos" "-1" + "wide" "f0" + "tall" "f0" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + + "render_texture" "0" + "fov" "80" + "allow_manip" "1" + + "model" + { + "force_pos" "1" + + "angles_x" "0" + "angles_y" "170" + "angles_z" "0" + "origin_x" "190" + "origin_y" "0" + "origin_z" "-30" + "frame_origin_x" "0" + "frame_origin_y" "0" + "frame_origin_z" "0" + "spotlight" "1" + + "modelname" "" + + } + } + + "mouseoveritempanel" + { + "ControlName" "CItemModelPanel" + "fieldName" "mouseoveritempanel" + "xpos" "c-70" + "ypos" "270" + "zpos" "100" + "wide" "300" + "tall" "300" + "visible" "0" + "bgcolor_override" "0 0 0 0" + "noitem_textcolor" "117 107 94 255" + "PaintBackgroundType" "2" + "paintborder" "1" + + "text_ypos" "15" + "text_center" "1" + "model_hide" "1" + "resize_to_text" "1" + "padding_height" "15" + + "attriblabel" + { + "font" "ItemFontAttribLarge" + "xpos" "0" + "ypos" "0" + "zpos" "2" + "wide" "140" + "tall" "60" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "%attriblist%" + "textAlignment" "center" + "fgcolor" "117 107 94 255" + "centerwrap" "1" + } + } + + "PassiveAttribsLabel" + { + "ControlName" "CExLabel" + "fieldName" "PassiveAttribsLabel" + "font" "DefaultVerySmall" + "xpos" "c-135" + "ypos" "332" + "zpos" "0" + "wide" "270" + "tall" "56" [$WINDOWS] + "tall" "50" [!$WINDOWS] + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "" + "textAlignment" "center" [$WINDOWS] + "textAlignment" "north" [!$WINDOWS] + "fgcolor" "255 215 0 255" + "centerwrap" "1" + } + + "loadout_preset_panel" + { + "ControlName" "CLoadoutPresetPanel" + "FieldName" "loadout_preset_panel" + "xpos" "c-130" + "ypos" "20" + "zpos" "20" + "wide" "260" + "tall" "25" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "paintbackground" "0" + } + + "PresetsExplanation" + { + "ControlName" "CExplanationPopup" + "fieldName" "PresetsExplanation" + "xpos" "0" + "ypos" "0" + "zpos" "10000" + "wide" "250" + "tall" "160" + "visible" "0" + "PaintBackgroundType" "2" + "paintbackground" "0" + "border" "MainMenuHighlightBorder" + + "force_close" "1" + "end_x" "c-200" + "end_y" "120" + "end_wide" "250" + "end_tall" "160" + "callout_inparents_x" "c0" + "callout_inparents_y" "75" + "next_explanation" "" + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "HudFontSmallBold" + "labelText" "#ItemPresetsExplanation_Title" + "textAlignment" "north" + "xpos" "20" + "ypos" "10" + "wide" "210" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor_override" "G_MenuBg" + } + + "TextLabel" + { + "ControlName" "CExLabel" + "fieldName" "TextLabel" + "font" "HudFontSmall" + "labelText" "#ClassLoadoutItemPresetsExplanation_Text" + "textAlignment" "north-west" + "xpos" "20" + "ypos" "35" + "wide" "210" + "tall" "200" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor_override" "G_MenuBg" + } + + "CloseButton" + { + "ControlName" "CExImageButton" + "fieldName" "CloseButton" + "xpos" "230" + "ypos" "5" + "zpos" "10" + "wide" "14" + "tall" "14" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "close" + + "paintbackground" "0" + + "defaultFgColor_override" "G_MenuBg" + "armedFgColor_override" "235 226 202 255" + "depressedFgColor_override" "G_MenuBg" + + "image_drawcolor" "117 107 94 255" + "image_armedcolor" "200 80 60 255" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "image" "close_button" + "scaleImage" "1" + } + } + } + + "ItemOptionsPanel" + { + "ControlName" "CLoadoutParticleSlider" + "fieldname" "ItemOptionsPanel" + "xpos" "0" + "ypos" "0" + "zpos" "120" + "wide" "140" + "tall" "75" + "autoResize" "1" + "visible" "0" + "bgcolor_override" "69 64 63 255" + "PaintBackgroundType" "2" + } + + "TauntHintLabel" + { + "ControlName" "CExLabel" + "fieldName" "TauntHintLabel" + "font" "ItemFontAttribLarge" + "xpos" "-9999" + "ypos" "-9999" + "zpos" "1" + "wide" "250" + "tall" "25" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "0" + "labelText" "#TF_ClassLoadoutTauntInputHint" + "textAlignment" "east" + "centerwrap" "1" + } + + "CharacterLoadoutButton" + { + "ControlName" "CExImageButton" + "fieldName" "CharacterLoadoutButton" + "labelText" "" + "xpos" "c+239" + "ypos" "347" [$WINDOWS] + "ypos" "339" [!$WINDOWS] + "zpos" "2" + "wide" "25" + "tall" "25" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "Command" "characterloadout" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "2" + "ypos" "2" + "zpos" "1" + "wide" "21" + "tall" "21" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "replay/thumbnails/glyphs/glyph_items" + } + } + + "TauntLoadoutButton" + { + "ControlName" "CExImageButton" + "fieldName" "TauntLoadoutButton" + "labelText" "" + "xpos" "c+266" + "ypos" "347" [$WINDOWS] + "ypos" "339" [!$WINDOWS] + "zpos" "2" + "wide" "25" + "tall" "25" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "Command" "tauntloadout" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "2" + "ypos" "2" + "zpos" "1" + "wide" "21" + "tall" "21" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "../hud/ico_reel" + } + } + + "TauntsExplanation" + { + "ControlName" "CExplanationPopup" + "fieldName" "TauntsExplanation" + "xpos" "0" + "ypos" "0" + "zpos" "10000" + "wide" "250" + "tall" "160" + "visible" "0" + "PaintBackgroundType" "2" + "paintbackground" "0" + "border" "MainMenuHighlightBorder" + + "force_close" "1" + "end_x" "c-180" + "end_y" "150" + "end_wide" "250" + "end_tall" "140" + "callout_inparents_x" "c15" + "callout_inparents_y" "330" + "next_explanation" "" + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "HudFontSmallBold" + "labelText" "#TauntsExplanation_Title" + "textAlignment" "north" + "xpos" "20" + "ypos" "10" + "wide" "210" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor_override" "G_MenuBg" + } + + "TextLabel" + { + "ControlName" "CExLabel" + "fieldName" "TextLabel" + "font" "HudFontSmall" + "labelText" "#ClassLoadoutTauntsExplanation_Text" + "textAlignment" "north-west" + "xpos" "20" + "ypos" "35" + "wide" "210" + "tall" "200" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor_override" "G_MenuBg" + } + + "CloseButton" + { + "ControlName" "CExImageButton" + "fieldName" "CloseButton" + "xpos" "230" + "ypos" "5" + "zpos" "10" + "wide" "14" + "tall" "14" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "close" + + "paintbackground" "0" + + "defaultFgColor_override" "G_MenuBg" + "armedFgColor_override" "235 226 202 255" + "depressedFgColor_override" "G_MenuBg" + + "image_drawcolor" "117 107 94 255" + "image_armedcolor" "200 80 60 255" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "image" "close_button" + "scaleImage" "1" + } + } + } + + "RedTeamButton" + { + "ControlName" "CExImageButton" + "fieldName" "RedTeamButton" + "xpos" "c+120" + "ypos" "57" + "zpos" "30" + "wide" "20" + "tall" "20" + "autoResize" "1" + "pinCorner" "2" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "B" + "textAlignment" "center" + "scaleImage" "1" + "font" "G_BallSmall" + "command" "sv_cheats 1; r_skin 0" + "fgcolor" "G_TeamButtonRed" + "defaultFgColor_override" "G_TeamButtonRed" + "armedFgColor_override" "G_TeamButtonRedArmed" + "depressedFgColor_override" "G_TeamButtonRedArmed" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "keyboardinputenabled" "0" + "paintbackground" "0" + "paintbackgroundtype" "0" + "defaultBgColor_Override" "0 0 0 0" + "paintborder" "0" + } + + "BlueTeamButton" + { + "ControlName" "CExImageButton" + "fieldName" "BlueTeamButton" + "xpos" "c+140" + "ypos" "57" + "zpos" "30" + "wide" "20" + "tall" "20" + "autoResize" "1" + "pinCorner" "2" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "B" + "textAlignment" "center" + "scaleImage" "1" + "font" "G_BallSmall" + "command" "sv_cheats 1; r_skin 1" + "fgcolor" "G_TeamButtonBlue" + "defaultFgColor_override" "G_TeamButtonBlue" + "armedFgColor_override" "G_TeamButtonBlueArmed" + "depressedFgColor_override" "G_TeamButtonBlueArmed" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "keyboardinputenabled" "0" + "paintbackground" "0" + "paintbackgroundtype" "0" + "defaultBgColor_Override" "0 0 0 0" + "paintborder" "0" + } + + "Wall" + { + "ControlName" "EditablePanel" + "fieldName" "Wall" + "xpos" "0" + "ypos" "50" + "zpos" "-5" + "wide" "f0" + "tall" "280" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "paintbackground" "1" + "bgcolor_override" "G_MenuShader" + } + + "ZoomInfoLabel" + { + "ControlName" "CExLabel" + "fieldName" "ZoomInfoLabel" + "font" "DefaultVerySmall" + "labelText" "Zoom:" + "textAlignment" "east" + "xpos" "c-340" + "ypos" "336" + "zpos" "1" + "wide" "75" + "tall" "10" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "G_MenuText" + } + + "ZoomInfo" + { + "ControlName" "CExLabel" + "fieldName" "ZoomInfo" + "font" "DefaultVerySmall" + "labelText" "MOUSE2" + "textAlignment" "west" + "xpos" "c-263" + "ypos" "336" + "zpos" "1" + "wide" "73" + "tall" "10" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "G_MenuText" + } + + "MoveInfoLabel" + { + "ControlName" "CExLabel" + "fieldName" "MoveInfoLabel" + "font" "DefaultVerySmall" + "labelText" "Move:" + "textAlignment" "east" + "xpos" "c-340" + "ypos" "346" + "zpos" "1" + "wide" "75" + "tall" "10" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "G_MenuText" + } + + "MoveInfo" + { + "ControlName" "CExLabel" + "fieldName" "MoveInfo" + "font" "DefaultVerySmall" + "labelText" "Shift" + "textAlignment" "west" + "xpos" "c-263" + "ypos" "346" + "zpos" "1" + "wide" "73" + "tall" "10" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "G_MenuText" + } + + "RotateInfoLabel" + { + "ControlName" "CExLabel" + "fieldName" "RotateInfoLabel" + "font" "DefaultVerySmall" + "labelText" "Rotate:" + "textAlignment" "east" + "xpos" "c-340" + "ypos" "356" + "zpos" "1" + "wide" "75" + "tall" "10" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "G_MenuText" + } + + "RotateInfo" + { + "ControlName" "CExLabel" + "fieldName" "RotateInfo" + "font" "DefaultVerySmall" + "labelText" "Alt" + "textAlignment" "west" + "xpos" "c-263" + "ypos" "356" + "zpos" "1" + "wide" "73" + "tall" "10" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "G_MenuText" + } + + "LightInfoLabel" + { + "ControlName" "CExLabel" + "fieldName" "LightInfoLabel" + "font" "DefaultVerySmall" + "labelText" "Change lighting:" + "textAlignment" "east" + "xpos" "c-340" + "ypos" "366" + "zpos" "1" + "wide" "75" + "tall" "10" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "G_MenuText" + } + + "LightInfo" + { + "ControlName" "CExLabel" + "fieldName" "LightInfo" + "font" "DefaultVerySmall" + "labelText" "Ctrl" + "textAlignment" "west" + "xpos" "c-263" + "ypos" "366" + "zpos" "1" + "wide" "73" + "tall" "10" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "G_MenuText" + } +} diff --git a/toonhud/resource/ui/classselection.res b/toonhud/resource/ui/classselection.res new file mode 100644 index 0000000..3f150ae --- /dev/null +++ b/toonhud/resource/ui/classselection.res @@ -0,0 +1,2053 @@ +"Resource/UI/ClassSelection.res" +{ + "class" + { + "ControlName" "Frame" + "fieldName" "class" + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "480" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + } + + "SysMenu" + { + "ControlName" "Menu" + "fieldName" "SysMenu" + "xpos" "0" + "ypos" "0" + "wide" "64" + "tall" "24" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "0" + "tabPosition" "0" + } + + "random" + { + "ControlName" "CExImageButton" + "fieldName" "random" + "xpos" "r50" + "xpos_lodef" "r50" + "xpos_hidef" "r50" + "ypos" "c-57" + "ypos_lodef" "c-57" + "ypos_hidef" "c-57" + "zpos" "6" + "wide" "50" + "tall" "50" + "autoResize" "0" + "pinCorner" "2" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "&R" + "textinsetx" "-9999" + "textAlignment" "south-west" + "Command" "select 12" + "Default" "1" + "font" "G_Empty" + "scaleImage" "1" + + "paintbackground" "0" + "bgcolor" "0 0 0 0" + + "image_default" "class_sel_sm_random_inactive" + "image_armed" "class_sel_sm_random_inactive" + + "fgcolor" "0 0 0 0" + "defaultFgColor_override" "0 0 0 0" + "armedFgColor_override" "0 0 0 0" + "depressedFgColor_override" "0 0 0 0" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "sound_armed" "UI/buttonrollover.wav" + + "paintbackground" "0" + + "image_drawcolor" "255 255 255 180" + "image_armedcolor" "255 255 255 255" + "image_selectedcolor" "255 255 255 255" + + "stayselectedonclick" "1" + "selectonhover" "1" + "keyboardinputenabled" "0" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "-28" + "zpos" "7" + "wide" "50" + "tall" "100" + "visible" "1" + "enabled" "1" + "image" "class_sel_sm_random_inactive" + "scaleImage" "1" + } + } + + "Offense" + { + "ControlName" "CExLabel" + "fieldName" "Offense" + "xpos" "-1000" + "xpos_hidef" "-1000" + "xpos_lodef" "-1000" + "ypos" "-1000" + "ypos_hidef" "-1000" + "ypos_lodef" "-1000" + "zpos" "2" + "wide" "90" + "tall" "12" + "tall_lodef" "22" + "autoResize" "1" + "pinCorner" "2" + "visible" "0" + "enabled" "0" + "tabPosition" "0" + "labelText" "#TF_Offense" + "textAlignment" "left" + "font" "MenuClassBuckets" + "font_lodef" "MenuMainTitle" + "fgcolor" "TanDark" + "fgcolor_lodef" "TanLight" + } + + "scout" + { + "ControlName" "CExImageButton" + "fieldName" "scout" + + "xpos" "c-119" + "xpos_hidef" "c-119" + "xpos_lodef" "c-119" + "ypos" "c-57" + "ypos_lodef" "c-57" + "ypos_hidef" "c-57" + "zpos" "1" + "wide" "36" + "tall" "36" + "autoResize" "0" + "pinCorner" "2" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "" [$WIN32] + "labelText" "" [$X360] + "textAlignment" "south-west" + "Command" "select 1" + "Default" "0" + "font" "MenuKeys" + "scaleImage" "1" + + "image_default" "../hud/leaderboard_class_scout" + "image_armed" "../hud/leaderboard_class_scout" + + "image_drawcolor" "255 255 255 255" + "image_armedcolor" "255 255 255 255" + "image_selectedcolor" "255 255 255 0" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "sound_armed" "UI/buttonrollover.wav" + + "paintbackground" "0" + + "stayselectedonclick" "1" + "selectonhover" "1" + "keyboardinputenabled" "0" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "4" + "ypos" "4" + "zpos" "20" + "wide" "28" + "tall" "28" + "visible" "1" + "enabled" "1" + "image" "../hud/leaderboard_class_scout" + "scaleImage" "1" + } + } + + "soldier" + { + "ControlName" "CExImageButton" + "fieldName" "soldier" + "xpos" "c-83" + "xpos_hidef" "c-83" + "xpos_lodef" "c-83" + "ypos" "c-57" + "ypos_lodef" "c-57" + "ypos_hidef" "c-57" + "zpos" "1" + "wide" "36" + "tall" "36" + "autoResize" "0" + "pinCorner" "2" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "" [$WIN32] + "labelText" "" [$X360] + "textAlignment" "south-west" + "Command" "select 3" + "Default" "0" + "font" "MenuKeys" + "scaleImage" "1" + + "image_default" "../hud/leaderboard_class_soldier" + "image_armed" "../hud/leaderboard_class_soldier" + + "image_drawcolor" "255 255 255 255" + "image_armedcolor" "255 255 255 255" + "image_selectedcolor" "255 255 255 0" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "sound_armed" "UI/buttonrollover.wav" + + "paintbackground" "0" + + "stayselectedonclick" "1" + "selectonhover" "1" + "keyboardinputenabled" "0" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "4" + "ypos" "4" + "zpos" "20" + "wide" "28" + "tall" "28" + "visible" "1" + "enabled" "1" + "image" "../hud/leaderboard_class_soldier" + "scaleImage" "1" + } + } + + "pyro" + { + "ControlName" "CExImageButton" + "fieldName" "pyro" + + "xpos" "c-47" + "xpos_hidef" "c-47" + "xpos_lodef" "c-47" + "ypos" "c-57" + "ypos_lodef" "c-57" + "ypos_hidef" "c-57" + "zpos" "1" + "wide" "36" + "tall" "36" + "autoResize" "0" + "pinCorner" "2" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "" [$WIN32] + "labelText" "" [$X360] + "textAlignment" "south-west" + "Command" "select 7" + "Default" "0" + "font" "MenuKeys" + "scaleImage" "1" + + "image_default" "../hud/leaderboard_class_pyro" + "image_armed" "../hud/leaderboard_class_pyro" + + "image_drawcolor" "255 255 255 255" + "image_armedcolor" "255 255 255 255" + "image_selectedcolor" "255 255 255 0" + + "bgcolor" "TanDark" + "defaultBgColor_override" "TanDark" + "armedBgColor_override" "TanDark" + "depressedBgColor_override" "TanDark" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "sound_armed" "UI/buttonrollover.wav" + + "paintbackground" "0" + + "stayselectedonclick" "1" + "selectonhover" "1" + "keyboardinputenabled" "0" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "4" + "ypos" "4" + "zpos" "20" + "wide" "28" + "tall" "28" + "visible" "1" + "enabled" "1" + "image" "../hud/leaderboard_class_pyro" + "scaleImage" "1" + } + } + + "Defense" + { + "ControlName" "CExLabel" + "fieldName" "Defense" + "xpos" "-1000" + "xpos_hidef" "-1000" + "xpos_lodef" "-1000" + "ypos" "-1000" + "ypos_hidef" "-1000" + "ypos_lodef" "-1000" + "zpos" "2" + "wide" "90" + "tall" "12" + "tall_lodef" "22" + "autoResize" "1" + "pinCorner" "2" + "visible" "0" + "enabled" "0" + "tabPosition" "0" + "labelText" "#TF_Defense" + "textAlignment" "left" + "font" "MenuClassBuckets" + "font_lodef" "MenuMainTitle" + "fgcolor" "TanDark" + "fgcolor_lodef" "TanLight" + } + "demoman" + { + "ControlName" "CExImageButton" + "fieldName" "demoman" + + "xpos" "c-11" + "xpos_hidef" "c-11" + "xpos_lodef" "c-11" + "ypos" "c-57" + "ypos_lodef" "c-57" + "ypos_hidef" "c-57" + "zpos" "1" + "wide" "36" + "tall" "36" + "autoResize" "0" + "pinCorner" "2" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "" [$WIN32] + "labelText" "" [$X360] + "textAlignment" "south-west" + "Command" "select 4" + "Default" "0" + "font" "MenuKeys" + "scaleImage" "0" + + "image_default" "../hud/leaderboard_class_demo" + "image_armed" "../hud/leaderboard_class_demo" + + "image_drawcolor" "255 255 255 255" + "image_armedcolor" "255 255 255 255" + "image_selectedcolor" "255 255 255 0" + + "bgcolor" "TanDark" + "defaultBgColor_override" "TanDark" + "armedBgColor_override" "TanDark" + "depressedBgColor_override" "TanDark" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "sound_armed" "UI/buttonrollover.wav" + + "paintbackground" "0" + + "stayselectedonclick" "1" + "selectonhover" "1" + "keyboardinputenabled" "0" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "4" + "ypos" "4" + "zpos" "20" + "wide" "28" + "tall" "28" + "visible" "1" + "enabled" "1" + "image" "../hud/leaderboard_class_demo" + "scaleImage" "1" + } + } + "heavyweapons" + { + "ControlName" "CExImageButton" + "fieldName" "heavyweapons" + + "xpos" "c25" + "xpos_hidef" "c25" + "xpos_lodef" "c25" + "ypos" "c-57" + "ypos_lodef" "c-57" + "ypos_hidef" "c-57" + "zpos" "1" + "wide" "36" + "tall" "36" + "autoResize" "0" + "pinCorner" "2" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "" [$WIN32] + "labelText" "" [$X360] + "textAlignment" "south-west" + "Command" "select 6" + "Default" "0" + "font" "MenuKeys" + "scaleImage" "1" + + "image_default" "../hud/leaderboard_class_heavy" + "image_armed" "../hud/leaderboard_class_heavy" + + "image_drawcolor" "255 255 255 255" + "image_armedcolor" "255 255 255 255" + "image_selectedcolor" "255 255 255 0" + + "bgcolor" "TanDark" + "defaultBgColor_override" "TanDark" + "armedBgColor_override" "TanDark" + "depressedBgColor_override" "TanDark" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "sound_armed" "UI/buttonrollover.wav" + + "paintbackground" "0" + + "stayselectedonclick" "1" + "selectonhover" "1" + "keyboardinputenabled" "0" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "4" + "ypos" "4" + "zpos" "20" + "wide" "28" + "tall" "28" + "visible" "1" + "enabled" "1" + "image" "../hud/leaderboard_class_heavy" + "scaleImage" "1" + } + } + "engineer" + { + "ControlName" "CExImageButton" + "fieldName" "engineer" + + "xpos" "c61" + "xpos_hidef" "c61" + "xpos_lodef" "c61" + "ypos" "c-57" + "ypos_lodef" "c-57" + "ypos_hidef" "c-57" + "zpos" "1" + "wide" "36" + "tall" "36" + "autoResize" "0" + "pinCorner" "2" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "" [$WIN32] + "labelText" "" [$X360] + "textAlignment" "south-west" + "Command" "select 9" + "Default" "0" + "font" "MenuKeys" + "scaleImage" "1" + + "image_default" "../hud/leaderboard_class_engineer" + "image_armed" "../hud/leaderboard_class_engineer" + + "image_drawcolor" "255 255 255 255" + "image_armedcolor" "255 255 255 255" + "image_selectedcolor" "255 255 255 0" + + "bgcolor" "TanDark" + "defaultBgColor_override" "TanDark" + "armedBgColor_override" "TanDark" + "depressedBgColor_override" "TanDark" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "sound_armed" "UI/buttonrollover.wav" + + "paintbackground" "0" + + "stayselectedonclick" "1" + "selectonhover" "1" + "keyboardinputenabled" "0" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "4" + "ypos" "4" + "zpos" "20" + "wide" "28" + "tall" "28" + "visible" "1" + "enabled" "1" + "image" "../hud/leaderboard_class_engineer" + "scaleImage" "1" + } + } + + "Support" + { + "ControlName" "CExLabel" + "fieldName" "Support" + "xpos" "-1000" + "xpos_hidef" "-1000" + "xpos_lodef" "-1000" + "ypos" "-1000" + "ypos_hidef" "-1000" + "ypos_lodef" "-1000" + "zpos" "2" + "wide" "90" + "tall" "12" + "tall_lodef" "22" + "autoResize" "1" + "pinCorner" "2" + "visible" "0" + "enabled" "0" + "tabPosition" "0" + "labelText" "#TF_Support" + "textAlignment" "left" + "font" "MenuClassBuckets" + "font_lodef" "MenuMainTitle" + "fgcolor" "TanDark" + "fgcolor_lodef" "TanLight" + } + "medic" + { + "ControlName" "CExImageButton" + "fieldName" "medic" + "xpos" "c97" + "xpos_hidef" "c97" + "xpos_lodef" "c97" + "ypos" "c-57" + "ypos_lodef" "c-57" + "ypos_hidef" "c-57" + "zpos" "1" + "wide" "36" + "tall" "36" + "autoResize" "0" + "pinCorner" "2" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "" [$WIN32] + "labelText" "" [$X360] + "textAlignment" "south-west" + "Command" "select 5" + "Default" "0" + "font" "MenuKeys" + "scaleImage" "1" + + "image_default" "../hud/leaderboard_class_medic" + "image_armed" "../hud/leaderboard_class_medic" + + "image_drawcolor" "255 255 255 255" + "image_armedcolor" "255 255 255 255" + "image_selectedcolor" "255 255 255 0" + + "bgcolor" "TanDark" + "defaultBgColor_override" "TanDark" + "armedBgColor_override" "TanDark" + "depressedBgColor_override" "TanDark" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "sound_armed" "UI/buttonrollover.wav" + + "paintbackground" "0" + + "stayselectedonclick" "1" + "selectonhover" "1" + "keyboardinputenabled" "0" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "4" + "ypos" "4" + "zpos" "20" + "wide" "28" + "tall" "28" + "visible" "1" + "enabled" "1" + "image" "../hud/leaderboard_class_medic" + "scaleImage" "1" + } + } + "sniper" + { + "ControlName" "CExImageButton" + "fieldName" "sniper" + + "xpos" "c133" + "xpos_hidef" "c133" + "xpos_lodef" "c133" + "ypos" "c-57" + "ypos_lodef" "c-57" + "ypos_hidef" "c-57" + "zpos" "1" + "wide" "36" + "tall" "36" + "autoResize" "0" + "pinCorner" "2" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "" [$WIN32] + "labelText" "" [$X360] + "textAlignment" "south-west" + "Command" "select 2" + "Default" "0" + "font" "MenuKeys" + "scaleImage" "1" + + "image_default" "../hud/leaderboard_class_sniper" + "image_armed" "../hud/leaderboard_class_sniper" + + "image_drawcolor" "255 255 255 255" + "image_armedcolor" "255 255 255 255" + "image_selectedcolor" "255 255 255 0" + + "bgcolor" "TanDark" + "defaultBgColor_override" "TanDark" + "armedBgColor_override" "TanDark" + "depressedBgColor_override" "TanDark" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "sound_armed" "UI/buttonrollover.wav" + + "paintbackground" "0" + + "stayselectedonclick" "1" + "selectonhover" "1" + "keyboardinputenabled" "0" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "4" + "ypos" "4" + "zpos" "20" + "wide" "28" + "tall" "28" + "visible" "1" + "enabled" "1" + "image" "../hud/leaderboard_class_sniper" + "scaleImage" "1" + } + } + "spy" + { + "ControlName" "CExImageButton" + "fieldName" "spy" + + "xpos" "c169" + "xpos_hidef" "c169" + "xpos_lodef" "c169" + "ypos" "c-57" + "ypos_lodef" "c-57" + "ypos_hidef" "c-57" + "zpos" "1" + "wide" "36" + "tall" "36" + "autoResize" "0" + "pinCorner" "2" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "" [$WIN32] + "labelText" "" [$X360] + "textAlignment" "south-west" + "Command" "select 8" + "Default" "0" + "font" "MenuKeys" + "scaleImage" "1" + + "image_default" "../hud/leaderboard_class_spy" + "image_armed" "../hud/leaderboard_class_spy" + + "image_drawcolor" "255 255 255 255" + "image_armedcolor" "255 255 255 255" + "image_selectedcolor" "255 255 255 0" + + "bgcolor" "TanDark" + "defaultBgColor_override" "TanDark" + "armedBgColor_override" "TanDark" + "depressedBgColor_override" "TanDark" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "sound_armed" "UI/buttonrollover.wav" + + "paintbackground" "0" + + "stayselectedonclick" "1" + "selectonhover" "1" + "keyboardinputenabled" "0" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "4" + "ypos" "4" + "zpos" "20" + "wide" "28" + "tall" "28" + "visible" "1" + "enabled" "1" + "image" "../hud/leaderboard_class_spy" + "scaleImage" "1" + } + } + + "Background" + { + "ControlName" "EditablePanel" + "fieldName" "Background" + "xpos" "0" + "ypos" "0" + "zpos" "-10" + "wide" "f0" + "tall" "480" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "paintbackground" "1" + "bgcolor_override" "G_TransparentMenuBG" + } + + "CancelButton" [$WIN32] + { + "ControlName" "CExButton" + "fieldName" "CancelButton" + "xpos" "c-120" + "ypos" "c5" + "zpos" "6" + "wide" "100" + "tall" "25" + "autoResize" "0" + "pinCorner" "2" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#TF_ClassMenu_Cancel" + "textAlignment" "center" + "Command" "vguicancel" + "font" "HudFontSmallBold" + "fgcolor_override" "200 80 60 255" + } + + "EditLoadoutButton" [$WIN32] + { + "ControlName" "CExButton" + "fieldName" "EditLoadoutButton" + "xpos" "c56" + "ypos" "c5" + "zpos" "6" + "wide" "150" + "tall" "25" + "autoResize" "0" + "pinCorner" "2" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#EditLoadout" + "textAlignment" "center" + "Command" "openloadout" + "font" "HudFontSmallBold" + } + + "ResetButton" [$WIN32] + { + "ControlName" "CExButton" + "fieldName" "ResetButton" + "xpos" "r470" + "ypos" "r38" + "zpos" "6" + "wide" "110" + "tall" "25" + "autoResize" "0" + "pinCorner" "2" + "visible" "0" + "enabled" "0" + "tabPosition" "0" + "labelText" "#TF_ClassMenu_Reset" + "textAlignment" "center" + "Command" "resetclass" + "font" "HudFontSmallBold" + } + + "ClassMenuSelect" + { + "ControlName" "CExLabel" + "fieldName" "ClassMenuSelect" + "xpos" "c-119" + "xpos_lodef" "c-119" + "xpos_hidef" "c-119" + "ypos" "c-93" + "ypos_lodef" "c-93" + "ypos_hidef" "c-93" + "zpos" "5" + "wide" "0" + "tall" "0" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "visible_lodef" "0" + "enabled" "1" + "labelText" "#TF_SelectAClass" + "textAlignment" "west" + "font" "G_HudMed" + "fgcolor_override" "HudOffWhite" + "textinsetx" "5" + "Alpha" "0" + } + + "Wall" + { + "ControlName" "EditablePanel" + "fieldName" "Wall" + "xpos" "0" + "ypos" "c-75" + "zpos" "-5" + "wide" "f0" + "tall" "120" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "paintbackground" "1" + "bgcolor_override" "0 0 0 100" + } + + "MenuBackground" + { + "ControlName" "CTFImagePanel" + "fieldName" "MenuBackground" + "xpos" "0" + "ypos" "c-58" + "zpos" "-5" + "wide" "f0" + "tall" "52" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "image" "../hud/color_panel_brown" + "scaleImage" "1" + "teambg_1" "../hud/color_panel_brown" + "teambg_2" "../hud/color_panel_red" + "teambg_2_lodef" "../hud/color_panel_red" + "teambg_3" "../hud/color_panel_blu" + "teambg_3_lodef" "../hud/color_panel_blu" + "paintborder" "1" + "border" "G_HorizontalBorder" + "src_corner_height" "23" + "src_corner_width" "23" + "draw_corner_width" "0" + "draw_corner_height" "0" + } + + "MenuBG" + { + "ControlName" "CModelPanel" + "fieldName" "MenuBG" + "xpos" "0" + "ypos" "0" + "zpos" "0" + "wide" "f0" + "tall" "480" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "0" + "fov" "16" + + "model" + { + "modelname" "models/vgui/UI_class01.mdl" + "skin" "0" + "angles_x" "0" + "angles_y" "180" + "angles_z" "0" + "origin_x" "365" + "origin_x_lodef" "415" + "origin_x_hidef" "380" + "origin_y" "0" + "origin_z" "-40" + } + } + + "Hint" + { + "ControlName" "CExLabel" + "fieldName" "Hint" + "xpos" "c-300" + "xpos_hidef" "c-287" + "xpos_lodef" "c-260" + "ypos" "95" + "ypos_hidef" "101" + "ypos_lodef" "115" + "zpos" "2" + "wide" "600" + "tall" "50" + "tall_lodef" "30" + "autoResize" "1" + "pinCorner" "2" + "visible" "0" + "enabled" "1" + "tabPosition" "0" + "labelText" "%hint%" + "textAlignment" "left" + "wrap" "1" + "font" "HudFontMediumSmallSecondary" + "font_lodef" "HudFontMediumSmallSecondary" + "fgcolor" "HudTrainingHint" + "fgcolor_lodef" "HudTrainingHint" + } + + "ShadedBar" + { + "ControlName" "ImagePanel" + "fieldName" "ShadedBar" + "xpos" "0" + "ypos" "r50" + "ypos_lodef" "r74" + "ypos_hidef" "r65" + "zpos" "4" + "wide" "f0" + "tall" "50" + "tall_lodef" "74" + "tall_hidef" "65" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "0" + "tabPosition" "0" + "image" "loadout_bottom_gradient" + "tileImage" "1" + "PaintBackgroundType" "0" + } + + "Footer" [$X360] + { + "ControlName" "CTFFooter" + "fieldName" "Footer" + "zpos" "6" + "tall" "80" + "button_separator" "10" + "button_separator_lodef" "5" + "buttongap" "50" + "buttongap_hidef" "35" + "buttongap_lodef" "18" + "textadjust" "3" + "textadjust_lodef" "0" + "buttonoffsety" "20" + "buttonoffsety_hidef" "0" + "buttonoffsety_lodef" "18" + "center" "0" + "button_pin_right_lodef" "55" + "fonttext" "MatchmakingDialogMenuLarge" + "fonttext_lodef" "MatchmakingDialogMenuSmall" + "fgcolor" "HudOffWhite" + + "button" + { + "name" "cancel" + "text" "#GameUI_Cancel" + "icon" "#GameUI_Icons_B_BUTTON" + } + + "button" + { + "name" "nextprev" + "text" "#TF_NextPrev" + "icon" "#GameUI_Icons_DPAD" + } + + "button" + { + "name" "select" + "text" "#GameUI_Select" + "icon" "#GameUI_Icons_A_BUTTON" + } + } + + "localPlayerImage" [$WIN32] + { + "ControlName" "CTFImagePanel" + "fieldName" "localPlayerImage" + "xpos" "-1000" + "ypos" "-1000" + "zpos" "9" + "wide" "45" + "tall" "90" + "visible" "0" + "enabled" "0" + "image" "" + "scaleImage" "1" + "Alpha" "0" + } + + "localPlayerBG" + { + "ControlName" "CTFImagePanel" + "fieldName" "localPlayerBG" + "xpos" "-1000" + "ypos" "-1000" + "zpos" "2" + "wide" "55" + "tall" "80" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "0" + "image" "../hud/color_panel_clear" + "scaleImage" "1" + "teambg_2" "../hud/color_panel_clear" + "teambg_3" "../hud/color_panel_clear" + "Alpha" "0" + + "src_corner_height" "23" // pixels inside the image + "src_corner_width" "23" + + "draw_corner_width" "5" // screen size of the corners ( and sides ), proportional + "draw_corner_height" "5" + } + + "countImage0" [$WIN32] + { + "ControlName" "CTFImagePanel" + "fieldName" "countImage0" + "xpos" "-1000" + "ypos" "-1000" + "zpos" "9" + "wide" "30" + "tall" "60" + "visible" "0" + "enabled" "0" + "image" "" + "scaleImage" "1" + "Alpha" "0" + } + + "countImage1" [$WIN32] + { + "ControlName" "CTFImagePanel" + "fieldName" "countImage1" + "xpos" "-1000" + "ypos" "-1000" + "zpos" "9" + "wide" "30" + "tall" "60" + "visible" "0" + "enabled" "0" + "image" "" + "scaleImage" "1" + "Alpha" "0" + } + + "countImage2" [$WIN32] + { + "ControlName" "CTFImagePanel" + "fieldName" "countImage2" + "xpos" "-1000" + "ypos" "-1000" + "zpos" "9" + "wide" "30" + "tall" "60" + "visible" "0" + "enabled" "0" + "image" "" + "scaleImage" "1" + "Alpha" "0" + } + + "countImage3" [$WIN32] + { + "ControlName" "CTFImagePanel" + "fieldName" "countImage3" + "xpos" "-1000" + "ypos" "-1000" + "zpos" "9" + "wide" "30" + "tall" "60" + "visible" "0" + "enabled" "0" + "image" "" + "scaleImage" "1" + "Alpha" "0" + } + + "countImage4" [$WIN32] + { + "ControlName" "CTFImagePanel" + "fieldName" "countImage4" + "xpos" "-1000" + "ypos" "-1000" + "zpos" "9" + "wide" "30" + "tall" "60" + "visible" "0" + "enabled" "0" + "image" "" + "scaleImage" "1" + "Alpha" "0" + } + + "countImage5" [$WIN32] + { + "ControlName" "CTFImagePanel" + "fieldName" "countImage5" + "xpos" "-1000" + "ypos" "-1000" + "zpos" "9" + "wide" "30" + "tall" "60" + "visible" "0" + "enabled" "0" + "image" "" + "scaleImage" "1" + "Alpha" "0" + } + + "countImage6" [$WIN32] + { + "ControlName" "CTFImagePanel" + "fieldName" "countImage6" + "xpos" "-1000" + "ypos" "-1000" + "zpos" "9" + "wide" "30" + "tall" "60" + "visible" "0" + "enabled" "0" + "image" "" + "scaleImage" "1" + "Alpha" "0" + } + + "countImage7" [$WIN32] + { + "ControlName" "CTFImagePanel" + "fieldName" "countImage7" + "xpos" "-1000" + "ypos" "-1000" + "zpos" "9" + "wide" "30" + "tall" "60" + "visible" "0" + "enabled" "0" + "image" "" + "scaleImage" "1" + "Alpha" "0" + } + + "countImage8" [$WIN32] + { + "ControlName" "CTFImagePanel" + "fieldName" "countImage8" + "xpos" "-1000" + "ypos" "-1000" + "zpos" "9" + "wide" "30" + "tall" "60" + "visible" "0" + "enabled" "0" + "image" "" + "scaleImage" "1" + "Alpha" "0" + } + + "countImage9" [$WIN32] + { + "ControlName" "CTFImagePanel" + "fieldName" "countImage9" + "xpos" "-1000" + "ypos" "-1000" + "zpos" "9" + "wide" "30" + "tall" "60" + "visible" "0" + "enabled" "0" + "image" "" + "scaleImage" "1" + "Alpha" "0" + } + + "countImage10" [$WIN32] + { + "ControlName" "CTFImagePanel" + "fieldName" "countImage10" + "xpos" "-1000" + "ypos" "-1000" + "zpos" "9" + "wide" "30" + "tall" "60" + "visible" "0" + "enabled" "0" + "image" "" + "scaleImage" "1" + "Alpha" "0" + } + + "CountLabel" [$WIN32] + { + "ControlName" "CExLabel" + "fieldName" "CountLabel" + "xpos" "-1000" + "ypos" "-1000" + "zpos" "10" + "wide" "150" + "tall" "18" + "autoResize" "1" + "pinCorner" "2" + "visible" "0" + "enabled" "0" + "tabPosition" "0" + "labelText" "#TF_TeamCount" + "textAlignment" "left" + "font" "HudFontMediumSmallSecondary" + "fgcolor" "G_White" + "Alpha" "0" + } + + "numScout" [$WIN32] + { + "ControlName" "CExLabel" + "fieldName" "numScout" + "xpos" "c-119" + "ypos" "c-22" + "zpos" "0" + "wide" "36" + "tall" "28" + "autoResize" "1" + "pinCorner" "2" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "%numScout%" + "textAlignment" "North" + "font" "G_FontSmall" + "fgcolor" "G_White" + "centerwrap" "1" + "paintbackground" "1" + "bgcolor_override" "0 200 0 0" + } + + "numSoldier" [$WIN32] + { + "ControlName" "CExLabel" + "fieldName" "numSoldier" + "xpos" "c-83" + "ypos" "c-22" + "zpos" "0" + "wide" "36" + "tall" "28" + "autoResize" "1" + "pinCorner" "2" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "%numSoldier%" + "textAlignment" "North" + "font" "G_FontSmall" + "fgcolor" "G_White" + "centerwrap" "1" + } + + "numPyro" [$WIN32] + { + "ControlName" "CExLabel" + "fieldName" "numPyro" + "xpos" "c-47" + "ypos" "c-22" + "zpos" "0" + "wide" "36" + "tall" "28" + "autoResize" "1" + "pinCorner" "2" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "%numPyro%" + "textAlignment" "North" + "font" "G_FontSmall" + "fgcolor" "G_White" + "centerwrap" "1" + } + + "numDemoman" [$WIN32] + { + "ControlName" "CExLabel" + "fieldName" "numDemoman" + "xpos" "c-11" + "ypos" "c-22" + "zpos" "0" + "wide" "36" + "tall" "28" + "autoResize" "1" + "pinCorner" "2" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "%numDemoman%" + "textAlignment" "North" + "font" "G_FontSmall" + "fgcolor" "G_White" + "centerwrap" "1" + } + + "numHeavy" [$WIN32] + { + "ControlName" "CExLabel" + "fieldName" "numHeavy" + "xpos" "c25" + "ypos" "c-22" + "zpos" "0" + "wide" "36" + "tall" "28" + "autoResize" "1" + "pinCorner" "2" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "%numHeavy%" + "textAlignment" "North" + "font" "G_FontSmall" + "fgcolor" "G_White" + "centerwrap" "1" + } + + "numEngineer" [$WIN32] + { + "ControlName" "CExLabel" + "fieldName" "numEngineer" + "xpos" "c61" + "ypos" "c-22" + "zpos" "0" + "wide" "36" + "tall" "28" + "autoResize" "1" + "pinCorner" "2" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "%numEngineer%" + "textAlignment" "North" + "font" "G_FontSmall" + "fgcolor" "G_White" + "centerwrap" "1" + } + + "numMedic" [$WIN32] + { + "ControlName" "CExLabel" + "fieldName" "numMedic" + "xpos" "c97" + "ypos" "c-22" + "zpos" "0" + "wide" "36" + "tall" "28" + "autoResize" "1" + "pinCorner" "2" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "%numMedic%" + "textAlignment" "North" + "font" "G_FontSmall" + "fgcolor" "G_White" + "centerwrap" "1" + } + + "numSniper" [$WIN32] + { + "ControlName" "CExLabel" + "fieldName" "numSniper" + "xpos" "c133" + "ypos" "c-22" + "zpos" "0" + "wide" "36" + "tall" "28" + "autoResize" "1" + "pinCorner" "2" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "%numSniper%" + "textAlignment" "North" + "font" "G_FontSmall" + "fgcolor" "G_White" + "centerwrap" "1" + } + + "numSpy" [$WIN32] + { + "ControlName" "CExLabel" + "fieldName" "numSpy" + "xpos" "c169" + "ypos" "c-22" + "zpos" "0" + "wide" "36" + "tall" "28" + "autoResize" "1" + "pinCorner" "2" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "%numSpy%" + "textAlignment" "North" + "font" "G_FontSmall" + "fgcolor" "G_White" + "centerwrap" "1" + } + + "MvMUpgradeImageScout" + { + "ControlName" "ImagePanel" + "fieldName" "MvMUpgradeImageScout" + "xpos" "c-117" + "ypos" "c-55" + "zpos" "10" + "wide" "10" + "tall" "10" + "visible" "0" + "enabled" "1" + "image" "mvm/class_upgraded" + "scaleImage" "1" + } + + "MvMUpgradeImageScout" + { + "ControlName" "ImagePanel" + "fieldName" "MvMUpgradeImageScout" + "xpos" "c-117" + "ypos" "c-55" + "zpos" "10" + "wide" "10" + "tall" "10" + "visible" "0" + "enabled" "1" + "image" "mvm/class_upgraded" + "scaleImage" "1" + } + + "MvMUpgradeImageSolider" + { + "ControlName" "ImagePanel" + "fieldName" "MvMUpgradeImageSolider" + "xpos" "c-81" + "ypos" "c-55" + "zpos" "10" + "wide" "10" + "tall" "10" + "visible" "0" + "enabled" "1" + "image" "mvm/class_upgraded" + "scaleImage" "1" + } + + "MvMUpgradeImagePyro" + { + "ControlName" "ImagePanel" + "fieldName" "MvMUpgradeImagePyro" + "xpos" "c-45" + "ypos" "c-55" + "zpos" "10" + "wide" "10" + "tall" "10" + "visible" "0" + "enabled" "1" + "image" "mvm/class_upgraded" + "scaleImage" "1" + } + + "MvMUpgradeImageDemoman" + { + "ControlName" "ImagePanel" + "fieldName" "MvMUpgradeImageDemoman" + "xpos" "c-9" + "ypos" "c-55" + "zpos" "10" + "wide" "10" + "tall" "10" + "visible" "0" + "enabled" "1" + "image" "mvm/class_upgraded" + "scaleImage" "1" + } + + "MvMUpgradeImageHeavy" + { + "ControlName" "ImagePanel" + "fieldName" "MvMUpgradeImageHeavy" + "xpos" "c27" + "ypos" "c-55" + "zpos" "10" + "wide" "10" + "tall" "10" + "visible" "0" + "enabled" "1" + "image" "mvm/class_upgraded" + "scaleImage" "1" + } + + "MvMUpgradeImageEngineer" + { + "ControlName" "ImagePanel" + "fieldName" "MvMUpgradeImageEngineer" + "xpos" "c63" + "ypos" "c-55" + "zpos" "10" + "wide" "10" + "tall" "10" + "visible" "0" + "enabled" "1" + "image" "mvm/class_upgraded" + "scaleImage" "1" + } + + "MvMUpgradeImageMedic" + { + "ControlName" "ImagePanel" + "fieldName" "MvMUpgradeImageMedic" + "xpos" "c99" + "ypos" "c-55" + "zpos" "10" + "wide" "10" + "tall" "10" + "visible" "0" + "enabled" "1" + "image" "mvm/class_upgraded" + "scaleImage" "1" + } + + "MvMUpgradeImageSniper" + { + "ControlName" "ImagePanel" + "fieldName" "MvMUpgradeImageSniper" + "xpos" "c135" + "ypos" "c-55" + "zpos" "10" + "wide" "10" + "tall" "10" + "visible" "0" + "enabled" "1" + "image" "mvm/class_upgraded" + "scaleImage" "1" + } + + "MvMUpgradeImageSpy" + { + "ControlName" "ImagePanel" + "fieldName" "MvMUpgradeImageSpy" + "xpos" "c171" + "ypos" "c-55" + "zpos" "10" + "wide" "10" + "tall" "10" + "visible" "0" + "enabled" "1" + "image" "mvm/class_upgraded" + "scaleImage" "1" + } + + "StartExplanation" + { + "ControlName" "CExplanationPopup" + "fieldName" "StartExplanation" + "xpos" "0" + "ypos" "0" + "zpos" "10000" + "wide" "250" + "tall" "165" + "visible" "0" + "PaintBackgroundType" "2" + "paintbackground" "0" + "border" "MainMenuHighlightBorder" + "force_close" "1" + "end_x" "c-170" + "end_y" "115" + "end_wide" "300" + "end_tall" "240" + "callout_inparents_x" "c-270" + "callout_inparents_y" "40" + "next_explanation" "VoucherExplanation" + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "HudFontSmallBold" + "labelText" "#TF_MvM_UpgradeExplanation_Title" + "textAlignment" "north" + "xpos" "20" + "ypos" "10" + "wide" "260" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor_override" "46 43 42 255" + } + + "TextLabel" + { + "ControlName" "CExLabel" + "fieldName" "TextLabel" + "font" "HudFontSmall" + "labelText" "#TF_MvM_UpgradeExplanation_Text" + "textAlignment" "north-west" + "xpos" "20" + "ypos" "45" + "wide" "260" + "tall" "170" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor_override" "46 43 42 255" + } + + "CloseButton" + { + "ControlName" "CExImageButton" + "fieldName" "CloseButton" + "xpos" "280" + "ypos" "5" + "zpos" "10" + "wide" "14" + "tall" "14" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "close" + + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "200 80 60 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "117 107 94 255" + "image_armedcolor" "200 80 60 255" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "image" "close_button" + "scaleImage" "1" + } + } + } + + "TFPlayerModel" + { + "ControlName" "CTFPlayerModelPanel" + "fieldName" "TFPlayerModel" + + "xpos" "0" + "ypos" "0" + "zpos" "50" + "wide" "480" + "tall" "480" + + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + + "render_texture" "0" + "fov" "25" + "allow_rot" "0" + + "paintbackgroundenabled" "1" + + "model" + { + "force_pos" "1" + + "angles_x" "0" + "angles_y" "194" + "angles_z" "0" + "origin_x" "320" + "origin_y" "30" // 1 ASP43 + "origin_z" "-47" + "frame_origin_x" "0" + "frame_origin_y" "0" + "frame_origin_z" "0" + "spotlight" "1" + + "modelname" "" + "vcd" "class_select.vcd" + + } + } + + "ClassTipsPanel" + { + "ControlName" "CTFClassTipsPanel" + "fieldName" "ClassTipsPanel" + "xpos" "c28" + "ypos" "c-84" + "zpos" "7" + "wide" "235" + "tall" "165" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "0" + "tabPosition" "0" + } + + "ClassHighlightPanel" + { + "ControlName" "CExplanationPopup" + "fieldName" "ClassHighlightPanel" + "xpos" "c-75" + "ypos" "280" + "zpos" "100" + "wide" "250" + "tall" "170" + "visible" "0" + "PaintBackgroundType" "2" + "paintbackground" "0" + "border" "MainMenuHighlightBorder" + + "start_x" "c-238" + "start_y" "100" + "start_wide" "1" + "start_tall" "1" + "end_x" "c-325" + "end_y" "250" + "end_wide" "275" + "end_tall" "150" + "callout_inparents_x" "c-210" + "callout_inparents_y" "437" + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "HudFontSmallBold" + "labelText" "#CMenu_ClassHighlightPanel_Title" + "textAlignment" "north-west" + "xpos" "10" + "ypos" "10" + "wide" "210" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor_override" "46 43 42 255" + } + + "ClassHighlightText" + { + "ControlName" "CExLabel" + "fieldName" "ClassHighlightText" + "font" "HudFontSmall" + "labelText" "%ClassHighlightText%" + "textAlignment" "north-west" + "xpos" "20" + "ypos" "30" + "wide" "210" + "tall" "115" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor_override" "46 43 42 255" + } + + "CloseButton" + { + "ControlName" "CExImageButton" + "fieldName" "CloseButton" + "xpos" "255" + "ypos" "5" + "zpos" "10" + "wide" "14" + "tall" "14" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "close" + + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "235 226 202 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "117 107 94 255" + "image_armedcolor" "200 80 60 255" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "image" "close_button" + "scaleImage" "1" + } + } + } + + + "scout_bgimg" + { + "ControlName" "CTFImagePanel" + "fieldName" "scout_bgimg" + "xpos" "c-115" + "ypos" "c-53" + "zpos" "0" + "wide" "28" + "tall" "28" + "autoResize" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "scaleImage" "1" + "image" "../hud/leaderboard_class_scout" + } + + "soldier_bgimg" + { + "ControlName" "CTFImagePanel" + "fieldName" "soldier_bgimg" + "xpos" "c-79" + "ypos" "c-53" + "zpos" "0" + "wide" "28" + "tall" "28" + "autoResize" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "scaleImage" "1" + "image" "../hud/leaderboard_class_soldier" + } + + "pyro_bgimg" + { + "ControlName" "CTFImagePanel" + "fieldName" "pyro_bgimg" + "xpos" "c-43" + "ypos" "c-53" + "zpos" "0" + "wide" "28" + "tall" "28" + "autoResize" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "scaleImage" "1" + "image" "../hud/leaderboard_class_pyro" + } + + "demo_bgimg" + { + "ControlName" "CTFImagePanel" + "fieldName" "demo_bgimg" + "xpos" "c-7" + "ypos" "c-53" + "zpos" "0" + "wide" "28" + "tall" "28" + "autoResize" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "scaleImage" "1" + "image" "../hud/leaderboard_class_demo" + } + "heavy_bgimg" + { + "ControlName" "CTFImagePanel" + "fieldName" "heavy_bgimg" + "xpos" "c29" + "ypos" "c-53" + "zpos" "0" + "wide" "28" + "tall" "28" + "autoResize" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "scaleImage" "1" + "image" "../hud/leaderboard_class_heavy" + } + "engineer_bgimg" + { + "ControlName" "CTFImagePanel" + "fieldName" "engineer_bgimg" + "xpos" "c65" + "ypos" "c-53" + "zpos" "0" + "wide" "28" + "tall" "28" + "autoResize" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "scaleImage" "1" + "image" "../hud/leaderboard_class_engineer" + } + "medic_bgimg" + { + "ControlName" "CTFImagePanel" + "fieldName" "medic_bgimg" + "xpos" "c101" + "ypos" "c-53" + "zpos" "0" + "wide" "28" + "tall" "28" + "autoResize" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "scaleImage" "1" + "image" "../hud/leaderboard_class_medic" + } + "sniper_bgimg" + { + "ControlName" "CTFImagePanel" + "fieldName" "sniper_bgimg" + "xpos" "c137" + "ypos" "c-53" + "zpos" "0" + "wide" "28" + "tall" "28" + "autoResize" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "scaleImage" "1" + "image" "../hud/leaderboard_class_sniper" + } + "spy_bgimg" + { + "ControlName" "CTFImagePanel" + "fieldName" "spy_bgimg" + "xpos" "c173" + "ypos" "c-53" + "zpos" "0" + "wide" "28" + "tall" "28" + "autoResize" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "scaleImage" "1" + "image" "../hud/leaderboard_class_spy" + } + + "EditLoadoutEKey" + { + "ControlName" "CExButton" + "fieldName" "EditLoadoutEKey" + "xpos" "-9999" + "ypos" "-9999" + "zpos" "-9999" + "wide" "0" + "tall" "0" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "&E" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "Command" "openloadout" + } +} \ No newline at end of file diff --git a/toonhud/resource/ui/compstats.res b/toonhud/resource/ui/compstats.res new file mode 100644 index 0000000..90b377f --- /dev/null +++ b/toonhud/resource/ui/compstats.res @@ -0,0 +1,383 @@ +"Resource/UI/CompStats.res" +{ + "ScrollableContainer" + { + "ControlName" "EditablePanel" + "fieldName" "ScrollableContainer" + "xpos" "0" + "ypos" "0" + "zpos" "100" + "wide" "260" + "tall" "330" + "visible" "1" + "proportionaltoparent" "1" + + "RankImage" + { + "ControlName" "CTFLocalPlayerBadgePanel" + "fieldName" "RankImage" + "xpos" "0" + "ypos" "0" + "zpos" "110" + "wide" "o1" + "tall" "40" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "mouseinputenabled" "0" + + "matchgroup" "MatchGroup_Ladder_6v6" + } + + "RankPanel" + { + "ControlName" "CPvPRankPanel" + "fieldName" "RankPanel" + "xpos" "0" + "ypos" "-25" + "zpos" "100" + "wide" "260" + "tall" "60" + "visible" "1" + "proportionaltoparent" "1" + "mouseinputenabled" "0" + + "matchgroup" "MatchGroup_Ladder_6v6" + + "show_model" "0" + "show_name" "0" + + "BGBorder" + { + "visible" "0" + } + } + + "ShowLeaderboardsButton" + { + "ControlName" "CExButton" + "fieldName" "ShowLeaderboardsButton" + "xpos" "rs1-10" + "ypos" "40" + "zpos" "0" + "wide" "p0.45" + "tall" "15" + "visible" "1" + "proportionaltoparent" "1" + + + "actionsignallevel" "2" + "command" "show_leaderboards" + "labeltext" "#TF_Competitive_ViewLeaderboards" + "font" "HudFontSmallestBold" + "fgcolor_override" "TanLight" + "textAlignment" "center" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + + "ShowMatchHistoryButton" + { + "ControlName" "Button" + "fieldName" "ShowMatchHistoryButton" + "xpos" "10" + "ypos" "40" + "zpos" "0" + "wide" "p0.45" + "tall" "15" + "visible" "1" + "proportionaltoparent" "1" + + "actionsignallevel" "2" + "command" "show_match_history" + "labeltext" "#TF_Competitive_ViewMatches" + "font" "HudFontSmallestBold" + "fgcolor_override" "TanLight" + "textAlignment" "center" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + + "PlaylistBGPanel" + { + "ControlName" "EditablePanel" + "fieldName" "PlaylistBGPanel" + "xpos" "cs-0.5" + "ypos" "35" + "zpos" "-1" + "wide" "p0.98" + "tall" "p1-200" + "visible" "1" + "PaintBackgroundType" "2" + //"border" "MainMenuBGBorder" + "proportionaltoparent" "1" + + "pinCorner" "2" + "autoResize" "1" + + "PlayListDropShadow" + { + "ControlName" "EditablePanel" + "fieldName" "PlayListDropShadow" + "xpos" "cs-0.5" + "ypos" "25" + "zpos" "100" + "wide" "p0.95" + "tall" "p0.89" + "visible" "1" + "PaintBackgroundType" "2" + "border" "InnerShadowBorder" + "proportionaltoparent" "1" + "mouseinputenabled" "0" + } + + "MatchHistoryCategories" + { + "ControlName" "EditablePanel" + "fieldName" "MatchHistoryCategories" + "xpos" "cs-0.5" + "ypos" "25" + "zpos" "10" + "wide" "p0.95" + "tall" "20" + "visible" "1" + "proportionaltoparent" "1" + + "BGPanel" + { + "ControlName" "EditablePanel" + "fieldName" "BGPanel" + "xpos" "cs-0.5" + "ypos" "rs1" + "zpos" "-100" + "wide" "p1.2" + "tall" "p1.3" + "visible" "1" + "proportionaltoparent" "1" + "border" "MainMenuBGBorder" + } + + "SortArrow" + { + "ControlName" "Label" + "fieldName" "SortArrow" + "xpos" "0" + "ypos" "0" + "wide" "20" + "tall" "f0" + "proportionaltoparent" "1" + "visible" "1" + "paintbackground" "0" + "mouseinputenabled" "0" + + "labeltext" "6" + "font" "MarlettSmall" + "textAlignment" "west" + + "defaultFgColor_override" "TanDark" + "armedFgColor_override" "TanDark" + "selectedFgColor_override" "TanDark" + } + + "ResultButton" + { + "ControlName" "CExButton" + "fieldName" "ResultButton" + "xpos" "0" + "ypos" "0" + "wide" "p0.18" + "tall" "18" + "proportionaltoparent" "1" + "visible" "1" + "paintbackground" "0" + "border_default" "SortCategoryBorder" + + "labeltext" "#TF_Competitive_Result" + "font" "HudFontSmallest" + "fgcolor_override" "141 63 63 255" + "textAlignment" "west" + "textinsetx" "15" + + "defaultFgColor_override" "TanDark" + "armedFgColor_override" "Orange" + "selectedFgColor_override" "TanLight" + + "image_selectedcolor" "255 255 255 255" + "image_armedcolor" "0 0 0 0" + "image_drawcolor" "0 0 0 0" + + "command" "sort0" + "actionsignallevel" "4" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + + "DateButton" + { + "ControlName" "CExButton" + "fieldName" "DateButton" + "xpos" "p0.18" + "ypos" "0" + "wide" "p0.4" + "tall" "18" + "proportionaltoparent" "1" + "visible" "1" + "paintbackground" "0" + "border_default" "SortCategoryBorder" + + "labeltext" "#TF_Competitive_Date" + "font" "HudFontSmallest" + "fgcolor_override" "TanLight" + "textAlignment" "west" + "textinsetx" "15" + + "defaultFgColor_override" "TanDark" + "armedFgColor_override" "Orange" + "selectedFgColor_override" "TanLight" + + "image_selectedcolor" "255 255 255 255" + "image_armedcolor" "0 0 0 0" + "image_drawcolor" "0 0 0 0" + + "command" "sort1" + "actionsignallevel" "4" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + + "MapButton" + { + "ControlName" "CExButton" + "fieldName" "MapButton" + "xpos" "p0.58" + "ypos" "0" + "wide" "p0.29" + "tall" "18" + "proportionaltoparent" "1" + "visible" "1" + "paintbackground" "0" + "border_default" "SortCategoryBorder" + + "labeltext" "#TF_Competitive_Map" + "font" "HudFontSmallest" + "fgcolor_override" "TanLight" + "textAlignment" "west" + "textinsetx" "15" + + "defaultFgColor_override" "TanDark" + "armedFgColor_override" "Orange" + "selectedFgColor_override" "TanLight" + + "image_selectedcolor" "255 255 255 255" + "image_armedcolor" "0 0 0 0" + "image_drawcolor" "0 0 0 0" + + "command" "sort2" + "actionsignallevel" "4" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + + "KDRButton" + { + "ControlName" "CExButton" + "fieldName" "KDRButton" + "xpos" "p0.87" + "ypos" "0" + "wide" "p0.12" + "tall" "18" + "proportionaltoparent" "1" + "visible" "1" + "paintbackground" "0" + + "labeltext" "#TF_Competitive_KDR" + "font" "HudFontSmallest" + "fgcolor_override" "TanLight" + "textAlignment" "west" + + "defaultFgColor_override" "TanDark" + "armedFgColor_override" "Orange" + "selectedFgColor_override" "TanLight" + + "image_selectedcolor" "255 255 255 255" + "image_armedcolor" "0 0 0 0" + "image_drawcolor" "0 0 0 0" + + "command" "sort3" + "actionsignallevel" "4" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + } + + "MatchHistoryContainer" + { + "ControlName" "CScrollableList" + "fieldName" "MatchHistoryContainer" + "xpos" "cs-0.5" + "ypos" "40" + "wide" "p0.95" + "tall" "p0.78" + "visible" "1" + "proportionaltoparent" "1" + "restrict_width" "0" + + + "ScrollBar" + { + "ControlName" "ScrollBar" + "FieldName" "ScrollBar" + "xpos" "rs1-1" + "ypos" "0" + "tall" "f0" + "wide" "5" // This gets slammed from client schme. GG. + "zpos" "1000" + "nobuttons" "1" + "proportionaltoparent" "1" + + "Slider" + { + "fgcolor_override" "TanDark" + } + + "UpButton" + { + "ControlName" "Button" + "FieldName" "UpButton" + "visible" "0" + } + + "DownButton" + { + "ControlName" "Button" + "FieldName" "DownButton" + "visible" "0" + } + } + } + + "Leaderboard" + { + "ControlName" "CLadderLobbyLeaderboard" + "fieldName" "Leaderboard" + "xpos" "cs-0.5" + "ypos" "7" + "wide" "p0.95" + "tall" "p0.89" + "tall" "f20" + "visible" "0" + "enabled" "1" + "mouseinputenabled" "1" + "scaleImage" "1" + "entry_step" "23" + "proportionaltoparent" "1" + } + } + } +} diff --git a/toonhud/resource/ui/controlpointcountdown.res b/toonhud/resource/ui/controlpointcountdown.res new file mode 100644 index 0000000..f71eb01 --- /dev/null +++ b/toonhud/resource/ui/controlpointcountdown.res @@ -0,0 +1,26 @@ +"Resource/UI/ControlPointCountdown.res" +{ + "CapCountdownLabel" + { + "ControlName" "CExLabel" + "fieldName" "CapCountdownLabel" + "font" "G_FontMedium" + "xpos" "0" + "ypos" "0" + "textinsety" "0" + "zpos" "1" + "wide" "34" + "tall" "34" + "wide_minmode" "26" + "tall_minmode" "26" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "0" + "labelText" "%capturetime%" + "textAlignment" "center" + "fgcolor" "235 226 202 255" + "bgcolor" "235 226 202 255" + } +} diff --git a/toonhud/resource/ui/controlpointicon.res b/toonhud/resource/ui/controlpointicon.res new file mode 100644 index 0000000..6bac851 --- /dev/null +++ b/toonhud/resource/ui/controlpointicon.res @@ -0,0 +1,115 @@ +"Resource/UI/ControlPointIcon.res" +{ + "ControlPointIcon" + { + "ControlName" "EditablePanel" + "fieldName" "ControlPointIcon" + "xpos" "0" + "ypos" "0" + "zpos" "2" + "wide" "26" + "tall" "26" + "visible" "1" + "enabled" "1" + } + + "Countdown" + { + "ControlName" "CControlPointCountdown" + "fieldName" "Countdown" + "xpos" "0" + "ypos" "0" + "zpos" "4" + "wide" "26" + "tall" "26" + "visible" "1" + "enabled" "1" + } + + "CapPlayerImage" + { + "ControlName" "ImagePanel" + "fieldName" "CapPlayerImage" + "xpos" "0" + "ypos" "0" + "zpos" "3" + "wide" "8" + "tall" "16" + "visible" "0" + "enabled" "1" + "image" "capture_icon" + "scaleImage" "1" + } + + "CapNumPlayers" + { + "ControlName" "Label" + "fieldName" "CapNumPlayers" + "font" "CapPlayerFontSmall" + "xpos" "12" + "ypos" "3" + "zpos" "4" + "wide" "16" + "tall" "26" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "#ControlPointIconCappers" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" + } + + "OverlayImage" + { + "ControlName" "ImagePanel" + "fieldName" "OverlayImage" + "xpos" "16" + "ypos" "1" + "zpos" "60" + "wide" "9" + "tall" "9" + "visible" "0" + "enabled" "1" + "image" "capture_icon" + "scaleImage" "1" + } + + "CPTimerLabel" + { + "ControlName" "CExLabel" + "fieldName" "CPTimerLabel" + "xpos" "0" + "ypos" "0" + "zpos" "0" + "wide" "14" + "tall" "26" + "visible" "0" + "enabled" "1" + "labelText" "60" + "textAlignment" "west" + "textinsetx" "5" + "dulltext" "0" + "brighttext" "0" + "wrap" "0" + "font" "ControlPointTimer" + } + + "CPTimerBG" + { + "ControlName" "Panel" + "fieldName" "CPTimerBG" + "xpos" "0" + "ypos" "0" + "zpos" "-1" + "wide" "52" + "wide_minmode" "52" + "tall" "26" + "tall_minmode" "26" + "visible" "0" + "enabled" "1" + "image" "../sprites/obj_icons/icon_obj_timer" + "scaleImage" "1" + } +} diff --git a/toonhud/resource/ui/craftingpanel.res b/toonhud/resource/ui/craftingpanel.res new file mode 100644 index 0000000..2da9fbc --- /dev/null +++ b/toonhud/resource/ui/craftingpanel.res @@ -0,0 +1,520 @@ +"Resource/UI/CraftingPanel.res" +{ + "crafting_panel" + { + "ControlName" "Frame" + "fieldName" "crafting_panel" + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "400" + "zpos" "501" + "visible" "1" + "autoResize" "0" + "pinCorner" "0" + "enabled" "1" + "tabPosition" "0" + "settitlebarvisible" "0" + "PaintBackgroundType" "0" + "bgcolor_override" "G_MenuBg" + "infocus_bgcolor_override" "G_MenuBg" + "outoffocus_bgcolor_override" "G_MenuBg" + + "item_ypos" "85" + "output_item_ypos" "255" + "item_crafting_offcenter_x" "0" + "item_backpack_xdelta" "2" + "item_backpack_ydelta" "4" + + "button_xpos_offcenter" "175" + "button_ypos" "85" + "button_ydelta" "80" + "button_override_delete_xpos" "0" + + "modelpanels_kv" + { + "ControlName" "CItemModelPanel" + "wide" "54" + "tall" "48" + "visible" "0" + "bgcolor_override" "G_BackpackItemBg" + "noitem_textcolor" "117 107 94 255" + "PaintBackgroundType" "2" + "paintborder" "1" + + "model_xpos" "2" + "model_ypos" "7" + "model_wide" "50" + "model_tall" "35" + "text_center" "1" + "name_only" "1" + "text_forcesize" "3" + "noitem_use_fullpanel" "1" + + "inset_eq_x" "2" + "inset_eq_y" "2" + + "MainContentsContainer" + { + "ControlName" "EditablePanel" + "fieldName" "MainContentsContainer" + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "f0" + "visible" "1" + "bgcolor_override" "G_BackpackItemBg" + + "BackpackSlotImage" + { + "ControlName" "CTFImagePanel" + "fieldName" "BackpackSlotImage" + "xpos" "0" + "ypos" "0" + "zpos" "0" + "wide" "54" + "tall" "48" + "visible" "1" // RBSS + "enabled" "1" + "scaleImage" "1" + "image" "replay/thumbnails/backpackslot" + "mouseinputenabled" "0" + "paintborder" "1" + "border" "G_BackpackOverlayBorder" + } + + "itemmodelpanel" + { + "use_item_rendertarget" "0" + "allow_rot" "0" + "zpos" "1" + } + + "namelabel" + { + "ControlName" "CExLabel" + "fieldName" "namelabel" + "xpos" "0" + "ypos" "0" + "zpos" "2" + "wide" "f0" + "tall" "f0" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "%itemname%" + "textAlignment" "center" + "fgcolor_override" "255 255 255 240" + "wrap" "1" + "centerwrap" "1" + } + } + } + + "recipebuttons_kv" + { + "font" "HudFontSmallestBold" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "200" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "wrap" "0" + "centerwrap" "0" + "textAlignment" "west" + "textinsetx" "10" + "defaultFgColor_override" "G_MenuText" + "defaultBgColor_override" "0 0 0 0" + "armedFgColor_override" "G_ButtonHoverText" + "armedBgColor_override" "G_ButtonHoverBg" + "depressedFgColor_override" "G_MenuText" + "depressedBgColor_override" "G_ButtonHoverBg" + } + + "filter_xoffset" "-290" + "filter_ypos" "10" + "filter_xdelta" "10" + "filter_ydelta" "10" + + "recipefilterbuttons_kv" + { + "zpos" "2" + "wide" "30" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "" + "textAlignment" "south-west" + "Command" "" + "Default" "0" + "font" "MenuKeys" + "scaleImage" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + } + + "ClassLabel" + { + "ControlName" "CExLabel" + "fieldName" "ClassLabel" + "font" "HudFontSmallBold" + "labelText" "#CraftStep1" + "textAlignment" "north-west" + "xpos" "-9999" + "ypos" "10" + "zpos" "1" + "wide" "240" + "tall" "25" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "0" + "Alpha" "0" + "fgcolor_override" "G_MenuBg" + } + + "selectedrecipecontainer" + { + "ControlName" "EditablePanel" + "fieldName" "selectedrecipecontainer" + "xpos" "c0" + "ypos" "0" + "zpos" "5" + "wide" "400" + "tall" "400" + "PaintBackgroundType" "2" + "bgcolor_override" "200 187 161 0" + + "RecipeTitle" + { + "ControlName" "CExLabel" + "fieldName" "RecipeTitle" + "font" "HudFontSmallBold" + "labelText" "%recipetitle%" + "textAlignment" "west" + "xpos" "0" + "ypos" "7" + "zpos" "1" + "wide" "400" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor" "255 255 255 255" + "wrap" "1" + } + + "RecipeInputStringLabel" + { + "ControlName" "CExLabel" + "fieldName" "RecipeInputStringLabel" + "font" "ItemFontAttribLarge" + "labelText" "%recipeinputstring%" + "textAlignment" "north-west" + "xpos" "0" + "ypos" "30" + "zpos" "1" + "wide" "400" + "tall" "25" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor" "153 204 255 255" + "wrap" "1" + } + + "InputLabel" + { + "ControlName" "CExLabel" + "fieldName" "InputLabel" + "font" "HudFontSmallBold" + "labelText" "#Craft_Recipe_Inputs" + "textAlignment" "north-west" + "xpos" "0" + "ypos" "68" + "zpos" "1" + "wide" "200" + "tall" "25" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor" "G_MenuText" + } + "OutputLabel" + { + "ControlName" "CExLabel" + "fieldName" "OutputLabel" + "font" "HudFontSmallBold" + "labelText" "#Craft_Recipe_Outputs" + "textAlignment" "north-west" + "xpos" "0" + "ypos" "238" + "zpos" "1" + "wide" "200" + "tall" "25" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor" "G_MenuText" + } + + "CraftButton" + { + "ControlName" "CExButton" + "fieldName" "CraftButton" + "xpos" "0" + "ypos" "342" + "zpos" "20" + "wide" "200" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "0" + "tabPosition" "0" + "labelText" "#CraftConfirm" + "font" "HudFontMediumBold" + "textAlignment" "center" + "textinsetx" "50" + "dulltext" "0" + "brighttext" "0" + "Command" "craft" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + + "FreeAccountLabel" + { + "ControlName" "CExLabel" + "fieldName" "FreeAccountLabel" + "font" "HudFontSmallestBold" + "labelText" "#Craft_PremiumRecipe" + "textAlignment" "west" + "xpos" "0" + "ypos" "318" + "zpos" "21" + "wide" "200" + "tall" "25" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor" "178 82 22 255" + } + "UpgradeButton" + { + "ControlName" "CExButton" + "fieldName" "UpgradeButton" + "xpos" "200" + "ypos" "318" + "zpos" "20" + "wide" "100" + "tall" "25" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#TF_Trial_Upgrade" + "font" "HudFontSmallBold" + "textAlignment" "center" + "textinsetx" "50" + "dulltext" "0" + "brighttext" "0" + "Command" "upgrade" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "defaultBgColor_override" "102 122 42 255" + "armedBgColor_override" "143 167 57 255" + "depressedBgColor_override" "143 167 57 255" + "selectedBgColor_override" "143 167 57 255" + } + } + + "recipecontainerscroller" + { + "ControlName" "EditablePanel" + "fieldName" "recipecontainerscroller" + "xpos" "c-290" + "ypos" "55" + "zpos" "5" + "wide" "280" + "tall" "270" + "PaintBackgroundType" "2" + "fgcolor_override" "59 54 48 255" + "bgcolor_override" "200 187 161 0" + "autohide_buttons" "1" + } + "recipecontainer" + { + "ControlName" "EditablePanel" + "fieldName" "recipecontainer" + "xpos" "0" + "ypos" "0" + "zpos" "5" + "wide" "280" + "tall" "240" + "PaintBackgroundType" "2" + "bgcolor_override" "200 187 161 0" + } + + "mouseoveritempanel" + { + "ControlName" "CItemModelPanel" + "fieldName" "mouseoveritempanel" + "xpos" "c-70" + "ypos" "270" + "zpos" "100" + "wide" "300" + "tall" "300" + "visible" "0" + "bgcolor_override" "G_PanelBg" + "noitem_textcolor" "255 255 255 255" + "PaintBackgroundType" "2" + "paintborder" "1" + + "text_ypos" "20" + "text_center" "1" + "model_hide" "1" + "resize_to_text" "1" + "padding_height" "15" + + "attriblabel" + { + "font" "ItemFontAttribLarge" + "xpos" "0" + "ypos" "30" + "zpos" "2" + "wide" "140" + "tall" "60" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "%attriblist%" + "textAlignment" "center" + "fgcolor" "117 107 94 255" + "centerwrap" "1" + } + } + + "mousedragitempanel" + { + "ControlName" "CItemModelPanel" + "fieldName" "mousedragitempanel" + + "xpos" "c-70" + "ypos" "270" + "zpos" "100" + "wide" "54" + "tall" "42" + "visible" "0" + "bgcolor_override" "0 0 0 0" + "noitem_textcolor" "117 107 94 255" + "PaintBackgroundType" "2" + "paintborder" "1" + + "model_ypos" "5" + "model_tall" "35" + "text_ypos" "60" + "text_center" "1" + "name_only" "1" + + "itemmodelpanel" + { + "use_item_rendertarget" "0" + "allow_rot" "0" + } + } + + "TooltipPanel" + { + "ControlName" "EditablePanel" + "fieldName" "TooltipPanel" + "xpos" "0" + "ypos" "0" + "zpos" "100" + "wide" "140" + "tall" "50" + "visible" "0" + "PaintBackgroundType" "2" + "border" "MainMenuBGBorder" + + "TipLabel" + { + "ControlName" "CExLabel" + "fieldName" "TipLabel" + "font" "HudFontSmallest" + "labelText" "%tiptext%" + "textAlignment" "center" + "xpos" "20" + "ypos" "10" + "zpos" "2" + "wide" "100" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "235 226 202 255" + "wrap" "1" + "centerwrap" "1" + } + } + + "ShowExplanationsButton" + { + "ControlName" "CExButton" + "fieldName" "ShowExplanationsButton" + "xpos" "c275" + "ypos" "10" + "zpos" "100" + "wide" "20" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "tabPosition" "0" + "labelText" "?" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "Command" "reloadscheme" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + + "Wall" + { + "ControlName" "EditablePanel" + "fieldName" "Wall" + "xpos" "0" + "ypos" "50" + "zpos" "-5" + "wide" "f0" + "tall" "280" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "paintbackground" "1" + "bgcolor_override" "G_MenuShader" + } +} diff --git a/toonhud/resource/ui/dashboardpartymember.res b/toonhud/resource/ui/dashboardpartymember.res new file mode 100644 index 0000000..a6f4788 --- /dev/null +++ b/toonhud/resource/ui/dashboardpartymember.res @@ -0,0 +1,170 @@ +"Resource/UI/DashboardPartyMember.res" +{ + "avatar" + { + // "ControlName" "CAvatarImagePanel" + "fieldName" "avatar" + "xpos" "1" + "ypos" "1" + "zpos" "101" + "wide" "f2" + "tall" "f2" + "visible" "1" + "proportionaltoparent" "1" + "scaleImage" "1" + } + + "EmptyImage" + { + "ControlName" "ImagePanel" + "fieldName" "EmptyImage" + "xpos" "1" + "ypos" "1" + "zpos" "100" + "wide" "f2" + "tall" "f2" + "visible" "1" + "proportionaltoparent" "1" + "scaleImage" "1" + "image" "class_portraits/silhouette_alpha" + "mouseinputenabled" "0" + } + + "LeaderIcon" + { + "ControlName" "ImagePanel" + "fieldName" "LeaderIcon" + "xpos" "0" + "ypos" "0" + "zpos" "105" + "wide" "8" + "tall" "8" + "visible" "1" + "enabled" "1" + "image" "importtool_goldstar" + "scaleImage" "1" + "mouseinputenabled" "0" + } + + "BannedIcon" + { + "ControlName" "ImagePanel" + "fieldName" "BannedIcon" + "xpos" "cs-0.5" + "ypos" "cs-0.5" + "zpos" "105" + "wide" "p0.75" + "tall" "p0.75" + "visible" "1" + "enabled" "1" + "image" "glyph_alert" + "scaleImage" "1" + "mouseinputenabled" "0" + "proportionaltoparent" "1" + "drawcolor" "255 0 0 255" + } + + "OutOfDateIcon" + { + "ControlName" "ImagePanel" + "fieldName" "OutOfDateIcon" + "xpos" "cs-0.5" + "ypos" "cs-0.5" + "zpos" "105" + "wide" "p0.75" + "tall" "p0.75" + "visible" "1" + "enabled" "1" + "image" "glyph_alert" + "scaleImage" "1" + "mouseinputenabled" "0" + "proportionaltoparent" "1" + "drawcolor" "OrangeDim" + } + + "OfflineIcon" + { + "ControlName" "ImagePanel" + "fieldName" "OfflineIcon" + "xpos" "cs-0.5" + "ypos" "cs-0.5" + "zpos" "105" + "wide" "p0.65" + "tall" "p0.65" + "visible" "1" + "enabled" "1" + "image" "gc_dc" + "scaleImage" "1" + "mouseinputenabled" "0" + "proportionaltoparent" "1" + "drawcolor" "OrangeDim" + } + + "StatusDimmer" + { + "ControlName" "Panel" + "fieldName" "StatusDimmer" + "xpos" "1" + "ypos" "1" + "zpos" "104" + "wide" "f2" + "tall" "f2" + "visible" "1" + "proportionaltoparent" "1" + "bgcolor_override" "0 0 0 240" + } + + "InteractButton" + { + "ControlName" "CExImageButton" + "fieldName" "InteractButton" + "xpos" "cs-0.5" + "ypos" "cs-0.5" + "zpos" "200" + "wide" "f1" + "tall" "f1" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "font" "PlayerPanelPlayerName" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "Command" "interact" + "proportionaltoparent" "1" + "labeltext" "" + "mouseinputenabled" "1" + "keyboardinputenabled" "0" + "actionsignallevel" "1" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "defaultBgColor_override" "235 226 202 2" + "armedBgColor_override" "94 150 49 20" + + "border_default" "NoBorder" + "border_armed" "FriendHighlightBorderThick" + } + + "Spinner" + { + "ControlName" "CTFLogoPanel" + "fieldName" "Spinner" + "xpos" "1" + "ypos" "1" + "zpos" "104" + "wide" "f2" + "tall" "f2" + "visible" "1" + "proportionaltoparent" "1" + "mouseinputenabled" "0" + "alpha" "200" + + "radius" "26" + "velocity" "60" + "fgcolor_override" "Orange" + } +} diff --git a/toonhud/resource/ui/destroy_menu/base_active.res b/toonhud/resource/ui/destroy_menu/base_active.res new file mode 100644 index 0000000..acd7fcd --- /dev/null +++ b/toonhud/resource/ui/destroy_menu/base_active.res @@ -0,0 +1,171 @@ +"Resource/UI/destroy_menu/base_active.res" +{ + "ItemNameLabel" + { + "ControlName" "CExLabel" + "fieldName" "ItemNameLabel" + "font" "G_FontSmall_2" + "xpos" "10" + "ypos" "0" + "zpos" "1" + "wide" "52" + "tall" "14" + "textinsetx" "2" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "visible_minmode" "0" + "enabled" "1" + "labelText" "#TF_Object_Dispenser" + "textAlignment" "Left" + "dulltext" "0" + "brighttext" "0" + } + + "ItemBackground" + { + "ControlName" "CIconPanel" + "fieldName" "ItemBackground" + "xpos" "10" + "ypos" "14" + "zpos" "0" + "wide" "60" + "tall" "76" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "paintbackground" "1" + "paintborder" "0" + "bgcolor_override" "0 0 0 220" + "border" "G_TargetBorder" + } + + "DestroyIcon" + { + "ControlName" "CIconPanel" + "fieldName" "DestroyIcon" + "xpos" "13" + "ypos" "18" + "zpos" "1" + "wide" "70" + "tall" "70" + "visible" "0" + "enabled" "0" + "scaleImage" "1" + "icon" "ico_demolish" + "iconColor" "255 255 255 255" + } + + "BuildingIcon" + { + "ControlName" "CIconPanel" + "fieldName" "BuildingIcon" + "xpos" "22" + "ypos" "26" + "xpos_minmode" "16" + "ypos_minmode" "20" + "zpos" "2" + "wide" "56" + "tall" "56" + "wide_minmode" "48" + "tall_minmode" "48" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "icon" "hud_menu_sentry_build" + "iconColor" "255 255 255 255" + } + + + "MetalIcon" + { + "ControlName" "CIconPanel" + "fieldName" "MetalIcon" + "xpos" "58" + "ypos" "77" + "zpos" "1" + "wide" "7" + "tall" "7" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "icon" "ico_metal" + "iconColor" "G_LightGrey" + } + + "CostLabel" + { + "ControlName" "CExLabel" + "fieldName" "CostLabel" + "font" "G_FontTiny" + "fgcolor" "G_LightGrey" + "xpos" "26" + "ypos" "74" + "zpos" "1" + "wide" "30" + "tall" "13" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "%metal%" + "textAlignment" "East" + "textinsetx" "1" + } + + "ModeLabel" + { + "ControlName" "CExLabel" + "fieldName" "ModeLabel" + "font" "DefaultSmall" + "fgcolor" "TanDarker" + "xpos" "33" + "ypos" "17" + "zpos" "1" + "wide" "44" + "tall" "13" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "" + "textAlignment" "East" + } + + "NumberBg" + { + "ControlName" "CIconPanel" + "fieldName" "NumberBg" + "xpos" "15" + "ypos" "73" + "zpos" "5" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "icon" "ico_key_blank" + "iconColor" "255 255 255 255" + } + + "NumberLabel" + { + "ControlName" "CExLabel" + "fieldName" "NumberLabel" + "font" "G_FontNumberButton" + "fgcolor" "Black" + "xpos" "15" + "ypos" "73" + "zpos" "6" + "wide" "14" + "tall" "13" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "1" + "textAlignment" "Center" + "dulltext" "1" + "brighttext" "0" + } +} \ No newline at end of file diff --git a/toonhud/resource/ui/destroy_menu/base_inactive.res b/toonhud/resource/ui/destroy_menu/base_inactive.res new file mode 100644 index 0000000..d9e5bdb --- /dev/null +++ b/toonhud/resource/ui/destroy_menu/base_inactive.res @@ -0,0 +1,98 @@ +"Resource/UI/destroy_menu/base_inactive.res" +{ + "ItemNameLabel" + { + "ControlName" "CExLabel" + "fieldName" "ItemNameLabel" + "font" "G_FontSmall_2" + "xpos" "10" + "ypos" "0" + "zpos" "1" + "wide" "52" + "tall" "14" + "textinsetx" "2" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "#TF_Object_dispenser" + "textAlignment" "Left" + "dulltext" "0" + "brighttext" "0" + } + + "ItemBackground" + { + "ControlName" "CIconPanel" + "fieldName" "ItemBackground" + "xpos" "10" + "ypos" "14" + "zpos" "0" + "wide" "80" + "tall" "80" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "paintbackground" "1" + "paintborder" "1" + "bgcolor_override" "0 0 0 220" + "border" "G_TargetBorder" + "Alpha" "100" + } + + "NotBuiltLabel" + { + "font" "G_FontSmall_2" + "fgcolor" "G_Red" + "xpos" "10" + "ypos" "43" + "zpos" "2" + "wide" "80" + "tall" "28" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "#TF_NotBuilt" + "textAlignment" "Center" + } + + "NumberBg" + { + "ControlName" "CIconPanel" + "fieldName" "NumberBg" + "xpos" "41" + "ypos" "87" + "zpos" "0" + "wide" "18" + "tall" "18" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "icon" "ico_key_blank" + "iconColor" "255 255 255 255" + "Alpha" "0" + } + + "NumberLabel" + { + "ControlName" "CExLabel" + "fieldName" "NumberLabel" + "font" "G_FontNumberButton" + "fgcolor" "Black" + "xpos" "0" + "ypos" "86" + "zpos" "1" + "wide" "100" + "tall" "18" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "1" + "textAlignment" "Center" + "dulltext" "1" + "brighttext" "0" + "Alpha" "0" + } +} \ No newline at end of file diff --git a/toonhud/resource/ui/destroy_menu/dispenser_active.res b/toonhud/resource/ui/destroy_menu/dispenser_active.res new file mode 100644 index 0000000..e73f2e3 --- /dev/null +++ b/toonhud/resource/ui/destroy_menu/dispenser_active.res @@ -0,0 +1,111 @@ +"Resource/UI/destroy_menu/dispenser_active.res" +{ + "ItemNameLabel" + { + "ControlName" "CExLabel" + "fieldName" "ItemNameLabel" + "font" "G_FontSmall_2" + "xpos" "10" + "ypos" "0" + "zpos" "1" + "wide" "52" + "tall" "14" + "textinsetx" "2" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "visible_minmode" "0" + "enabled" "1" + "labelText" "#TF_Object_Dispenser" + "textAlignment" "Left" + "dulltext" "0" + "brighttext" "0" + } + + "ItemBackground" + { + "ControlName" "CIconPanel" + "fieldName" "ItemBackground" + "xpos" "10" + "ypos" "14" + "zpos" "0" + "wide" "60" + "tall" "76" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "paintbackground" "1" + "paintborder" "1" + "bgcolor_override" "G_DestroyBg" + "border" "G_TargetBorder" + } + + "DestroyIcon" + { + "ControlName" "CIconPanel" + "fieldName" "DestroyIcon" + "xpos" "16" + "ypos" "20" + "zpos" "1" + "wide" "48" + "tall" "48" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "icon" "ico_demolish" + "iconColor" "255 255 255 255" + } + + "BuildingIcon" + { + "ControlName" "CIconPanel" + "fieldName" "BuildingIcon" + "xpos" "17" + "ypos" "20" + "zpos" "2" + "wide" "47" + "tall" "47" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "icon" "obj_status_dispenser" + "iconColor" "255 255 255 128" + } + + "NumberBg" + { + "ControlName" "CIconPanel" + "fieldName" "NumberBg" + "xpos" "33" + "ypos" "73" + "zpos" "0" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "icon" "ico_key_blank" + "iconColor" "255 255 255 255" + } + + "NumberLabel" + { + "ControlName" "CExLabel" + "fieldName" "NumberLabel" + "font" "G_FontNumberButton" + "fgcolor" "Black" + "xpos" "33" + "ypos" "73" + "zpos" "1" + "wide" "14" + "tall" "13" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "2" + "textAlignment" "Center" + "dulltext" "1" + "brighttext" "0" + } +} \ No newline at end of file diff --git a/toonhud/resource/ui/destroy_menu/dispenser_inactive.res b/toonhud/resource/ui/destroy_menu/dispenser_inactive.res new file mode 100644 index 0000000..e901d75 --- /dev/null +++ b/toonhud/resource/ui/destroy_menu/dispenser_inactive.res @@ -0,0 +1,136 @@ +"Resource/UI/destroy_menu/dispenser_inactive.res" +{ + "ItemNameLabel" + { + "ControlName" "CExLabel" + "fieldName" "ItemNameLabel" + "font" "G_FontSmall_2" + "xpos" "10" + "ypos" "0" + "zpos" "1" + "wide" "52" + "tall" "14" + "textinsetx" "2" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "visible_minmode" "0" + "enabled" "1" + "labelText" "#TF_Object_Dispenser" + "textAlignment" "Left" + "dulltext" "0" + "brighttext" "0" + } + + "ItemBackground" + { + "ControlName" "CIconPanel" + "fieldName" "ItemBackground" + "xpos" "10" + "ypos" "14" + "zpos" "0" + "wide" "60" + "tall" "76" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "paintbackground" "1" + "bgcolor_override" "0 0 0 220" + } + + "NotBuiltLabel" + { + "ControlName" "CExLabel" + "fieldName" "NotBuiltLabel" + "font" "G_FontTiny_2" + "font_minmode" "G_FontSmall_2" + "xpos" "10" + "ypos" "71" + "zpos" "5" + "wide" "60" + "tall" "18" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "#TF_NotBuilt" + "textAlignment" "Center" + "dulltext" "0" + "brighttext" "0" + } + + "BuildingIcon" + { + "ControlName" "CIconPanel" + "fieldName" "BuildingIcon" + "xpos" "18" + "ypos" "20" + "zpos" "2" + "wide" "46" + "tall" "46" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "icon" "obj_status_dispenser" + "iconColor" "100 100 100 255" + } + + "UnavailableLabel" + { + "ControlName" "CExLabel" + "fieldName" "UnavailableLabel" + "font" "Default" + "xpos" "10" + "ypos" "48" + "zpos" "2" + "wide" "80" + "tall" "18" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "labelText" "#Hud_Menu_Build_Unavailable" + "textAlignment" "Center" + "dulltext" "0" + "brighttext" "0" + } + + "NumberBg" + { + "ControlName" "CIconPanel" + "fieldName" "NumberBg" + "xpos" "41" + "ypos" "87" + "zpos" "0" + "wide" "18" + "tall" "18" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "icon" "ico_key_blank" + "iconColor" "255 255 255 255" + "Alpha" "0" + } + + "NumberLabel" + { + "ControlName" "CExLabel" + "fieldName" "NumberLabel" + "font" "G_FontNumberButton" + "fgcolor" "Black" + "xpos" "0" + "ypos" "86" + "zpos" "1" + "wide" "100" + "tall" "18" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "1" + "textAlignment" "Center" + "dulltext" "1" + "brighttext" "0" + "Alpha" "0" + } +} \ No newline at end of file diff --git a/toonhud/resource/ui/destroy_menu/hudmenuengydestroy.res b/toonhud/resource/ui/destroy_menu/hudmenuengydestroy.res new file mode 100644 index 0000000..d4d89f3 --- /dev/null +++ b/toonhud/resource/ui/destroy_menu/hudmenuengydestroy.res @@ -0,0 +1,296 @@ +"Resource/UI/build_menu/HudMenuEngyDestroy.res" +{ + "MainBackground" + { + "ControlName" "EditablePanel" + "fieldName" "MainBackground" + "xpos" "1" + "xpos_minmode" "18" + "ypos" "40" + "zpos" "0" + "wide" "282" + "tall" "92" + "wide_minmode" "142" + "tall_minmode" "175" + "visible" "1" + "enabled" "1" + "paintborder" "1" + "border" "G_TargetBorder" + "paintbackground" "1" + "bgcolor_override" "G_PanelBg" + } + + "BuildIcon" + { + "ControlName" "CIconPanel" + "fieldName" "BuildIcon" + "xpos" "20" + "ypos" "17" + "zpos" "1" + "wide" "24" + "tall" "24" + "visible" "0" + "enabled" "0" + "scaleImage" "1" + "icon" "ico_demolish" + "iconColor" "G_White" + } + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "G_FontMedium" + "xpos" "1" + "xpos_minmode" "18" + "ypos" "17" + "zpos" "2" + "wide" "282" + "wide_minmode" "142" + "tall" "24" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "#Hud_menu_demolish_title" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "fgcolor" "G_White" + } + + "TitleLabelDropshadow" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabelDropshadow" + "font" "G_FontMedium" + "fgcolor" "G_Shadow" + "xpos" "3" + "xpos_minmode" "19" + "ypos" "18" + "zpos" "1" + "wide" "277" + "wide_minmode" "142" + "tall" "24" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "#Hud_menu_demolish_title" + "textAlignment" "center" + "dulltext" "1" + "brighttext" "0" + } + + "CancelLabel" + { + "ControlName" "CExLabel" + "fieldName" "CancelLabel" + "font" "SpectatorKeyHints" + "xpos" "218" + "ypos" "35" + "zpos" "1" + "wide" "200" + "tall" "13" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "0" + "labelText" "#Hud_Menu_Build_Cancel" + "textAlignment" "East" + "dulltext" "0" + "brighttext" "0" + } + + "active_item_1" + { + "ControlName" "CEngyDestroyMenuItem" + "fieldName" "active_item_1" + "xpos" "0" + "ypos" "34" + "xpos_minmode" "15" + "ypos_minmode" "34" + "zpos" "1" + "wide" "80" + "tall" "104" + "wide_minmode" "80" + "tall_minmode" "104" + "visible" "0" + } + + "active_item_2" + { + "ControlName" "CEngyDestroyMenuItem" + "fieldName" "active_item_2" + "xpos" "68" + "ypos" "34" + "xpos_minmode" "83" + "ypos_minmode" "34" + "zpos" "1" + "wide" "80" + "tall" "104" + "wide_minmode" "80" + "tall_minmode" "104" + "visible" "0" + } + + "active_item_3" + { + "ControlName" "CEngyDestroyMenuItem" + "fieldName" "active_item_3" + "xpos" "136" + "ypos" "34" + "xpos_minmode" "15" + "ypos_minmode" "118" + "zpos" "1" + "wide" "80" + "tall" "104" + "wide_minmode" "80" + "tall_minmode" "104" + "visible" "0" + } + + "active_item_4" + { + "ControlName" "CEngyDestroyMenuItem" + "fieldName" "active_item_4" + "xpos" "204" + "ypos" "34" + "xpos_minmode" "83" + "ypos_minmode" "118" + "zpos" "1" + "wide" "80" + "tall" "104" + "wide_minmode" "80" + "tall_minmode" "104" + "visible" "0" + } + + "inactive_item_1" + { + "ControlName" "CEngyDestroyMenuItem" + "fieldName" "inactive_item_1" + "xpos" "0" + "ypos" "34" + "xpos_minmode" "15" + "ypos_minmode" "34" + "zpos" "1" + "wide" "80" + "tall" "104" + "wide_minmode" "80" + "tall_minmode" "104" + "visible" "0" + } + + "inactive_item_2" + { + "ControlName" "CEngyDestroyMenuItem" + "fieldName" "inactive_item_2" + "xpos" "68" + "ypos" "34" + "xpos_minmode" "83" + "ypos_minmode" "34" + "zpos" "1" + "wide" "80" + "tall" "104" + "wide_minmode" "80" + "tall_minmode" "104" + "visible" "0" + } + + "inactive_item_3" + { + "ControlName" "CEngyDestroyMenuItem" + "fieldName" "inactive_item_3" + "xpos" "136" + "ypos" "34" + "xpos_minmode" "15" + "ypos_minmode" "118" + "zpos" "1" + "wide" "80" + "tall" "104" + "wide_minmode" "80" + "tall_minmode" "104" + "visible" "0" + } + + "inactive_item_4" + { + "ControlName" "CEngyDestroyMenuItem" + "fieldName" "inactive_item_4" + "xpos" "204" + "ypos" "34" + "xpos_minmode" "83" + "ypos_minmode" "118" + "zpos" "1" + "wide" "80" + "tall" "104" + "wide_minmode" "80" + "tall_minmode" "104" + "visible" "0" + } + + "unavailable_item_1" + { + "ControlName" "CEngyDestroyMenuItem" + "fieldName" "unavailable_item_1" + "xpos" "0" + "ypos" "34" + "xpos_minmode" "15" + "ypos_minmode" "34" + "zpos" "1" + "wide" "80" + "tall" "104" + "wide_minmode" "80" + "tall_minmode" "104" + "visible" "1" + } + + "unavailable_item_2" + { + "ControlName" "CEngyDestroyMenuItem" + "fieldName" "unavailable_item_2" + "xpos" "68" + "ypos" "34" + "xpos_minmode" "83" + "ypos_minmode" "34" + "zpos" "1" + "wide" "80" + "tall" "104" + "wide_minmode" "80" + "tall_minmode" "104" + "visible" "1" + } + + "unavailable_item_3" + { + "ControlName" "CEngyDestroyMenuItem" + "fieldName" "unavailable_item_3" + "xpos" "136" + "ypos" "34" + "xpos_minmode" "15" + "ypos_minmode" "118" + "zpos" "1" + "wide" "80" + "tall" "104" + "wide_minmode" "80" + "tall_minmode" "104" + "visible" "1" + } + + "unavailable_item_4" + { + "ControlName" "CEngyDestroyMenuItem" + "fieldName" "unavailable_item_4" + "xpos" "204" + "ypos" "34" + "xpos_minmode" "83" + "ypos_minmode" "118" + "zpos" "1" + "wide" "80" + "tall" "104" + "wide_minmode" "80" + "tall_minmode" "104" + "visible" "1" + } +} \ No newline at end of file diff --git a/toonhud/resource/ui/destroy_menu/pipboy/base_active.res b/toonhud/resource/ui/destroy_menu/pipboy/base_active.res new file mode 100644 index 0000000..acd7fcd --- /dev/null +++ b/toonhud/resource/ui/destroy_menu/pipboy/base_active.res @@ -0,0 +1,171 @@ +"Resource/UI/destroy_menu/base_active.res" +{ + "ItemNameLabel" + { + "ControlName" "CExLabel" + "fieldName" "ItemNameLabel" + "font" "G_FontSmall_2" + "xpos" "10" + "ypos" "0" + "zpos" "1" + "wide" "52" + "tall" "14" + "textinsetx" "2" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "visible_minmode" "0" + "enabled" "1" + "labelText" "#TF_Object_Dispenser" + "textAlignment" "Left" + "dulltext" "0" + "brighttext" "0" + } + + "ItemBackground" + { + "ControlName" "CIconPanel" + "fieldName" "ItemBackground" + "xpos" "10" + "ypos" "14" + "zpos" "0" + "wide" "60" + "tall" "76" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "paintbackground" "1" + "paintborder" "0" + "bgcolor_override" "0 0 0 220" + "border" "G_TargetBorder" + } + + "DestroyIcon" + { + "ControlName" "CIconPanel" + "fieldName" "DestroyIcon" + "xpos" "13" + "ypos" "18" + "zpos" "1" + "wide" "70" + "tall" "70" + "visible" "0" + "enabled" "0" + "scaleImage" "1" + "icon" "ico_demolish" + "iconColor" "255 255 255 255" + } + + "BuildingIcon" + { + "ControlName" "CIconPanel" + "fieldName" "BuildingIcon" + "xpos" "22" + "ypos" "26" + "xpos_minmode" "16" + "ypos_minmode" "20" + "zpos" "2" + "wide" "56" + "tall" "56" + "wide_minmode" "48" + "tall_minmode" "48" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "icon" "hud_menu_sentry_build" + "iconColor" "255 255 255 255" + } + + + "MetalIcon" + { + "ControlName" "CIconPanel" + "fieldName" "MetalIcon" + "xpos" "58" + "ypos" "77" + "zpos" "1" + "wide" "7" + "tall" "7" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "icon" "ico_metal" + "iconColor" "G_LightGrey" + } + + "CostLabel" + { + "ControlName" "CExLabel" + "fieldName" "CostLabel" + "font" "G_FontTiny" + "fgcolor" "G_LightGrey" + "xpos" "26" + "ypos" "74" + "zpos" "1" + "wide" "30" + "tall" "13" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "%metal%" + "textAlignment" "East" + "textinsetx" "1" + } + + "ModeLabel" + { + "ControlName" "CExLabel" + "fieldName" "ModeLabel" + "font" "DefaultSmall" + "fgcolor" "TanDarker" + "xpos" "33" + "ypos" "17" + "zpos" "1" + "wide" "44" + "tall" "13" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "" + "textAlignment" "East" + } + + "NumberBg" + { + "ControlName" "CIconPanel" + "fieldName" "NumberBg" + "xpos" "15" + "ypos" "73" + "zpos" "5" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "icon" "ico_key_blank" + "iconColor" "255 255 255 255" + } + + "NumberLabel" + { + "ControlName" "CExLabel" + "fieldName" "NumberLabel" + "font" "G_FontNumberButton" + "fgcolor" "Black" + "xpos" "15" + "ypos" "73" + "zpos" "6" + "wide" "14" + "tall" "13" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "1" + "textAlignment" "Center" + "dulltext" "1" + "brighttext" "0" + } +} \ No newline at end of file diff --git a/toonhud/resource/ui/destroy_menu/pipboy/base_inactive.res b/toonhud/resource/ui/destroy_menu/pipboy/base_inactive.res new file mode 100644 index 0000000..d9e5bdb --- /dev/null +++ b/toonhud/resource/ui/destroy_menu/pipboy/base_inactive.res @@ -0,0 +1,98 @@ +"Resource/UI/destroy_menu/base_inactive.res" +{ + "ItemNameLabel" + { + "ControlName" "CExLabel" + "fieldName" "ItemNameLabel" + "font" "G_FontSmall_2" + "xpos" "10" + "ypos" "0" + "zpos" "1" + "wide" "52" + "tall" "14" + "textinsetx" "2" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "#TF_Object_dispenser" + "textAlignment" "Left" + "dulltext" "0" + "brighttext" "0" + } + + "ItemBackground" + { + "ControlName" "CIconPanel" + "fieldName" "ItemBackground" + "xpos" "10" + "ypos" "14" + "zpos" "0" + "wide" "80" + "tall" "80" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "paintbackground" "1" + "paintborder" "1" + "bgcolor_override" "0 0 0 220" + "border" "G_TargetBorder" + "Alpha" "100" + } + + "NotBuiltLabel" + { + "font" "G_FontSmall_2" + "fgcolor" "G_Red" + "xpos" "10" + "ypos" "43" + "zpos" "2" + "wide" "80" + "tall" "28" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "#TF_NotBuilt" + "textAlignment" "Center" + } + + "NumberBg" + { + "ControlName" "CIconPanel" + "fieldName" "NumberBg" + "xpos" "41" + "ypos" "87" + "zpos" "0" + "wide" "18" + "tall" "18" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "icon" "ico_key_blank" + "iconColor" "255 255 255 255" + "Alpha" "0" + } + + "NumberLabel" + { + "ControlName" "CExLabel" + "fieldName" "NumberLabel" + "font" "G_FontNumberButton" + "fgcolor" "Black" + "xpos" "0" + "ypos" "86" + "zpos" "1" + "wide" "100" + "tall" "18" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "1" + "textAlignment" "Center" + "dulltext" "1" + "brighttext" "0" + "Alpha" "0" + } +} \ No newline at end of file diff --git a/toonhud/resource/ui/destroy_menu/pipboy/dispenser_active.res b/toonhud/resource/ui/destroy_menu/pipboy/dispenser_active.res new file mode 100644 index 0000000..e73f2e3 --- /dev/null +++ b/toonhud/resource/ui/destroy_menu/pipboy/dispenser_active.res @@ -0,0 +1,111 @@ +"Resource/UI/destroy_menu/dispenser_active.res" +{ + "ItemNameLabel" + { + "ControlName" "CExLabel" + "fieldName" "ItemNameLabel" + "font" "G_FontSmall_2" + "xpos" "10" + "ypos" "0" + "zpos" "1" + "wide" "52" + "tall" "14" + "textinsetx" "2" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "visible_minmode" "0" + "enabled" "1" + "labelText" "#TF_Object_Dispenser" + "textAlignment" "Left" + "dulltext" "0" + "brighttext" "0" + } + + "ItemBackground" + { + "ControlName" "CIconPanel" + "fieldName" "ItemBackground" + "xpos" "10" + "ypos" "14" + "zpos" "0" + "wide" "60" + "tall" "76" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "paintbackground" "1" + "paintborder" "1" + "bgcolor_override" "G_DestroyBg" + "border" "G_TargetBorder" + } + + "DestroyIcon" + { + "ControlName" "CIconPanel" + "fieldName" "DestroyIcon" + "xpos" "16" + "ypos" "20" + "zpos" "1" + "wide" "48" + "tall" "48" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "icon" "ico_demolish" + "iconColor" "255 255 255 255" + } + + "BuildingIcon" + { + "ControlName" "CIconPanel" + "fieldName" "BuildingIcon" + "xpos" "17" + "ypos" "20" + "zpos" "2" + "wide" "47" + "tall" "47" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "icon" "obj_status_dispenser" + "iconColor" "255 255 255 128" + } + + "NumberBg" + { + "ControlName" "CIconPanel" + "fieldName" "NumberBg" + "xpos" "33" + "ypos" "73" + "zpos" "0" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "icon" "ico_key_blank" + "iconColor" "255 255 255 255" + } + + "NumberLabel" + { + "ControlName" "CExLabel" + "fieldName" "NumberLabel" + "font" "G_FontNumberButton" + "fgcolor" "Black" + "xpos" "33" + "ypos" "73" + "zpos" "1" + "wide" "14" + "tall" "13" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "2" + "textAlignment" "Center" + "dulltext" "1" + "brighttext" "0" + } +} \ No newline at end of file diff --git a/toonhud/resource/ui/destroy_menu/pipboy/dispenser_inactive.res b/toonhud/resource/ui/destroy_menu/pipboy/dispenser_inactive.res new file mode 100644 index 0000000..e901d75 --- /dev/null +++ b/toonhud/resource/ui/destroy_menu/pipboy/dispenser_inactive.res @@ -0,0 +1,136 @@ +"Resource/UI/destroy_menu/dispenser_inactive.res" +{ + "ItemNameLabel" + { + "ControlName" "CExLabel" + "fieldName" "ItemNameLabel" + "font" "G_FontSmall_2" + "xpos" "10" + "ypos" "0" + "zpos" "1" + "wide" "52" + "tall" "14" + "textinsetx" "2" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "visible_minmode" "0" + "enabled" "1" + "labelText" "#TF_Object_Dispenser" + "textAlignment" "Left" + "dulltext" "0" + "brighttext" "0" + } + + "ItemBackground" + { + "ControlName" "CIconPanel" + "fieldName" "ItemBackground" + "xpos" "10" + "ypos" "14" + "zpos" "0" + "wide" "60" + "tall" "76" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "paintbackground" "1" + "bgcolor_override" "0 0 0 220" + } + + "NotBuiltLabel" + { + "ControlName" "CExLabel" + "fieldName" "NotBuiltLabel" + "font" "G_FontTiny_2" + "font_minmode" "G_FontSmall_2" + "xpos" "10" + "ypos" "71" + "zpos" "5" + "wide" "60" + "tall" "18" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "#TF_NotBuilt" + "textAlignment" "Center" + "dulltext" "0" + "brighttext" "0" + } + + "BuildingIcon" + { + "ControlName" "CIconPanel" + "fieldName" "BuildingIcon" + "xpos" "18" + "ypos" "20" + "zpos" "2" + "wide" "46" + "tall" "46" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "icon" "obj_status_dispenser" + "iconColor" "100 100 100 255" + } + + "UnavailableLabel" + { + "ControlName" "CExLabel" + "fieldName" "UnavailableLabel" + "font" "Default" + "xpos" "10" + "ypos" "48" + "zpos" "2" + "wide" "80" + "tall" "18" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "labelText" "#Hud_Menu_Build_Unavailable" + "textAlignment" "Center" + "dulltext" "0" + "brighttext" "0" + } + + "NumberBg" + { + "ControlName" "CIconPanel" + "fieldName" "NumberBg" + "xpos" "41" + "ypos" "87" + "zpos" "0" + "wide" "18" + "tall" "18" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "icon" "ico_key_blank" + "iconColor" "255 255 255 255" + "Alpha" "0" + } + + "NumberLabel" + { + "ControlName" "CExLabel" + "fieldName" "NumberLabel" + "font" "G_FontNumberButton" + "fgcolor" "Black" + "xpos" "0" + "ypos" "86" + "zpos" "1" + "wide" "100" + "tall" "18" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "1" + "textAlignment" "Center" + "dulltext" "1" + "brighttext" "0" + "Alpha" "0" + } +} \ No newline at end of file diff --git a/toonhud/resource/ui/destroy_menu/pipboy/hudmenuengydestroy.res b/toonhud/resource/ui/destroy_menu/pipboy/hudmenuengydestroy.res new file mode 100644 index 0000000..03075fe --- /dev/null +++ b/toonhud/resource/ui/destroy_menu/pipboy/hudmenuengydestroy.res @@ -0,0 +1,318 @@ +"Resource/UI/build_menu/pipboy/HudMenuEngyDestroy.res" +{ + "MainBackground" + { + "ControlName" "CTFImagePanel" + "fieldName" "MainBackground" + "xpos" "1" + "xpos_minmode" "18" + "ypos" "40" + "zpos" "0" + "wide" "282" + "tall" "92" + "wide_minmode" "142" + "tall_minmode" "175" + "visible" "1" + "enabled" "1" + "paintborder" "1" + "border" "G_TargetBorder" + "scaleImage" "1" + "image" "pipboy_overlay" + "src_corner_height" "23" + "src_corner_width" "23" + "draw_corner_width" "0" + "draw_corner_height" "0" + } + + "BlackBg" + { + "ControlName" "EditablePanel" + "fieldName" "BlackBg" + "xpos" "1" + "xpos_minmode" "18" + "ypos" "40" + "zpos" "-1" + "wide" "282" + "tall" "92" + "wide_minmode" "142" + "tall_minmode" "175" + "visible" "1" + "enabled" "1" + "paintbackground" "1" + "bgcolor_override" "0 0 0 220" + } + + "BuildIcon" + { + "ControlName" "CIconPanel" + "fieldName" "BuildIcon" + "xpos" "20" + "ypos" "17" + "zpos" "1" + "wide" "24" + "tall" "24" + "visible" "0" + "enabled" "0" + "scaleImage" "1" + "icon" "ico_demolish" + "iconColor" "G_White" + } + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "G_FontMedium" + "xpos" "1" + "xpos_minmode" "18" + "ypos" "17" + "zpos" "2" + "wide" "282" + "wide_minmode" "142" + "tall" "24" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "#Hud_menu_demolish_title" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "fgcolor" "G_White" + } + + "TitleLabelDropshadow" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabelDropshadow" + "font" "G_FontMedium" + "fgcolor" "G_Shadow" + "xpos" "3" + "xpos_minmode" "19" + "ypos" "18" + "zpos" "1" + "wide" "277" + "wide_minmode" "142" + "tall" "24" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "#Hud_menu_demolish_title" + "textAlignment" "center" + "dulltext" "1" + "brighttext" "0" + } + + "CancelLabel" + { + "ControlName" "CExLabel" + "fieldName" "CancelLabel" + "font" "SpectatorKeyHints" + "xpos" "218" + "ypos" "35" + "zpos" "1" + "wide" "200" + "tall" "13" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "0" + "labelText" "#Hud_Menu_Build_Cancel" + "textAlignment" "East" + "dulltext" "0" + "brighttext" "0" + } + + "active_item_1" + { + "ControlName" "CEngyDestroyMenuItem" + "fieldName" "active_item_1" + "xpos" "0" + "ypos" "34" + "xpos_minmode" "15" + "ypos_minmode" "34" + "zpos" "1" + "wide" "80" + "tall" "104" + "wide_minmode" "80" + "tall_minmode" "104" + "visible" "0" + } + + "active_item_2" + { + "ControlName" "CEngyDestroyMenuItem" + "fieldName" "active_item_2" + "xpos" "68" + "ypos" "34" + "xpos_minmode" "83" + "ypos_minmode" "34" + "zpos" "1" + "wide" "80" + "tall" "104" + "wide_minmode" "80" + "tall_minmode" "104" + "visible" "0" + } + + "active_item_3" + { + "ControlName" "CEngyDestroyMenuItem" + "fieldName" "active_item_3" + "xpos" "136" + "ypos" "34" + "xpos_minmode" "15" + "ypos_minmode" "118" + "zpos" "1" + "wide" "80" + "tall" "104" + "wide_minmode" "80" + "tall_minmode" "104" + "visible" "0" + } + + "active_item_4" + { + "ControlName" "CEngyDestroyMenuItem" + "fieldName" "active_item_4" + "xpos" "204" + "ypos" "34" + "xpos_minmode" "83" + "ypos_minmode" "118" + "zpos" "1" + "wide" "80" + "tall" "104" + "wide_minmode" "80" + "tall_minmode" "104" + "visible" "0" + } + + "inactive_item_1" + { + "ControlName" "CEngyDestroyMenuItem" + "fieldName" "inactive_item_1" + "xpos" "0" + "ypos" "34" + "xpos_minmode" "15" + "ypos_minmode" "34" + "zpos" "1" + "wide" "80" + "tall" "104" + "wide_minmode" "80" + "tall_minmode" "104" + "visible" "0" + } + + "inactive_item_2" + { + "ControlName" "CEngyDestroyMenuItem" + "fieldName" "inactive_item_2" + "xpos" "68" + "ypos" "34" + "xpos_minmode" "83" + "ypos_minmode" "34" + "zpos" "1" + "wide" "80" + "tall" "104" + "wide_minmode" "80" + "tall_minmode" "104" + "visible" "0" + } + + "inactive_item_3" + { + "ControlName" "CEngyDestroyMenuItem" + "fieldName" "inactive_item_3" + "xpos" "136" + "ypos" "34" + "xpos_minmode" "15" + "ypos_minmode" "118" + "zpos" "1" + "wide" "80" + "tall" "104" + "wide_minmode" "80" + "tall_minmode" "104" + "visible" "0" + } + + "inactive_item_4" + { + "ControlName" "CEngyDestroyMenuItem" + "fieldName" "inactive_item_4" + "xpos" "204" + "ypos" "34" + "xpos_minmode" "83" + "ypos_minmode" "118" + "zpos" "1" + "wide" "80" + "tall" "104" + "wide_minmode" "80" + "tall_minmode" "104" + "visible" "0" + } + + "unavailable_item_1" + { + "ControlName" "CEngyDestroyMenuItem" + "fieldName" "unavailable_item_1" + "xpos" "0" + "ypos" "34" + "xpos_minmode" "15" + "ypos_minmode" "34" + "zpos" "1" + "wide" "80" + "tall" "104" + "wide_minmode" "80" + "tall_minmode" "104" + "visible" "1" + } + + "unavailable_item_2" + { + "ControlName" "CEngyDestroyMenuItem" + "fieldName" "unavailable_item_2" + "xpos" "68" + "ypos" "34" + "xpos_minmode" "83" + "ypos_minmode" "34" + "zpos" "1" + "wide" "80" + "tall" "104" + "wide_minmode" "80" + "tall_minmode" "104" + "visible" "1" + } + + "unavailable_item_3" + { + "ControlName" "CEngyDestroyMenuItem" + "fieldName" "unavailable_item_3" + "xpos" "136" + "ypos" "34" + "xpos_minmode" "15" + "ypos_minmode" "118" + "zpos" "1" + "wide" "80" + "tall" "104" + "wide_minmode" "80" + "tall_minmode" "104" + "visible" "1" + } + + "unavailable_item_4" + { + "ControlName" "CEngyDestroyMenuItem" + "fieldName" "unavailable_item_4" + "xpos" "204" + "ypos" "34" + "xpos_minmode" "83" + "ypos_minmode" "118" + "zpos" "1" + "wide" "80" + "tall" "104" + "wide_minmode" "80" + "tall_minmode" "104" + "visible" "1" + } +} \ No newline at end of file diff --git a/toonhud/resource/ui/destroy_menu/pipboy/sentry_active.res b/toonhud/resource/ui/destroy_menu/pipboy/sentry_active.res new file mode 100644 index 0000000..ee1d593 --- /dev/null +++ b/toonhud/resource/ui/destroy_menu/pipboy/sentry_active.res @@ -0,0 +1,111 @@ +"Resource/UI/destroy_menu/sentry_active.res" +{ + "ItemNameLabel" + { + "ControlName" "CExLabel" + "fieldName" "ItemNameLabel" + "font" "G_FontSmall_2" + "xpos" "10" + "ypos" "0" + "zpos" "1" + "wide" "52" + "tall" "14" + "textinsetx" "2" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "visible_minmode" "0" + "enabled" "1" + "labelText" "#TF_Object_Sentry" + "textAlignment" "Left" + "dulltext" "0" + "brighttext" "0" + } + + "ItemBackground" + { + "ControlName" "CIconPanel" + "fieldName" "ItemBackground" + "xpos" "10" + "ypos" "14" + "zpos" "0" + "wide" "60" + "tall" "76" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "paintbackground" "1" + "paintborder" "1" + "bgcolor_override" "G_DestroyBg" + "border" "G_TargetBorder" + } + + "DestroyIcon" + { + "ControlName" "CIconPanel" + "fieldName" "DestroyIcon" + "xpos" "16" + "ypos" "20" + "zpos" "1" + "wide" "48" + "tall" "48" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "icon" "ico_demolish" + "iconColor" "255 255 255 255" + } + + "BuildingIcon" + { + "ControlName" "CIconPanel" + "fieldName" "BuildingIcon" + "xpos" "17" + "ypos" "20" + "zpos" "2" + "wide" "47" + "tall" "47" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "icon" "obj_status_sentrygun_1" + "iconColor" "255 255 255 128" + } + + "NumberBg" + { + "ControlName" "CIconPanel" + "fieldName" "NumberBg" + "xpos" "33" + "ypos" "73" + "zpos" "0" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "icon" "ico_key_blank" + "iconColor" "255 255 255 255" + } + + "NumberLabel" + { + "ControlName" "CExLabel" + "fieldName" "NumberLabel" + "font" "G_FontNumberButton" + "fgcolor" "Black" + "xpos" "33" + "ypos" "73" + "zpos" "1" + "wide" "14" + "tall" "13" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "1" + "textAlignment" "Center" + "dulltext" "1" + "brighttext" "0" + } +} \ No newline at end of file diff --git a/toonhud/resource/ui/destroy_menu/pipboy/sentry_inactive.res b/toonhud/resource/ui/destroy_menu/pipboy/sentry_inactive.res new file mode 100644 index 0000000..fc1a0a6 --- /dev/null +++ b/toonhud/resource/ui/destroy_menu/pipboy/sentry_inactive.res @@ -0,0 +1,137 @@ +"Resource/UI/destroy_menu/sentry_inactive.res" +{ + "ItemNameLabel" + { + "ControlName" "CExLabel" + "fieldName" "ItemNameLabel" + "font" "G_FontSmall_2" + "xpos" "10" + "ypos" "0" + "zpos" "1" + "wide" "52" + "tall" "14" + "textinsetx" "2" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "visible_minmode" "0" + "enabled" "1" + "labelText" "#TF_Object_Sentry" + "labelText_lodef" "#TF_Object_Sentry_360" + "textAlignment" "Left" + "dulltext" "0" + "brighttext" "0" + } + + "ItemBackground" + { + "ControlName" "CIconPanel" + "fieldName" "ItemBackground" + "xpos" "10" + "ypos" "14" + "zpos" "0" + "wide" "60" + "tall" "76" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "paintbackground" "1" + "bgcolor_override" "0 0 0 220" + } + + "NotBuiltLabel" + { + "ControlName" "CExLabel" + "fieldName" "NotBuiltLabel" + "font" "G_FontTiny_2" + "font_minmode" "G_FontSmall_2" + "xpos" "10" + "ypos" "71" + "zpos" "5" + "wide" "60" + "tall" "18" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "#TF_NotBuilt" + "textAlignment" "Center" + "dulltext" "0" + "brighttext" "0" + } + + "BuildingIcon" + { + "ControlName" "CIconPanel" + "fieldName" "BuildingIcon" + "xpos" "18" + "ypos" "20" + "zpos" "2" + "wide" "46" + "tall" "46" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "icon" "obj_status_sentrygun_1" + "iconColor" "100 100 100 255" + } + + "UnavailableLabel" + { + "ControlName" "CExLabel" + "fieldName" "UnavailableLabel" + "font" "Default" + "xpos" "10" + "ypos" "48" + "zpos" "2" + "wide" "80" + "tall" "18" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "labelText" "#Hud_Menu_Build_Unavailable" + "textAlignment" "Center" + "dulltext" "0" + "brighttext" "0" + } + + "NumberBg" + { + "ControlName" "CIconPanel" + "fieldName" "NumberBg" + "xpos" "41" + "ypos" "87" + "zpos" "0" + "wide" "18" + "tall" "18" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "icon" "ico_key_blank" + "iconColor" "255 255 255 255" + "Alpha" "0" + } + + "NumberLabel" + { + "ControlName" "CExLabel" + "fieldName" "NumberLabel" + "font" "G_FontNumberButton" + "fgcolor" "Black" + "xpos" "0" + "ypos" "86" + "zpos" "1" + "wide" "100" + "tall" "18" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "1" + "textAlignment" "Center" + "dulltext" "1" + "brighttext" "0" + "Alpha" "0" + } +} \ No newline at end of file diff --git a/toonhud/resource/ui/destroy_menu/pipboy/tele_entrance_active.res b/toonhud/resource/ui/destroy_menu/pipboy/tele_entrance_active.res new file mode 100644 index 0000000..3cbd21b --- /dev/null +++ b/toonhud/resource/ui/destroy_menu/pipboy/tele_entrance_active.res @@ -0,0 +1,111 @@ +"Resource/UI/destroy_menu/tele_entrance_active.res" +{ + "ItemNameLabel" + { + "ControlName" "CExLabel" + "fieldName" "ItemNameLabel" + "font" "G_FontSmall_2" + "xpos" "10" + "ypos" "0" + "zpos" "1" + "wide" "52" + "tall" "14" + "textinsetx" "2" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "visible_minmode" "0" + "enabled" "1" + "labelText" "#TF_Object_Tele_Entrance_360" + "textAlignment" "Left" + "dulltext" "0" + "brighttext" "0" + } + + "ItemBackground" + { + "ControlName" "CIconPanel" + "fieldName" "ItemBackground" + "xpos" "10" + "ypos" "14" + "zpos" "0" + "wide" "60" + "tall" "76" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "paintbackground" "1" + "paintborder" "1" + "bgcolor_override" "G_DestroyBg" + "border" "G_TargetBorder" + } + + "DestroyIcon" + { + "ControlName" "CIconPanel" + "fieldName" "DestroyIcon" + "xpos" "16" + "ypos" "20" + "zpos" "1" + "wide" "48" + "tall" "48" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "icon" "ico_demolish" + "iconColor" "255 255 255 255" + } + + "BuildingIcon" + { + "ControlName" "CIconPanel" + "fieldName" "BuildingIcon" + "xpos" "17" + "ypos" "20" + "zpos" "2" + "wide" "47" + "tall" "47" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "icon" "obj_status_tele_entrance" + "iconColor" "255 255 255 255" + } + + "NumberBg" + { + "ControlName" "CIconPanel" + "fieldName" "NumberBg" + "xpos" "33" + "ypos" "73" + "zpos" "0" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "icon" "ico_key_blank" + "iconColor" "255 255 255 255" + } + + "NumberLabel" + { + "ControlName" "CExLabel" + "fieldName" "NumberLabel" + "font" "G_FontNumberButton" + "fgcolor" "Black" + "xpos" "33" + "ypos" "73" + "zpos" "1" + "wide" "14" + "tall" "13" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "3" + "textAlignment" "Center" + "dulltext" "1" + "brighttext" "0" + } +} \ No newline at end of file diff --git a/toonhud/resource/ui/destroy_menu/pipboy/tele_entrance_inactive.res b/toonhud/resource/ui/destroy_menu/pipboy/tele_entrance_inactive.res new file mode 100644 index 0000000..5519f9b --- /dev/null +++ b/toonhud/resource/ui/destroy_menu/pipboy/tele_entrance_inactive.res @@ -0,0 +1,136 @@ +"Resource/UI/build_menu/tele_entrance_inactive.res" +{ + "ItemNameLabel" + { + "ControlName" "CExLabel" + "fieldName" "ItemNameLabel" + "font" "G_FontSmall_2" + "xpos" "10" + "ypos" "0" + "zpos" "1" + "wide" "52" + "tall" "14" + "textinsetx" "2" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "visible_minmode" "0" + "enabled" "1" + "labelText" "#TF_Object_tele_entrance_360" + "textAlignment" "Left" + "dulltext" "0" + "brighttext" "0" + } + + "ItemBackground" + { + "ControlName" "CIconPanel" + "fieldName" "ItemBackground" + "xpos" "10" + "ypos" "14" + "zpos" "0" + "wide" "60" + "tall" "76" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "paintbackground" "1" + "bgcolor_override" "0 0 0 220" + } + + "NotBuiltLabel" + { + "ControlName" "CExLabel" + "fieldName" "NotBuiltLabel" + "font" "G_FontTiny_2" + "font_minmode" "G_FontSmall_2" + "xpos" "10" + "ypos" "71" + "zpos" "5" + "wide" "60" + "tall" "18" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "#TF_NotBuilt" + "textAlignment" "Center" + "dulltext" "0" + "brighttext" "0" + } + + "BuildingIcon" + { + "ControlName" "CIconPanel" + "fieldName" "BuildingIcon" + "xpos" "18" + "ypos" "20" + "zpos" "2" + "wide" "46" + "tall" "46" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "icon" "obj_status_tele_entrance" + "iconColor" "100 100 100 255" + } + + "UnavailableLabel" + { + "ControlName" "CExLabel" + "fieldName" "UnavailableLabel" + "font" "Default" + "xpos" "10" + "ypos" "48" + "zpos" "2" + "wide" "80" + "tall" "18" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "labelText" "#Hud_Menu_Build_Unavailable" + "textAlignment" "Center" + "dulltext" "0" + "brighttext" "0" + } + + "NumberBg" + { + "ControlName" "CIconPanel" + "fieldName" "NumberBg" + "xpos" "41" + "ypos" "87" + "zpos" "0" + "wide" "18" + "tall" "18" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "icon" "ico_key_blank" + "iconColor" "255 255 255 255" + "Alpha" "0" + } + + "NumberLabel" + { + "ControlName" "CExLabel" + "fieldName" "NumberLabel" + "font" "G_FontNumberButton" + "fgcolor" "Black" + "xpos" "0" + "ypos" "86" + "zpos" "1" + "wide" "100" + "tall" "18" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "3" + "textAlignment" "Center" + "dulltext" "1" + "brighttext" "0" + "Alpha" "0" + } +} \ No newline at end of file diff --git a/toonhud/resource/ui/destroy_menu/pipboy/tele_exit_active.res b/toonhud/resource/ui/destroy_menu/pipboy/tele_exit_active.res new file mode 100644 index 0000000..6d32c55 --- /dev/null +++ b/toonhud/resource/ui/destroy_menu/pipboy/tele_exit_active.res @@ -0,0 +1,111 @@ +"Resource/UI/destroy_menu/tele_exit_active.res" +{ + "ItemNameLabel" + { + "ControlName" "CExLabel" + "fieldName" "ItemNameLabel" + "font" "G_FontSmall_2" + "xpos" "10" + "ypos" "0" + "zpos" "1" + "wide" "52" + "tall" "14" + "textinsetx" "2" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "visible_minmode" "0" + "enabled" "1" + "labelText" "#TF_Object_Tele_Exit_360" + "textAlignment" "Left" + "dulltext" "0" + "brighttext" "0" + } + + "ItemBackground" + { + "ControlName" "CIconPanel" + "fieldName" "ItemBackground" + "xpos" "10" + "ypos" "14" + "zpos" "0" + "wide" "60" + "tall" "76" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "paintbackground" "1" + "paintborder" "1" + "bgcolor_override" "G_DestroyBg" + "border" "G_TargetBorder" + } + + "DestroyIcon" + { + "ControlName" "CIconPanel" + "fieldName" "DestroyIcon" + "xpos" "16" + "ypos" "20" + "zpos" "1" + "wide" "48" + "tall" "48" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "icon" "ico_demolish" + "iconColor" "255 255 255 255" + } + + "BuildingIcon" + { + "ControlName" "CIconPanel" + "fieldName" "BuildingIcon" + "xpos" "17" + "ypos" "20" + "zpos" "2" + "wide" "47" + "tall" "47" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "icon" "obj_status_tele_exit" + "iconColor" "255 255 255 255" + } + + "NumberBg" + { + "ControlName" "CIconPanel" + "fieldName" "NumberBg" + "xpos" "33" + "ypos" "73" + "zpos" "0" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "icon" "ico_key_blank" + "iconColor" "255 255 255 255" + } + + "NumberLabel" + { + "ControlName" "CExLabel" + "fieldName" "NumberLabel" + "font" "G_FontNumberButton" + "fgcolor" "Black" + "xpos" "33" + "ypos" "73" + "zpos" "1" + "wide" "14" + "tall" "13" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "4" + "textAlignment" "Center" + "dulltext" "1" + "brighttext" "0" + } +} \ No newline at end of file diff --git a/toonhud/resource/ui/destroy_menu/pipboy/tele_exit_inactive.res b/toonhud/resource/ui/destroy_menu/pipboy/tele_exit_inactive.res new file mode 100644 index 0000000..1156a3c --- /dev/null +++ b/toonhud/resource/ui/destroy_menu/pipboy/tele_exit_inactive.res @@ -0,0 +1,136 @@ +"Resource/UI/build_menu/tele_exit_inactive.res" +{ + "ItemNameLabel" + { + "ControlName" "CExLabel" + "fieldName" "ItemNameLabel" + "font" "G_FontSmall_2" + "xpos" "10" + "ypos" "0" + "zpos" "1" + "wide" "52" + "tall" "14" + "textinsetx" "2" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "visible_minmode" "0" + "enabled" "1" + "labelText" "#TF_Object_Tele_Exit_360" + "textAlignment" "Left" + "dulltext" "0" + "brighttext" "0" + } + + "ItemBackground" + { + "ControlName" "CIconPanel" + "fieldName" "ItemBackground" + "xpos" "10" + "ypos" "14" + "zpos" "0" + "wide" "60" + "tall" "76" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "paintbackground" "1" + "bgcolor_override" "0 0 0 220" + } + + "NotBuiltLabel" + { + "ControlName" "CExLabel" + "fieldName" "NotBuiltLabel" + "font" "G_FontTiny_2" + "font_minmode" "G_FontSmall_2" + "xpos" "10" + "ypos" "71" + "zpos" "5" + "wide" "60" + "tall" "18" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "#TF_NotBuilt" + "textAlignment" "Center" + "dulltext" "0" + "brighttext" "0" + } + + "BuildingIcon" + { + "ControlName" "CIconPanel" + "fieldName" "BuildingIcon" + "xpos" "18" + "ypos" "20" + "zpos" "2" + "wide" "46" + "tall" "46" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "icon" "obj_status_tele_exit" + "iconColor" "100 100 100 255" + } + + "UnavailableLabel" + { + "ControlName" "CExLabel" + "fieldName" "UnavailableLabel" + "font" "Default" + "xpos" "10" + "ypos" "48" + "zpos" "2" + "wide" "80" + "tall" "18" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "labelText" "#Hud_Menu_Build_Unavailable" + "textAlignment" "Center" + "dulltext" "0" + "brighttext" "0" + } + + "NumberBg" + { + "ControlName" "CIconPanel" + "fieldName" "NumberBg" + "xpos" "41" + "ypos" "87" + "zpos" "0" + "wide" "18" + "tall" "18" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "icon" "ico_key_blank" + "iconColor" "255 255 255 255" + "Alpha" "0" + } + + "NumberLabel" + { + "ControlName" "CExLabel" + "fieldName" "NumberLabel" + "font" "G_FontNumberButton" + "fgcolor" "Black" + "xpos" "0" + "ypos" "86" + "zpos" "1" + "wide" "100" + "tall" "18" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "4" + "textAlignment" "Center" + "dulltext" "1" + "brighttext" "0" + "Alpha" "0" + } +} \ No newline at end of file diff --git a/toonhud/resource/ui/destroy_menu/sentry_active.res b/toonhud/resource/ui/destroy_menu/sentry_active.res new file mode 100644 index 0000000..ee1d593 --- /dev/null +++ b/toonhud/resource/ui/destroy_menu/sentry_active.res @@ -0,0 +1,111 @@ +"Resource/UI/destroy_menu/sentry_active.res" +{ + "ItemNameLabel" + { + "ControlName" "CExLabel" + "fieldName" "ItemNameLabel" + "font" "G_FontSmall_2" + "xpos" "10" + "ypos" "0" + "zpos" "1" + "wide" "52" + "tall" "14" + "textinsetx" "2" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "visible_minmode" "0" + "enabled" "1" + "labelText" "#TF_Object_Sentry" + "textAlignment" "Left" + "dulltext" "0" + "brighttext" "0" + } + + "ItemBackground" + { + "ControlName" "CIconPanel" + "fieldName" "ItemBackground" + "xpos" "10" + "ypos" "14" + "zpos" "0" + "wide" "60" + "tall" "76" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "paintbackground" "1" + "paintborder" "1" + "bgcolor_override" "G_DestroyBg" + "border" "G_TargetBorder" + } + + "DestroyIcon" + { + "ControlName" "CIconPanel" + "fieldName" "DestroyIcon" + "xpos" "16" + "ypos" "20" + "zpos" "1" + "wide" "48" + "tall" "48" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "icon" "ico_demolish" + "iconColor" "255 255 255 255" + } + + "BuildingIcon" + { + "ControlName" "CIconPanel" + "fieldName" "BuildingIcon" + "xpos" "17" + "ypos" "20" + "zpos" "2" + "wide" "47" + "tall" "47" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "icon" "obj_status_sentrygun_1" + "iconColor" "255 255 255 128" + } + + "NumberBg" + { + "ControlName" "CIconPanel" + "fieldName" "NumberBg" + "xpos" "33" + "ypos" "73" + "zpos" "0" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "icon" "ico_key_blank" + "iconColor" "255 255 255 255" + } + + "NumberLabel" + { + "ControlName" "CExLabel" + "fieldName" "NumberLabel" + "font" "G_FontNumberButton" + "fgcolor" "Black" + "xpos" "33" + "ypos" "73" + "zpos" "1" + "wide" "14" + "tall" "13" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "1" + "textAlignment" "Center" + "dulltext" "1" + "brighttext" "0" + } +} \ No newline at end of file diff --git a/toonhud/resource/ui/destroy_menu/sentry_inactive.res b/toonhud/resource/ui/destroy_menu/sentry_inactive.res new file mode 100644 index 0000000..fc1a0a6 --- /dev/null +++ b/toonhud/resource/ui/destroy_menu/sentry_inactive.res @@ -0,0 +1,137 @@ +"Resource/UI/destroy_menu/sentry_inactive.res" +{ + "ItemNameLabel" + { + "ControlName" "CExLabel" + "fieldName" "ItemNameLabel" + "font" "G_FontSmall_2" + "xpos" "10" + "ypos" "0" + "zpos" "1" + "wide" "52" + "tall" "14" + "textinsetx" "2" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "visible_minmode" "0" + "enabled" "1" + "labelText" "#TF_Object_Sentry" + "labelText_lodef" "#TF_Object_Sentry_360" + "textAlignment" "Left" + "dulltext" "0" + "brighttext" "0" + } + + "ItemBackground" + { + "ControlName" "CIconPanel" + "fieldName" "ItemBackground" + "xpos" "10" + "ypos" "14" + "zpos" "0" + "wide" "60" + "tall" "76" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "paintbackground" "1" + "bgcolor_override" "0 0 0 220" + } + + "NotBuiltLabel" + { + "ControlName" "CExLabel" + "fieldName" "NotBuiltLabel" + "font" "G_FontTiny_2" + "font_minmode" "G_FontSmall_2" + "xpos" "10" + "ypos" "71" + "zpos" "5" + "wide" "60" + "tall" "18" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "#TF_NotBuilt" + "textAlignment" "Center" + "dulltext" "0" + "brighttext" "0" + } + + "BuildingIcon" + { + "ControlName" "CIconPanel" + "fieldName" "BuildingIcon" + "xpos" "18" + "ypos" "20" + "zpos" "2" + "wide" "46" + "tall" "46" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "icon" "obj_status_sentrygun_1" + "iconColor" "100 100 100 255" + } + + "UnavailableLabel" + { + "ControlName" "CExLabel" + "fieldName" "UnavailableLabel" + "font" "Default" + "xpos" "10" + "ypos" "48" + "zpos" "2" + "wide" "80" + "tall" "18" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "labelText" "#Hud_Menu_Build_Unavailable" + "textAlignment" "Center" + "dulltext" "0" + "brighttext" "0" + } + + "NumberBg" + { + "ControlName" "CIconPanel" + "fieldName" "NumberBg" + "xpos" "41" + "ypos" "87" + "zpos" "0" + "wide" "18" + "tall" "18" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "icon" "ico_key_blank" + "iconColor" "255 255 255 255" + "Alpha" "0" + } + + "NumberLabel" + { + "ControlName" "CExLabel" + "fieldName" "NumberLabel" + "font" "G_FontNumberButton" + "fgcolor" "Black" + "xpos" "0" + "ypos" "86" + "zpos" "1" + "wide" "100" + "tall" "18" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "1" + "textAlignment" "Center" + "dulltext" "1" + "brighttext" "0" + "Alpha" "0" + } +} \ No newline at end of file diff --git a/toonhud/resource/ui/destroy_menu/tele_entrance_active.res b/toonhud/resource/ui/destroy_menu/tele_entrance_active.res new file mode 100644 index 0000000..3cbd21b --- /dev/null +++ b/toonhud/resource/ui/destroy_menu/tele_entrance_active.res @@ -0,0 +1,111 @@ +"Resource/UI/destroy_menu/tele_entrance_active.res" +{ + "ItemNameLabel" + { + "ControlName" "CExLabel" + "fieldName" "ItemNameLabel" + "font" "G_FontSmall_2" + "xpos" "10" + "ypos" "0" + "zpos" "1" + "wide" "52" + "tall" "14" + "textinsetx" "2" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "visible_minmode" "0" + "enabled" "1" + "labelText" "#TF_Object_Tele_Entrance_360" + "textAlignment" "Left" + "dulltext" "0" + "brighttext" "0" + } + + "ItemBackground" + { + "ControlName" "CIconPanel" + "fieldName" "ItemBackground" + "xpos" "10" + "ypos" "14" + "zpos" "0" + "wide" "60" + "tall" "76" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "paintbackground" "1" + "paintborder" "1" + "bgcolor_override" "G_DestroyBg" + "border" "G_TargetBorder" + } + + "DestroyIcon" + { + "ControlName" "CIconPanel" + "fieldName" "DestroyIcon" + "xpos" "16" + "ypos" "20" + "zpos" "1" + "wide" "48" + "tall" "48" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "icon" "ico_demolish" + "iconColor" "255 255 255 255" + } + + "BuildingIcon" + { + "ControlName" "CIconPanel" + "fieldName" "BuildingIcon" + "xpos" "17" + "ypos" "20" + "zpos" "2" + "wide" "47" + "tall" "47" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "icon" "obj_status_tele_entrance" + "iconColor" "255 255 255 255" + } + + "NumberBg" + { + "ControlName" "CIconPanel" + "fieldName" "NumberBg" + "xpos" "33" + "ypos" "73" + "zpos" "0" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "icon" "ico_key_blank" + "iconColor" "255 255 255 255" + } + + "NumberLabel" + { + "ControlName" "CExLabel" + "fieldName" "NumberLabel" + "font" "G_FontNumberButton" + "fgcolor" "Black" + "xpos" "33" + "ypos" "73" + "zpos" "1" + "wide" "14" + "tall" "13" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "3" + "textAlignment" "Center" + "dulltext" "1" + "brighttext" "0" + } +} \ No newline at end of file diff --git a/toonhud/resource/ui/destroy_menu/tele_entrance_inactive.res b/toonhud/resource/ui/destroy_menu/tele_entrance_inactive.res new file mode 100644 index 0000000..5519f9b --- /dev/null +++ b/toonhud/resource/ui/destroy_menu/tele_entrance_inactive.res @@ -0,0 +1,136 @@ +"Resource/UI/build_menu/tele_entrance_inactive.res" +{ + "ItemNameLabel" + { + "ControlName" "CExLabel" + "fieldName" "ItemNameLabel" + "font" "G_FontSmall_2" + "xpos" "10" + "ypos" "0" + "zpos" "1" + "wide" "52" + "tall" "14" + "textinsetx" "2" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "visible_minmode" "0" + "enabled" "1" + "labelText" "#TF_Object_tele_entrance_360" + "textAlignment" "Left" + "dulltext" "0" + "brighttext" "0" + } + + "ItemBackground" + { + "ControlName" "CIconPanel" + "fieldName" "ItemBackground" + "xpos" "10" + "ypos" "14" + "zpos" "0" + "wide" "60" + "tall" "76" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "paintbackground" "1" + "bgcolor_override" "0 0 0 220" + } + + "NotBuiltLabel" + { + "ControlName" "CExLabel" + "fieldName" "NotBuiltLabel" + "font" "G_FontTiny_2" + "font_minmode" "G_FontSmall_2" + "xpos" "10" + "ypos" "71" + "zpos" "5" + "wide" "60" + "tall" "18" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "#TF_NotBuilt" + "textAlignment" "Center" + "dulltext" "0" + "brighttext" "0" + } + + "BuildingIcon" + { + "ControlName" "CIconPanel" + "fieldName" "BuildingIcon" + "xpos" "18" + "ypos" "20" + "zpos" "2" + "wide" "46" + "tall" "46" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "icon" "obj_status_tele_entrance" + "iconColor" "100 100 100 255" + } + + "UnavailableLabel" + { + "ControlName" "CExLabel" + "fieldName" "UnavailableLabel" + "font" "Default" + "xpos" "10" + "ypos" "48" + "zpos" "2" + "wide" "80" + "tall" "18" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "labelText" "#Hud_Menu_Build_Unavailable" + "textAlignment" "Center" + "dulltext" "0" + "brighttext" "0" + } + + "NumberBg" + { + "ControlName" "CIconPanel" + "fieldName" "NumberBg" + "xpos" "41" + "ypos" "87" + "zpos" "0" + "wide" "18" + "tall" "18" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "icon" "ico_key_blank" + "iconColor" "255 255 255 255" + "Alpha" "0" + } + + "NumberLabel" + { + "ControlName" "CExLabel" + "fieldName" "NumberLabel" + "font" "G_FontNumberButton" + "fgcolor" "Black" + "xpos" "0" + "ypos" "86" + "zpos" "1" + "wide" "100" + "tall" "18" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "3" + "textAlignment" "Center" + "dulltext" "1" + "brighttext" "0" + "Alpha" "0" + } +} \ No newline at end of file diff --git a/toonhud/resource/ui/destroy_menu/tele_exit_active.res b/toonhud/resource/ui/destroy_menu/tele_exit_active.res new file mode 100644 index 0000000..6d32c55 --- /dev/null +++ b/toonhud/resource/ui/destroy_menu/tele_exit_active.res @@ -0,0 +1,111 @@ +"Resource/UI/destroy_menu/tele_exit_active.res" +{ + "ItemNameLabel" + { + "ControlName" "CExLabel" + "fieldName" "ItemNameLabel" + "font" "G_FontSmall_2" + "xpos" "10" + "ypos" "0" + "zpos" "1" + "wide" "52" + "tall" "14" + "textinsetx" "2" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "visible_minmode" "0" + "enabled" "1" + "labelText" "#TF_Object_Tele_Exit_360" + "textAlignment" "Left" + "dulltext" "0" + "brighttext" "0" + } + + "ItemBackground" + { + "ControlName" "CIconPanel" + "fieldName" "ItemBackground" + "xpos" "10" + "ypos" "14" + "zpos" "0" + "wide" "60" + "tall" "76" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "paintbackground" "1" + "paintborder" "1" + "bgcolor_override" "G_DestroyBg" + "border" "G_TargetBorder" + } + + "DestroyIcon" + { + "ControlName" "CIconPanel" + "fieldName" "DestroyIcon" + "xpos" "16" + "ypos" "20" + "zpos" "1" + "wide" "48" + "tall" "48" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "icon" "ico_demolish" + "iconColor" "255 255 255 255" + } + + "BuildingIcon" + { + "ControlName" "CIconPanel" + "fieldName" "BuildingIcon" + "xpos" "17" + "ypos" "20" + "zpos" "2" + "wide" "47" + "tall" "47" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "icon" "obj_status_tele_exit" + "iconColor" "255 255 255 255" + } + + "NumberBg" + { + "ControlName" "CIconPanel" + "fieldName" "NumberBg" + "xpos" "33" + "ypos" "73" + "zpos" "0" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "icon" "ico_key_blank" + "iconColor" "255 255 255 255" + } + + "NumberLabel" + { + "ControlName" "CExLabel" + "fieldName" "NumberLabel" + "font" "G_FontNumberButton" + "fgcolor" "Black" + "xpos" "33" + "ypos" "73" + "zpos" "1" + "wide" "14" + "tall" "13" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "4" + "textAlignment" "Center" + "dulltext" "1" + "brighttext" "0" + } +} \ No newline at end of file diff --git a/toonhud/resource/ui/destroy_menu/tele_exit_inactive.res b/toonhud/resource/ui/destroy_menu/tele_exit_inactive.res new file mode 100644 index 0000000..1156a3c --- /dev/null +++ b/toonhud/resource/ui/destroy_menu/tele_exit_inactive.res @@ -0,0 +1,136 @@ +"Resource/UI/build_menu/tele_exit_inactive.res" +{ + "ItemNameLabel" + { + "ControlName" "CExLabel" + "fieldName" "ItemNameLabel" + "font" "G_FontSmall_2" + "xpos" "10" + "ypos" "0" + "zpos" "1" + "wide" "52" + "tall" "14" + "textinsetx" "2" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "visible_minmode" "0" + "enabled" "1" + "labelText" "#TF_Object_Tele_Exit_360" + "textAlignment" "Left" + "dulltext" "0" + "brighttext" "0" + } + + "ItemBackground" + { + "ControlName" "CIconPanel" + "fieldName" "ItemBackground" + "xpos" "10" + "ypos" "14" + "zpos" "0" + "wide" "60" + "tall" "76" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "paintbackground" "1" + "bgcolor_override" "0 0 0 220" + } + + "NotBuiltLabel" + { + "ControlName" "CExLabel" + "fieldName" "NotBuiltLabel" + "font" "G_FontTiny_2" + "font_minmode" "G_FontSmall_2" + "xpos" "10" + "ypos" "71" + "zpos" "5" + "wide" "60" + "tall" "18" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "#TF_NotBuilt" + "textAlignment" "Center" + "dulltext" "0" + "brighttext" "0" + } + + "BuildingIcon" + { + "ControlName" "CIconPanel" + "fieldName" "BuildingIcon" + "xpos" "18" + "ypos" "20" + "zpos" "2" + "wide" "46" + "tall" "46" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "icon" "obj_status_tele_exit" + "iconColor" "100 100 100 255" + } + + "UnavailableLabel" + { + "ControlName" "CExLabel" + "fieldName" "UnavailableLabel" + "font" "Default" + "xpos" "10" + "ypos" "48" + "zpos" "2" + "wide" "80" + "tall" "18" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "labelText" "#Hud_Menu_Build_Unavailable" + "textAlignment" "Center" + "dulltext" "0" + "brighttext" "0" + } + + "NumberBg" + { + "ControlName" "CIconPanel" + "fieldName" "NumberBg" + "xpos" "41" + "ypos" "87" + "zpos" "0" + "wide" "18" + "tall" "18" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "icon" "ico_key_blank" + "iconColor" "255 255 255 255" + "Alpha" "0" + } + + "NumberLabel" + { + "ControlName" "CExLabel" + "fieldName" "NumberLabel" + "font" "G_FontNumberButton" + "fgcolor" "Black" + "xpos" "0" + "ypos" "86" + "zpos" "1" + "wide" "100" + "tall" "18" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "4" + "textAlignment" "Center" + "dulltext" "1" + "brighttext" "0" + "Alpha" "0" + } +} \ No newline at end of file diff --git a/toonhud/resource/ui/disguise_menu/demoman_blue.res b/toonhud/resource/ui/disguise_menu/demoman_blue.res new file mode 100644 index 0000000..6d4a903 --- /dev/null +++ b/toonhud/resource/ui/disguise_menu/demoman_blue.res @@ -0,0 +1,118 @@ +"Resource/UI/disguise_menu/demoman_blue.res" +{ + "ItemNameLabel" + { + "ControlName" "CExLabel" + "fieldName" "ItemName" + "font" "G_FontTiny_2" + "xpos" "0" + "ypos" "8" + "zpos" "1" + "wide" "45" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "visible_minmode" "0" + "enabled" "1" + "labelText" "#TF_Class_Name_Demoman" + "textAlignment" "Center" + "dulltext" "0" + "brighttext" "0" + } + + "ClassIcon" + { + "ControlName" "CTFImagePanel" + "fieldName" "ClassIcon" + "xpos" "3" + "ypos" "3" + "zpos" "1" + "wide" "34" + "tall" "34" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "../hud/leaderboard_class_demo" + + } + + "ClassIconBg" + { + "ControlName" "CTFImagePanel" + "fieldName" "ClassIconBg" + "xpos" "0" + "ypos" "0" + "zpos" "-5" + "wide" "40" + "tall" "40" + "visible" "1" + "enabled" "1" + "image" "../hud/color_panel_blu" + "scaleImage" "1" + "paintborder" "1" + "border" "G_TargetBorder" + "src_corner_height" "23" + "src_corner_width" "23" + "draw_corner_width" "0" + "draw_corner_height" "0" + } + + "NumberBg" + { + "ControlName" "CIconPanel" + "fieldName" "NumberBg" + "zpos" "0" + "xpos" "13" + "ypos" "42" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "icon" "ico_key_blank" + "iconColor" "255 255 255 255" + } + + "NewNumberLabel" + { + "ControlName" "CExLabel" + "fieldName" "NewNumberLabel" + "font" "G_FontNumberButton" + "fgcolor" "Black" + "xpos" "13" + "ypos" "42" + "zpos" "0" + "wide" "14" + "tall" "13" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "labelText" "1" + "textAlignment" "Center" + "dulltext" "1" + "brighttext" "0" + } + + "NumberLabel" + { + "ControlName" "CExLabel" + "fieldName" "NumberLabel" + "font" "G_FontNumberButton" + "fgcolor" "Black" + "xpos" "13" + "ypos" "42" + "zpos" "0" + "wide" "14" + "tall" "13" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "4" + "textAlignment" "Center" + "dulltext" "1" + "brighttext" "0" + } +} \ No newline at end of file diff --git a/toonhud/resource/ui/disguise_menu/demoman_red.res b/toonhud/resource/ui/disguise_menu/demoman_red.res new file mode 100644 index 0000000..fe51fb8 --- /dev/null +++ b/toonhud/resource/ui/disguise_menu/demoman_red.res @@ -0,0 +1,118 @@ +"Resource/UI/disguise_menu/demoman_red.res" +{ + "ItemNameLabel" + { + "ControlName" "CExLabel" + "fieldName" "ItemName" + "font" "G_FontTiny_2" + "xpos" "0" + "ypos" "8" + "zpos" "1" + "wide" "45" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "visible_minmode" "0" + "enabled" "1" + "labelText" "#TF_Class_Name_Demoman" + "textAlignment" "Center" + "dulltext" "0" + "brighttext" "0" + } + + "ClassIcon" + { + "ControlName" "CTFImagePanel" + "fieldName" "ClassIcon" + "xpos" "3" + "ypos" "3" + "zpos" "1" + "wide" "34" + "tall" "34" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "../hud/leaderboard_class_demo" + + } + + "ClassIconBg" + { + "ControlName" "CTFImagePanel" + "fieldName" "ClassIconBg" + "xpos" "0" + "ypos" "0" + "zpos" "-5" + "wide" "40" + "tall" "40" + "visible" "1" + "enabled" "1" + "image" "../hud/color_panel_red" + "scaleImage" "1" + "paintborder" "1" + "border" "G_TargetBorder" + "src_corner_height" "23" + "src_corner_width" "23" + "draw_corner_width" "0" + "draw_corner_height" "0" + } + + "NumberBg" + { + "ControlName" "CIconPanel" + "fieldName" "NumberBg" + "zpos" "0" + "xpos" "13" + "ypos" "42" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "icon" "ico_key_blank" + "iconColor" "255 255 255 255" + } + + "NewNumberLabel" + { + "ControlName" "CExLabel" + "fieldName" "NewNumberLabel" + "font" "G_FontNumberButton" + "fgcolor" "Black" + "xpos" "13" + "ypos" "42" + "zpos" "0" + "wide" "14" + "tall" "13" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "labelText" "1" + "textAlignment" "Center" + "dulltext" "1" + "brighttext" "0" + } + + "NumberLabel" + { + "ControlName" "CExLabel" + "fieldName" "NumberLabel" + "font" "G_FontNumberButton" + "fgcolor" "Black" + "xpos" "13" + "ypos" "42" + "zpos" "0" + "wide" "14" + "tall" "13" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "4" + "textAlignment" "Center" + "dulltext" "1" + "brighttext" "0" + } +} \ No newline at end of file diff --git a/toonhud/resource/ui/disguise_menu/engineer_blue.res b/toonhud/resource/ui/disguise_menu/engineer_blue.res new file mode 100644 index 0000000..341c660 --- /dev/null +++ b/toonhud/resource/ui/disguise_menu/engineer_blue.res @@ -0,0 +1,118 @@ +"Resource/UI/disguise_menu/engineer_blue.res" +{ + "ItemNameLabel" + { + "ControlName" "CExLabel" + "fieldName" "ItemName" + "font" "G_FontTiny_2" + "xpos" "0" + "ypos" "8" + "zpos" "1" + "wide" "45" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "visible_minmode" "0" + "enabled" "1" + "labelText" "#TF_Class_Name_Engineer" + "textAlignment" "Center" + "dulltext" "0" + "brighttext" "0" + } + + "ClassIcon" + { + "ControlName" "CTFImagePanel" + "fieldName" "ClassIcon" + "xpos" "3" + "ypos" "3" + "zpos" "1" + "wide" "34" + "tall" "34" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "../hud/leaderboard_class_engineer" + + } + + "ClassIconBg" + { + "ControlName" "CTFImagePanel" + "fieldName" "ClassIconBg" + "xpos" "0" + "ypos" "0" + "zpos" "-5" + "wide" "40" + "tall" "40" + "visible" "1" + "enabled" "1" + "image" "../hud/color_panel_blu" + "scaleImage" "1" + "paintborder" "1" + "border" "G_TargetBorder" + "src_corner_height" "23" + "src_corner_width" "23" + "draw_corner_width" "0" + "draw_corner_height" "0" + } + + "NumberBg" + { + "ControlName" "CIconPanel" + "fieldName" "NumberBg" + "zpos" "0" + "xpos" "13" + "ypos" "42" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "icon" "ico_key_blank" + "iconColor" "255 255 255 255" + } + + "NewNumberLabel" + { + "ControlName" "CExLabel" + "fieldName" "NewNumberLabel" + "font" "G_FontNumberButton" + "fgcolor" "Black" + "xpos" "13" + "ypos" "42" + "zpos" "0" + "wide" "14" + "tall" "13" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "labelText" "3" + "textAlignment" "Center" + "dulltext" "1" + "brighttext" "0" + } + + "NumberLabel" + { + "ControlName" "CExLabel" + "fieldName" "NumberLabel" + "font" "G_FontNumberButton" + "fgcolor" "Black" + "xpos" "13" + "ypos" "42" + "zpos" "0" + "wide" "14" + "tall" "13" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "6" + "textAlignment" "Center" + "dulltext" "1" + "brighttext" "0" + } +} \ No newline at end of file diff --git a/toonhud/resource/ui/disguise_menu/engineer_red.res b/toonhud/resource/ui/disguise_menu/engineer_red.res new file mode 100644 index 0000000..08c8f23 --- /dev/null +++ b/toonhud/resource/ui/disguise_menu/engineer_red.res @@ -0,0 +1,118 @@ +"Resource/UI/disguise_menu/engineer_red.res" +{ + "ItemNameLabel" + { + "ControlName" "CExLabel" + "fieldName" "ItemName" + "font" "G_FontTiny_2" + "xpos" "0" + "ypos" "8" + "zpos" "1" + "wide" "45" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "visible_minmode" "0" + "enabled" "1" + "labelText" "#TF_Class_Name_Engineer" + "textAlignment" "Center" + "dulltext" "0" + "brighttext" "0" + } + + "ClassIcon" + { + "ControlName" "CTFImagePanel" + "fieldName" "ClassIcon" + "xpos" "3" + "ypos" "3" + "zpos" "1" + "wide" "34" + "tall" "34" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "../hud/leaderboard_class_engineer" + + } + + "ClassIconBg" + { + "ControlName" "CTFImagePanel" + "fieldName" "ClassIconBg" + "xpos" "0" + "ypos" "0" + "zpos" "-5" + "wide" "40" + "tall" "40" + "visible" "1" + "enabled" "1" + "image" "../hud/color_panel_red" + "scaleImage" "1" + "paintborder" "1" + "border" "G_TargetBorder" + "src_corner_height" "23" + "src_corner_width" "23" + "draw_corner_width" "0" + "draw_corner_height" "0" + } + + "NumberBg" + { + "ControlName" "CIconPanel" + "fieldName" "NumberBg" + "zpos" "0" + "xpos" "13" + "ypos" "42" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "icon" "ico_key_blank" + "iconColor" "255 255 255 255" + } + + "NewNumberLabel" + { + "ControlName" "CExLabel" + "fieldName" "NewNumberLabel" + "font" "G_FontNumberButton" + "fgcolor" "Black" + "xpos" "13" + "ypos" "42" + "zpos" "0" + "wide" "14" + "tall" "13" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "labelText" "3" + "textAlignment" "Center" + "dulltext" "1" + "brighttext" "0" + } + + "NumberLabel" + { + "ControlName" "CExLabel" + "fieldName" "NumberLabel" + "font" "G_FontNumberButton" + "fgcolor" "Black" + "xpos" "13" + "ypos" "42" + "zpos" "0" + "wide" "14" + "tall" "13" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "6" + "textAlignment" "Center" + "dulltext" "1" + "brighttext" "0" + } +} \ No newline at end of file diff --git a/toonhud/resource/ui/disguise_menu/heavy_blue.res b/toonhud/resource/ui/disguise_menu/heavy_blue.res new file mode 100644 index 0000000..9100381 --- /dev/null +++ b/toonhud/resource/ui/disguise_menu/heavy_blue.res @@ -0,0 +1,118 @@ +"Resource/UI/disguise_menu/heavy_blue.res" +{ + "ItemNameLabel" + { + "ControlName" "CExLabel" + "fieldName" "ItemName" + "font" "G_FontTiny_2" + "xpos" "0" + "ypos" "8" + "zpos" "1" + "wide" "45" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "visible_minmode" "0" + "enabled" "1" + "labelText" "#TF_Class_Name_HWguy" + "textAlignment" "Center" + "dulltext" "0" + "brighttext" "0" + } + + "ClassIcon" + { + "ControlName" "CTFImagePanel" + "fieldName" "ClassIcon" + "xpos" "3" + "ypos" "3" + "zpos" "1" + "wide" "34" + "tall" "34" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "../hud/leaderboard_class_heavy" + + } + + "ClassIconBg" + { + "ControlName" "CTFImagePanel" + "fieldName" "ClassIconBg" + "xpos" "0" + "ypos" "0" + "zpos" "-5" + "wide" "40" + "tall" "40" + "visible" "1" + "enabled" "1" + "image" "../hud/color_panel_blu" + "scaleImage" "1" + "paintborder" "1" + "border" "G_TargetBorder" + "src_corner_height" "23" + "src_corner_width" "23" + "draw_corner_width" "0" + "draw_corner_height" "0" + } + + "NumberBg" + { + "ControlName" "CIconPanel" + "fieldName" "NumberBg" + "zpos" "0" + "xpos" "13" + "ypos" "42" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "icon" "ico_key_blank" + "iconColor" "255 255 255 255" + } + + "NewNumberLabel" + { + "ControlName" "CExLabel" + "fieldName" "NewNumberLabel" + "font" "G_FontNumberButton" + "fgcolor" "Black" + "xpos" "13" + "ypos" "42" + "zpos" "0" + "wide" "14" + "tall" "13" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "labelText" "2" + "textAlignment" "Center" + "dulltext" "1" + "brighttext" "0" + } + + "NumberLabel" + { + "ControlName" "CExLabel" + "fieldName" "NumberLabel" + "font" "G_FontNumberButton" + "fgcolor" "Black" + "xpos" "13" + "ypos" "42" + "zpos" "0" + "wide" "14" + "tall" "13" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "5" + "textAlignment" "Center" + "dulltext" "1" + "brighttext" "0" + } +} \ No newline at end of file diff --git a/toonhud/resource/ui/disguise_menu/heavy_red.res b/toonhud/resource/ui/disguise_menu/heavy_red.res new file mode 100644 index 0000000..34041fe --- /dev/null +++ b/toonhud/resource/ui/disguise_menu/heavy_red.res @@ -0,0 +1,118 @@ +"Resource/UI/disguise_menu/heavy_red.res" +{ + "ItemNameLabel" + { + "ControlName" "CExLabel" + "fieldName" "ItemName" + "font" "G_FontTiny_2" + "xpos" "0" + "ypos" "8" + "zpos" "1" + "wide" "45" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "visible_minmode" "0" + "enabled" "1" + "labelText" "#TF_Class_Name_HWguy" + "textAlignment" "Center" + "dulltext" "0" + "brighttext" "0" + } + + "ClassIcon" + { + "ControlName" "CTFImagePanel" + "fieldName" "ClassIcon" + "xpos" "3" + "ypos" "3" + "zpos" "1" + "wide" "34" + "tall" "34" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "../hud/leaderboard_class_heavy" + + } + + "ClassIconBg" + { + "ControlName" "CTFImagePanel" + "fieldName" "ClassIconBg" + "xpos" "0" + "ypos" "0" + "zpos" "-5" + "wide" "40" + "tall" "40" + "visible" "1" + "enabled" "1" + "image" "../hud/color_panel_red" + "scaleImage" "1" + "paintborder" "1" + "border" "G_TargetBorder" + "src_corner_height" "23" + "src_corner_width" "23" + "draw_corner_width" "0" + "draw_corner_height" "0" + } + + "NumberBg" + { + "ControlName" "CIconPanel" + "fieldName" "NumberBg" + "zpos" "0" + "xpos" "13" + "ypos" "42" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "icon" "ico_key_blank" + "iconColor" "255 255 255 255" + } + + "NewNumberLabel" + { + "ControlName" "CExLabel" + "fieldName" "NewNumberLabel" + "font" "G_FontNumberButton" + "fgcolor" "Black" + "xpos" "13" + "ypos" "42" + "zpos" "0" + "wide" "14" + "tall" "13" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "labelText" "2" + "textAlignment" "Center" + "dulltext" "1" + "brighttext" "0" + } + + "NumberLabel" + { + "ControlName" "CExLabel" + "fieldName" "NumberLabel" + "font" "G_FontNumberButton" + "fgcolor" "Black" + "xpos" "13" + "ypos" "42" + "zpos" "0" + "wide" "14" + "tall" "13" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "5" + "textAlignment" "Center" + "dulltext" "1" + "brighttext" "0" + } +} \ No newline at end of file diff --git a/toonhud/resource/ui/disguise_menu/hudmenuspydisguise.res b/toonhud/resource/ui/disguise_menu/hudmenuspydisguise.res new file mode 100644 index 0000000..3a91245 --- /dev/null +++ b/toonhud/resource/ui/disguise_menu/hudmenuspydisguise.res @@ -0,0 +1,499 @@ +"Resource/UI/disguise_menu/HudMenuSpyDisguise.res" +{ + "MainBackground" + { + "ControlName" "EditablePanel" + "fieldName" "MainBackground" + "xpos" "18" + "ypos" "40" + "zpos" "0" + "wide" "392" + "tall" "64" + "wide_minmode" "142" + "tall_minmode" "190" + "visible" "1" + "enabled" "1" + "fgcolor_override" "G_White" + "paintborder" "1" + "border" "G_TargetBorder" + "paintbackground" "1" + "bgcolor_override" "G_PanelBg" + } + + "SpyIcon" + { + "ControlName" "CIconPanel" + "fieldName" "SpyIcon" + "xpos" "20" + "ypos" "17" + "zpos" "1" + "wide" "24" + "tall" "24" + "visible" "0" + "enabled" "0" + "scaleImage" "1" + "icon" "hud_spy_disguise_menu_icon" + "iconColor" "G_White" + } + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "G_FontMedium" + "xpos" "18" + "ypos" "17" + "zpos" "2" + "wide" "414" + "wide_minmode" "142" + "tall" "24" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "#Hud_Menu_Disguise_Title" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "fgcolor_override" "G_White" + } + + "TitleLabelDropshadow" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabelDropshadow" + "font" "G_FontMedium" + "fgcolor" "G_Shadow" + "xpos" "19" + "ypos" "18" + "zpos" "1" + "wide" "414" + "wide_minmode" "142" + "tall" "24" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "#Hud_Menu_Disguise_Title" + "textAlignment" "center" + "dulltext" "1" + "brighttext" "0" + } + + "ToggleLabel" + { + "ControlName" "CExLabel" + "fieldName" "ToggleLabel" + "font" "DefaultVerySmall" + "xpos" "18" + "ypos" "105" + "zpos" "2" + "wide" "392" + "tall" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "visible_minmode" "0" + "enabled" "1" + "labelText" "#Hud_Menu_Spy_Minus_Toggle" + "textAlignment" "East" + "dulltext" "0" + "brighttext" "0" + "Alpha" "100" + } + + "CancelLabel" + { + "ControlName" "CExLabel" + "fieldName" "CancelLabel" + "font" "G_FontNumberButton" + "xpos" "250" + "ypos" "49" + "zpos" "2" + "wide" "200" + "tall" "13" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "0" + "labelText" "#Hud_Menu_Build_Cancel" + "textAlignment" "east" + "dulltext" "0" + "brighttext" "0" + } + + "class_item_red_1" + { + "ControlName" "EditablePanel" + "fieldName" "class_item_red_1" + "xpos" "22" + "ypos" "44" + "xpos_minmode" "23" + "ypos_minmode" "45" + "zpos" "2" + "wide" "45" + "tall" "119" + "visible" "1" + } + + "class_item_blue_1" + { + "ControlName" "EditablePanel" + "fieldName" "class_item_blue_1" + "xpos" "22" + "ypos" "44" + "xpos_minmode" "23" + "ypos_minmode" "45" + "zpos" "2" + "wide" "45" + "tall" "119" + "visible" "0" + } + + "class_item_red_2" + { + "ControlName" "EditablePanel" + "fieldName" "class_item_red_2" + "xpos" "65" + "ypos" "44" + "xpos_minmode" "69" + "ypos_minmode" "45" + "zpos" "2" + "wide" "45" + "tall" "119" + "visible" "1" + } + + "class_item_blue_2" + { + "ControlName" "EditablePanel" + "fieldName" "class_item_blue_2" + "xpos" "65" + "ypos" "44" + "xpos_minmode" "69" + "ypos_minmode" "45" + "zpos" "2" + "wide" "45" + "tall" "119" + "visible" "0" + } + + "class_item_red_3" + { + "ControlName" "EditablePanel" + "fieldName" "class_item_red_3" + "xpos" "108" + "ypos" "44" + "xpos_minmode" "115" + "ypos_minmode" "45" + "zpos" "2" + "wide" "45" + "tall" "119" + "visible" "1" + } + + "class_item_blue_3" + { + "ControlName" "EditablePanel" + "fieldName" "class_item_blue_3" + "xpos" "108" + "ypos" "44" + "xpos_minmode" "115" + "ypos_minmode" "45" + "zpos" "2" + "wide" "45" + "tall" "119" + "visible" "0" + } + + "class_item_red_4" + { + "ControlName" "EditablePanel" + "fieldName" "class_item_red_4" + "xpos" "151" + "ypos" "44" + "xpos_minmode" "23" + "ypos_minmode" "105" + "zpos" "2" + "wide" "45" + "tall" "119" + "visible" "1" + } + + "class_item_blue_4" + { + "ControlName" "EditablePanel" + "fieldName" "class_item_blue_4" + "xpos" "151" + "ypos" "44" + "xpos_minmode" "23" + "ypos_minmode" "105" + "zpos" "2" + "wide" "45" + "tall" "119" + "visible" "0" + } + + "class_item_red_5" + { + "ControlName" "EditablePanel" + "fieldName" "class_item_red_5" + "xpos" "194" + "ypos" "44" + "xpos_minmode" "69" + "ypos_minmode" "105" + "zpos" "2" + "wide" "45" + "tall" "119" + "visible" "1" + } + + "class_item_blue_5" + { + "ControlName" "EditablePanel" + "fieldName" "class_item_blue_5" + "xpos" "194" + "ypos" "44" + "xpos_minmode" "69" + "ypos_minmode" "105" + "zpos" "2" + "wide" "45" + "tall" "119" + "visible" "0" + } + + "class_item_red_6" + { + "ControlName" "EditablePanel" + "fieldName" "class_item_red_6" + "xpos" "237" + "ypos" "44" + "xpos_minmode" "115" + "ypos_minmode" "105" + "zpos" "2" + "wide" "45" + "tall" "119" + "visible" "1" + } + + "class_item_blue_6" + { + "ControlName" "EditablePanel" + "fieldName" "class_item_blue_6" + "xpos" "237" + "ypos" "44" + "xpos_minmode" "115" + "ypos_minmode" "105" + "zpos" "2" + "wide" "45" + "tall" "119" + "visible" "0" + } + + "class_item_red_7" + { + "ControlName" "EditablePanel" + "fieldName" "class_item_red_7" + "xpos" "280" + "ypos" "44" + "xpos_minmode" "23" + "ypos_minmode" "165" + "zpos" "2" + "wide" "45" + "tall" "119" + "visible" "1" + } + + "class_item_blue_7" + { + "ControlName" "EditablePanel" + "fieldName" "class_item_blue_7" + "xpos" "280" + "ypos" "44" + "xpos_minmode" "23" + "ypos_minmode" "165" + "zpos" "2" + "wide" "45" + "tall" "119" + "visible" "0" + } + + "class_item_red_8" + { + "ControlName" "EditablePanel" + "fieldName" "class_item_red_8" + "xpos" "323" + "ypos" "44" + "xpos_minmode" "69" + "ypos_minmode" "165" + "zpos" "2" + "wide" "45" + "tall" "119" + "visible" "1" + } + + "class_item_blue_8" + { + "ControlName" "EditablePanel" + "fieldName" "class_item_blue_8" + "xpos" "323" + "ypos" "44" + "xpos_minmode" "69" + "ypos_minmode" "165" + "zpos" "2" + "wide" "45" + "tall" "119" + "visible" "0" + } + + "class_item_red_9" + { + "ControlName" "EditablePanel" + "fieldName" "class_item_red_9" + "xpos" "366" + "ypos" "44" + "xpos_minmode" "115" + "ypos_minmode" "165" + "zpos" "2" + "wide" "45" + "tall" "119" + "visible" "1" + } + + "class_item_blue_9" + { + "ControlName" "EditablePanel" + "fieldName" "class_item_blue_9" + "xpos" "366" + "ypos" "44" + "xpos_minmode" "115" + "ypos_minmode" "165" + "zpos" "2" + "wide" "45" + "tall" "119" + "visible" "0" + } + + "NumberBg1" + { + "ControlName" "CIconPanel" + "fieldName" "NumberBg1" + "xpos" "78" + "ypos" "86" + "xpos_minmode" "82" + "ypos_minmode" "87" + "zpos" "4" + "wide" "14" + "tall" "14" + "visible" "0" + "enabled" "1" + "scaleImage" "1" + "icon" "ico_key_blank" + "iconColor" "255 255 255 255" + } + + "NumberLabel1" + { + "ControlName" "CExLabel" + "fieldName" "NumberLabel1" + "font" "G_FontNumberButton" + "fgcolor" "Black" + "xpos" "78" + "ypos" "86" + "xpos_minmode" "82" + "ypos_minmode" "87" + "zpos" "5" + "wide" "14" + "tall" "13" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "labelText" "1" + "textAlignment" "Center" + "dulltext" "1" + "brighttext" "0" + } + + "NumberBg2" + { + "ControlName" "CIconPanel" + "fieldName" "NumberBg2" + "xpos" "207" + "ypos" "86" + "xpos_minmode" "82" + "ypos_minmode" "147" + "zpos" "4" + "wide" "14" + "tall" "14" + "visible" "0" + "enabled" "1" + "scaleImage" "1" + "icon" "ico_key_blank" + "iconColor" "255 255 255 255" + } + + "NumberLabel2" + { + "ControlName" "CExLabel" + "fieldName" "NumberLabel2" + "font" "G_FontNumberButton" + "fgcolor" "Black" + "xpos" "207" + "ypos" "86" + "xpos_minmode" "82" + "ypos_minmode" "147" + "zpos" "5" + "wide" "14" + "tall" "13" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "labelText" "2" + "textAlignment" "Center" + "dulltext" "1" + "brighttext" "0" + } + + "NumberBg3" + { + "ControlName" "CIconPanel" + "fieldName" "NumberBg3" + "xpos" "336" + "ypos" "86" + "xpos_minmode" "82" + "ypos_minmode" "207" + "zpos" "4" + "wide" "14" + "tall" "14" + "visible" "0" + "enabled" "1" + "scaleImage" "1" + "icon" "ico_key_blank" + "iconColor" "255 255 255 255" + } + + "NumberLabel3" + { + "ControlName" "CExLabel" + "fieldName" "NumberLabel3" + "font" "G_FontNumberButton" + "fgcolor" "Black" + "xpos" "336" + "ypos" "86" + "xpos_minmode" "82" + "ypos_minmode" "207" + "zpos" "5" + "wide" "14" + "tall" "13" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "labelText" "3" + "textAlignment" "Center" + "dulltext" "1" + "brighttext" "0" + } +} \ No newline at end of file diff --git a/toonhud/resource/ui/disguise_menu/medic_blue.res b/toonhud/resource/ui/disguise_menu/medic_blue.res new file mode 100644 index 0000000..b5b858e --- /dev/null +++ b/toonhud/resource/ui/disguise_menu/medic_blue.res @@ -0,0 +1,118 @@ +"Resource/UI/disguise_menu/medic_blue.res" +{ + "ItemNameLabel" + { + "ControlName" "CExLabel" + "fieldName" "ItemName" + "font" "G_FontTiny_2" + "xpos" "0" + "ypos" "8" + "zpos" "1" + "wide" "45" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "visible_minmode" "0" + "enabled" "1" + "labelText" "#TF_Class_Name_Medic" + "textAlignment" "Center" + "dulltext" "0" + "brighttext" "0" + } + + "ClassIcon" + { + "ControlName" "CTFImagePanel" + "fieldName" "ClassIcon" + "xpos" "3" + "ypos" "3" + "zpos" "1" + "wide" "34" + "tall" "34" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "../hud/leaderboard_class_medic" + + } + + "ClassIconBg" + { + "ControlName" "CTFImagePanel" + "fieldName" "ClassIconBg" + "xpos" "0" + "ypos" "0" + "zpos" "-5" + "wide" "40" + "tall" "40" + "visible" "1" + "enabled" "1" + "image" "../hud/color_panel_blu" + "scaleImage" "1" + "paintborder" "1" + "border" "G_TargetBorder" + "src_corner_height" "23" + "src_corner_width" "23" + "draw_corner_width" "0" + "draw_corner_height" "0" + } + + "NumberBg" + { + "ControlName" "CIconPanel" + "fieldName" "NumberBg" + "zpos" "0" + "xpos" "13" + "ypos" "42" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "icon" "ico_key_blank" + "iconColor" "255 255 255 255" + } + + "NewNumberLabel" + { + "ControlName" "CExLabel" + "fieldName" "NewNumberLabel" + "font" "G_FontNumberButton" + "fgcolor" "Black" + "xpos" "13" + "ypos" "42" + "zpos" "0" + "wide" "14" + "tall" "13" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "labelText" "1" + "textAlignment" "Center" + "dulltext" "1" + "brighttext" "0" + } + + "NumberLabel" + { + "ControlName" "CExLabel" + "fieldName" "NumberLabel" + "font" "G_FontNumberButton" + "fgcolor" "Black" + "xpos" "13" + "ypos" "42" + "zpos" "0" + "wide" "14" + "tall" "13" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "7" + "textAlignment" "Center" + "dulltext" "1" + "brighttext" "0" + } +} \ No newline at end of file diff --git a/toonhud/resource/ui/disguise_menu/medic_red.res b/toonhud/resource/ui/disguise_menu/medic_red.res new file mode 100644 index 0000000..f135897 --- /dev/null +++ b/toonhud/resource/ui/disguise_menu/medic_red.res @@ -0,0 +1,118 @@ +"Resource/UI/disguise_menu/medic_red.res" +{ + "ItemNameLabel" + { + "ControlName" "CExLabel" + "fieldName" "ItemName" + "font" "G_FontTiny_2" + "xpos" "0" + "ypos" "8" + "zpos" "1" + "wide" "45" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "visible_minmode" "0" + "enabled" "1" + "labelText" "#TF_Class_Name_Medic" + "textAlignment" "Center" + "dulltext" "0" + "brighttext" "0" + } + + "ClassIcon" + { + "ControlName" "CTFImagePanel" + "fieldName" "ClassIcon" + "xpos" "3" + "ypos" "3" + "zpos" "1" + "wide" "34" + "tall" "34" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "../hud/leaderboard_class_medic" + + } + + "ClassIconBg" + { + "ControlName" "CTFImagePanel" + "fieldName" "ClassIconBg" + "xpos" "0" + "ypos" "0" + "zpos" "-5" + "wide" "40" + "tall" "40" + "visible" "1" + "enabled" "1" + "image" "../hud/color_panel_red" + "scaleImage" "1" + "paintborder" "1" + "border" "G_TargetBorder" + "src_corner_height" "23" + "src_corner_width" "23" + "draw_corner_width" "0" + "draw_corner_height" "0" + } + + "NumberBg" + { + "ControlName" "CIconPanel" + "fieldName" "NumberBg" + "zpos" "0" + "xpos" "13" + "ypos" "42" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "icon" "ico_key_blank" + "iconColor" "255 255 255 255" + } + + "NewNumberLabel" + { + "ControlName" "CExLabel" + "fieldName" "NewNumberLabel" + "font" "G_FontNumberButton" + "fgcolor" "Black" + "xpos" "13" + "ypos" "42" + "zpos" "0" + "wide" "14" + "tall" "13" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "labelText" "1" + "textAlignment" "Center" + "dulltext" "1" + "brighttext" "0" + } + + "NumberLabel" + { + "ControlName" "CExLabel" + "fieldName" "NumberLabel" + "font" "G_FontNumberButton" + "fgcolor" "Black" + "xpos" "13" + "ypos" "42" + "zpos" "0" + "wide" "14" + "tall" "13" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "7" + "textAlignment" "Center" + "dulltext" "1" + "brighttext" "0" + } +} \ No newline at end of file diff --git a/toonhud/resource/ui/disguise_menu/pyro_blue.res b/toonhud/resource/ui/disguise_menu/pyro_blue.res new file mode 100644 index 0000000..40386a7 --- /dev/null +++ b/toonhud/resource/ui/disguise_menu/pyro_blue.res @@ -0,0 +1,118 @@ +"Resource/UI/disguise_menu/pyro_blue.res" +{ + "ItemNameLabel" + { + "ControlName" "CExLabel" + "fieldName" "ItemName" + "font" "G_FontTiny_2" + "xpos" "0" + "ypos" "8" + "zpos" "1" + "wide" "45" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "visible_minmode" "0" + "enabled" "1" + "labelText" "#TF_Class_Name_Pyro" + "textAlignment" "Center" + "dulltext" "0" + "brighttext" "0" + } + + "ClassIcon" + { + "ControlName" "CTFImagePanel" + "fieldName" "ClassIcon" + "xpos" "3" + "ypos" "3" + "zpos" "1" + "wide" "34" + "tall" "34" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "../hud/leaderboard_class_pyro" + + } + + "ClassIconBg" + { + "ControlName" "CTFImagePanel" + "fieldName" "ClassIconBg" + "xpos" "0" + "ypos" "0" + "zpos" "-5" + "wide" "40" + "tall" "40" + "visible" "1" + "enabled" "1" + "image" "../hud/color_panel_blu" + "scaleImage" "1" + "paintborder" "1" + "border" "G_TargetBorder" + "src_corner_height" "23" + "src_corner_width" "23" + "draw_corner_width" "0" + "draw_corner_height" "0" + } + + "NumberBg" + { + "ControlName" "CIconPanel" + "fieldName" "NumberBg" + "zpos" "0" + "xpos" "13" + "ypos" "42" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "icon" "ico_key_blank" + "iconColor" "255 255 255 255" + } + + "NewNumberLabel" + { + "ControlName" "CExLabel" + "fieldName" "NewNumberLabel" + "font" "G_FontNumberButton" + "fgcolor" "Black" + "xpos" "13" + "ypos" "42" + "zpos" "0" + "wide" "14" + "tall" "13" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "labelText" "3" + "textAlignment" "Center" + "dulltext" "1" + "brighttext" "0" + } + + "NumberLabel" + { + "ControlName" "CExLabel" + "fieldName" "NumberLabel" + "font" "G_FontNumberButton" + "fgcolor" "Black" + "xpos" "13" + "ypos" "42" + "zpos" "0" + "wide" "14" + "tall" "13" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "3" + "textAlignment" "Center" + "dulltext" "1" + "brighttext" "0" + } +} \ No newline at end of file diff --git a/toonhud/resource/ui/disguise_menu/pyro_red.res b/toonhud/resource/ui/disguise_menu/pyro_red.res new file mode 100644 index 0000000..c49e7f0 --- /dev/null +++ b/toonhud/resource/ui/disguise_menu/pyro_red.res @@ -0,0 +1,118 @@ +"Resource/UI/disguise_menu/pyro_red.res" +{ + "ItemNameLabel" + { + "ControlName" "CExLabel" + "fieldName" "ItemName" + "font" "G_FontTiny_2" + "xpos" "0" + "ypos" "8" + "zpos" "1" + "wide" "45" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "visible_minmode" "0" + "enabled" "1" + "labelText" "#TF_Class_Name_Pyro" + "textAlignment" "Center" + "dulltext" "0" + "brighttext" "0" + } + + "ClassIcon" + { + "ControlName" "CTFImagePanel" + "fieldName" "ClassIcon" + "xpos" "3" + "ypos" "3" + "zpos" "1" + "wide" "34" + "tall" "34" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "../hud/leaderboard_class_pyro" + + } + + "ClassIconBg" + { + "ControlName" "CTFImagePanel" + "fieldName" "ClassIconBg" + "xpos" "0" + "ypos" "0" + "zpos" "-5" + "wide" "40" + "tall" "40" + "visible" "1" + "enabled" "1" + "image" "../hud/color_panel_red" + "scaleImage" "1" + "paintborder" "1" + "border" "G_TargetBorder" + "src_corner_height" "23" + "src_corner_width" "23" + "draw_corner_width" "0" + "draw_corner_height" "0" + } + + "NumberBg" + { + "ControlName" "CIconPanel" + "fieldName" "NumberBg" + "zpos" "0" + "xpos" "13" + "ypos" "42" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "icon" "ico_key_blank" + "iconColor" "255 255 255 255" + } + + "NewNumberLabel" + { + "ControlName" "CExLabel" + "fieldName" "NewNumberLabel" + "font" "G_FontNumberButton" + "fgcolor" "Black" + "xpos" "13" + "ypos" "42" + "zpos" "0" + "wide" "14" + "tall" "13" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "labelText" "3" + "textAlignment" "Center" + "dulltext" "1" + "brighttext" "0" + } + + "NumberLabel" + { + "ControlName" "CExLabel" + "fieldName" "NumberLabel" + "font" "G_FontNumberButton" + "fgcolor" "Black" + "xpos" "13" + "ypos" "42" + "zpos" "0" + "wide" "14" + "tall" "13" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "3" + "textAlignment" "Center" + "dulltext" "1" + "brighttext" "0" + } +} \ No newline at end of file diff --git a/toonhud/resource/ui/disguise_menu/scout_blue.res b/toonhud/resource/ui/disguise_menu/scout_blue.res new file mode 100644 index 0000000..50c5510 --- /dev/null +++ b/toonhud/resource/ui/disguise_menu/scout_blue.res @@ -0,0 +1,118 @@ +"Resource/UI/disguise_menu/scout_blue.res" +{ + "ItemNameLabel" + { + "ControlName" "CExLabel" + "fieldName" "ItemName" + "font" "G_FontTiny_2" + "xpos" "0" + "ypos" "8" + "zpos" "1" + "wide" "45" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "visible_minmode" "0" + "enabled" "1" + "labelText" "#TF_Class_Name_Scout" + "textAlignment" "Center" + "dulltext" "0" + "brighttext" "0" + } + + "ClassIcon" + { + "ControlName" "CTFImagePanel" + "fieldName" "ClassIcon" + "xpos" "3" + "ypos" "3" + "zpos" "1" + "wide" "34" + "tall" "34" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "../hud/leaderboard_class_scout" + + } + + "ClassIconBg" + { + "ControlName" "CTFImagePanel" + "fieldName" "ClassIconBg" + "xpos" "0" + "ypos" "0" + "zpos" "-5" + "wide" "40" + "tall" "40" + "visible" "1" + "enabled" "1" + "image" "../hud/color_panel_blu" + "scaleImage" "1" + "paintborder" "1" + "border" "G_TargetBorder" + "src_corner_height" "23" + "src_corner_width" "23" + "draw_corner_width" "0" + "draw_corner_height" "0" + } + + "NumberBg" + { + "ControlName" "CIconPanel" + "fieldName" "NumberBg" + "zpos" "0" + "xpos" "13" + "ypos" "42" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "icon" "ico_key_blank" + "iconColor" "255 255 255 255" + } + + "NewNumberLabel" + { + "ControlName" "CExLabel" + "fieldName" "NewNumberLabel" + "font" "G_FontNumberButton" + "fgcolor" "Black" + "xpos" "13" + "ypos" "42" + "zpos" "0" + "wide" "14" + "tall" "13" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "labelText" "1" + "textAlignment" "Center" + "dulltext" "1" + "brighttext" "0" + } + + "NumberLabel" + { + "ControlName" "CExLabel" + "fieldName" "NumberLabel" + "font" "G_FontNumberButton" + "fgcolor" "Black" + "xpos" "13" + "ypos" "42" + "zpos" "0" + "wide" "14" + "tall" "13" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "1" + "textAlignment" "Center" + "dulltext" "1" + "brighttext" "0" + } +} \ No newline at end of file diff --git a/toonhud/resource/ui/disguise_menu/scout_red.res b/toonhud/resource/ui/disguise_menu/scout_red.res new file mode 100644 index 0000000..b067101 --- /dev/null +++ b/toonhud/resource/ui/disguise_menu/scout_red.res @@ -0,0 +1,118 @@ +"Resource/UI/disguise_menu/scout_red.res" +{ + "ItemNameLabel" + { + "ControlName" "CExLabel" + "fieldName" "ItemName" + "font" "G_FontTiny_2" + "xpos" "0" + "ypos" "8" + "zpos" "1" + "wide" "45" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "visible_minmode" "0" + "enabled" "1" + "labelText" "#TF_Class_Name_Scout" + "textAlignment" "Center" + "dulltext" "0" + "brighttext" "0" + } + + "ClassIcon" + { + "ControlName" "CTFImagePanel" + "fieldName" "ClassIcon" + "xpos" "3" + "ypos" "3" + "zpos" "1" + "wide" "34" + "tall" "34" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "../hud/leaderboard_class_scout" + + } + + "ClassIconBg" + { + "ControlName" "CTFImagePanel" + "fieldName" "ClassIconBg" + "xpos" "0" + "ypos" "0" + "zpos" "-5" + "wide" "40" + "tall" "40" + "visible" "1" + "enabled" "1" + "image" "../hud/color_panel_red" + "scaleImage" "1" + "paintborder" "1" + "border" "G_TargetBorder" + "src_corner_height" "23" + "src_corner_width" "23" + "draw_corner_width" "0" + "draw_corner_height" "0" + } + + "NumberBg" + { + "ControlName" "CIconPanel" + "fieldName" "NumberBg" + "zpos" "0" + "xpos" "13" + "ypos" "42" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "icon" "ico_key_blank" + "iconColor" "255 255 255 255" + } + + "NewNumberLabel" + { + "ControlName" "CExLabel" + "fieldName" "NewNumberLabel" + "font" "G_FontNumberButton" + "fgcolor" "Black" + "xpos" "13" + "ypos" "42" + "zpos" "0" + "wide" "14" + "tall" "13" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "labelText" "1" + "textAlignment" "Center" + "dulltext" "1" + "brighttext" "0" + } + + "NumberLabel" + { + "ControlName" "CExLabel" + "fieldName" "NumberLabel" + "font" "G_FontNumberButton" + "fgcolor" "Black" + "xpos" "13" + "ypos" "42" + "zpos" "0" + "wide" "14" + "tall" "13" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "1" + "textAlignment" "Center" + "dulltext" "1" + "brighttext" "0" + } +} \ No newline at end of file diff --git a/toonhud/resource/ui/disguise_menu/sniper_blue.res b/toonhud/resource/ui/disguise_menu/sniper_blue.res new file mode 100644 index 0000000..32dca0c --- /dev/null +++ b/toonhud/resource/ui/disguise_menu/sniper_blue.res @@ -0,0 +1,118 @@ +"Resource/UI/disguise_menu/sniper_blue.res" +{ + "ItemNameLabel" + { + "ControlName" "CExLabel" + "fieldName" "ItemName" + "font" "G_FontTiny_2" + "xpos" "0" + "ypos" "8" + "zpos" "1" + "wide" "45" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "visible_minmode" "0" + "enabled" "1" + "labelText" "#TF_Class_Name_Sniper" + "textAlignment" "Center" + "dulltext" "0" + "brighttext" "0" + } + + "ClassIcon" + { + "ControlName" "CTFImagePanel" + "fieldName" "ClassIcon" + "xpos" "3" + "ypos" "3" + "zpos" "1" + "wide" "34" + "tall" "34" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "../hud/leaderboard_class_sniper" + + } + + "ClassIconBg" + { + "ControlName" "CTFImagePanel" + "fieldName" "ClassIconBg" + "xpos" "0" + "ypos" "0" + "zpos" "-5" + "wide" "40" + "tall" "40" + "visible" "1" + "enabled" "1" + "image" "../hud/color_panel_blu" + "scaleImage" "1" + "paintborder" "1" + "border" "G_TargetBorder" + "src_corner_height" "23" + "src_corner_width" "23" + "draw_corner_width" "0" + "draw_corner_height" "0" + } + + "NumberBg" + { + "ControlName" "CIconPanel" + "fieldName" "NumberBg" + "zpos" "0" + "xpos" "13" + "ypos" "42" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "icon" "ico_key_blank" + "iconColor" "255 255 255 255" + } + + "NewNumberLabel" + { + "ControlName" "CExLabel" + "fieldName" "NewNumberLabel" + "font" "G_FontNumberButton" + "fgcolor" "Black" + "xpos" "13" + "ypos" "42" + "zpos" "0" + "wide" "14" + "tall" "13" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "labelText" "2" + "textAlignment" "Center" + "dulltext" "1" + "brighttext" "0" + } + + "NumberLabel" + { + "ControlName" "CExLabel" + "fieldName" "NumberLabel" + "font" "G_FontNumberButton" + "fgcolor" "Black" + "xpos" "13" + "ypos" "42" + "zpos" "0" + "wide" "14" + "tall" "13" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "8" + "textAlignment" "Center" + "dulltext" "1" + "brighttext" "0" + } +} \ No newline at end of file diff --git a/toonhud/resource/ui/disguise_menu/sniper_red.res b/toonhud/resource/ui/disguise_menu/sniper_red.res new file mode 100644 index 0000000..957383b --- /dev/null +++ b/toonhud/resource/ui/disguise_menu/sniper_red.res @@ -0,0 +1,118 @@ +"Resource/UI/disguise_menu/sniper_red.res" +{ + "ItemNameLabel" + { + "ControlName" "CExLabel" + "fieldName" "ItemName" + "font" "G_FontTiny_2" + "xpos" "0" + "ypos" "8" + "zpos" "1" + "wide" "45" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "visible_minmode" "0" + "enabled" "1" + "labelText" "#TF_Class_Name_Sniper" + "textAlignment" "Center" + "dulltext" "0" + "brighttext" "0" + } + + "ClassIcon" + { + "ControlName" "CTFImagePanel" + "fieldName" "ClassIcon" + "xpos" "3" + "ypos" "3" + "zpos" "1" + "wide" "34" + "tall" "34" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "../hud/leaderboard_class_sniper" + + } + + "ClassIconBg" + { + "ControlName" "CTFImagePanel" + "fieldName" "ClassIconBg" + "xpos" "0" + "ypos" "0" + "zpos" "-5" + "wide" "40" + "tall" "40" + "visible" "1" + "enabled" "1" + "image" "../hud/color_panel_red" + "scaleImage" "1" + "paintborder" "1" + "border" "G_TargetBorder" + "src_corner_height" "23" + "src_corner_width" "23" + "draw_corner_width" "0" + "draw_corner_height" "0" + } + + "NumberBg" + { + "ControlName" "CIconPanel" + "fieldName" "NumberBg" + "zpos" "0" + "xpos" "13" + "ypos" "42" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "icon" "ico_key_blank" + "iconColor" "255 255 255 255" + } + + "NewNumberLabel" + { + "ControlName" "CExLabel" + "fieldName" "NewNumberLabel" + "font" "G_FontNumberButton" + "fgcolor" "Black" + "xpos" "13" + "ypos" "42" + "zpos" "0" + "wide" "14" + "tall" "13" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "labelText" "2" + "textAlignment" "Center" + "dulltext" "1" + "brighttext" "0" + } + + "NumberLabel" + { + "ControlName" "CExLabel" + "fieldName" "NumberLabel" + "font" "G_FontNumberButton" + "fgcolor" "Black" + "xpos" "13" + "ypos" "42" + "zpos" "0" + "wide" "14" + "tall" "13" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "8" + "textAlignment" "Center" + "dulltext" "1" + "brighttext" "0" + } +} \ No newline at end of file diff --git a/toonhud/resource/ui/disguise_menu/soldier_blue.res b/toonhud/resource/ui/disguise_menu/soldier_blue.res new file mode 100644 index 0000000..998d463 --- /dev/null +++ b/toonhud/resource/ui/disguise_menu/soldier_blue.res @@ -0,0 +1,118 @@ +"Resource/UI/disguise_menu/soldier_blue.res" +{ + "ItemNameLabel" + { + "ControlName" "CExLabel" + "fieldName" "ItemName" + "font" "G_FontTiny_2" + "xpos" "0" + "ypos" "8" + "zpos" "1" + "wide" "45" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "visible_minmode" "0" + "enabled" "1" + "labelText" "#TF_Class_Name_Soldier" + "textAlignment" "Center" + "dulltext" "0" + "brighttext" "0" + } + + "ClassIcon" + { + "ControlName" "CTFImagePanel" + "fieldName" "ClassIcon" + "xpos" "3" + "ypos" "3" + "zpos" "1" + "wide" "34" + "tall" "34" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "../hud/leaderboard_class_soldier" + + } + + "ClassIconBg" + { + "ControlName" "CTFImagePanel" + "fieldName" "ClassIconBg" + "xpos" "0" + "ypos" "0" + "zpos" "-5" + "wide" "40" + "tall" "40" + "visible" "1" + "enabled" "1" + "image" "../hud/color_panel_blu" + "scaleImage" "1" + "paintborder" "1" + "border" "G_TargetBorder" + "src_corner_height" "23" + "src_corner_width" "23" + "draw_corner_width" "0" + "draw_corner_height" "0" + } + + "NumberBg" + { + "ControlName" "CIconPanel" + "fieldName" "NumberBg" + "zpos" "0" + "xpos" "13" + "ypos" "42" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "icon" "ico_key_blank" + "iconColor" "255 255 255 255" + } + + "NewNumberLabel" + { + "ControlName" "CExLabel" + "fieldName" "NewNumberLabel" + "font" "G_FontNumberButton" + "fgcolor" "Black" + "xpos" "13" + "ypos" "42" + "zpos" "0" + "wide" "14" + "tall" "13" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "labelText" "2" + "textAlignment" "Center" + "dulltext" "1" + "brighttext" "0" + } + + "NumberLabel" + { + "ControlName" "CExLabel" + "fieldName" "NumberLabel" + "font" "G_FontNumberButton" + "fgcolor" "Black" + "xpos" "13" + "ypos" "42" + "zpos" "0" + "wide" "14" + "tall" "13" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "2" + "textAlignment" "Center" + "dulltext" "1" + "brighttext" "0" + } +} \ No newline at end of file diff --git a/toonhud/resource/ui/disguise_menu/soldier_red.res b/toonhud/resource/ui/disguise_menu/soldier_red.res new file mode 100644 index 0000000..90bb7b7 --- /dev/null +++ b/toonhud/resource/ui/disguise_menu/soldier_red.res @@ -0,0 +1,118 @@ +"Resource/UI/disguise_menu/soldier_red.res" +{ + "ItemNameLabel" + { + "ControlName" "CExLabel" + "fieldName" "ItemName" + "font" "G_FontTiny_2" + "xpos" "0" + "ypos" "8" + "zpos" "1" + "wide" "45" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "visible_minmode" "0" + "enabled" "1" + "labelText" "#TF_Class_Name_Soldier" + "textAlignment" "Center" + "dulltext" "0" + "brighttext" "0" + } + + "ClassIcon" + { + "ControlName" "CTFImagePanel" + "fieldName" "ClassIcon" + "xpos" "3" + "ypos" "3" + "zpos" "1" + "wide" "34" + "tall" "34" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "../hud/leaderboard_class_soldier" + + } + + "ClassIconBg" + { + "ControlName" "CTFImagePanel" + "fieldName" "ClassIconBg" + "xpos" "0" + "ypos" "0" + "zpos" "-5" + "wide" "40" + "tall" "40" + "visible" "1" + "enabled" "1" + "image" "../hud/color_panel_red" + "scaleImage" "1" + "paintborder" "1" + "border" "G_TargetBorder" + "src_corner_height" "23" + "src_corner_width" "23" + "draw_corner_width" "0" + "draw_corner_height" "0" + } + + "NumberBg" + { + "ControlName" "CIconPanel" + "fieldName" "NumberBg" + "zpos" "0" + "xpos" "13" + "ypos" "42" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "icon" "ico_key_blank" + "iconColor" "255 255 255 255" + } + + "NewNumberLabel" + { + "ControlName" "CExLabel" + "fieldName" "NewNumberLabel" + "font" "G_FontNumberButton" + "fgcolor" "Black" + "xpos" "13" + "ypos" "42" + "zpos" "0" + "wide" "14" + "tall" "13" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "labelText" "2" + "textAlignment" "Center" + "dulltext" "1" + "brighttext" "0" + } + + "NumberLabel" + { + "ControlName" "CExLabel" + "fieldName" "NumberLabel" + "font" "G_FontNumberButton" + "fgcolor" "Black" + "xpos" "13" + "ypos" "42" + "zpos" "0" + "wide" "14" + "tall" "13" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "2" + "textAlignment" "Center" + "dulltext" "1" + "brighttext" "0" + } +} \ No newline at end of file diff --git a/toonhud/resource/ui/disguise_menu/spy_blue.res b/toonhud/resource/ui/disguise_menu/spy_blue.res new file mode 100644 index 0000000..d468f92 --- /dev/null +++ b/toonhud/resource/ui/disguise_menu/spy_blue.res @@ -0,0 +1,118 @@ +"Resource/UI/disguise_menu/spy_blue.res" +{ + "ItemNameLabel" + { + "ControlName" "CExLabel" + "fieldName" "ItemName" + "font" "G_FontTiny_2" + "xpos" "0" + "ypos" "8" + "zpos" "1" + "wide" "45" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "visible_minmode" "0" + "enabled" "1" + "labelText" "#TF_Class_Name_Spy" + "textAlignment" "Center" + "dulltext" "0" + "brighttext" "0" + } + + "ClassIcon" + { + "ControlName" "CTFImagePanel" + "fieldName" "ClassIcon" + "xpos" "3" + "ypos" "3" + "zpos" "1" + "wide" "34" + "tall" "34" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "../hud/leaderboard_class_spy" + + } + + "ClassIconBg" + { + "ControlName" "CTFImagePanel" + "fieldName" "ClassIconBg" + "xpos" "0" + "ypos" "0" + "zpos" "-5" + "wide" "40" + "tall" "40" + "visible" "1" + "enabled" "1" + "image" "../hud/color_panel_blu" + "scaleImage" "1" + "paintborder" "1" + "border" "G_TargetBorder" + "src_corner_height" "23" + "src_corner_width" "23" + "draw_corner_width" "0" + "draw_corner_height" "0" + } + + "NumberBg" + { + "ControlName" "CIconPanel" + "fieldName" "NumberBg" + "zpos" "0" + "xpos" "13" + "ypos" "42" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "icon" "ico_key_blank" + "iconColor" "255 255 255 255" + } + + "NewNumberLabel" + { + "ControlName" "CExLabel" + "fieldName" "NewNumberLabel" + "font" "G_FontNumberButton" + "fgcolor" "Black" + "xpos" "13" + "ypos" "42" + "zpos" "0" + "wide" "14" + "tall" "13" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "labelText" "3" + "textAlignment" "Center" + "dulltext" "1" + "brighttext" "0" + } + + "NumberLabel" + { + "ControlName" "CExLabel" + "fieldName" "NumberLabel" + "font" "G_FontNumberButton" + "fgcolor" "Black" + "xpos" "13" + "ypos" "42" + "zpos" "0" + "wide" "14" + "tall" "13" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "9" + "textAlignment" "Center" + "dulltext" "1" + "brighttext" "0" + } +} \ No newline at end of file diff --git a/toonhud/resource/ui/disguise_menu/spy_red.res b/toonhud/resource/ui/disguise_menu/spy_red.res new file mode 100644 index 0000000..a7337af --- /dev/null +++ b/toonhud/resource/ui/disguise_menu/spy_red.res @@ -0,0 +1,118 @@ +"Resource/UI/disguise_menu/spy_red.res" +{ + "ItemNameLabel" + { + "ControlName" "CExLabel" + "fieldName" "ItemName" + "font" "G_FontTiny_2" + "xpos" "0" + "ypos" "8" + "zpos" "1" + "wide" "45" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "visible_minmode" "0" + "enabled" "1" + "labelText" "#TF_Class_Name_Spy" + "textAlignment" "Center" + "dulltext" "0" + "brighttext" "0" + } + + "ClassIcon" + { + "ControlName" "CTFImagePanel" + "fieldName" "ClassIcon" + "xpos" "3" + "ypos" "3" + "zpos" "1" + "wide" "34" + "tall" "34" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "../hud/leaderboard_class_spy" + + } + + "ClassIconBg" + { + "ControlName" "CTFImagePanel" + "fieldName" "ClassIconBg" + "xpos" "0" + "ypos" "0" + "zpos" "-5" + "wide" "40" + "tall" "40" + "visible" "1" + "enabled" "1" + "image" "../hud/color_panel_red" + "scaleImage" "1" + "paintborder" "1" + "border" "G_TargetBorder" + "src_corner_height" "23" + "src_corner_width" "23" + "draw_corner_width" "0" + "draw_corner_height" "0" + } + + "NumberBg" + { + "ControlName" "CIconPanel" + "fieldName" "NumberBg" + "zpos" "0" + "xpos" "13" + "ypos" "42" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "icon" "ico_key_blank" + "iconColor" "255 255 255 255" + } + + "NewNumberLabel" + { + "ControlName" "CExLabel" + "fieldName" "NewNumberLabel" + "font" "G_FontNumberButton" + "fgcolor" "Black" + "xpos" "13" + "ypos" "42" + "zpos" "0" + "wide" "14" + "tall" "13" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "labelText" "3" + "textAlignment" "Center" + "dulltext" "1" + "brighttext" "0" + } + + "NumberLabel" + { + "ControlName" "CExLabel" + "fieldName" "NumberLabel" + "font" "G_FontNumberButton" + "fgcolor" "Black" + "xpos" "13" + "ypos" "42" + "zpos" "0" + "wide" "14" + "tall" "13" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "9" + "textAlignment" "Center" + "dulltext" "1" + "brighttext" "0" + } +} \ No newline at end of file diff --git a/toonhud/resource/ui/disguise_menu_360/demoman_blue.res b/toonhud/resource/ui/disguise_menu_360/demoman_blue.res new file mode 100644 index 0000000..6d4a903 --- /dev/null +++ b/toonhud/resource/ui/disguise_menu_360/demoman_blue.res @@ -0,0 +1,118 @@ +"Resource/UI/disguise_menu/demoman_blue.res" +{ + "ItemNameLabel" + { + "ControlName" "CExLabel" + "fieldName" "ItemName" + "font" "G_FontTiny_2" + "xpos" "0" + "ypos" "8" + "zpos" "1" + "wide" "45" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "visible_minmode" "0" + "enabled" "1" + "labelText" "#TF_Class_Name_Demoman" + "textAlignment" "Center" + "dulltext" "0" + "brighttext" "0" + } + + "ClassIcon" + { + "ControlName" "CTFImagePanel" + "fieldName" "ClassIcon" + "xpos" "3" + "ypos" "3" + "zpos" "1" + "wide" "34" + "tall" "34" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "../hud/leaderboard_class_demo" + + } + + "ClassIconBg" + { + "ControlName" "CTFImagePanel" + "fieldName" "ClassIconBg" + "xpos" "0" + "ypos" "0" + "zpos" "-5" + "wide" "40" + "tall" "40" + "visible" "1" + "enabled" "1" + "image" "../hud/color_panel_blu" + "scaleImage" "1" + "paintborder" "1" + "border" "G_TargetBorder" + "src_corner_height" "23" + "src_corner_width" "23" + "draw_corner_width" "0" + "draw_corner_height" "0" + } + + "NumberBg" + { + "ControlName" "CIconPanel" + "fieldName" "NumberBg" + "zpos" "0" + "xpos" "13" + "ypos" "42" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "icon" "ico_key_blank" + "iconColor" "255 255 255 255" + } + + "NewNumberLabel" + { + "ControlName" "CExLabel" + "fieldName" "NewNumberLabel" + "font" "G_FontNumberButton" + "fgcolor" "Black" + "xpos" "13" + "ypos" "42" + "zpos" "0" + "wide" "14" + "tall" "13" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "labelText" "1" + "textAlignment" "Center" + "dulltext" "1" + "brighttext" "0" + } + + "NumberLabel" + { + "ControlName" "CExLabel" + "fieldName" "NumberLabel" + "font" "G_FontNumberButton" + "fgcolor" "Black" + "xpos" "13" + "ypos" "42" + "zpos" "0" + "wide" "14" + "tall" "13" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "4" + "textAlignment" "Center" + "dulltext" "1" + "brighttext" "0" + } +} \ No newline at end of file diff --git a/toonhud/resource/ui/disguise_menu_360/demoman_red.res b/toonhud/resource/ui/disguise_menu_360/demoman_red.res new file mode 100644 index 0000000..fe51fb8 --- /dev/null +++ b/toonhud/resource/ui/disguise_menu_360/demoman_red.res @@ -0,0 +1,118 @@ +"Resource/UI/disguise_menu/demoman_red.res" +{ + "ItemNameLabel" + { + "ControlName" "CExLabel" + "fieldName" "ItemName" + "font" "G_FontTiny_2" + "xpos" "0" + "ypos" "8" + "zpos" "1" + "wide" "45" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "visible_minmode" "0" + "enabled" "1" + "labelText" "#TF_Class_Name_Demoman" + "textAlignment" "Center" + "dulltext" "0" + "brighttext" "0" + } + + "ClassIcon" + { + "ControlName" "CTFImagePanel" + "fieldName" "ClassIcon" + "xpos" "3" + "ypos" "3" + "zpos" "1" + "wide" "34" + "tall" "34" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "../hud/leaderboard_class_demo" + + } + + "ClassIconBg" + { + "ControlName" "CTFImagePanel" + "fieldName" "ClassIconBg" + "xpos" "0" + "ypos" "0" + "zpos" "-5" + "wide" "40" + "tall" "40" + "visible" "1" + "enabled" "1" + "image" "../hud/color_panel_red" + "scaleImage" "1" + "paintborder" "1" + "border" "G_TargetBorder" + "src_corner_height" "23" + "src_corner_width" "23" + "draw_corner_width" "0" + "draw_corner_height" "0" + } + + "NumberBg" + { + "ControlName" "CIconPanel" + "fieldName" "NumberBg" + "zpos" "0" + "xpos" "13" + "ypos" "42" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "icon" "ico_key_blank" + "iconColor" "255 255 255 255" + } + + "NewNumberLabel" + { + "ControlName" "CExLabel" + "fieldName" "NewNumberLabel" + "font" "G_FontNumberButton" + "fgcolor" "Black" + "xpos" "13" + "ypos" "42" + "zpos" "0" + "wide" "14" + "tall" "13" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "labelText" "1" + "textAlignment" "Center" + "dulltext" "1" + "brighttext" "0" + } + + "NumberLabel" + { + "ControlName" "CExLabel" + "fieldName" "NumberLabel" + "font" "G_FontNumberButton" + "fgcolor" "Black" + "xpos" "13" + "ypos" "42" + "zpos" "0" + "wide" "14" + "tall" "13" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "4" + "textAlignment" "Center" + "dulltext" "1" + "brighttext" "0" + } +} \ No newline at end of file diff --git a/toonhud/resource/ui/disguise_menu_360/engineer_blue.res b/toonhud/resource/ui/disguise_menu_360/engineer_blue.res new file mode 100644 index 0000000..341c660 --- /dev/null +++ b/toonhud/resource/ui/disguise_menu_360/engineer_blue.res @@ -0,0 +1,118 @@ +"Resource/UI/disguise_menu/engineer_blue.res" +{ + "ItemNameLabel" + { + "ControlName" "CExLabel" + "fieldName" "ItemName" + "font" "G_FontTiny_2" + "xpos" "0" + "ypos" "8" + "zpos" "1" + "wide" "45" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "visible_minmode" "0" + "enabled" "1" + "labelText" "#TF_Class_Name_Engineer" + "textAlignment" "Center" + "dulltext" "0" + "brighttext" "0" + } + + "ClassIcon" + { + "ControlName" "CTFImagePanel" + "fieldName" "ClassIcon" + "xpos" "3" + "ypos" "3" + "zpos" "1" + "wide" "34" + "tall" "34" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "../hud/leaderboard_class_engineer" + + } + + "ClassIconBg" + { + "ControlName" "CTFImagePanel" + "fieldName" "ClassIconBg" + "xpos" "0" + "ypos" "0" + "zpos" "-5" + "wide" "40" + "tall" "40" + "visible" "1" + "enabled" "1" + "image" "../hud/color_panel_blu" + "scaleImage" "1" + "paintborder" "1" + "border" "G_TargetBorder" + "src_corner_height" "23" + "src_corner_width" "23" + "draw_corner_width" "0" + "draw_corner_height" "0" + } + + "NumberBg" + { + "ControlName" "CIconPanel" + "fieldName" "NumberBg" + "zpos" "0" + "xpos" "13" + "ypos" "42" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "icon" "ico_key_blank" + "iconColor" "255 255 255 255" + } + + "NewNumberLabel" + { + "ControlName" "CExLabel" + "fieldName" "NewNumberLabel" + "font" "G_FontNumberButton" + "fgcolor" "Black" + "xpos" "13" + "ypos" "42" + "zpos" "0" + "wide" "14" + "tall" "13" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "labelText" "3" + "textAlignment" "Center" + "dulltext" "1" + "brighttext" "0" + } + + "NumberLabel" + { + "ControlName" "CExLabel" + "fieldName" "NumberLabel" + "font" "G_FontNumberButton" + "fgcolor" "Black" + "xpos" "13" + "ypos" "42" + "zpos" "0" + "wide" "14" + "tall" "13" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "6" + "textAlignment" "Center" + "dulltext" "1" + "brighttext" "0" + } +} \ No newline at end of file diff --git a/toonhud/resource/ui/disguise_menu_360/engineer_red.res b/toonhud/resource/ui/disguise_menu_360/engineer_red.res new file mode 100644 index 0000000..08c8f23 --- /dev/null +++ b/toonhud/resource/ui/disguise_menu_360/engineer_red.res @@ -0,0 +1,118 @@ +"Resource/UI/disguise_menu/engineer_red.res" +{ + "ItemNameLabel" + { + "ControlName" "CExLabel" + "fieldName" "ItemName" + "font" "G_FontTiny_2" + "xpos" "0" + "ypos" "8" + "zpos" "1" + "wide" "45" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "visible_minmode" "0" + "enabled" "1" + "labelText" "#TF_Class_Name_Engineer" + "textAlignment" "Center" + "dulltext" "0" + "brighttext" "0" + } + + "ClassIcon" + { + "ControlName" "CTFImagePanel" + "fieldName" "ClassIcon" + "xpos" "3" + "ypos" "3" + "zpos" "1" + "wide" "34" + "tall" "34" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "../hud/leaderboard_class_engineer" + + } + + "ClassIconBg" + { + "ControlName" "CTFImagePanel" + "fieldName" "ClassIconBg" + "xpos" "0" + "ypos" "0" + "zpos" "-5" + "wide" "40" + "tall" "40" + "visible" "1" + "enabled" "1" + "image" "../hud/color_panel_red" + "scaleImage" "1" + "paintborder" "1" + "border" "G_TargetBorder" + "src_corner_height" "23" + "src_corner_width" "23" + "draw_corner_width" "0" + "draw_corner_height" "0" + } + + "NumberBg" + { + "ControlName" "CIconPanel" + "fieldName" "NumberBg" + "zpos" "0" + "xpos" "13" + "ypos" "42" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "icon" "ico_key_blank" + "iconColor" "255 255 255 255" + } + + "NewNumberLabel" + { + "ControlName" "CExLabel" + "fieldName" "NewNumberLabel" + "font" "G_FontNumberButton" + "fgcolor" "Black" + "xpos" "13" + "ypos" "42" + "zpos" "0" + "wide" "14" + "tall" "13" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "labelText" "3" + "textAlignment" "Center" + "dulltext" "1" + "brighttext" "0" + } + + "NumberLabel" + { + "ControlName" "CExLabel" + "fieldName" "NumberLabel" + "font" "G_FontNumberButton" + "fgcolor" "Black" + "xpos" "13" + "ypos" "42" + "zpos" "0" + "wide" "14" + "tall" "13" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "6" + "textAlignment" "Center" + "dulltext" "1" + "brighttext" "0" + } +} \ No newline at end of file diff --git a/toonhud/resource/ui/disguise_menu_360/heavy_blue.res b/toonhud/resource/ui/disguise_menu_360/heavy_blue.res new file mode 100644 index 0000000..9100381 --- /dev/null +++ b/toonhud/resource/ui/disguise_menu_360/heavy_blue.res @@ -0,0 +1,118 @@ +"Resource/UI/disguise_menu/heavy_blue.res" +{ + "ItemNameLabel" + { + "ControlName" "CExLabel" + "fieldName" "ItemName" + "font" "G_FontTiny_2" + "xpos" "0" + "ypos" "8" + "zpos" "1" + "wide" "45" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "visible_minmode" "0" + "enabled" "1" + "labelText" "#TF_Class_Name_HWguy" + "textAlignment" "Center" + "dulltext" "0" + "brighttext" "0" + } + + "ClassIcon" + { + "ControlName" "CTFImagePanel" + "fieldName" "ClassIcon" + "xpos" "3" + "ypos" "3" + "zpos" "1" + "wide" "34" + "tall" "34" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "../hud/leaderboard_class_heavy" + + } + + "ClassIconBg" + { + "ControlName" "CTFImagePanel" + "fieldName" "ClassIconBg" + "xpos" "0" + "ypos" "0" + "zpos" "-5" + "wide" "40" + "tall" "40" + "visible" "1" + "enabled" "1" + "image" "../hud/color_panel_blu" + "scaleImage" "1" + "paintborder" "1" + "border" "G_TargetBorder" + "src_corner_height" "23" + "src_corner_width" "23" + "draw_corner_width" "0" + "draw_corner_height" "0" + } + + "NumberBg" + { + "ControlName" "CIconPanel" + "fieldName" "NumberBg" + "zpos" "0" + "xpos" "13" + "ypos" "42" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "icon" "ico_key_blank" + "iconColor" "255 255 255 255" + } + + "NewNumberLabel" + { + "ControlName" "CExLabel" + "fieldName" "NewNumberLabel" + "font" "G_FontNumberButton" + "fgcolor" "Black" + "xpos" "13" + "ypos" "42" + "zpos" "0" + "wide" "14" + "tall" "13" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "labelText" "2" + "textAlignment" "Center" + "dulltext" "1" + "brighttext" "0" + } + + "NumberLabel" + { + "ControlName" "CExLabel" + "fieldName" "NumberLabel" + "font" "G_FontNumberButton" + "fgcolor" "Black" + "xpos" "13" + "ypos" "42" + "zpos" "0" + "wide" "14" + "tall" "13" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "5" + "textAlignment" "Center" + "dulltext" "1" + "brighttext" "0" + } +} \ No newline at end of file diff --git a/toonhud/resource/ui/disguise_menu_360/heavy_red.res b/toonhud/resource/ui/disguise_menu_360/heavy_red.res new file mode 100644 index 0000000..34041fe --- /dev/null +++ b/toonhud/resource/ui/disguise_menu_360/heavy_red.res @@ -0,0 +1,118 @@ +"Resource/UI/disguise_menu/heavy_red.res" +{ + "ItemNameLabel" + { + "ControlName" "CExLabel" + "fieldName" "ItemName" + "font" "G_FontTiny_2" + "xpos" "0" + "ypos" "8" + "zpos" "1" + "wide" "45" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "visible_minmode" "0" + "enabled" "1" + "labelText" "#TF_Class_Name_HWguy" + "textAlignment" "Center" + "dulltext" "0" + "brighttext" "0" + } + + "ClassIcon" + { + "ControlName" "CTFImagePanel" + "fieldName" "ClassIcon" + "xpos" "3" + "ypos" "3" + "zpos" "1" + "wide" "34" + "tall" "34" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "../hud/leaderboard_class_heavy" + + } + + "ClassIconBg" + { + "ControlName" "CTFImagePanel" + "fieldName" "ClassIconBg" + "xpos" "0" + "ypos" "0" + "zpos" "-5" + "wide" "40" + "tall" "40" + "visible" "1" + "enabled" "1" + "image" "../hud/color_panel_red" + "scaleImage" "1" + "paintborder" "1" + "border" "G_TargetBorder" + "src_corner_height" "23" + "src_corner_width" "23" + "draw_corner_width" "0" + "draw_corner_height" "0" + } + + "NumberBg" + { + "ControlName" "CIconPanel" + "fieldName" "NumberBg" + "zpos" "0" + "xpos" "13" + "ypos" "42" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "icon" "ico_key_blank" + "iconColor" "255 255 255 255" + } + + "NewNumberLabel" + { + "ControlName" "CExLabel" + "fieldName" "NewNumberLabel" + "font" "G_FontNumberButton" + "fgcolor" "Black" + "xpos" "13" + "ypos" "42" + "zpos" "0" + "wide" "14" + "tall" "13" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "labelText" "2" + "textAlignment" "Center" + "dulltext" "1" + "brighttext" "0" + } + + "NumberLabel" + { + "ControlName" "CExLabel" + "fieldName" "NumberLabel" + "font" "G_FontNumberButton" + "fgcolor" "Black" + "xpos" "13" + "ypos" "42" + "zpos" "0" + "wide" "14" + "tall" "13" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "5" + "textAlignment" "Center" + "dulltext" "1" + "brighttext" "0" + } +} \ No newline at end of file diff --git a/toonhud/resource/ui/disguise_menu_360/hudmenuspydisguise.res b/toonhud/resource/ui/disguise_menu_360/hudmenuspydisguise.res new file mode 100644 index 0000000..1d6d719 --- /dev/null +++ b/toonhud/resource/ui/disguise_menu_360/hudmenuspydisguise.res @@ -0,0 +1,513 @@ +"Resource/UI/disguise_menu/HudMenuSpyDisguise.res" +{ + "MainBackground" + { + "ControlName" "EditablePanel" + "fieldName" "MainBackground" + "xpos" "18" + "ypos" "40" + "zpos" "0" + "wide" "392" + "tall" "64" + "wide_minmode" "142" + "tall_minmode" "190" + "visible" "1" + "enabled" "1" + "fgcolor_override" "G_White" + "paintborder" "1" + "border" "G_TargetBorder" + "paintbackground" "1" + "bgcolor_override" "G_PanelBg" + } + + "SpyIcon" + { + "ControlName" "CIconPanel" + "fieldName" "SpyIcon" + "xpos" "20" + "ypos" "17" + "zpos" "1" + "wide" "24" + "tall" "24" + "visible" "0" + "enabled" "0" + "scaleImage" "1" + "icon" "hud_spy_disguise_menu_icon" + "iconColor" "G_White" + } + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "G_FontMedium" + "xpos" "18" + "ypos" "17" + "zpos" "2" + "wide" "414" + "wide_minmode" "142" + "tall" "24" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "#Hud_Menu_Disguise_Title" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "fgcolor_override" "G_White" + } + + "TitleLabelDropshadow" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabelDropshadow" + "font" "G_FontMedium" + "fgcolor" "G_Shadow" + "xpos" "19" + "ypos" "18" + "zpos" "1" + "wide" "414" + "wide_minmode" "142" + "tall" "24" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "#Hud_Menu_Disguise_Title" + "textAlignment" "center" + "dulltext" "1" + "brighttext" "0" + } + + "active_selection_bg" + { + "ControlName" "EditablePanel" + "fieldName" "active_selection_bg" + "xpos" "0" + "ypos" "35" + "zpos" "1" + "wide" "55" + "tall" "130" + "visible" "1" + + "selection_image" + { + "ControlName" "ImagePanel" + "fieldName" "selection_image" + "xpos" "0" + "ypos" "0" + "wide" "40" + "tall" "40" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "" + "fillcolor" "255 255 255 255" + } + } + + "class_item_red_1" + { + "ControlName" "EditablePanel" + "fieldName" "class_item_red_1" + "xpos" "22" + "ypos" "44" + "xpos_minmode" "23" + "ypos_minmode" "45" + "zpos" "2" + "wide" "45" + "tall" "119" + "visible" "1" + } + + "class_item_blue_1" + { + "ControlName" "EditablePanel" + "fieldName" "class_item_blue_1" + "xpos" "22" + "ypos" "44" + "xpos_minmode" "23" + "ypos_minmode" "45" + "zpos" "2" + "wide" "45" + "tall" "119" + "visible" "0" + } + + "class_item_red_2" + { + "ControlName" "EditablePanel" + "fieldName" "class_item_red_2" + "xpos" "65" + "ypos" "44" + "xpos_minmode" "69" + "ypos_minmode" "45" + "zpos" "2" + "wide" "45" + "tall" "119" + "visible" "1" + } + + "class_item_blue_2" + { + "ControlName" "EditablePanel" + "fieldName" "class_item_blue_2" + "xpos" "65" + "ypos" "44" + "xpos_minmode" "69" + "ypos_minmode" "45" + "zpos" "2" + "wide" "45" + "tall" "119" + "visible" "0" + } + + "class_item_red_3" + { + "ControlName" "EditablePanel" + "fieldName" "class_item_red_3" + "xpos" "108" + "ypos" "44" + "xpos_minmode" "115" + "ypos_minmode" "45" + "zpos" "2" + "wide" "45" + "tall" "119" + "visible" "1" + } + + "class_item_blue_3" + { + "ControlName" "EditablePanel" + "fieldName" "class_item_blue_3" + "xpos" "108" + "ypos" "44" + "xpos_minmode" "115" + "ypos_minmode" "45" + "zpos" "2" + "wide" "45" + "tall" "119" + "visible" "0" + } + + "class_item_red_4" + { + "ControlName" "EditablePanel" + "fieldName" "class_item_red_4" + "xpos" "151" + "ypos" "44" + "xpos_minmode" "23" + "ypos_minmode" "105" + "zpos" "2" + "wide" "45" + "tall" "119" + "visible" "1" + } + + "class_item_blue_4" + { + "ControlName" "EditablePanel" + "fieldName" "class_item_blue_4" + "xpos" "151" + "ypos" "44" + "xpos_minmode" "23" + "ypos_minmode" "105" + "zpos" "2" + "wide" "45" + "tall" "119" + "visible" "0" + } + + "class_item_red_5" + { + "ControlName" "EditablePanel" + "fieldName" "class_item_red_5" + "xpos" "194" + "ypos" "44" + "xpos_minmode" "69" + "ypos_minmode" "105" + "zpos" "2" + "wide" "45" + "tall" "119" + "visible" "1" + } + + "class_item_blue_5" + { + "ControlName" "EditablePanel" + "fieldName" "class_item_blue_5" + "xpos" "194" + "ypos" "44" + "xpos_minmode" "69" + "ypos_minmode" "105" + "zpos" "2" + "wide" "45" + "tall" "119" + "visible" "0" + } + + "class_item_red_6" + { + "ControlName" "EditablePanel" + "fieldName" "class_item_red_6" + "xpos" "237" + "ypos" "44" + "xpos_minmode" "115" + "ypos_minmode" "105" + "zpos" "2" + "wide" "45" + "tall" "119" + "visible" "1" + } + + "class_item_blue_6" + { + "ControlName" "EditablePanel" + "fieldName" "class_item_blue_6" + "xpos" "237" + "ypos" "44" + "xpos_minmode" "115" + "ypos_minmode" "105" + "zpos" "2" + "wide" "45" + "tall" "119" + "visible" "0" + } + + "class_item_red_7" + { + "ControlName" "EditablePanel" + "fieldName" "class_item_red_7" + "xpos" "280" + "ypos" "44" + "xpos_minmode" "23" + "ypos_minmode" "165" + "zpos" "2" + "wide" "45" + "tall" "119" + "visible" "1" + } + + "class_item_blue_7" + { + "ControlName" "EditablePanel" + "fieldName" "class_item_blue_7" + "xpos" "280" + "ypos" "44" + "xpos_minmode" "23" + "ypos_minmode" "165" + "zpos" "2" + "wide" "45" + "tall" "119" + "visible" "0" + } + + "class_item_red_8" + { + "ControlName" "EditablePanel" + "fieldName" "class_item_red_8" + "xpos" "323" + "ypos" "44" + "xpos_minmode" "69" + "ypos_minmode" "165" + "zpos" "2" + "wide" "45" + "tall" "119" + "visible" "1" + } + + "class_item_blue_8" + { + "ControlName" "EditablePanel" + "fieldName" "class_item_blue_8" + "xpos" "323" + "ypos" "44" + "xpos_minmode" "69" + "ypos_minmode" "165" + "zpos" "2" + "wide" "45" + "tall" "119" + "visible" "0" + } + + "class_item_red_9" + { + "ControlName" "EditablePanel" + "fieldName" "class_item_red_9" + "xpos" "366" + "ypos" "44" + "xpos_minmode" "115" + "ypos_minmode" "165" + "zpos" "2" + "wide" "45" + "tall" "119" + "visible" "1" + } + + "class_item_blue_9" + { + "ControlName" "EditablePanel" + "fieldName" "class_item_blue_9" + "xpos" "366" + "ypos" "44" + "xpos_minmode" "115" + "ypos_minmode" "165" + "zpos" "2" + "wide" "45" + "tall" "119" + "visible" "0" + } + + "TeamToggleHintIcon" + { + "ControlName" "CExLabel" + "fieldName" "TeamToggleHintIcon" + "font" "GameUIButtons" + "xpos" "130" + "xpos_minmode" "165" + "ypos" "75" + "ypos_minmode" "70" + "zpos" "1" + "wide" "300" + "tall" "38" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "Y" + "textAlignment" "Left" + "dulltext" "0" + "brighttext" "0" + } + + "TeamToggleHintLabel" + { + "ControlName" "CExLabel" + "fieldName" "TeamToggleHintLabel" + "font" "G_FontSmall" + "xpos" "150" + "xpos_minmode" "185" + "ypos" "87" + "ypos_minmode" "82" + "zpos" "1" + "wide" "300" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "#Hud_Menu_Spy_Toggle" + "textAlignment" "Left" + "dulltext" "0" + "brighttext" "0" + "fgcolor" "G_White" + } + + "DisguiseHintIcon" + { + "ControlName" "CExLabel" + "fieldName" "DisguiseHintIcon" + "font" "GameUIButtons" + "xpos" "280" + "xpos_minmode" "165" + "ypos" "75" + "ypos_minmode" "100" + "zpos" "1" + "wide" "300" + "tall" "38" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "A" + "textAlignment" "Left" + "dulltext" "0" + "brighttext" "0" + } + + "DisguiseHintLabel" + { + "ControlName" "CExLabel" + "fieldName" "DisguiseHintLabel" + "font" "G_FontSmall" + "xpos" "300" + "xpos_minmode" "185" + "ypos" "87" + "ypos_minmode" "112" + "zpos" "1" + "wide" "300" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "#Hud_Menu_Spy_Select_Disguise" + "textAlignment" "Left" + "dulltext" "0" + "brighttext" "0" + "fgcolor" "G_White" + } + + "CancelHintIcon" + { + "ControlName" "CExLabel" + "fieldName" "CancelHintIcon" + "font" "GameUIButtons" + "xpos" "30" + "xpos_minmode" "165" + "ypos" "75" + "ypos_minmode" "40" + "zpos" "1" + "wide" "300" + "tall" "38" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "B" + "textAlignment" "Left" + "dulltext" "0" + "brighttext" "0" + } + + "CancelHintLabel" + { + "ControlName" "CExLabel" + "fieldName" "CancelHintLabel" + "font" "G_FontSmall" + "xpos" "50" + "xpos_minmode" "185" + "ypos" "87" + "ypos_minmode" "52" + "zpos" "1" + "wide" "100" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "#Cancel" + "textAlignment" "Left" + "dulltext" "0" + "brighttext" "0" + "fgcolor" "G_White" + } + "ButtonLegendBG" + { + "ControlName" "ImagePanel" + "fieldName" "ButtonLegendBG" + "xpos" "15" + "ypos" "134" + "zpos" "1" + "wide" "442" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "0" + "tabPosition" "0" + "fillcolor" "0 0 0 0" + "PaintBackgroundType" "0" + } +} \ No newline at end of file diff --git a/toonhud/resource/ui/disguise_menu_360/medic_blue.res b/toonhud/resource/ui/disguise_menu_360/medic_blue.res new file mode 100644 index 0000000..b5b858e --- /dev/null +++ b/toonhud/resource/ui/disguise_menu_360/medic_blue.res @@ -0,0 +1,118 @@ +"Resource/UI/disguise_menu/medic_blue.res" +{ + "ItemNameLabel" + { + "ControlName" "CExLabel" + "fieldName" "ItemName" + "font" "G_FontTiny_2" + "xpos" "0" + "ypos" "8" + "zpos" "1" + "wide" "45" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "visible_minmode" "0" + "enabled" "1" + "labelText" "#TF_Class_Name_Medic" + "textAlignment" "Center" + "dulltext" "0" + "brighttext" "0" + } + + "ClassIcon" + { + "ControlName" "CTFImagePanel" + "fieldName" "ClassIcon" + "xpos" "3" + "ypos" "3" + "zpos" "1" + "wide" "34" + "tall" "34" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "../hud/leaderboard_class_medic" + + } + + "ClassIconBg" + { + "ControlName" "CTFImagePanel" + "fieldName" "ClassIconBg" + "xpos" "0" + "ypos" "0" + "zpos" "-5" + "wide" "40" + "tall" "40" + "visible" "1" + "enabled" "1" + "image" "../hud/color_panel_blu" + "scaleImage" "1" + "paintborder" "1" + "border" "G_TargetBorder" + "src_corner_height" "23" + "src_corner_width" "23" + "draw_corner_width" "0" + "draw_corner_height" "0" + } + + "NumberBg" + { + "ControlName" "CIconPanel" + "fieldName" "NumberBg" + "zpos" "0" + "xpos" "13" + "ypos" "42" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "icon" "ico_key_blank" + "iconColor" "255 255 255 255" + } + + "NewNumberLabel" + { + "ControlName" "CExLabel" + "fieldName" "NewNumberLabel" + "font" "G_FontNumberButton" + "fgcolor" "Black" + "xpos" "13" + "ypos" "42" + "zpos" "0" + "wide" "14" + "tall" "13" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "labelText" "1" + "textAlignment" "Center" + "dulltext" "1" + "brighttext" "0" + } + + "NumberLabel" + { + "ControlName" "CExLabel" + "fieldName" "NumberLabel" + "font" "G_FontNumberButton" + "fgcolor" "Black" + "xpos" "13" + "ypos" "42" + "zpos" "0" + "wide" "14" + "tall" "13" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "7" + "textAlignment" "Center" + "dulltext" "1" + "brighttext" "0" + } +} \ No newline at end of file diff --git a/toonhud/resource/ui/disguise_menu_360/medic_red.res b/toonhud/resource/ui/disguise_menu_360/medic_red.res new file mode 100644 index 0000000..f135897 --- /dev/null +++ b/toonhud/resource/ui/disguise_menu_360/medic_red.res @@ -0,0 +1,118 @@ +"Resource/UI/disguise_menu/medic_red.res" +{ + "ItemNameLabel" + { + "ControlName" "CExLabel" + "fieldName" "ItemName" + "font" "G_FontTiny_2" + "xpos" "0" + "ypos" "8" + "zpos" "1" + "wide" "45" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "visible_minmode" "0" + "enabled" "1" + "labelText" "#TF_Class_Name_Medic" + "textAlignment" "Center" + "dulltext" "0" + "brighttext" "0" + } + + "ClassIcon" + { + "ControlName" "CTFImagePanel" + "fieldName" "ClassIcon" + "xpos" "3" + "ypos" "3" + "zpos" "1" + "wide" "34" + "tall" "34" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "../hud/leaderboard_class_medic" + + } + + "ClassIconBg" + { + "ControlName" "CTFImagePanel" + "fieldName" "ClassIconBg" + "xpos" "0" + "ypos" "0" + "zpos" "-5" + "wide" "40" + "tall" "40" + "visible" "1" + "enabled" "1" + "image" "../hud/color_panel_red" + "scaleImage" "1" + "paintborder" "1" + "border" "G_TargetBorder" + "src_corner_height" "23" + "src_corner_width" "23" + "draw_corner_width" "0" + "draw_corner_height" "0" + } + + "NumberBg" + { + "ControlName" "CIconPanel" + "fieldName" "NumberBg" + "zpos" "0" + "xpos" "13" + "ypos" "42" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "icon" "ico_key_blank" + "iconColor" "255 255 255 255" + } + + "NewNumberLabel" + { + "ControlName" "CExLabel" + "fieldName" "NewNumberLabel" + "font" "G_FontNumberButton" + "fgcolor" "Black" + "xpos" "13" + "ypos" "42" + "zpos" "0" + "wide" "14" + "tall" "13" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "labelText" "1" + "textAlignment" "Center" + "dulltext" "1" + "brighttext" "0" + } + + "NumberLabel" + { + "ControlName" "CExLabel" + "fieldName" "NumberLabel" + "font" "G_FontNumberButton" + "fgcolor" "Black" + "xpos" "13" + "ypos" "42" + "zpos" "0" + "wide" "14" + "tall" "13" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "7" + "textAlignment" "Center" + "dulltext" "1" + "brighttext" "0" + } +} \ No newline at end of file diff --git a/toonhud/resource/ui/disguise_menu_360/pyro_blue.res b/toonhud/resource/ui/disguise_menu_360/pyro_blue.res new file mode 100644 index 0000000..40386a7 --- /dev/null +++ b/toonhud/resource/ui/disguise_menu_360/pyro_blue.res @@ -0,0 +1,118 @@ +"Resource/UI/disguise_menu/pyro_blue.res" +{ + "ItemNameLabel" + { + "ControlName" "CExLabel" + "fieldName" "ItemName" + "font" "G_FontTiny_2" + "xpos" "0" + "ypos" "8" + "zpos" "1" + "wide" "45" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "visible_minmode" "0" + "enabled" "1" + "labelText" "#TF_Class_Name_Pyro" + "textAlignment" "Center" + "dulltext" "0" + "brighttext" "0" + } + + "ClassIcon" + { + "ControlName" "CTFImagePanel" + "fieldName" "ClassIcon" + "xpos" "3" + "ypos" "3" + "zpos" "1" + "wide" "34" + "tall" "34" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "../hud/leaderboard_class_pyro" + + } + + "ClassIconBg" + { + "ControlName" "CTFImagePanel" + "fieldName" "ClassIconBg" + "xpos" "0" + "ypos" "0" + "zpos" "-5" + "wide" "40" + "tall" "40" + "visible" "1" + "enabled" "1" + "image" "../hud/color_panel_blu" + "scaleImage" "1" + "paintborder" "1" + "border" "G_TargetBorder" + "src_corner_height" "23" + "src_corner_width" "23" + "draw_corner_width" "0" + "draw_corner_height" "0" + } + + "NumberBg" + { + "ControlName" "CIconPanel" + "fieldName" "NumberBg" + "zpos" "0" + "xpos" "13" + "ypos" "42" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "icon" "ico_key_blank" + "iconColor" "255 255 255 255" + } + + "NewNumberLabel" + { + "ControlName" "CExLabel" + "fieldName" "NewNumberLabel" + "font" "G_FontNumberButton" + "fgcolor" "Black" + "xpos" "13" + "ypos" "42" + "zpos" "0" + "wide" "14" + "tall" "13" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "labelText" "3" + "textAlignment" "Center" + "dulltext" "1" + "brighttext" "0" + } + + "NumberLabel" + { + "ControlName" "CExLabel" + "fieldName" "NumberLabel" + "font" "G_FontNumberButton" + "fgcolor" "Black" + "xpos" "13" + "ypos" "42" + "zpos" "0" + "wide" "14" + "tall" "13" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "3" + "textAlignment" "Center" + "dulltext" "1" + "brighttext" "0" + } +} \ No newline at end of file diff --git a/toonhud/resource/ui/disguise_menu_360/pyro_red.res b/toonhud/resource/ui/disguise_menu_360/pyro_red.res new file mode 100644 index 0000000..c49e7f0 --- /dev/null +++ b/toonhud/resource/ui/disguise_menu_360/pyro_red.res @@ -0,0 +1,118 @@ +"Resource/UI/disguise_menu/pyro_red.res" +{ + "ItemNameLabel" + { + "ControlName" "CExLabel" + "fieldName" "ItemName" + "font" "G_FontTiny_2" + "xpos" "0" + "ypos" "8" + "zpos" "1" + "wide" "45" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "visible_minmode" "0" + "enabled" "1" + "labelText" "#TF_Class_Name_Pyro" + "textAlignment" "Center" + "dulltext" "0" + "brighttext" "0" + } + + "ClassIcon" + { + "ControlName" "CTFImagePanel" + "fieldName" "ClassIcon" + "xpos" "3" + "ypos" "3" + "zpos" "1" + "wide" "34" + "tall" "34" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "../hud/leaderboard_class_pyro" + + } + + "ClassIconBg" + { + "ControlName" "CTFImagePanel" + "fieldName" "ClassIconBg" + "xpos" "0" + "ypos" "0" + "zpos" "-5" + "wide" "40" + "tall" "40" + "visible" "1" + "enabled" "1" + "image" "../hud/color_panel_red" + "scaleImage" "1" + "paintborder" "1" + "border" "G_TargetBorder" + "src_corner_height" "23" + "src_corner_width" "23" + "draw_corner_width" "0" + "draw_corner_height" "0" + } + + "NumberBg" + { + "ControlName" "CIconPanel" + "fieldName" "NumberBg" + "zpos" "0" + "xpos" "13" + "ypos" "42" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "icon" "ico_key_blank" + "iconColor" "255 255 255 255" + } + + "NewNumberLabel" + { + "ControlName" "CExLabel" + "fieldName" "NewNumberLabel" + "font" "G_FontNumberButton" + "fgcolor" "Black" + "xpos" "13" + "ypos" "42" + "zpos" "0" + "wide" "14" + "tall" "13" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "labelText" "3" + "textAlignment" "Center" + "dulltext" "1" + "brighttext" "0" + } + + "NumberLabel" + { + "ControlName" "CExLabel" + "fieldName" "NumberLabel" + "font" "G_FontNumberButton" + "fgcolor" "Black" + "xpos" "13" + "ypos" "42" + "zpos" "0" + "wide" "14" + "tall" "13" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "3" + "textAlignment" "Center" + "dulltext" "1" + "brighttext" "0" + } +} \ No newline at end of file diff --git a/toonhud/resource/ui/disguise_menu_360/scout_blue.res b/toonhud/resource/ui/disguise_menu_360/scout_blue.res new file mode 100644 index 0000000..50c5510 --- /dev/null +++ b/toonhud/resource/ui/disguise_menu_360/scout_blue.res @@ -0,0 +1,118 @@ +"Resource/UI/disguise_menu/scout_blue.res" +{ + "ItemNameLabel" + { + "ControlName" "CExLabel" + "fieldName" "ItemName" + "font" "G_FontTiny_2" + "xpos" "0" + "ypos" "8" + "zpos" "1" + "wide" "45" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "visible_minmode" "0" + "enabled" "1" + "labelText" "#TF_Class_Name_Scout" + "textAlignment" "Center" + "dulltext" "0" + "brighttext" "0" + } + + "ClassIcon" + { + "ControlName" "CTFImagePanel" + "fieldName" "ClassIcon" + "xpos" "3" + "ypos" "3" + "zpos" "1" + "wide" "34" + "tall" "34" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "../hud/leaderboard_class_scout" + + } + + "ClassIconBg" + { + "ControlName" "CTFImagePanel" + "fieldName" "ClassIconBg" + "xpos" "0" + "ypos" "0" + "zpos" "-5" + "wide" "40" + "tall" "40" + "visible" "1" + "enabled" "1" + "image" "../hud/color_panel_blu" + "scaleImage" "1" + "paintborder" "1" + "border" "G_TargetBorder" + "src_corner_height" "23" + "src_corner_width" "23" + "draw_corner_width" "0" + "draw_corner_height" "0" + } + + "NumberBg" + { + "ControlName" "CIconPanel" + "fieldName" "NumberBg" + "zpos" "0" + "xpos" "13" + "ypos" "42" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "icon" "ico_key_blank" + "iconColor" "255 255 255 255" + } + + "NewNumberLabel" + { + "ControlName" "CExLabel" + "fieldName" "NewNumberLabel" + "font" "G_FontNumberButton" + "fgcolor" "Black" + "xpos" "13" + "ypos" "42" + "zpos" "0" + "wide" "14" + "tall" "13" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "labelText" "1" + "textAlignment" "Center" + "dulltext" "1" + "brighttext" "0" + } + + "NumberLabel" + { + "ControlName" "CExLabel" + "fieldName" "NumberLabel" + "font" "G_FontNumberButton" + "fgcolor" "Black" + "xpos" "13" + "ypos" "42" + "zpos" "0" + "wide" "14" + "tall" "13" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "1" + "textAlignment" "Center" + "dulltext" "1" + "brighttext" "0" + } +} \ No newline at end of file diff --git a/toonhud/resource/ui/disguise_menu_360/scout_red.res b/toonhud/resource/ui/disguise_menu_360/scout_red.res new file mode 100644 index 0000000..b067101 --- /dev/null +++ b/toonhud/resource/ui/disguise_menu_360/scout_red.res @@ -0,0 +1,118 @@ +"Resource/UI/disguise_menu/scout_red.res" +{ + "ItemNameLabel" + { + "ControlName" "CExLabel" + "fieldName" "ItemName" + "font" "G_FontTiny_2" + "xpos" "0" + "ypos" "8" + "zpos" "1" + "wide" "45" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "visible_minmode" "0" + "enabled" "1" + "labelText" "#TF_Class_Name_Scout" + "textAlignment" "Center" + "dulltext" "0" + "brighttext" "0" + } + + "ClassIcon" + { + "ControlName" "CTFImagePanel" + "fieldName" "ClassIcon" + "xpos" "3" + "ypos" "3" + "zpos" "1" + "wide" "34" + "tall" "34" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "../hud/leaderboard_class_scout" + + } + + "ClassIconBg" + { + "ControlName" "CTFImagePanel" + "fieldName" "ClassIconBg" + "xpos" "0" + "ypos" "0" + "zpos" "-5" + "wide" "40" + "tall" "40" + "visible" "1" + "enabled" "1" + "image" "../hud/color_panel_red" + "scaleImage" "1" + "paintborder" "1" + "border" "G_TargetBorder" + "src_corner_height" "23" + "src_corner_width" "23" + "draw_corner_width" "0" + "draw_corner_height" "0" + } + + "NumberBg" + { + "ControlName" "CIconPanel" + "fieldName" "NumberBg" + "zpos" "0" + "xpos" "13" + "ypos" "42" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "icon" "ico_key_blank" + "iconColor" "255 255 255 255" + } + + "NewNumberLabel" + { + "ControlName" "CExLabel" + "fieldName" "NewNumberLabel" + "font" "G_FontNumberButton" + "fgcolor" "Black" + "xpos" "13" + "ypos" "42" + "zpos" "0" + "wide" "14" + "tall" "13" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "labelText" "1" + "textAlignment" "Center" + "dulltext" "1" + "brighttext" "0" + } + + "NumberLabel" + { + "ControlName" "CExLabel" + "fieldName" "NumberLabel" + "font" "G_FontNumberButton" + "fgcolor" "Black" + "xpos" "13" + "ypos" "42" + "zpos" "0" + "wide" "14" + "tall" "13" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "1" + "textAlignment" "Center" + "dulltext" "1" + "brighttext" "0" + } +} \ No newline at end of file diff --git a/toonhud/resource/ui/disguise_menu_360/sniper_blue.res b/toonhud/resource/ui/disguise_menu_360/sniper_blue.res new file mode 100644 index 0000000..32dca0c --- /dev/null +++ b/toonhud/resource/ui/disguise_menu_360/sniper_blue.res @@ -0,0 +1,118 @@ +"Resource/UI/disguise_menu/sniper_blue.res" +{ + "ItemNameLabel" + { + "ControlName" "CExLabel" + "fieldName" "ItemName" + "font" "G_FontTiny_2" + "xpos" "0" + "ypos" "8" + "zpos" "1" + "wide" "45" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "visible_minmode" "0" + "enabled" "1" + "labelText" "#TF_Class_Name_Sniper" + "textAlignment" "Center" + "dulltext" "0" + "brighttext" "0" + } + + "ClassIcon" + { + "ControlName" "CTFImagePanel" + "fieldName" "ClassIcon" + "xpos" "3" + "ypos" "3" + "zpos" "1" + "wide" "34" + "tall" "34" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "../hud/leaderboard_class_sniper" + + } + + "ClassIconBg" + { + "ControlName" "CTFImagePanel" + "fieldName" "ClassIconBg" + "xpos" "0" + "ypos" "0" + "zpos" "-5" + "wide" "40" + "tall" "40" + "visible" "1" + "enabled" "1" + "image" "../hud/color_panel_blu" + "scaleImage" "1" + "paintborder" "1" + "border" "G_TargetBorder" + "src_corner_height" "23" + "src_corner_width" "23" + "draw_corner_width" "0" + "draw_corner_height" "0" + } + + "NumberBg" + { + "ControlName" "CIconPanel" + "fieldName" "NumberBg" + "zpos" "0" + "xpos" "13" + "ypos" "42" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "icon" "ico_key_blank" + "iconColor" "255 255 255 255" + } + + "NewNumberLabel" + { + "ControlName" "CExLabel" + "fieldName" "NewNumberLabel" + "font" "G_FontNumberButton" + "fgcolor" "Black" + "xpos" "13" + "ypos" "42" + "zpos" "0" + "wide" "14" + "tall" "13" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "labelText" "2" + "textAlignment" "Center" + "dulltext" "1" + "brighttext" "0" + } + + "NumberLabel" + { + "ControlName" "CExLabel" + "fieldName" "NumberLabel" + "font" "G_FontNumberButton" + "fgcolor" "Black" + "xpos" "13" + "ypos" "42" + "zpos" "0" + "wide" "14" + "tall" "13" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "8" + "textAlignment" "Center" + "dulltext" "1" + "brighttext" "0" + } +} \ No newline at end of file diff --git a/toonhud/resource/ui/disguise_menu_360/sniper_red.res b/toonhud/resource/ui/disguise_menu_360/sniper_red.res new file mode 100644 index 0000000..957383b --- /dev/null +++ b/toonhud/resource/ui/disguise_menu_360/sniper_red.res @@ -0,0 +1,118 @@ +"Resource/UI/disguise_menu/sniper_red.res" +{ + "ItemNameLabel" + { + "ControlName" "CExLabel" + "fieldName" "ItemName" + "font" "G_FontTiny_2" + "xpos" "0" + "ypos" "8" + "zpos" "1" + "wide" "45" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "visible_minmode" "0" + "enabled" "1" + "labelText" "#TF_Class_Name_Sniper" + "textAlignment" "Center" + "dulltext" "0" + "brighttext" "0" + } + + "ClassIcon" + { + "ControlName" "CTFImagePanel" + "fieldName" "ClassIcon" + "xpos" "3" + "ypos" "3" + "zpos" "1" + "wide" "34" + "tall" "34" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "../hud/leaderboard_class_sniper" + + } + + "ClassIconBg" + { + "ControlName" "CTFImagePanel" + "fieldName" "ClassIconBg" + "xpos" "0" + "ypos" "0" + "zpos" "-5" + "wide" "40" + "tall" "40" + "visible" "1" + "enabled" "1" + "image" "../hud/color_panel_red" + "scaleImage" "1" + "paintborder" "1" + "border" "G_TargetBorder" + "src_corner_height" "23" + "src_corner_width" "23" + "draw_corner_width" "0" + "draw_corner_height" "0" + } + + "NumberBg" + { + "ControlName" "CIconPanel" + "fieldName" "NumberBg" + "zpos" "0" + "xpos" "13" + "ypos" "42" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "icon" "ico_key_blank" + "iconColor" "255 255 255 255" + } + + "NewNumberLabel" + { + "ControlName" "CExLabel" + "fieldName" "NewNumberLabel" + "font" "G_FontNumberButton" + "fgcolor" "Black" + "xpos" "13" + "ypos" "42" + "zpos" "0" + "wide" "14" + "tall" "13" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "labelText" "2" + "textAlignment" "Center" + "dulltext" "1" + "brighttext" "0" + } + + "NumberLabel" + { + "ControlName" "CExLabel" + "fieldName" "NumberLabel" + "font" "G_FontNumberButton" + "fgcolor" "Black" + "xpos" "13" + "ypos" "42" + "zpos" "0" + "wide" "14" + "tall" "13" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "8" + "textAlignment" "Center" + "dulltext" "1" + "brighttext" "0" + } +} \ No newline at end of file diff --git a/toonhud/resource/ui/disguise_menu_360/soldier_blue.res b/toonhud/resource/ui/disguise_menu_360/soldier_blue.res new file mode 100644 index 0000000..998d463 --- /dev/null +++ b/toonhud/resource/ui/disguise_menu_360/soldier_blue.res @@ -0,0 +1,118 @@ +"Resource/UI/disguise_menu/soldier_blue.res" +{ + "ItemNameLabel" + { + "ControlName" "CExLabel" + "fieldName" "ItemName" + "font" "G_FontTiny_2" + "xpos" "0" + "ypos" "8" + "zpos" "1" + "wide" "45" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "visible_minmode" "0" + "enabled" "1" + "labelText" "#TF_Class_Name_Soldier" + "textAlignment" "Center" + "dulltext" "0" + "brighttext" "0" + } + + "ClassIcon" + { + "ControlName" "CTFImagePanel" + "fieldName" "ClassIcon" + "xpos" "3" + "ypos" "3" + "zpos" "1" + "wide" "34" + "tall" "34" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "../hud/leaderboard_class_soldier" + + } + + "ClassIconBg" + { + "ControlName" "CTFImagePanel" + "fieldName" "ClassIconBg" + "xpos" "0" + "ypos" "0" + "zpos" "-5" + "wide" "40" + "tall" "40" + "visible" "1" + "enabled" "1" + "image" "../hud/color_panel_blu" + "scaleImage" "1" + "paintborder" "1" + "border" "G_TargetBorder" + "src_corner_height" "23" + "src_corner_width" "23" + "draw_corner_width" "0" + "draw_corner_height" "0" + } + + "NumberBg" + { + "ControlName" "CIconPanel" + "fieldName" "NumberBg" + "zpos" "0" + "xpos" "13" + "ypos" "42" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "icon" "ico_key_blank" + "iconColor" "255 255 255 255" + } + + "NewNumberLabel" + { + "ControlName" "CExLabel" + "fieldName" "NewNumberLabel" + "font" "G_FontNumberButton" + "fgcolor" "Black" + "xpos" "13" + "ypos" "42" + "zpos" "0" + "wide" "14" + "tall" "13" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "labelText" "2" + "textAlignment" "Center" + "dulltext" "1" + "brighttext" "0" + } + + "NumberLabel" + { + "ControlName" "CExLabel" + "fieldName" "NumberLabel" + "font" "G_FontNumberButton" + "fgcolor" "Black" + "xpos" "13" + "ypos" "42" + "zpos" "0" + "wide" "14" + "tall" "13" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "2" + "textAlignment" "Center" + "dulltext" "1" + "brighttext" "0" + } +} \ No newline at end of file diff --git a/toonhud/resource/ui/disguise_menu_360/soldier_red.res b/toonhud/resource/ui/disguise_menu_360/soldier_red.res new file mode 100644 index 0000000..90bb7b7 --- /dev/null +++ b/toonhud/resource/ui/disguise_menu_360/soldier_red.res @@ -0,0 +1,118 @@ +"Resource/UI/disguise_menu/soldier_red.res" +{ + "ItemNameLabel" + { + "ControlName" "CExLabel" + "fieldName" "ItemName" + "font" "G_FontTiny_2" + "xpos" "0" + "ypos" "8" + "zpos" "1" + "wide" "45" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "visible_minmode" "0" + "enabled" "1" + "labelText" "#TF_Class_Name_Soldier" + "textAlignment" "Center" + "dulltext" "0" + "brighttext" "0" + } + + "ClassIcon" + { + "ControlName" "CTFImagePanel" + "fieldName" "ClassIcon" + "xpos" "3" + "ypos" "3" + "zpos" "1" + "wide" "34" + "tall" "34" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "../hud/leaderboard_class_soldier" + + } + + "ClassIconBg" + { + "ControlName" "CTFImagePanel" + "fieldName" "ClassIconBg" + "xpos" "0" + "ypos" "0" + "zpos" "-5" + "wide" "40" + "tall" "40" + "visible" "1" + "enabled" "1" + "image" "../hud/color_panel_red" + "scaleImage" "1" + "paintborder" "1" + "border" "G_TargetBorder" + "src_corner_height" "23" + "src_corner_width" "23" + "draw_corner_width" "0" + "draw_corner_height" "0" + } + + "NumberBg" + { + "ControlName" "CIconPanel" + "fieldName" "NumberBg" + "zpos" "0" + "xpos" "13" + "ypos" "42" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "icon" "ico_key_blank" + "iconColor" "255 255 255 255" + } + + "NewNumberLabel" + { + "ControlName" "CExLabel" + "fieldName" "NewNumberLabel" + "font" "G_FontNumberButton" + "fgcolor" "Black" + "xpos" "13" + "ypos" "42" + "zpos" "0" + "wide" "14" + "tall" "13" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "labelText" "2" + "textAlignment" "Center" + "dulltext" "1" + "brighttext" "0" + } + + "NumberLabel" + { + "ControlName" "CExLabel" + "fieldName" "NumberLabel" + "font" "G_FontNumberButton" + "fgcolor" "Black" + "xpos" "13" + "ypos" "42" + "zpos" "0" + "wide" "14" + "tall" "13" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "2" + "textAlignment" "Center" + "dulltext" "1" + "brighttext" "0" + } +} \ No newline at end of file diff --git a/toonhud/resource/ui/disguise_menu_360/spy_blue.res b/toonhud/resource/ui/disguise_menu_360/spy_blue.res new file mode 100644 index 0000000..d468f92 --- /dev/null +++ b/toonhud/resource/ui/disguise_menu_360/spy_blue.res @@ -0,0 +1,118 @@ +"Resource/UI/disguise_menu/spy_blue.res" +{ + "ItemNameLabel" + { + "ControlName" "CExLabel" + "fieldName" "ItemName" + "font" "G_FontTiny_2" + "xpos" "0" + "ypos" "8" + "zpos" "1" + "wide" "45" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "visible_minmode" "0" + "enabled" "1" + "labelText" "#TF_Class_Name_Spy" + "textAlignment" "Center" + "dulltext" "0" + "brighttext" "0" + } + + "ClassIcon" + { + "ControlName" "CTFImagePanel" + "fieldName" "ClassIcon" + "xpos" "3" + "ypos" "3" + "zpos" "1" + "wide" "34" + "tall" "34" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "../hud/leaderboard_class_spy" + + } + + "ClassIconBg" + { + "ControlName" "CTFImagePanel" + "fieldName" "ClassIconBg" + "xpos" "0" + "ypos" "0" + "zpos" "-5" + "wide" "40" + "tall" "40" + "visible" "1" + "enabled" "1" + "image" "../hud/color_panel_blu" + "scaleImage" "1" + "paintborder" "1" + "border" "G_TargetBorder" + "src_corner_height" "23" + "src_corner_width" "23" + "draw_corner_width" "0" + "draw_corner_height" "0" + } + + "NumberBg" + { + "ControlName" "CIconPanel" + "fieldName" "NumberBg" + "zpos" "0" + "xpos" "13" + "ypos" "42" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "icon" "ico_key_blank" + "iconColor" "255 255 255 255" + } + + "NewNumberLabel" + { + "ControlName" "CExLabel" + "fieldName" "NewNumberLabel" + "font" "G_FontNumberButton" + "fgcolor" "Black" + "xpos" "13" + "ypos" "42" + "zpos" "0" + "wide" "14" + "tall" "13" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "labelText" "3" + "textAlignment" "Center" + "dulltext" "1" + "brighttext" "0" + } + + "NumberLabel" + { + "ControlName" "CExLabel" + "fieldName" "NumberLabel" + "font" "G_FontNumberButton" + "fgcolor" "Black" + "xpos" "13" + "ypos" "42" + "zpos" "0" + "wide" "14" + "tall" "13" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "9" + "textAlignment" "Center" + "dulltext" "1" + "brighttext" "0" + } +} \ No newline at end of file diff --git a/toonhud/resource/ui/disguise_menu_360/spy_red.res b/toonhud/resource/ui/disguise_menu_360/spy_red.res new file mode 100644 index 0000000..a7337af --- /dev/null +++ b/toonhud/resource/ui/disguise_menu_360/spy_red.res @@ -0,0 +1,118 @@ +"Resource/UI/disguise_menu/spy_red.res" +{ + "ItemNameLabel" + { + "ControlName" "CExLabel" + "fieldName" "ItemName" + "font" "G_FontTiny_2" + "xpos" "0" + "ypos" "8" + "zpos" "1" + "wide" "45" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "visible_minmode" "0" + "enabled" "1" + "labelText" "#TF_Class_Name_Spy" + "textAlignment" "Center" + "dulltext" "0" + "brighttext" "0" + } + + "ClassIcon" + { + "ControlName" "CTFImagePanel" + "fieldName" "ClassIcon" + "xpos" "3" + "ypos" "3" + "zpos" "1" + "wide" "34" + "tall" "34" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "../hud/leaderboard_class_spy" + + } + + "ClassIconBg" + { + "ControlName" "CTFImagePanel" + "fieldName" "ClassIconBg" + "xpos" "0" + "ypos" "0" + "zpos" "-5" + "wide" "40" + "tall" "40" + "visible" "1" + "enabled" "1" + "image" "../hud/color_panel_red" + "scaleImage" "1" + "paintborder" "1" + "border" "G_TargetBorder" + "src_corner_height" "23" + "src_corner_width" "23" + "draw_corner_width" "0" + "draw_corner_height" "0" + } + + "NumberBg" + { + "ControlName" "CIconPanel" + "fieldName" "NumberBg" + "zpos" "0" + "xpos" "13" + "ypos" "42" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "icon" "ico_key_blank" + "iconColor" "255 255 255 255" + } + + "NewNumberLabel" + { + "ControlName" "CExLabel" + "fieldName" "NewNumberLabel" + "font" "G_FontNumberButton" + "fgcolor" "Black" + "xpos" "13" + "ypos" "42" + "zpos" "0" + "wide" "14" + "tall" "13" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "labelText" "3" + "textAlignment" "Center" + "dulltext" "1" + "brighttext" "0" + } + + "NumberLabel" + { + "ControlName" "CExLabel" + "fieldName" "NumberLabel" + "font" "G_FontNumberButton" + "fgcolor" "Black" + "xpos" "13" + "ypos" "42" + "zpos" "0" + "wide" "14" + "tall" "13" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "9" + "textAlignment" "Center" + "dulltext" "1" + "brighttext" "0" + } +} \ No newline at end of file diff --git a/toonhud/resource/ui/disguisestatuspanel.res b/toonhud/resource/ui/disguisestatuspanel.res new file mode 100644 index 0000000..57c4278 --- /dev/null +++ b/toonhud/resource/ui/disguisestatuspanel.res @@ -0,0 +1,190 @@ +"Resource/UI/ItemModelPanel.res" +{ + "itemmodelpanel" + { + "ControlName" "CEmbeddedItemModelPanel" + "fieldName" "itemmodelpanel" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "100" + "tall" "100" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "useparentbg" "1" + "fov" "54" + "start_framed" "1" + + "disable_manipulation" "1" + + "model" + { + "angles_x" "10" + "angles_y" "130" + "angles_z" "0" + } + } + "DisguiseStatusBG" + { + "ControlName" "CTFImagePanel" + "fieldName" "DisguiseStatusBG" + "xpos" "0" + "ypos" "27" // 1 CTID + "zpos" "0" // 2 CTID + "wide" "180" + "tall" "28" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "../hud/color_panel_brown" + "teambg_1" "../hud/color_panel_brown" + "teambg_2" "../hud/color_panel_red" + "teambg_3" "../hud/color_panel_blu" + "paintborder" "1" + "border" "G_TargetBorder" + "src_corner_height" "23" + "src_corner_width" "23" + "draw_corner_width" "0" + "draw_corner_height" "0" + } + + "TargetIDShader" + { + "ControlName" "EditablePanel" + "fieldName" "TargetIDShader" + "xpos" "0" + "ypos" "0" + "zpos" "-1" + "wide" "180" + "tall" "28" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" // 3 CTID + "enabled" "1" + "paintbackground" "1" + "bgcolor_override" "G_CustomTargetID" + } + + "DisguiseNameLabel" + { + "ControlName" "Label" + "fieldName" "DisguiseNameLabel" + "font" "G_FontSmall_2" + "xpos" "28" + "ypos" "4" + "zpos" "1" + "wide" "140" + "tall" "12" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "%disguisename%" + "textAlignment" "North-West" + "dulltext" "0" + "brighttext" "0" + "fgcolor_override" "G_White" + "textinsetx" "1" + } + + "DisguiseNameLabelShadow" + { + "ControlName" "Label" + "fieldName" "DisguiseNameLabel" + "font" "G_FontSmall_2" + "xpos" "29" + "ypos" "5" + "zpos" "1" + "wide" "140" + "tall" "12" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "0" + "labelText" "%disguisename%" + "textAlignment" "North-West" + "dulltext" "0" + "brighttext" "0" + "fgcolor_override" "G_Shadow" + "textinsetx" "1" + } + + + "WeaponNameLabel" + { + "ControlName" "Label" + "fieldName" "WeaponNameLabel" + "font" "DefaultVerySmall" + "xpos" "28" + "ypos" "12" + "zpos" "1" + "wide" "140" + "tall" "11" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "%weaponname%" + "textAlignment" "South-West" + "dulltext" "0" + "brighttext" "0" + "fgcolor_override" "G_White" + "textinsetx" "1" + } + + "WeaponNameLabelShadow" + { + "ControlName" "Label" + "fieldName" "WeaponNameLabelShadow" + "font" "DefaultVerySmall" + "xpos" "29" + "ypos" "15" + "zpos" "1" + "wide" "140" + "tall" "11" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "0" + "labelText" "%weaponname%" + "textAlignment" "South-West" + "dulltext" "0" + "brighttext" "0" + "fgcolor_override" "G_Shadow" + "textinsetx" "1" + } + + "SpectatorGUIHealth" + { + "ControlName" "EditablePanel" + "fieldName" "SpectatorGUIHealth" + "xpos" "1" // 1 CTHB + "ypos" "1" // 1 CTHB + "wide" "27" // 2 CTHB + "tall" "27" // 2 CTHB + "visible" "1" + "enabled" "1" + "HealthBonusPosAdj" "10" // 3 CTHB + "HealthDeathWarning" "0.49" + "TFFont" "G_FontTiny" + "HealthDeathWarningColor" "HUDDeathWarning" + "TextColor" "G_White" + "paintborder" "0" // 4 CTHB + "paintbackground" "0" // 4 CTHB + "border" "G_HealthBorder" + "bgcolor_override" "G_HealthBarBg" + "autoResize" "0" + } + +} + + + + + + + diff --git a/toonhud/resource/ui/econ/backpackpanel.res b/toonhud/resource/ui/econ/backpackpanel.res new file mode 100644 index 0000000..7a36154 --- /dev/null +++ b/toonhud/resource/ui/econ/backpackpanel.res @@ -0,0 +1,1706 @@ +"Resource/UI/FullLoadoutPanel.res" +{ + "backpack_panel" + { + "ControlName" "Frame" + "fieldName" "backpack_panel" + "xpos" "0" + "ypos" "0" + "wide" "f0" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "settitlebarvisible" "0" + "PaintBackgroundType" "0" + "bgcolor_override" "G_MenuBg" + "paintbackground" "1" + "infocus_bgcolor_override" "G_MenuBg" + "outoffocus_bgcolor_override" "46 43 42 255" + + "item_xpos_offcenter_a" "-310" + "item_xpos_offcenter_b" "165" + "item_ypos" "62" + "item_ydelta" "80" + "item_mod_wide" "40" + + "item_backpack_offcenter_x" "-288" + "item_backpack_xdelta" "4" + "item_backpack_ydelta" "4" + + "button_xpos_offcenter" "175" + "button_ypos" "85" + "button_ydelta" "80" + "button_override_delete_xpos" "0" + + "page_button_y" "335" + "page_button_x_delta" "2" + "page_button_y_delta" "2" + "page_button_per_row" "20" + "page_button_height" "14" + + "pagebuttons_kv" + { + "ControlName" "EditablePanel" + "wide" "10" + "tall" "10" + "visible" "0" + "bgcolor_override" "0 0 0 0" + "noitem_textcolor" "117 107 94 255" + "PaintBackgroundType" "2" + "paintborder" "1" + + "Button" + { + "fieldName" "Button" + "ControlName" "CExButton" + "wide" "25" + "tall" "14" + "visible" "1" + "bgcolor_override" "0 0 0 0" + "noitem_textcolor" "117 107 94 255" + "PaintBackgroundType" "2" + "paintborder" "1" + "textAlignment" "center" + "labelText" "%page%" + "font" "HudFontSmallestBold" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "defaultBgColor_override" "0 0 0 0" + "armedBgColor_override" "0 0 0 40" + "depressedBgColor_override" "G_Highlight" + "presetDepressedColorBg_override" "G_Highlight" + + "defaultFgColor_override" "255 0 0 255" + "armedFgColor_override" "0 255 0 255" + "depressedFgColor_override" "0 0 255 255" + "selectedFgColor_override" "255 255 0 255" + } + + "New" + { + "ControlName" "CExLabel" + "fieldName" "New" + "font" "FontStorePrice" + "textAlignment" "center" + "ypos" "0" + "xpos" "0" + "zpos" "0" + "wide" "25" + "tall" "14" + "textinsety" "1" + "textinsetx" "0" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "labelText" "#Store_Price_New" + "mouseinputenabled" "0" + "paintbackground" "1" + "bgcolor_override" "G_Yellow" + "proportionaltoparent" "1" + "border" "ButtonBorder" + "fgcolor" "G_Black" + } + + } + + "modelpanels_kv" + { + "ControlName" "CItemModelPanel" + "xpos" "c-70" + "ypos" "280" + "wide" "54" + "tall" "48" + "visible" "0" + "noitem_textcolor" "117 107 94 255" + "PaintBackgroundType" "0" + "paintborder" "1" + "paintbackground" "1" + "bgcolor_override" "G_BackpackItemBg" + + "model_xpos" "2" + "model_ypos" "7" + "model_wide" "50" + "model_tall" "35" + "text_ypos" "60" + "text_center" "1" + "name_only" "1" + + "inset_eq_x" "2" + "inset_eq_y" "2" + "deferred_description" "1" + "deferred_icon" "1" + + "itemmodelpanel" + { + "use_item_rendertarget" "0" + "allow_rot" "0" + "inventory_image_type" "1" // HQ images + "zpos" "1" + } + + "BackpackSlotImage" + { + "ControlName" "CTFImagePanel" + "fieldName" "BackpackSlotImage" + "xpos" "0" + "ypos" "0" + "zpos" "-1" + "wide" "54" + "tall" "48" + "visible" "1" // RBSS + "enabled" "1" + "scaleImage" "1" + "image" "replay/thumbnails/backpackslot" + "mouseinputenabled" "0" + "Alpha" "255" + "paintborder" "1" + "border" "G_BackpackOverlayBorder" + } + + "New" + { + "ControlName" "CExLabel" + "fieldName" "New" + "font" "FontStorePrice" + "textAlignment" "center" + "ypos" "r11" + "xpos" "0" + "zpos" "15" + "wide" "54" + "tall" "11" + "textinsetx" "0" + "textinsety" "-1" + "autoResize" "0" + "skip_autoresize" "1" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "labelText" "#Store_Price_New" + "mouseinputenabled" "0" + "paintbackground" "1" + "bgcolor_override" "0 0 0 160" + "proportionaltoparent" "1" + "border" "" + "fgcolor" "G_Yellow" + } + + "use_item_sounds" "1" + } + } + + "CaratLabel" + { + "ControlName" "CExLabel" + "fieldName" "CaratLabel" + "font" "HudFontSmallestBold" + "labelText" ">>" + "textAlignment" "west" + "xpos" "-9999" + "ypos" "22" + "zpos" "1" + "wide" "20" + "tall" "15" + "autoResize" "1" + "pinCorner" "0" + "visible" "0" + "enabled" "0" + "Alpha" "0" + "fgcolor_override" "G_MenuBg" + } + "ClassLabel" + { + "ControlName" "CExLabel" + "fieldName" "ClassLabel" + "font" "HudFontMediumSmallBold" + "labelText" "#ClassBeingEquipped" + "textAlignment" "west" + "xpos" "c-288" + "ypos" "12" + "zpos" "1" + "wide" "240" + "tall" "27" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor" "G_MenuText" + } + + "tool_icon" + { + "ControlName" "ScalableImagePanel" + "fieldName" "tool_icon" + "xpos" "12" + "ypos" "12" + "zpos" "2" + "wide" "10" + "tall" "10" + "visible" "0" + "enabled" "1" + "image" "backpack_jewel_modify_target_b_g" + "tileImage" "0" + "tileVertically" "0" + "drawcolor" "112 176 74 255" + } + + "ShowRarityComboBox" + { + "ControlName" "ComboBox" + "fieldName" "ShowRarityComboBox" + "font" "HudFontSmallestBold" + "wrap" "0" + "xpos" "c81" + "ypos" "16" + "zpos" "1" + "wide" "100" + "tall" "19" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "textHidden" "0" + "editable" "0" + "maxchars" "-1" + "NumericInputOnly" "0" + "unicode" "0" + "default" "0" + "paintborder" "1" + "border_override" "ButtonBorder" + + "fgcolor_override" "G_InputText" + "bgcolor_override" "G_MenuText" + "disabledFgColor_override" "G_DimmInputText" + "disabledBgColor_override" "G_MenuText" + "selectionColor_override" "0 0 0 0" + "selectionTextColor_override" "G_InputText" + "defaultSelectionBG2Color_override" "0 0 0 0" + + "Button" + { + "defaultFgColor_override" "G_InputText" + "defaultBgColor_override" "0 0 0 0" + "armedFgColor_override" "G_InputText" + "armedBgColor_override" "0 0 0 0" + "paintbackgroundtype" "2" + } + } + + "ShowBaseItemsCheckbox" + { + "ControlName" "CheckButton" + "fieldName" "ShowBaseItemsCheckbox" + "labelText" "#ShowBaseItemsCheckBox" + "Font" "G_FontNone" + "textAlignment" "east" + "fgcolor" "G_MenuText" + "xpos" "c-49" + "ypos" "15" + "zpos" "1" + "wide" "106" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "dulltext" "0" + "brighttext" "0" + } + + "NameFilterLabel" + { + "ControlName" "CExLabel" + "fieldName" "NameFilterLabel" + "font" "HudFontSmallestBold" + "labelText" "#Store_NameFilterLabel" + "textAlignment" "west" + "xpos" "c+137" + "ypos" "0" + "zpos" "1" + "wide" "90" + "tall" "20" + "autoResize" "1" + "pinCorner" "0" + "visible" "0" + "enabled" "0" + "fgcolor" "StoreDarkTan" + } + + "NameFilterTextEntry" + { + "ControlName" "TextEntry" + "fieldName" "NameFilterTextEntry" + "xpos" "c186" + "ypos" "16" + "wide" "100" + "tall" "19" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "1" + "textHidden" "0" + "editable" "1" + "unicode" "1" + "font" "HudFontSmallestBold" + "fgcolor_override" "G_InputText" + "bgcolor_override" "G_MenuText" + "paintbackgroundtype" "2" + } + + "SearchIcon" + { + "ControlName" "CTFImagePanel" + "fieldName" "SearchIcon" + "xpos" "c267" + "ypos" "16" + "wide" "19" + "tall" "19" + "zpos" "10" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "mouseinputenabled" "0" + "image" "replay/thumbnails/search" + "drawcolor" "G_MenuBg" + } + + "SortByComboBox" + { + "ControlName" "ComboBox" + "fieldName" "SortByComboBoxi" + "font" "HudFontSmallestBold" + "xpos" "c-24" + "ypos" "16" + "zpos" "2" + "wide" "100" + "tall" "19" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "textHidden" "0" + "editable" "0" + "maxchars" "-1" + "NumericInputOnly" "0" + "unicode" "0" + "default" "0" + "paintborder" "1" + "border_override" "ButtonBorder" + + "fgcolor_override" "G_InputText" + "bgcolor_override" "G_MenuText" + "disabledFgColor_override" "G_DimmInputText" + "disabledBgColor_override" "G_MenuText" + "selectionColor_override" "0 0 0 0" + "selectionTextColor_override" "G_InputText" + "defaultSelectionBG2Color_override" "0 0 0 0" + + "Button" + { + "defaultFgColor_override" "G_InputText" + "defaultBgColor_override" "0 0 0 0" + "armedFgColor_override" "G_InputText" + "armedBgColor_override" "0 0 0 0" + "paintbackgroundtype" "2" + } + } + + "mouseoveritempanel" + { + "ControlName" "CItemModelPanel" + "fieldName" "mouseoveritempanel" + "xpos" "c-140" + "ypos" "270" + "zpos" "102" + "wide" "300" + "tall" "300" + "visible" "0" + "bgcolor_override" "0 0 0 0" + "noitem_textcolor" "117 107 94 255" + "PaintBackgroundType" "2" + "paintborder" "1" + + "text_center" "1" + "model_hide" "1" + "resize_to_text" "1" + "padding_height" "10" + + "attriblabel" + { + "font" "ItemFontAttribLarge" + "xpos" "0" + "ypos" "30" + "zpos" "2" + "wide" "140" + "tall" "60" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "%attriblist%" + "textAlignment" "center" + "fgcolor" "117 107 94 255" + "centerwrap" "1" + } + } + + "mousedragitempanel" + { + "ControlName" "CItemModelPanel" + "fieldName" "mousedragitempanel" + + "xpos" "c-70" + "ypos" "270" + "zpos" "100" + "wide" "40" + "tall" "36" + "visible" "0" + "noitem_textcolor" "117 107 94 255" + "PaintBackgroundType" "2" + "paintborder" "0" + "paintbackground" "0" + + "model_ypos" "5" + "model_tall" "26" + "text_ypos" "30" + "text_center" "1" + "name_only" "1" + "model_only" "1" + + "itemmodelpanel" + { + "use_item_rendertarget" "0" + "allow_rot" "0" + } + } + + "PrevPageButton" + { + "ControlName" "CExButton" + "fieldName" "PrevPageButton" + "xpos" "c-315" + "ypos" "62" + "zpos" "1" + "wide" "25" + "tall" "256" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "&A" + "font" "G_MenuArrowBig" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "Command" "prevpage" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "defaultFgColor_override" "G_MenuText" + "armedFgColor_override" "G_MenuText" + "depressedFgColor_override" "G_MenuText" + "defaultBgColor_override" "0 0 0 0" + "armedBgColor_override" "0 0 0 0" + "depressedBgColor_override" "0 0 0 0" + } + + "CurPageLabel" + { + "ControlName" "CExLabel" + "fieldName" "CurPageLabel" + "font" "HudFontSmallestBold" + "labelText" "%backpackpage%" + "textAlignment" "center" + "xpos" "-9999" + "ypos" "-9999" + "zpos" "1" + "wide" "40" + "tall" "14" + "paintbackgroundtype" "2" + "autoResize" "1" + "pinCorner" "0" + "visible" "0" + "enabled" "0" + "fgcolor_override" "G_White" + "bgcolor_override" "26 25 24 255" + "Alpha" "0" + } + + "NextPageButton" + { + "ControlName" "CExButton" + "fieldName" "NextPageButton" + "xpos" "c290" + "ypos" "62" + "zpos" "1" + "wide" "25" + "tall" "256" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "&D" + "font" "G_MenuArrowBig" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "Command" "nextpage" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "defaultFgColor_override" "G_MenuText" + "armedFgColor_override" "G_MenuText" + "depressedFgColor_override" "G_MenuText" + "defaultBgColor_override" "0 0 0 0" + "armedBgColor_override" "0 0 0 0" + "depressedBgColor_override" "0 0 0 0" + } + + "DragToNextPageButton" + { + "ControlName" "CExButton" + "fieldName" "DragToNextPageButton" + "xpos" "c290" + "ypos" "62" + "zpos" "2" + "wide" "25" + "tall" "256" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "tabPosition" "0" + "labelText" "D" + "font" "G_MenuArrowBig" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "Command" "" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + "DragToPrevPageButton" + { + "ControlName" "CExButton" + "fieldName" "DragToPrevPageButton" + "xpos" "c-315" + "ypos" "62" + "zpos" "2" + "wide" "25" + "tall" "256" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "tabPosition" "0" + "labelText" "A" + "font" "G_MenuArrowBig" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "Command" "" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + + "CancelApplyToolButton" + { + "ControlName" "CExButton" + "fieldName" "CancelApplyToolButton" + "xpos" "c-24" + "ypos" "16" + "zpos" "5" + "wide" "100" + "tall" "19" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "tabPosition" "0" + "labelText" "#Cancel" + "font" "HudFontSmallestBold" + "textAlignment" "center" + "textinsetx" "50" + "dulltext" "0" + "brighttext" "0" + "Command" "canceltool" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "fgcolor_override" "G_White" + "defaultBgColor_override" "177 39 39 255" + "armedBgColor_override" "210 46 46 255" + } + + "ShowExplanationsButton" + { + "ControlName" "CExButton" + "fieldName" "ShowExplanationsButton" + "xpos" "c275" + "ypos" "10" + "zpos" "100" + "wide" "20" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "0" + "tabPosition" "0" + "labelText" "?" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "Command" "show_explanations" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Alpha" "0" + } + + "StartExplanation" + { + "ControlName" "CExplanationPopup" + "fieldName" "StartExplanation" + "xpos" "0" + "ypos" "0" + "zpos" "10000" + "wide" "250" + "tall" "140" + "visible" "0" + "PaintBackgroundType" "2" + "paintbackground" "0" + "border" "MainMenuHighlightBorder" + + "force_close" "1" + "end_x" "c-150" + "end_y" "100" + "end_wide" "300" + "end_tall" "155" + "callout_inparents_x" "c0" + "callout_inparents_y" "150" + "next_explanation" "PagesExplanation" + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "HudFontSmallBold" + "labelText" "#BackpackItemsExplanation_Title" + "textAlignment" "north" + "xpos" "20" + "ypos" "10" + "wide" "260" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor_override" "46 43 42 255" + } + + "TextLabel" + { + "ControlName" "CExLabel" + "fieldName" "TextLabel" + "font" "HudFontSmall" + "labelText" "#BackpackItemsExplanation_Text" + "textAlignment" "north-west" + "xpos" "20" + "ypos" "45" + "wide" "260" + "tall" "85" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor_override" "46 43 42 255" + } + + "CloseButton" + { + "ControlName" "CExImageButton" + "fieldName" "CloseButton" + "xpos" "280" + "ypos" "5" + "zpos" "10" + "wide" "14" + "tall" "14" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "close" + + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "200 80 60 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "117 107 94 255" + "image_armedcolor" "200 80 60 255" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "image" "close_button" + "scaleImage" "1" + } + } + "PositionLabel" + { + "ControlName" "CExLabel" + "fieldName" "PositionLabel" + "font" "HudFontSmallBold" + "labelText" "%explanationnumber%" + "textAlignment" "center" + "xpos" "0" + "ypos" "125" + "zpos" "-1" + "wide" "300" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "200 80 60 255" + } + "NextButton" + { + "ControlName" "CExImageButton" + "fieldName" "NextButton" + "xpos" "260" + "ypos" "125" + "zpos" "10" + "wide" "30" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "nextexplanation" + + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "200 80 60 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "235 226 202 255" + "image_armedcolor" "255 255 255 255" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "30" + "tall" "30" + "visible" "1" + "enabled" "1" + "image" "blog_forward" + "scaleImage" "1" + } + } + } + + "PagesExplanation" + { + "ControlName" "CExplanationPopup" + "fieldName" "PagesExplanation" + "xpos" "0" + "ypos" "0" + "zpos" "10000" + "wide" "250" + "tall" "100" + "visible" "0" + "PaintBackgroundType" "2" + "paintbackground" "0" + "border" "MainMenuHighlightBorder" + + "force_close" "1" + "end_x" "c-50" + "end_y" "130" + "end_wide" "300" + "end_tall" "115" + "callout_inparents_x" "c240" + "callout_inparents_y" "290" + "next_explanation" "DeleteExplanation" + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "HudFontSmallBold" + "labelText" "#BackpackPagesExplanation_Title" + "textAlignment" "north" + "xpos" "20" + "ypos" "10" + "wide" "260" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor_override" "46 43 42 255" + } + + "TextLabel" + { + "ControlName" "CExLabel" + "fieldName" "TextLabel" + "font" "HudFontSmall" + "labelText" "#BackpackPagesExplanation_Text" + "textAlignment" "north-west" + "xpos" "20" + "ypos" "45" + "wide" "260" + "tall" "45" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor_override" "46 43 42 255" + } + + "CloseButton" + { + "ControlName" "CExImageButton" + "fieldName" "CloseButton" + "xpos" "280" + "ypos" "5" + "zpos" "10" + "wide" "14" + "tall" "14" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "close" + + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "200 80 60 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "117 107 94 255" + "image_armedcolor" "200 80 60 255" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "image" "close_button" + "scaleImage" "1" + } + } + "PrevButton" + { + "ControlName" "CExImageButton" + "fieldName" "PrevButton" + "xpos" "10" + "ypos" "85" + "zpos" "10" + "wide" "30" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "prevexplanation" + + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "200 80 60 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "235 226 202 255" + "image_armedcolor" "255 255 255 255" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "30" + "tall" "30" + "visible" "1" + "enabled" "1" + "image" "blog_back" + "scaleImage" "1" + } + } + "PositionLabel" + { + "ControlName" "CExLabel" + "fieldName" "PositionLabel" + "font" "HudFontSmallBold" + "labelText" "%explanationnumber%" + "textAlignment" "center" + "xpos" "0" + "ypos" "85" + "zpos" "-1" + "wide" "300" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "200 80 60 255" + } + "NextButton" + { + "ControlName" "CExImageButton" + "fieldName" "NextButton" + "xpos" "260" + "ypos" "85" + "zpos" "10" + "wide" "30" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "nextexplanation" + + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "200 80 60 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "235 226 202 255" + "image_armedcolor" "255 255 255 255" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "30" + "tall" "30" + "visible" "1" + "enabled" "1" + "image" "blog_forward" + "scaleImage" "1" + } + } + } + + "ContextExplanation" + { + "ControlName" "CExplanationPopup" + "fieldName" "ContextExplanation" + "xpos" "0" + "ypos" "0" + "zpos" "10000" + "wide" "250" + "tall" "160" + "visible" "0" + "PaintBackgroundType" "2" + "paintbackground" "0" + "border" "MainMenuHighlightBorder" + + "force_close" "1" + "end_x" "c-150" + "end_y" "80" + "end_wide" "300" + "end_tall" "165" + "callout_inparents_x" "c0" + "callout_inparents_y" "c0" + "next_explanation" "StockExplanation" + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "HudFontSmallBold" + "labelText" "#BackpackContextExplanation_Title" + "textAlignment" "north" + "xpos" "20" + "ypos" "10" + "wide" "260" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor_override" "46 43 42 255" + } + + "TextLabel" + { + "ControlName" "CExLabel" + "fieldName" "TextLabel" + "font" "HudFontSmall" + "labelText" "#BackpackContextExplanation_Text" + "textAlignment" "north-west" + "xpos" "20" + "ypos" "45" + "wide" "260" + "tall" "135" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor_override" "46 43 42 255" + } + + "CloseButton" + { + "ControlName" "CExImageButton" + "fieldName" "CloseButton" + "xpos" "280" + "ypos" "5" + "zpos" "10" + "wide" "14" + "tall" "14" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "close" + + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "200 80 60 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "117 107 94 255" + "image_armedcolor" "200 80 60 255" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "image" "close_button" + "scaleImage" "1" + } + } + "PrevButton" + { + "ControlName" "CExImageButton" + "fieldName" "PrevButton" + "xpos" "10" + "ypos" "135" + "zpos" "10" + "wide" "30" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "prevexplanation" + + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "200 80 60 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "235 226 202 255" + "image_armedcolor" "255 255 255 255" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "30" + "tall" "30" + "visible" "1" + "enabled" "1" + "image" "blog_back" + "scaleImage" "1" + } + } + "NextButton" + { + "ControlName" "CExImageButton" + "fieldName" "NextButton" + "xpos" "260" + "ypos" "135" + "zpos" "10" + "wide" "30" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "nextexplanation" + + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "200 80 60 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "235 226 202 255" + "image_armedcolor" "255 255 255 255" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "30" + "tall" "30" + "visible" "1" + "enabled" "1" + "image" "blog_forward" + "scaleImage" "1" + } + } + "PositionLabel" + { + "ControlName" "CExLabel" + "fieldName" "PositionLabel" + "font" "HudFontSmallBold" + "labelText" "%explanationnumber%" + "textAlignment" "center" + "xpos" "0" + "ypos" "135" + "zpos" "-1" + "wide" "300" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "200 80 60 255" + } + } + + "StockExplanation" + { + "ControlName" "CExplanationPopup" + "fieldName" "StockExplanation" + "xpos" "0" + "ypos" "0" + "zpos" "10000" + "wide" "250" + "tall" "160" + "visible" "0" + "PaintBackgroundType" "2" + "paintbackground" "0" + "border" "MainMenuHighlightBorder" + "next_explanation" "SortExplanation" + + "force_close" "1" + "end_x" "c-150" + "end_y" "80" + "end_wide" "300" + "end_tall" "165" + "callout_inparents_x" "c0" + "callout_inparents_y" "50" + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "HudFontSmallBold" + "labelText" "#BackpackStockExplanation_Title" + "textAlignment" "north" + "xpos" "20" + "ypos" "10" + "wide" "260" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor_override" "46 43 42 255" + } + + "TextLabel" + { + "ControlName" "CExLabel" + "fieldName" "TextLabel" + "font" "HudFontSmall" + "labelText" "#BackpackStockExplanation_Text" + "textAlignment" "north-west" + "xpos" "20" + "ypos" "45" + "wide" "260" + "tall" "135" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor_override" "46 43 42 255" + } + + "CloseButton" + { + "ControlName" "CExImageButton" + "fieldName" "CloseButton" + "xpos" "280" + "ypos" "5" + "zpos" "10" + "wide" "14" + "tall" "14" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "close" + + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "200 80 60 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "117 107 94 255" + "image_armedcolor" "200 80 60 255" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "image" "close_button" + "scaleImage" "1" + } + } + "PrevButton" + { + "ControlName" "CExImageButton" + "fieldName" "PrevButton" + "xpos" "10" + "ypos" "135" + "zpos" "10" + "wide" "30" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "prevexplanation" + + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "200 80 60 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "235 226 202 255" + "image_armedcolor" "255 255 255 255" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "30" + "tall" "30" + "visible" "1" + "enabled" "1" + "image" "blog_back" + "scaleImage" "1" + } + } + "NextButton" + { + "ControlName" "CExImageButton" + "fieldName" "NextButton" + "xpos" "260" + "ypos" "135" + "zpos" "10" + "wide" "30" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "nextexplanation" + + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "200 80 60 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "235 226 202 255" + "image_armedcolor" "255 255 255 255" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "30" + "tall" "30" + "visible" "1" + "enabled" "1" + "image" "blog_forward" + "scaleImage" "1" + } + } + "PositionLabel" + { + "ControlName" "CExLabel" + "fieldName" "PositionLabel" + "font" "HudFontSmallBold" + "labelText" "%explanationnumber%" + "textAlignment" "center" + "xpos" "0" + "ypos" "135" + "zpos" "-1" + "wide" "300" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "200 80 60 255" + } + } + + "SortExplanation" + { + "ControlName" "CExplanationPopup" + "fieldName" "SortExplanation" + "xpos" "0" + "ypos" "0" + "zpos" "10000" + "wide" "250" + "tall" "160" + "visible" "0" + "PaintBackgroundType" "2" + "paintbackground" "0" + "border" "MainMenuHighlightBorder" + + "force_close" "1" + "end_x" "c-110" + "end_y" "80" + "end_wide" "300" + "end_tall" "135" + "callout_inparents_x" "c200" + "callout_inparents_y" "55" + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "HudFontSmallBold" + "labelText" "#BackpackSortExplanation_Title" + "textAlignment" "north" + "xpos" "20" + "ypos" "10" + "wide" "260" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor_override" "46 43 42 255" + } + + "TextLabel" + { + "ControlName" "CExLabel" + "fieldName" "TextLabel" + "font" "HudFontSmall" + "labelText" "#BackpackSortExplanation_Text" + "textAlignment" "north-west" + "xpos" "20" + "ypos" "45" + "wide" "260" + "tall" "135" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor_override" "46 43 42 255" + } + + "CloseButton" + { + "ControlName" "CExImageButton" + "fieldName" "CloseButton" + "xpos" "280" + "ypos" "5" + "zpos" "10" + "wide" "14" + "tall" "14" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "close" + + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "200 80 60 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "117 107 94 255" + "image_armedcolor" "200 80 60 255" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "image" "close_button" + "scaleImage" "1" + } + } + "PrevButton" + { + "ControlName" "CExImageButton" + "fieldName" "PrevButton" + "xpos" "10" + "ypos" "105" + "zpos" "10" + "wide" "30" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "prevexplanation" + + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "200 80 60 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "235 226 202 255" + "image_armedcolor" "255 255 255 255" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "30" + "tall" "30" + "visible" "1" + "enabled" "1" + "image" "blog_back" + "scaleImage" "1" + } + } + "PositionLabel" + { + "ControlName" "CExLabel" + "fieldName" "PositionLabel" + "font" "HudFontSmallBold" + "labelText" "%explanationnumber%" + "textAlignment" "center" + "xpos" "0" + "ypos" "105" + "zpos" "-1" + "wide" "300" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "200 80 60 255" + } + } + + "Wall" + { + "ControlName" "EditablePanel" + "fieldName" "Wall" + "xpos" "0" + "ypos" "50" + "zpos" "-5" + "wide" "f0" + "tall" "280" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "paintbackground" "1" + "bgcolor_override" "G_MenuShader" + } +} + diff --git a/toonhud/resource/ui/econ/confirmdialog.res b/toonhud/resource/ui/econ/confirmdialog.res new file mode 100644 index 0000000..d87e0ef --- /dev/null +++ b/toonhud/resource/ui/econ/confirmdialog.res @@ -0,0 +1,122 @@ +"Resource/UI/ConfirmDialog.res" +{ + "ConfirmDialog" + { + "ControlName" "Frame" + "fieldName" "ConfirmDialog" + "xpos" "c-162" + "ypos" "140" + "wide" "324" + "tall" "200" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "settitlebarvisible" "0" + "PaintBackgroundType" "0" + "paintbackground" "1" + "bgcolor_override" "G_MenuBg" + } + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "EconFontMedium" + "labelText" "#ConfirmTitle" + "textAlignment" "north" + "xpos" "0" + "ypos" "15" + "zpos" "1" + "wide" "324" + "tall" "20" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + + "ExplanationLabel" + { + "ControlName" "CExLabel" + "fieldName" "ExplanationLabel" + "font" "EconFontSmall" + "labelText" "%text%" + "textAlignment" "north" + "xpos" "40" + "ypos" "50" + "zpos" "1" + "wide" "244" + "tall" "170" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "centerwrap" "1" + "fgcolor_override" "200 80 60 255" + } + + "CancelButton" + { + "ControlName" "CExButton" + "fieldName" "CancelButton" + "xpos" "190" + "ypos" "165" + "zpos" "20" + "wide" "124" + "tall" "25" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#GameUI_CancelBold" + "font" "EconFontSmall" + "textAlignment" "center" + "textinsetx" "50" + "dulltext" "0" + "brighttext" "0" + "Command" "cancel" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "border_default" "Econ.Button.Border.Default" + "border_armed" "Econ.Button.Border.Armed" + "armedBgColor_override" "Econ.Button.ArmedBgColor" + "armedFgColor_override" "Econ.Button.ArmedFgColor" + "depressedBgColor_override" "Econ.Button.DepressedBgColor" + "depressedFgColor_override" "Econ.Button.DepressedFgColor" + } + + "ConfirmButton" + { + "ControlName" "CExButton" + "fieldName" "ConfirmButton" + "xpos" "10" + "ypos" "165" + "zpos" "20" + "wide" "175" + "tall" "25" + "default" "1" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#ConfirmButtonText" + "font" "EconFontSmall" + "textAlignment" "center" + "textinsetx" "50" + "dulltext" "0" + "brighttext" "0" + "Command" "confirm" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "border_default" "Econ.Button.Border.Default" + "border_armed" "Econ.Button.Border.Armed" + "armedBgColor_override" "Econ.Button.ArmedBgColor" + "armedFgColor_override" "Econ.Button.ArmedFgColor" + "depressedBgColor_override" "Econ.Button.DepressedBgColor" + "depressedFgColor_override" "Econ.Button.DepressedFgColor" + } +} diff --git a/toonhud/resource/ui/econ/genericnotificationtoast.res b/toonhud/resource/ui/econ/genericnotificationtoast.res new file mode 100644 index 0000000..548558a --- /dev/null +++ b/toonhud/resource/ui/econ/genericnotificationtoast.res @@ -0,0 +1,84 @@ +"Resource/UI/GenericNotificationToast.res" +{ + "GenericNotificationToast" + { + "ControlName" "CGenericNotificationToast" + "fieldName" "GenericNotificationToast" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "100" + "tall" "50" + "visible" "1" + "enabled" "1" + } + + "AvatarBGPanel" + { + "ControlName" "EditablePanel" + "fieldName" "AvatarBGPanel" + "xpos" "5" + "ypos" "5" + "zpos" "-1" + "wide" "24" + "tall" "24" + "visible" "1" + "PaintBackgroundType" "0" + "bgcolor_override" "0 0 0 100" + } + "AvatarImage" + { + "ControlName" "CAvatarImagePanel" + "fieldName" "AvatarImage" + "xpos" "7" + "ypos" "7" + "zpos" "0" + "wide" "20" + "tall" "20" + "visible" "1" + "enabled" "1" + "image" "" + "scaleImage" "1" + "color_outline" "52 48 45 255" + } + + "AvatarTextLabel" + { + "ControlName" "CExLabel" + "fieldName" "AvatarTextLabel" + "fgcolor" "G_White" + "xpos" "35" + "ypos" "7" + "zpos" "2" + "wide" "60" + "tall" "38" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "wrap" "1" + "labelText" "%avatartext%" + "textAlignment" "West" + "font" "DefaultVerySmall" + } + + "TextLabel" + { + "ControlName" "CExLabel" + "fieldName" "TextLabel" + "fgcolor" "TanLight" + "xpos" "7" + "ypos" "7" + "zpos" "2" + "wide" "90" + "tall" "38" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "wrap" "1" + "labelText" "%text%" + "textAlignment" "West" + "font" "DefaultVerySmall" + } +} diff --git a/toonhud/resource/ui/econ/inspectionpanel.res b/toonhud/resource/ui/econ/inspectionpanel.res new file mode 100644 index 0000000..c6e9bdf --- /dev/null +++ b/toonhud/resource/ui/econ/inspectionpanel.res @@ -0,0 +1,619 @@ +"Resource/UI/econ/QuestEditorPanel.res" +{ + "BGImage" + { + "ControlName" "ImagePanel" + "fieldName" "BGImage" + "xpos" "cs-0.5" + "ypos" "0" + "zpos" "1" + "wide" "o1" + "tall" "p0.75" + "visible" "0" + "enabled" "0" + "image" "item_carousel_bg" + "scaleImage" "1" + "proportionaltoparent" "1" + } + + "ItemName" + { + "ControlName" "CItemModelPanel" + "fieldName" "ItemName" + "xpos" "cs-0.5" + "ypos" "0" + "zpos" "5" + "wide" "f0" + "tall" "200" + "visible" "1" + "bgcolor_override" "0 0 0 0" + "noitem_textcolor" "117 107 94 255" + "PaintBackgroundType" "2" + "paintborder" "0" + "mouseinputenabled" "0" + "proportionaltoparent" "1" + + "text_ypos" "15" + "text_center" "0" + "paint_icon_hide" "1" + "model_hide" "1" + "text_forcesize" "4" + "name_only" "1" + + "itemmodelpanel" + { + "use_item_rendertarget" "0" + "allow_rot" "0" + "inventory_image_type" "1" + "continued_velocity" "1" + } + } + + "ModelInspectionPanel" + { + "fieldName" "ModelInspectionPanel" + "xpos" "cs-0.5" + "ypos" "cs-0.5" + "zpos" "5" + "wide" "f0" + "tall" "f0" + "visible" "1" + + "proportionaltoparent" "1" + + "force_use_model" "1" + "use_item_rendertarget" "0" + "allow_rot" "1" + "allow_pitch" "1" + "max_pitch" "30" + "use_pedestal" "1" + "use_particle" "1" + "fov" "68" + "allow_manip" "0" + + "model" + { + "force_pos" "1" + + "angles_x" "7" + "angles_y" "130" + "angles_z" "0" + "origin_x" "175" + "origin_y" "0" + "origin_z" "0" + "frame_origin_x" "0" + "frame_origin_y" "0" + "frame_origin_z" "0" + "spotlight" "1" + + "modelname" "" + } + + "lights" + { + "default" + { + "name" "directional" + "color" "1 1 1" + "direction" "0 0 -1" + } + "spot light" + { + "name" "spot" + "color" "1 .9 .9" + "attenuation" "4.5 0 0" + "origin" "0 0 100" + "direction" "1 0 -0.5" + "inner_cone_angle" "1" + "outer_cone_angle" "90" + "maxDistance" "1000" + "exponent" "25" + } + "point light" + { + "name" "point" + "color" ".7 .8 1" + "attenuation" "15 0 0" + "origin" "15 -50 -200" + "maxDistance" "1000" + } + } + } + + "TeamNavPanel" + { + "ControlName" "CNavigationPanel" + "fieldName" "TeamNavPanel" + "xpos" "cs-0.5" + "ypos" "p.7-16" + "zpos" "100" + "wide" "60" + "tall" "25" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + + "auto_scale" "1" + "auto_layout" "1" + "selected_button_default" "0" + "auto_layout_vertical_buffer" "-4" + "display_vertically" "0" + "align" "west" + + "ButtonSettings" + { + "wide" "19" + "tall" "19" + "autoResize" "0" + "pinCorner" "2" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "" + "textAlignment" "south-west" + "scaleImage" "1" + + "fgcolor" "TanDark" + "defaultFgColor_override" "TanDark" + "armedFgColor_override" "TanDark" + "depressedFgColor_override" "TanDark" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "sound_armed" "UI/buttonrollover.wav" + + "paintbackground" "0" + "paintbackgroundtype" "0" + "defaultBgColor_Override" "0 0 0 255" + + "paintborder" "0" + + "image_drawcolor" "255 255 255 77" + "image_armedcolor" "255 255 255 128" + "image_selectedcolor" "255 255 255 255" + + "stayselectedonclick" "1" + "keyboardinputenabled" "0" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "7" + "wide" "19" + "tall" "19" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + } + } + + "Buttons" + { + "all" + { + "userdata" "2" + "image_default" "store/store_redteam" + "image_armed" "store/store_redteam" + "image_selected" "store/store_redteam" + + "SubImage" + { + "image" "store/store_redteam" + } + } + "scout" + { + "userdata" "3" + "image_default" "store/store_blueteam" + "image_armed" "store/store_blueteam" + "image_selected" "store/store_blueteam" + + "SubImage" + { + "image" "store/store_blueteam" + } + } + } + } + + "PaintkitPreviewContainer" + { + "ControlName" "EditablePanel" + "fieldName" "PaintkitPreviewContainer" + "xpos" "cs-0.5" + "ypos" "p.7" + "wide" "300" + "tall" "100" + "zpos" "100" + "border" "MainMenuBGBorder" + "mouseinputenabled" "1" + "proportionaltoparent" "1" + + "visible" "0" + + "fixed_item" + { + "tall" "80" + "visible" "1" + } + "fixed_paintkit" + { + "tall" "60" + "visible" "1" + } + "consume_mode" + { + "border" "ReplayHighlightBorder" + } + + "DebugButton" + { + "ControlName" "CExImageButton" + "fieldName" "DebugButton" + "xpos" "5" + "ypos" "0" + "zpos" "1005" + "wide" "8" + "tall" "8" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "debug_menu" + "proportionaltoparent" "1" + "actionsignallevel" "2" + + "paintbackground" "0" + + "defaultFgColor_override" "0 0 0 0" + "armedFgColor_override" "200 80 60 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "TanDark" + "image_armedcolor" "200 80 60 255" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "8" + "tall" "8" + "visible" "1" + "enabled" "1" + "image" "glyph_workshop_edit" + "scaleImage" "1" + } + } // Debug button + + + "ComboBoxValidPaintkits" + { + "ControlName" "ComboBox" + "fieldName" "ComboBoxValidPaintkits" + "Font" "HudFontSmallest" + "wrap" "0" + "xpos" "rs1-10" + "ypos" "10" + "zpos" "100" + "wide" "200" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "textHidden" "0" + "editable" "0" + "maxchars" "-1" + "NumericInputOnly" "0" + "unicode" "0" + "default" "0" + "actionsignallevel" "2" + "proportionaltoparent" "1" + + "fixed_paintkit" + { + "visible" "0" + } + + "fgcolor_override" "235 226 202 255" + "bgcolor_override" "0 0 0 0" + "disabledFgColor_override" "235 226 202 255" + "disabledBgColor_override" "0 0 0 0" + "selectionColor_override" "0 0 0 0" + "selectionTextColor_override" "235 226 202 255" + "defaultSelectionBG2Color_override" "0 0 0 0" + } + + "PaintkitLabel" + { + "ControlName" "CExLabel" + "fieldName" "PaintkitLabel" + "font" "HudFontSmallest" + "labelText" "#TF_ItemPreview_ItemPaintkit" + "textAlignment" "west" + "xpos" "8" + "ypos" "10" + "wide" "80" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "235 227 203 255" + + "fixed_paintkit" + { + "visible" "0" + } + } + + "ComboBoxValidItems" + { + "ControlName" "ComboBox" + "fieldName" "ComboBoxValidItems" + "Font" "HudFontSmallest" + "wrap" "0" + "xpos" "rs1-10" + "ypos" "30" + "fixed_paintkit" + { + "ypos" "10" + } + "zpos" "100" + "wide" "200" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "textHidden" "0" + "editable" "0" + "maxchars" "-1" + "NumericInputOnly" "0" + "unicode" "0" + "default" "0" + "actionsignallevel" "2" + + "fixed_item" + { + "visible" "0" + } + + "proportionaltoparent" "1" + + "fgcolor_override" "235 226 202 255" + "bgcolor_override" "0 0 0 0" + "disabledFgColor_override" "TanDark" + "disabledBgColor_override" "0 0 0 0" + "selectionColor_override" "0 0 0 0" + "selectionTextColor_override" "235 226 202 255" + "defaultSelectionBG2Color_override" "0 0 0 0" + } + + "ItemLabel" + { + "ControlName" "CExLabel" + "fieldName" "ItemLabel" + "font" "HudFontSmallest" + "labelText" "#TF_ItemPreview_ItemPreview" + "textAlignment" "west" + "xpos" "8" + "ypos" "30" + "fixed_paintkit" + { + "ypos" "10" + } + "wide" "80" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "235 227 203 255" + + "fixed_item" + { + "visible" "0" + } + + "consume_mode" + { + "labelText" "#TF_ItemPreview_RedeemItem" + } + } + + "WearSlider" + { + "ControlName" "Slider" + "fieldName" "WearSlider" + "xpos" "90" + "ypos" "50" + "fixed_item" + { + "ypos" "30" + } + "zpos" "1" + "wide" "204" + "tall" "30" + "numticks" "4" + "rangemin" "1" + "rangemax" "5" + "lefttext" "#TFUI_InvTooltip_BattleScared" + "righttext" "#TFUI_InvTooltip_FactoryNew" + "proportionaltoparent" "1" + "actionsignallevel" "2" + + "fixed_paintkit" + { + "visible" "0" + } + + "consume_mode" + { + "visible" "0" + } + } + + "WearLabel" + { + "ControlName" "CExLabel" + "fieldName" "WearLabel" + "font" "HudFontSmallest" + "labelText" "#TF_ItemPreview_ItemWear" + "textAlignment" "west" + "xpos" "8" + "ypos" "50" + "fixed_item" + { + "ypos" "30" + } + "wide" "80" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "235 227 203 255" + + "fixed_paintkit" + { + "visible" "0" + } + + "consume_mode" + { + "visible" "0" + } + } + + "NewSeedButton" + { + "ControlName" "Button" + "fieldName" "NewSeedButton" + "xpos" "8" + "ypos" "75" + "fixed_item" + { + "ypos" "50" + } + "fixed_paintkit" + { + "ypos" "30" + } + "zpos" "10" + "wide" "70" + "tall" "20" + "autoResize" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#TF_ItemPreview_PaintkitSeed" + "actionsignallevel" "2" + "use_proportional_insets" "1" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "keyboardinputenabled" "0" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "command" "random_seed" + + "consume_mode" + { + "visible" "0" + } + } + + "SeedTextEntry" + { + "ControlName" "TextEntry" + "fieldName" "SeedTextEntry" + "xpos" "90" + "ypos" "75" + "fixed_item" + { + "ypos" "50" + } + "fixed_paintkit" + { + "ypos" "30" + } + "zpos" "10" + "wide" "115" + "tall" "20" + "autoResize" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "actionsignallevel" "2" + "default" "1" + "NumericInputOnly" "1" + "bgcolor_override" "0 0 0 200" + "maxchars" "18" + + "consume_mode" + { + "visible" "0" + } + } + + "MarketButton" + { + "ControlName" "CExButton" + "fieldName" "MarketButton" + "xpos" "rs1-10" + "ypos" "75" + "fixed_item" + { + "ypos" "50" + } + "fixed_paintkit" + { + "ypos" "30" + } + "zpos" "100" + "wide" "75" + "tall" "20" + "labelText" "#TF_ItemAd_ViewOnMarket" + "font" "AdFont_PurchaseButton" + "textinsetx" "0" + "textAlignment" "center" + + "proportionaltoparent" "1" + "paintbackground" "1" + "command" "market" + "actionsignallevel" "2" + "RoundedCorners" "0" + + "defaultFgColor_override" "White" + "armedFgColor_override" "White" + + "border_default" "NoBorder" + + "defaultBgColor_override" "72 103 32 255" + "armedBgColor_override" "72 133 32 255" + + "sound_armed" "ui/item_info_mouseover.wav" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + } +} \ No newline at end of file diff --git a/toonhud/resource/ui/econ/itemdiscardpanel.res b/toonhud/resource/ui/econ/itemdiscardpanel.res new file mode 100644 index 0000000..ab1404f --- /dev/null +++ b/toonhud/resource/ui/econ/itemdiscardpanel.res @@ -0,0 +1,866 @@ +"Resource/UI/ItemDiscardPanel.res" +{ + "item_discard" + { + "ControlName" "Frame" + "fieldName" "item_discard" + "xpos" "0" + "ypos" "0" + "zpos" "10000" + "wide" "f0" + "tall" "480" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "settitlebarvisible" "0" + "PaintBackgroundType" "0" + "bgcolor_override" "G_MenuBg" + "infocus_bgcolor_override" "G_MenuBg" + "outoffocus_bgcolor_override" "G_MenuBg" + + "title" "#CharInfoAndSetup" + "title_font" "G_FontNone" + "titletextinsetX" "40" + "titletextinsetY" "0" + "titlebarfgcolor_override" "200 187 161 255" + "titlebardisabledfgcolor_override" "200 187 161 255" + "titlebarbgcolor_override" "46 43 42 255" + } + + "BottomLine" + { + "ControlName" "EditablePanel" + "fieldName" "BottomLine" + "xpos" "0" + "ypos" "98" + "zpos" "11" + "wide" "f0" + "tall" "2" + "visible" "1" + "enabled" "1" + "paintbackground" "1" + "bgcolor_override" "G_Highlight" + } + + "modelpanel" + { + "ControlName" "CItemModelPanel" + "fieldName" "modelpanel" + "xpos" "c-75" + "ypos" "30" + "zpos" "1" + "wide" "150" + "tall" "60" + "visible" "1" + "bgcolor_override" "0 0 0 0" + "noitem_textcolor" "117 107 94 255" + "PaintBackgroundType" "2" + "paintborder" "1" + + "model_ypos" "5" + "model_tall" "50" + "name_only" "1" + + "itemmodelpanel" + { + "use_item_rendertarget" "0" + "allow_rot" "0" + "inventory_image_type" "1" + } + } + "ItemMouseOverItemPanel" + { + "ControlName" "CItemModelPanel" + "fieldName" "ItemMouseOverItemPanel" + "xpos" "c-150" + "ypos" "102" + "zpos" "100" + "wide" "300" + "tall" "100" + "visible" "0" + "bgcolor_override" "0 0 0 0" + "noitem_textcolor" "117 107 94 255" + "PaintBackgroundType" "2" + "paintborder" "1" + + "text_ypos" "20" + "text_center" "1" + "model_hide" "1" + "resize_to_text" "1" + "padding_height" "15" + + "attriblabel" + { + "font" "ItemFontAttribLarge" + "xpos" "0" + "ypos" "30" + "zpos" "2" + "wide" "140" + "tall" "60" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "%attriblist%" + "textAlignment" "center" + "fgcolor" "117 107 94 255" + "centerwrap" "1" + } + } + + "CaratLabel2" + { + "ControlName" "CExLabel" + "fieldName" "CaratLabel2" + "font" "HudFontSmallestBold" + "labelText" ">>" + "textAlignment" "west" + "xpos" "c-105" + "ypos" "40" + "zpos" "10" + "wide" "20" + "tall" "15" + "autoResize" "1" + "pinCorner" "0" + "visible" "0" + "enabled" "0" + "fgcolor_override" "200 80 60 255" + } + + "ExplanationLabel" + { + "ControlName" "CExLabel" + "fieldName" "ExplanationLabel" + "font" "HudFontSmallest" + "labelText" "#DiscardExplanation" + "textAlignment" "north" + "xpos" "c-280" + "ypos" "30" + "zpos" "10" + "wide" "195" + "tall" "60" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + } + + "ExplanationLabel2" + { + "ControlName" "CExLabel" + "fieldName" "ExplanationLabel2" + "font" "HudFontSmallest" + "labelText" "#DiscardExplanation2" + "textAlignment" "north" + "xpos" "c90" + "ypos" "30" + "zpos" "10" + "wide" "175" + "tall" "50" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + } + + "DiscardedCaratLabel" + { + "ControlName" "CExLabel" + "fieldName" "DiscardedCaratLabel" + "font" "HudFontSmallBold" + "labelText" "<<" + "textAlignment" "east" + "xpos" "-9999" + "ypos" "-9999" + "zpos" "10" + "wide" "20" + "tall" "25" + "autoResize" "1" + "pinCorner" "0" + "visible" "0" + "enabled" "0" + "fgcolor_override" "200 80 60 255" + } + "DiscardedLabel" + { + "ControlName" "CExLabel" + "fieldName" "DiscardedLabel" + "font" "HudFontMediumBold" + "labelText" "#Discarded" + "textAlignment" "west" + "xpos" "c90" + "ypos" "35" + "zpos" "10" + "wide" "200" + "tall" "25" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "200 80 60 255" + } + + "DiscardButton" + { + "ControlName" "CExButton" + "fieldName" "DiscardButton" + "xpos" "c90" + "ypos" "70" + "zpos" "20" + "wide" "100" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#X_DiscardItem" + "font" "HudFontSmallBold" + "textAlignment" "center" + "textinsetx" "50" + "dulltext" "0" + "brighttext" "0" + "Command" "discarditem" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + + "backpack_panel" + { + "ControlName" "CBackpackPanel" + "fieldName" "backpack_panel" + "xpos" "0" + "ypos" "100" + "wide" "f0" + "tall" "400" + "zpos" "0" + "visible" "1" + "items_only" "1" + "button_override_delete_xpos" "0" + } + + "CloseButton" + { + "ControlName" "CExButton" + "fieldName" "CloseButton" + "xpos" "c90" + "ypos" "70" + "zpos" "20" + "wide" "100" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "tabPosition" "0" + "labelText" "#TF_Close" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "Command" "vguicancel" + "default" "0" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + + "ShowExplanationsButton" + { + "ControlName" "CExButton" + "fieldName" "ShowExplanationsButton" + "xpos" "c265" + "ypos" "30" + "zpos" "100" + "wide" "20" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "?" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "Command" "show_explanations" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + + "StartExplanation" + { + "ControlName" "CExplanationPopup" + "fieldName" "StartExplanation" + "xpos" "0" + "ypos" "0" + "zpos" "10000" + "wide" "250" + "tall" "140" + "visible" "0" + "PaintBackgroundType" "2" + "paintbackground" "0" + "border" "MainMenuHighlightBorder" + + "force_close" "1" + "end_x" "c-150" + "end_y" "150" + "end_wide" "300" + "end_tall" "155" + "callout_inparents_x" "c0" + "callout_inparents_y" "200" + "next_explanation" "DiscardButtonExplanation" + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "HudFontSmallBold" + "labelText" "#DiscardItemsExplanation_Title" + "textAlignment" "north" + "xpos" "20" + "ypos" "10" + "wide" "260" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor_override" "46 43 42 255" + } + + "TextLabel" + { + "ControlName" "CExLabel" + "fieldName" "TextLabel" + "font" "HudFontSmall" + "labelText" "#DiscardItemsExplanation_Text" + "textAlignment" "north-west" + "xpos" "20" + "ypos" "45" + "wide" "260" + "tall" "85" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor_override" "46 43 42 255" + } + + "CloseButton" + { + "ControlName" "CExImageButton" + "fieldName" "CloseButton" + "xpos" "280" + "ypos" "5" + "zpos" "10" + "wide" "14" + "tall" "14" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "close" + + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "200 80 60 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "117 107 94 255" + "image_armedcolor" "200 80 60 255" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "image" "close_button" + "scaleImage" "1" + } + } + "PositionLabel" + { + "ControlName" "CExLabel" + "fieldName" "PositionLabel" + "font" "HudFontSmallBold" + "labelText" "%explanationnumber%" + "textAlignment" "center" + "xpos" "0" + "ypos" "125" + "zpos" "-1" + "wide" "300" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "200 80 60 255" + } + "NextButton" + { + "ControlName" "CExImageButton" + "fieldName" "NextButton" + "xpos" "260" + "ypos" "125" + "zpos" "10" + "wide" "30" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "nextexplanation" + + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "200 80 60 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "235 226 202 255" + "image_armedcolor" "255 255 255 255" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "30" + "tall" "30" + "visible" "1" + "enabled" "1" + "image" "blog_forward" + "scaleImage" "1" + } + } + } + + "DiscardButtonExplanation" + { + "ControlName" "CExplanationPopup" + "fieldName" "DiscardButtonExplanation" + "xpos" "0" + "ypos" "0" + "zpos" "10000" + "wide" "250" + "tall" "100" + "visible" "0" + "PaintBackgroundType" "2" + "paintbackground" "0" + "border" "MainMenuHighlightBorder" + + "force_close" "1" + "end_x" "c-50" + "end_y" "200" + "end_wide" "300" + "end_tall" "125" + "callout_inparents_x" "c175" + "callout_inparents_y" "135" + "next_explanation" "DeleteButtonExplanation" + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "HudFontSmallBold" + "labelText" "#DiscardButtonExplanation_Title" + "textAlignment" "north" + "xpos" "20" + "ypos" "10" + "wide" "260" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor_override" "46 43 42 255" + } + + "TextLabel" + { + "ControlName" "CExLabel" + "fieldName" "TextLabel" + "font" "HudFontSmall" + "labelText" "#DiscardButtonExplanation_Text" + "textAlignment" "north-west" + "xpos" "20" + "ypos" "45" + "wide" "260" + "tall" "45" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor_override" "46 43 42 255" + } + + "CloseButton" + { + "ControlName" "CExImageButton" + "fieldName" "CloseButton" + "xpos" "280" + "ypos" "5" + "zpos" "10" + "wide" "14" + "tall" "14" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "close" + + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "200 80 60 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "117 107 94 255" + "image_armedcolor" "200 80 60 255" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "image" "close_button" + "scaleImage" "1" + } + } + "PrevButton" + { + "ControlName" "CExImageButton" + "fieldName" "PrevButton" + "xpos" "10" + "ypos" "95" + "zpos" "10" + "wide" "30" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "prevexplanation" + + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "200 80 60 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "235 226 202 255" + "image_armedcolor" "255 255 255 255" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "30" + "tall" "30" + "visible" "1" + "enabled" "1" + "image" "blog_back" + "scaleImage" "1" + } + } + "PositionLabel" + { + "ControlName" "CExLabel" + "fieldName" "PositionLabel" + "font" "HudFontSmallBold" + "labelText" "%explanationnumber%" + "textAlignment" "center" + "xpos" "0" + "ypos" "95" + "zpos" "-1" + "wide" "300" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "200 80 60 255" + } + "NextButton" + { + "ControlName" "CExImageButton" + "fieldName" "NextButton" + "xpos" "260" + "ypos" "95" + "zpos" "10" + "wide" "30" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "nextexplanation" + + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "200 80 60 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "235 226 202 255" + "image_armedcolor" "255 255 255 255" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "30" + "tall" "30" + "visible" "1" + "enabled" "1" + "image" "blog_forward" + "scaleImage" "1" + } + } + } + + "DeleteButtonExplanation" + { + "ControlName" "CExplanationPopup" + "fieldName" "DeleteButtonExplanation" + "xpos" "0" + "ypos" "0" + "zpos" "10000" + "wide" "250" + "tall" "100" + "visible" "0" + "PaintBackgroundType" "2" + "paintbackground" "0" + "border" "MainMenuHighlightBorder" + + "force_close" "1" + "end_x" "c0" + "end_y" "200" + "end_wide" "300" + "end_tall" "155" + "callout_inparents_x" "c235" + "callout_inparents_y" "423" + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "HudFontSmallBold" + "labelText" "#DiscardDeleteExplanation_Title" + "textAlignment" "north" + "xpos" "20" + "ypos" "10" + "wide" "260" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor_override" "46 43 42 255" + } + + "TextLabel" + { + "ControlName" "CExLabel" + "fieldName" "TextLabel" + "font" "HudFontSmall" + "labelText" "#DiscardDeleteExplanation_Text" + "textAlignment" "north-west" + "xpos" "20" + "ypos" "45" + "wide" "260" + "tall" "85" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor_override" "46 43 42 255" + } + + "CloseButton" + { + "ControlName" "CExImageButton" + "fieldName" "CloseButton" + "xpos" "280" + "ypos" "5" + "zpos" "10" + "wide" "14" + "tall" "14" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "close" + + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "200 80 60 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "117 107 94 255" + "image_armedcolor" "200 80 60 255" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "image" "close_button" + "scaleImage" "1" + } + } + "PrevButton" + { + "ControlName" "CExImageButton" + "fieldName" "PrevButton" + "xpos" "10" + "ypos" "125" + "zpos" "10" + "wide" "30" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "prevexplanation" + + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "200 80 60 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "235 226 202 255" + "image_armedcolor" "255 255 255 255" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "30" + "tall" "30" + "visible" "1" + "enabled" "1" + "image" "blog_back" + "scaleImage" "1" + } + } + "PositionLabel" + { + "ControlName" "CExLabel" + "fieldName" "PositionLabel" + "font" "HudFontSmallBold" + "labelText" "%explanationnumber%" + "textAlignment" "center" + "xpos" "0" + "ypos" "125" + "zpos" "-1" + "wide" "300" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "200 80 60 255" + } + } +} diff --git a/toonhud/resource/ui/econ/itemmodelpanel.res b/toonhud/resource/ui/econ/itemmodelpanel.res new file mode 100644 index 0000000..96ed129 --- /dev/null +++ b/toonhud/resource/ui/econ/itemmodelpanel.res @@ -0,0 +1,320 @@ +"Resource/UI/ItemModelPanel.res" +{ + "mouseoveritempanel" + { + "fieldName" "mouseoveritempanel" + "collection_wide" "500" + "collection_list_xpos" "250" + "is_mouseover" "1" + "text_xpos_collection" "0" + "text_ypos" "15" + "text_forcesize" "0" + "text_xpos" "15" + "text_wide" "270" + //"model_xpos_collection" "77" + //"model_ypos_collection" "20" + //"model_wide_collection" "156" + //"model_tall_collection" "100" + } + + "LoadingSpinner" + { + "ControlName" "ImagePanel" + "fieldName" "LoadingSpinner" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "f0" + "tall" "f0" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "paintborder" "0" + "image" "animated/tf2_logo_hourglass" + "scaleImage" "1" + } + + "MainContentsContainer" + { + "ControlName" "EditablePanel" + "fieldName" "MainContentsContainer" + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "f0" + "visible" "1" + "bgcolor_override" "0 0 0 0" + + "itemmodelpanel" + { + "ControlName" "CEmbeddedItemModelPanel" + "fieldName" "itemmodelpanel" + + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "140" + "tall" "100" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "useparentbg" "1" + + "inset_eq_x" "2" + "inset_eq_y" "2" + + "fov" "54" + "start_framed" "1" + + "disable_manipulation" "1" + + "model" + { + "angles_x" "10" + "angles_y" "130" + "angles_z" "0" + "spotlight" "1" + } + } + + "namelabel" + { + "ControlName" "CExLabel" + "fieldName" "namelabel" + "font" "ItemFontNameLarge" + "xpos" "0" + "ypos" "0" + "zpos" "2" + "wide" "140" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "%itemname%" + "textAlignment" "south" + "fgcolor" "235 226 202 255" + "centerwrap" "1" + } + "attriblabel" + { + "ControlName" "CExLabel" + "fieldName" "attriblabel" + "font" "ItemFontAttribLarge" + "xpos" "0" + "ypos" "30" + "zpos" "2" + "wide" "140" + "tall" "60" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "%attriblist%" + "textAlignment" "south" + "fgcolor" "117 107 94 255" + "centerwrap" "1" + } + + "equippedlabel" + { + "ControlName" "CExLabel" + "fieldName" "equippedlabel" + "font" "DefaultVerySmall" + "xpos" "0" + "ypos" "r11" + "zpos" "2" + "wide" "35" + "tall" "8" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "#ItemPanelEquipped" + "textAlignment" "center" + "fgcolor" "200 80 60 255" + "bgcolor_override" "0 0 0 0" + "PaintBackgroundType" "0" + } + + "paint_icon" + { + "ControlName" "CItemMaterialCustomizationIconPanel" + "fieldName" "paint_icon" + "xpos" "0" + "ypos" "0" + "zpos" "2" + "wide" "12" + "tall" "12" + "visible" "0" + "enabled" "1" + + } + + "quantitylabel" + { + "ControlName" "CExLabel" + "fieldName" "quantitylabel" + "font" "DefaultVerySmall" + "xpos" "4" + "ypos" "4" + "zpos" "2" + "wide" "10" + "tall" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "labelText" "" + "textAlignment" "center" + "fgcolor" "200 80 60 255" + "bgcolor_override" "0 0 0 100" + "PaintBackgroundType" "0" + } + + "serieslabel" + { + "ControlName" "CExLabel" + "fieldName" "serieslabel" + "font" "DefaultVerySmall" + "xpos" "4" + "ypos" "4" + "zpos" "2" + "wide" "14" + "tall" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "labelText" "" + "textAlignment" "center" + "fgcolor" "200 180 60 255" + "bgcolor_override" "0 40 30 255" + "PaintBackgroundType" "0" + } + + "matcheslabel" + { + "ControlName" "CExLabel" + "fieldName" "matcheslabel" + "font" "ItemFontAttribSmall" + "xpos" "4" + "ypos" "4" + "zpos" "2" + "wide" "20" + "tall" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "labelText" "" + "textAlignment" "center" + "fgcolor" "200 180 60 255" + "bgcolor_override" "0 40 30 255" + "PaintBackgroundType" "2" + } + + "vision_restriction_icon" + { + "ControlName" "ImagePanel" + "fieldName" "vision_restriction_icon" + "xpos" "4" + "ypos" "4" + "zpos" "2" + "autoResize" "0" + "pinCorner" "0" + "wide" "12" + "tall" "12" + "visible" "0" + "enabled" "1" + "scaleImage" "1" + } + "is_strange_icon" + { + "ControlName" "ImagePanel" + "fieldName" "is_strange_icon" + "xpos" "4" + "ypos" "4" + "zpos" "2" + "autoResize" "0" + "pinCorner" "0" + "wide" "12" + "tall" "12" + "visible" "0" + "enabled" "1" + "scaleImage" "1" + } + "is_unusual_icon" + { + "ControlName" "ImagePanel" + "fieldName" "is_unusual_icon" + "xpos" "4" + "ypos" "4" + "zpos" "2" + "autoResize" "0" + "pinCorner" "0" + "wide" "12" + "tall" "12" + "visible" "0" + "enabled" "1" + "scaleImage" "1" + } + + "is_loaner_icon" + { + "ControlName" "ImagePanel" + "fieldName" "is_loaner_icon" + "xpos" "4" + "ypos" "4" + "zpos" "2" + "autoResize" "0" + "pinCorner" "0" + "wide" "12" + "tall" "12" + "visible" "0" + "enabled" "1" + "scaleImage" "1" + } + + "contained_item_panel" + { + "ControlName" "CItemModelPanel" + "xpos" "32" + "ypos" "20" + "zpos" "4" + "wide" "18" + "tall" "18" + "visible" "0" + "bgcolor_override" "0 0 0 200" + "noitem_textcolor" "117 107 94 255" + "PaintBackgroundType" "2" + "paintborder" "0" + "useparentbg" "0" + + "enabled" "1" + + "model_xpos" "1" + "model_ypos" "1" + "model_wide" "16" + "model_tall" "16" + "text_ypos" "60" + "text_center" "1" + "model_only" "1" + + "inset_eq_x" "2" + "inset_eq_y" "2" + + "itemmodelpanel" + { + "use_item_rendertarget" "0" + "allow_rot" "0" + } + + "use_item_sounds" "1" + } + } + + +} diff --git a/toonhud/resource/ui/econ/itempickuppanel.res b/toonhud/resource/ui/econ/itempickuppanel.res new file mode 100644 index 0000000..970ff8a --- /dev/null +++ b/toonhud/resource/ui/econ/itempickuppanel.res @@ -0,0 +1,395 @@ +"Resource/UI/ItemPickupPanel.res" +{ + "item_pickup" + { + "ControlName" "Frame" + "fieldName" "item_pickup" + "xpos" "0" + "ypos" "0" + "zpos" "10000" + "wide" "f0" + "tall" "480" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "settitlebarvisible" "0" + "PaintBackgroundType" "0" + "bgcolor_override" "G_MenuBg" + "infocus_bgcolor_override" "G_MenuBg" + "outoffocus_bgcolor_override" "G_MenuBg" + + "modelpanels_spacing" "40" + "modelpanels_width" "500" + "modelpanels_height" "260" + "modelpanels_ypos" "110" + + "modelpanelskv" + { + "PaintBackgroundType" "0" + "paintborder" "0" + "border" "NoBorder" + "paintbackground" "0" + "bgcolor_override" "0 0 0 0" + + "model_xpos" "0" + "model_center_y" "1" + "model_tall" "160" + "model_wide" "240" + + "text_forcesize" "1" + "text_xpos" "250" + "text_wide" "225" + "text_center" "1" + "is_mouseover" "1" + "hide_collection_panel" "1" + + "itemmodelpanel" + { + "use_item_rendertarget" "0" + "inventory_image_type" "1" + } + } + } + + "classimageoutline" + { + "ControlName" "EditablePanel" + "fieldName" "classimageoutline" + "xpos" "c207" + "ypos" "115" + "zpos" "6" + "wide" "36" + "tall" "36" + "visible" "1" + "bgcolor_override" "0 0 0 255" + } + + "classimage" + { + "ControlName" "ImagePanel" + "fieldName" "classimage" + "xpos" "c210" + "ypos" "118" + "zpos" "7" + "wide" "30" + "tall" "30" + "visible" "1" + "enabled" "1" + "image" "achievements/tf_medic_heal_grind" + "scaleImage" "1" + } + + "ItemsFoundLabel" + { + "ControlName" "CExLabel" + "fieldName" "ItemsFoundLabel" + "font" "HudFontMediumBigBold" + "labelText" "#NewItemsAcquired" + "textAlignment" "center" + "xpos" "0" + "ypos" "30" + "zpos" "1" + "wide" "f0" + "tall" "35" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor" "G_MenuText" + } + + "SelectedItemFoundMethodLabel" + { + "ControlName" "CExLabel" + "fieldName" "SelectedItemFoundMethodLabel" + "font" "HudFontMediumSmallBold" + "labelText" "" + "textAlignment" "center" + "xpos" "0" + "ypos" "60" + "zpos" "1" + "wide" "f0" + "tall" "35" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor" "G_MenuText" + } + + "ItemCountLabel" + { + "ControlName" "CExLabel" + "fieldName" "ItemCountLabel" + "font" "HudFontSmallestBold" + "labelText" "#Item" + "textAlignment" "north-west" + "xpos" "c-245" + "ypos" "115" + "zpos" "5" + "wide" "100" + "tall" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor" "G_MenuText" + } + "SelectedItemNumberLabel" + { + "ControlName" "CExLabel" + "fieldName" "SelectedItemNumberLabel" + "font" "HudFontMediumBigBold" + "labelText" "#SelectedItemNumber" + "textAlignment" "north-west" + "xpos" "c-245" + "ypos" "120" + "zpos" "5" + "wide" "120" + "tall" "40" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor" "G_MenuText" + } + + "NextButton" + { + "ControlName" "CExButton" + "fieldName" "NextButton" + "xpos" "c195" + "ypos" "350" + "zpos" "1" + "wide" "70" + "tall" "30" + "autoResize" "0" + "pinCorner" "2" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#NextItem" + "font" "HudFontSmallestBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "Command" "nextitem" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + "PrevButton" + { + "ControlName" "CExButton" + "fieldName" "PrevButton" + "xpos" "c-265" + "ypos" "350" + "zpos" "1" + "wide" "70" + "tall" "30" + "autoResize" "0" + "pinCorner" "2" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#PreviousItem" + "font" "HudFontSmallestBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "Command" "previtem" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + + "CloseButton" + { + "ControlName" "CExButton" + "fieldName" "CloseButton" + "xpos" "c50" + "ypos" "420" + "zpos" "6" + "wide" "250" + "tall" "30" + "autoResize" "0" + "pinCorner" "2" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#CloseItemPanel" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "Command" "vguicancel" + "default" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + "OpenLoadoutButton" + { + "ControlName" "CExButton" + "fieldName" "OpenLoadoutButton" + "xpos" "c-300" + "ypos" "420" + "zpos" "6" + "wide" "250" + "tall" "30" + "autoResize" "0" + "pinCorner" "2" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "%loadouttext%" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "Command" "changeloadout" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + + "DiscardButton" + { + "ControlName" "CExImageButton" + "fieldName" "DiscardButton" + "xpos" "c210" + "ypos" "155" + "zpos" "10" + "wide" "30" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "Command" "discarditem" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "defaultBgColor_override" "117 107 94 255" + "armedBgColor_override" "145 73 59 255" + "depressedBgColor_override" "117 107 94 255" + + "image_drawcolor" "235 226 202 255" + "image_armedcolor" "235 226 202 255" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "cs-0.5" + "ypos" "cs-0.5" + "zpos" "1" + "wide" "p1" + "tall" "p1" + "visible" "1" + "enabled" "1" + "image" "icon_trash_on" + "scaleImage" "1" + "paintbackgroundtype" "0" + "proportionaltoparent" "1" + } + } + "DiscardButtonTooltip" + { + "ControlName" "EditablePanel" + "fieldName" "DiscardButtonTooltip" + "xpos" "c175" + "ypos" "186" + "zpos" "11" + "wide" "100" + "tall" "50" + "visible" "0" + "PaintBackgroundType" "2" + "border" "MainMenuBGBorder" + + "TipLabel" + { + "ControlName" "CExLabel" + "fieldName" "TipLabel" + "font" "HudFontSmallestBold" + "labelText" "#DiscardItem" + "textAlignment" "center" + "xpos" "12" + "ypos" "0" + "wide" "80" + "tall" "50" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "235 226 202 255" + "wrap" "1" + "centerwrap" "1" + } + } + "DiscardedLabel" + { + "ControlName" "CExLabel" + "fieldName" "DiscardedLabel" + "font" "HudFontMediumBold" + "labelText" "#Discarded" + "textAlignment" "center" + "xpos" "c-215" + "ypos" "210" + "zpos" "5" + "wide" "420" + "tall" "60" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "200 80 60 255" + "bgcolor_override" "G_MenuBg" + } + + "ScoreEntry" + { + "ControlName" "TextEntry" + "fieldName" "ScoreEntry" + "xpos" "c-100" + "ypos" "380" + "wide" "200" + "tall" "16" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "0" + "tabPosition" "0" + "textHidden" "0" + "editable" "1" + "maxchars" "5" + "NumericInputOnly" "0" + "unicode" "0" + "wrap" "0" + "fgcolor_override" "235 226 202 255" + "bgcolor_override" "0 0 0 255" + "labelText" "Enter Score Here" + "textAlignment" "center" + } + + "Wall" + { + "ControlName" "EditablePanel" + "fieldName" "Wall" + "xpos" "0" + "ypos" "101" + "zpos" "-5" + "wide" "f0" + "tall" "280" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "paintbackground" "1" + "bgcolor_override" "G_MenuShader" + } +} diff --git a/toonhud/resource/ui/econ/messageboxdialog.res b/toonhud/resource/ui/econ/messageboxdialog.res new file mode 100644 index 0000000..f7b4ae7 --- /dev/null +++ b/toonhud/resource/ui/econ/messageboxdialog.res @@ -0,0 +1,110 @@ +"Resource/UI/MessageBoxDialog.res" +{ + "Borders" + { + "ControlName" "EditablePanel" + "fieldName" "Borders" + "xpos" "0" + "ypos" "0" + "zpos" "100" + "wide" "300" + "tall" "230" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "mouseinputenabled" "0" + "PaintBackgroundType" "0" + "paintbackground" "0" + "paintborder" "1" + "border" "G_MenuBorder" + } + "ConfirmDialog" + { + "ControlName" "Frame" + "fieldName" "ConfirmDialog" + "xpos" "c-150" + "ypos" "140" + "wide" "300" + "tall" "230" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "settitlebarvisible" "0" + "PaintBackgroundType" "0" + "paintbackground" "1" + "paintborder" "0" + "bgcolor_override" "G_MenuBg" + } + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "EconFontMedium" + "labelText" "#ConfirmTitle" + "textAlignment" "north" + "xpos" "0" + "ypos" "15" + "zpos" "1" + "wide" "300" + "tall" "30" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + + "ExplanationLabel" + { + "ControlName" "CExLabel" + "fieldName" "ExplanationLabel" + "font" "EconFontSmall" + "labelText" "%text%" + "textAlignment" "north" + "xpos" "10" + "ypos" "50" + "zpos" "1" + "wide" "280" + "tall" "170" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "centerwrap" "1" + "fgcolor_override" "200 80 60 255" + } + + "ConfirmButton" + { + "ControlName" "CExButton" + "fieldName" "ConfirmButton" + "xpos" "62" + "ypos" "190" + "zpos" "20" + "wide" "175" + "tall" "25" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#ConfirmButtonText" + "font" "EconFontSmall" + "textAlignment" "center" + "textinsetx" "50" + "dulltext" "0" + "brighttext" "0" + "Command" "confirm" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "border_default" "Econ.Button.Border.Default" + "border_armed" "Econ.Button.Border.Armed" + "armedBgColor_override" "Econ.Button.ArmedBgColor" + "armedFgColor_override" "Econ.Button.ArmedFgColor" + "depressedBgColor_override" "Econ.Button.DepressedBgColor" + "depressedFgColor_override" "Econ.Button.DepressedFgColor" + } +} diff --git a/toonhud/resource/ui/econ/notificationspresentpanel.res b/toonhud/resource/ui/econ/notificationspresentpanel.res new file mode 100644 index 0000000..b59fbd1 --- /dev/null +++ b/toonhud/resource/ui/econ/notificationspresentpanel.res @@ -0,0 +1,37 @@ +"Resource/UI/NotificationsPresentPanel.res" +{ + "NotificationsPresentPanel" + { + "ControlName" "CNotificationsPresentPanel" + "fieldName" "NotificationsPresentPanel" + "xpos" "c170" + "ypos" "15" + "zpos" "10000" + "wide" "140" + "tall" "25" + "visible" "0" + "enabled" "1" + "border" "G_TargetBorder" + "bgcolor_override" "G_PanelBg" + } + + "TextLabel" + { + "ControlName" "CExLabel" + "fieldName" "TextLabel" + "fgcolor" "G_White" + "xpos" "cs-0.5" + "ypos" "2" + "zpos" "2" + "wide" "f10" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "0" + "labelText" "#Notifications_Present" + "textAlignment" "center" + "font" "DefaultVerySmall" + } +} \ No newline at end of file diff --git a/toonhud/resource/ui/econ/notificationtoastcontainer.res b/toonhud/resource/ui/econ/notificationtoastcontainer.res new file mode 100644 index 0000000..0455635 --- /dev/null +++ b/toonhud/resource/ui/econ/notificationtoastcontainer.res @@ -0,0 +1,41 @@ +"Resource/UI/NotificationToastContainer.res" +{ + "NotificationToastContainer" + { + "ControlName" "CNotificationToastControl" + "fieldName" "NotificationToastContainer" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "100" + "tall" "50" + "visible" "1" + "enabled" "1" + "border" "G_TargetBorder" + "bgcolor_override" "G_PanelBg" + } + + + "HelpTextLabel" + { + "ControlName" "CExLabel" + "fieldName" "HelpTextLabel" + "fgcolor" "RedSolid" + "xpos" "5" + "ypos" "0" + "zpos" "2" + "wide" "90" + "tall" "38" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "labelText" "" + "textAlignment" "North" + "font" "DefaultVerySmall" + "textinsetx" "2" + "textinsety" "7" + } + +} diff --git a/toonhud/resource/ui/econ/notificationtoastcontrol.res b/toonhud/resource/ui/econ/notificationtoastcontrol.res new file mode 100644 index 0000000..df00dba --- /dev/null +++ b/toonhud/resource/ui/econ/notificationtoastcontrol.res @@ -0,0 +1,237 @@ +"Resource/UI/NotificationToastControl.res" +{ + "NotificationToastControl" + { + "ControlName" "CNotificationToastControl" + "fieldName" "NotificationToastControl" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "190" + "tall" "30" + "visible" "1" + "enabled" "1" + "border" "ButtonBorder" + "if_high_priority" + { + "border" "NotificationHighPriority" + } + "paintborder" "1" + "paintbackground" "1" + "PaintBackgroundType" "0" + "defaultbgcolor_override" "200 200 200 255" + "bgcolor_override" "200 200 200 255" + } + + "DeleteButton" + { + "ControlName" "CExImageButton" + "fieldName" "DeleteButton" + "xpos" "165" + "ypos" "5" + "zpos" "10" + "wide" "20" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "delete" + + "border_default" "MainMenuMiniButtonDefault" + "border_armed" "MainMenuMiniButtonArmed" + "paintbackground" "0" + + "defaultFgColor_override" "G_ButtonText" + "armedFgColor_override" "G_ButtonHoverText" + "depressedFgColor_override" "G_ButtonHoverText" + + "image_drawcolor" "238 54 36 255" + "image_armedcolor" "200 80 60 255" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "2" + "ypos" "2" + "zpos" "1" + "wide" "16" + "tall" "16" + "visible" "1" + "enabled" "1" + "image" "glyph_close_X" + "scaleImage" "1" + } + } + + "TriggerButton" + { + "ControlName" "CExImageButton" + "fieldName" "TriggerButton" + "xpos" "144" + "if_one_button" + { + "xpos" "165" + } + "ypos" "5" + "zpos" "10" + "wide" "20" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallestBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "trigger" + + "border_default" "MainMenuMiniButtonDefault" + "border_armed" "MainMenuMiniButtonArmed" + "paintbackground" "0" + + "defaultFgColor_override" "G_ButtonText" + "armedFgColor_override" "G_ButtonHoverText" + "depressedFgColor_override" "G_ButtonHoverText" + + "image_drawcolor" "255 255 255 255" + "image_armedcolor" "200 80 60 255" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "2" + "ypos" "2" + "zpos" "1" + "wide" "16" + "tall" "16" + "visible" "1" + "enabled" "1" + "image" "glyph_view" + "scaleImage" "1" + } + } + + "AcceptButton" + { + "ControlName" "CExImageButton" + "fieldName" "AcceptButton" + "xpos" "144" + "if_one_button" + { + "xpos" "165" + } + "ypos" "5" + "zpos" "10" + "wide" "20" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallestBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "accept" + + "border_default" "MainMenuMiniButtonDefault" + "border_armed" "MainMenuMiniButtonArmed" + "paintbackground" "0" + + "defaultFgColor_override" "G_ButtonText" + "armedFgColor_override" "G_ButtonHoverText" + "depressedFgColor_override" "G_ButtonHoverText" + + "image_drawcolor" "255 255 255 255" + "image_armedcolor" "200 80 60 255" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "2" + "ypos" "2" + "zpos" "1" + "wide" "16" + "tall" "16" + "visible" "1" + "enabled" "1" + "image" "glyph_view" + "scaleImage" "1" + } + } + + "DeclineButton" + { + "ControlName" "CExImageButton" + "fieldName" "DeclineButton" + "xpos" "165" + "ypos" "5" + "zpos" "10" + "wide" "20" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallestBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "decline" + + "border_default" "MainMenuMiniButtonDefault" + "border_armed" "MainMenuMiniButtonArmed" + "paintbackground" "0" + + "defaultFgColor_override" "G_ButtonText" + "armedFgColor_override" "G_ButtonHoverText" + "depressedFgColor_override" "G_ButtonHoverText" + + "image_drawcolor" "238 54 36 255" + "image_armedcolor" "200 80 60 255" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "2" + "ypos" "2" + "zpos" "1" + "wide" "16" + "tall" "16" + "visible" "1" + "enabled" "1" + "image" "glyph_close_X" + "scaleImage" "1" + } + } +} diff --git a/toonhud/resource/ui/econ/questlogpanel.res b/toonhud/resource/ui/econ/questlogpanel.res new file mode 100644 index 0000000..367f733 --- /dev/null +++ b/toonhud/resource/ui/econ/questlogpanel.res @@ -0,0 +1,446 @@ +"Resource/UI/econ/QuestLogPanel.res" +{ + "QuestLog" + { + "ControlName" "CQuestLogPanel" + "fieldName" "QuestLog" + "xpos" "r350" + "ypos" "55" + "zpos" "1" + "wide" "300" + "tall" "323" + "visible" "0" + "enabled" "1" + "proportionaltoparent" "1" + } + + "mouseoveritempanel" + { + "ControlName" "CItemModelPanel" + "fieldName" "mouseoveritempanel" + "xpos" "0" + "ypos" "0" + "zpos" "1000" + "wide" "300" + "tall" "300" + "visible" "0" + "bgcolor_override" "0 0 0 0" + "noitem_textcolor" "117 107 94 255" + "PaintBackgroundType" "2" + "paintborder" "1" + "border" "MainMenuBGBorder" + + "text_ypos" "20" + "text_center" "1" + "model_hide" "1" + "resize_to_text" "1" + "padding_height" "15" + "attrib_only" "1" + + "attriblabel" + { + "font" "ItemFontAttribLarge" + "xpos" "0" + "ypos" "30" + "zpos" "2" + "wide" "140" + "tall" "60" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "%attriblist%" + "textAlignment" "center" + "fgcolor" "117 107 94 255" + "centerwrap" "1" + } + } + + "TooltipPanel" + { + "ControlName" "EditablePanel" + "fieldName" "TooltipPanel" + "xpos" "0" + "ypos" "0" + "zpos" "10000" + "wide" "200" + "tall" "100" + "visible" "0" + "PaintBackgroundType" "2" + "border" "MainMenuBGBorder" + + "TipLabel" + { + "ControlName" "CExLabel" + "fieldName" "TipLabel" + "font" "HudFontSmallest" + "labelText" "%tiptext%" + "textAlignment" "center" + "xpos" "20" + "ypos" "10" + "zpos" "2" + "wide" "100" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "235 226 202 255" + "wrap" "1" + "centerwrap" "1" + } + } + + "MainContainer" + { + "ControlName" "EditablePanel" + "fieldName" "MainContainer" + "xpos" "0" + "ypos" "0" + "zpos" "10" + "wide" "f0" + "tall" "f0" + "proportionaltoparent" "1" + "visible" "1" + "enabled" "1" + "border" "SharpWhiteContainer" + + "UpperLine" + { + "ControlName" "EditablePanel" + "fieldName" "UpperLine" + "xpos" "cs-0.5" + "ypos" "40" + "zpos" "50" + "wide" "0" + "tall" "0" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "0" + "tabPosition" "0" + "bgcolor_override" "255 255 255 252" + "proportionaltoparent" "1" + } + + "QuestLogTitleBg" + { + "ControlName" "EditablePanel" + "fieldName" "QuestLogTitleBg" + "xpos" "0" + "ypos" "0" + "zpos" "2" + "wide" "300" + "tall" "24" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "paintborder" "1" + "border" "SharpBrownContainer" + } + + "QuestLogTitle" + { + "ControlName" "CExLabel" + "fieldName" "QuestLogTitle" + "font" "HudFontSmallBold" + "labelText" "#QuestLog_Title" + "textAlignment" "west" + "textinsetx" "15" + "xpos" "0" + "ypos" "0" + "zpos" "3" + "wide" "300" + "tall" "24" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "0" + "fgcolor" "245 240 230 255" + } + + "CloseButton" + { + "ControlName" "CExImageButton" + "fieldName" "CloseButton" + "xpos" "281" + "ypos" "5" + "zpos" "10" + "wide" "14" + "tall" "14" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "close" + "actionsignallevel" "2" + + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "200 80 60 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "115 100 55 255" + "image_armedcolor" "100 85 50 255" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "image" "close_button" + "scaleImage" "1" + } + } + + "QuestList" + { + "ControlName" "CScrollableQuestList" + "fieldName" "QuestList" + "xpos" "5" + "ypos" "29" + "zpos" "10" + "wide" "290" + "tall" "o1" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + + "entry_step" "10" + "entry_y" "10" + + "no_quests" "#QuestLog_NoQuests" + "need_a_pass" "#QuestLog_NeedPassForContracts" + "not_possible" "#QuestLog_NoContractsPossible" + } + } + + "ProgressPanel" + { + "ControlName" "EditablePanel" + "fieldName" "ProgressPanel" + "xpos" "cs-0.5" + "ypos" "p.9" + "zpos" "50" + "wide" "p0.95" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "tabPosition" "0" + "bgcolor_override" "0 0 0 0" + "proportionaltoparent" "1" + + "CoinModelPanel" + { + "ControlName" "CItemModelPanel" + "fieldName" "CoinModelPanel" + "xpos" "0" + "ypos" "cs-0.5" + "zpos" "2" + "wide" "30" + "tall" "30" + "visible" "1" + "PaintBackgroundType" "0" + "paintborder" "0" + "proportionaltoparent" "1" + + "model_xpos" "0" + "model_ypos" "5" + "model_wide" "30" + "model_tall" "20" + "name_only" "0" + "attrib_only" "0" + "model_only" "1" + "paint_icon_hide" "0" + "hide_modifier_icons" "1" + + "text_ypos" "10" + + "itemmodelpanel" + { + "inventory_image_type" "1" + "allow_rot" "0" + } + } + + "BadgeProgressLabel" + { + "ControlName" "CExLabel" + "fieldName" "BadgeProgressLabel" + "font" "AdFont_AdText" + "labelText" "#QuestLog_BadgeProgress" + "textAlignment" "west" + "xpos" "p.15" + "ypos" "0" + "zpos" "2" + "wide" "100" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "0" + "proportionaltoparent" "1" + "fgcolor" "TanLight" + } + + "BadgeMeterContainer" + { + "ControlName" "EditablePanel" + "fieldName" "BadgeMeterContainer" + "xpos" "p.15" + "ypos" "p.5" + "zpos" "2" + "wide" "100" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "bgcolor_override" "235 226 202 255" // tanlight + "proportionaltoparent" "1" + + "BadgeProgressMeter" + { + "ControlName" "ContinuousProgressBar" + "fieldName" "BadgeProgressMeter" + "xpos" "1" + "ypos" "1" + "zpos" "2" + "wide" "98" + "tall" "13" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "dulltext" "0" + "brighttext" "0" + "proportionaltoparent" "1" + "fgcolor_override" "132 76 0 255" + "bgcolor_override" "0 0 0 255" + } + + "BadgeProgressMeterText" + { + "ControlName" "CExLabel" + "fieldName" "BadgeProgressMeterText" + "font" "AdFont_AdText" + "labelText" "" + "textAlignment" "center" + "xpos" "0" + "ypos" "0" + "zpos" "3" + "wide" "f0" + "tall" "f0" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "0" + "proportionaltoparent" "1" + "fgcolor" "TanLight" + } + } + + "ContractsCompletedLabel" + { + "ControlName" "CExLabel" + "fieldName" "ContractsCompletedLabel" + "font" "AdFont_AdText" + "labelText" "#QuestLog_ContractsCompleted" + "textAlignment" "west" + "xpos" "p.57" + "ypos" "0" + "zpos" "2" + "wide" "100" + "tall" "p.45" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "0" + "proportionaltoparent" "1" + "fgcolor" "TanLight" + } + + "ContractMeterContainer" + { + "ControlName" "EditablePanel" + "fieldName" "ContractMeterContainer" + "xpos" "p.57" + "ypos" "p.5" + "zpos" "2" + "wide" "100" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "bgcolor_override" "235 226 202 255" // tanlight + "proportionaltoparent" "1" + + "ContractsCompletedProgressMeter" + { + "ControlName" "ContinuousProgressBar" + "fieldName" "ContractsCompletedProgressMeter" + "xpos" "1" + "ypos" "1" + "zpos" "2" + "wide" "98" + "tall" "13" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "dulltext" "0" + "brighttext" "0" + "proportionaltoparent" "1" + "fgcolor_override" "132 76 0 255" + "bgcolor_override" "0 0 0 255" + } + + "ContractsCompletedProgressMeterText" + { + "ControlName" "CExLabel" + "fieldName" "ContractsCompletedProgressMeterText" + "font" "AdFont_AdText" + "labelText" "" + "textAlignment" "center" + "xpos" "0" + "ypos" "0" + "zpos" "3" + "wide" "f0" + "tall" "f0" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "0" + "proportionaltoparent" "1" + "fgcolor" "TanLight" + } + } + } +} diff --git a/toonhud/resource/ui/econ/questlogpanel_halloween.res b/toonhud/resource/ui/econ/questlogpanel_halloween.res new file mode 100644 index 0000000..750ab8b --- /dev/null +++ b/toonhud/resource/ui/econ/questlogpanel_halloween.res @@ -0,0 +1,38 @@ +#base QuestLogPanel.res + +"Resource/UI/econ/QuestLogPanel.res" +{ + "QuestLog" + { + "ControlName" "CQuestLogPanel" + "fieldName" "QuestLog" + "xpos" "r350" + "ypos" "55" + "zpos" "1" + "wide" "300" + "tall" "350" + "visible" "0" + "enabled" "1" + "proportionaltoparent" "1" + } + + + "MainContainer" + { + "border" "SharpBlackContainer" + + "QuestLogTitle" + { + "font" "HudFontSmallBold" + "labelText" "#QuestLog_Title_Halloween" + "fgcolor" "245 240 230 255" + } + + "QuestList" + { + "no_quests" "#QuestLog_NoQuests_Halloween" + "need_a_pass" "#QuestLog_NeedPassForContracts_Halloween" + "not_possible" "#QuestLog_NoContractsPossible_Halloween" + } + } +} diff --git a/toonhud/resource/ui/econ/store/v2/storehome_base.res b/toonhud/resource/ui/econ/store/v2/storehome_base.res new file mode 100644 index 0000000..894fb8c --- /dev/null +++ b/toonhud/resource/ui/econ/store/v2/storehome_base.res @@ -0,0 +1,598 @@ +"Resource/UI/StoreHome_Base.res" +{ + "StorePage" + { + "ControlName" "Frame" + "fieldName" "StorePage" + "xpos" "0" + "ypos" "40" + "wide" "f0" + "tall" "480" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "tabPosition" "0" + "settitlebarvisible" "0" + "PaintBackgroundType" "0" + "bgcolor_override" "G_MenuBg" + "infocus_bgcolor_override" "46 43 42 255" + "outoffocus_bgcolor_override" "46 43 42 255" + + "item_controls_xoffset" "2" + "item_controls_yoffset" "2" + + "max_cart_model_panels" "8" + + "item_ypos" "90" + "item_mod_wide" "40" + + "item_panels" "12" + "item_columns" "4" + "item_offcenter_x" "-230" + "item_xdelta" "8" + "item_ydelta" "8" + + "item_backdrop_zpos" "1" + "show_item_backdrop" "1" + "item_backdrop_color" "24 22 20 255" + "item_backdrop_left_margin" "11" + "item_backdrop_right_margin" "11" + "item_backdrop_top_margin" "9" + "item_backdrop_bottom_margin" "42" + "item_backdrop_paintbackgroundtype" "2" + + "item_backdrop_zpos" "1" + + "item_panel_bgcolor" "51 47 46 255" + "item_panel_bgcolor_mouseover" "156 146 128 255" + "item_panel_bgcolor_selected" "176 166 148 255" + + "classicon_xdelta" "5" + + "modelpanels_kv" + { + "ControlName" "CItemModelPanel" + "xpos" "c-70" + "ypos" "270" + "zpos" "5" + "wide" "111" + "tall" "62" + "visible" "0" + "bgcolor_override" "0 0 0 255" + "noitem_textcolor" "117 107 94 255" + "PaintBackgroundType" "2" + "paintborder" "0" + + "model_xpos" "24" + "model_ypos" "6" + "model_wide" "71" + "model_tall" "47" + "text_wide" "140" + "text_xpos" "0" + "text_ypos" "80" + "text_center" "0" + "name_only" "1" + "resize_to_text" "0" + "name_label_alignment" "3" + + "inset_eq_x" "2" + "inset_eq_y" "2" + + "itemmodelpanel" + { + "use_item_rendertarget" "0" + "allow_rot" "0" + "inventory_image_type" "1" + } + + "use_item_sounds" "1" + } + + "modelpanel_labels_kv" + { + "font" "HudFontSmallestBold" + "textAlignment" "north-east" + "xpos" "c-61" + "ypos" "32" + "zpos" "15" + "wide" "16" + "tall" "10" + "autoResize" "1" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + + "use_item_sounds" "1" + } + + "cart_modelpanels_kv" + { + "ControlName" "CItemModelPanel" + "xpos" "c-70" + "ypos" "270" + "zpos" "13" + "wide" "32" + "tall" "25" + "visible" "0" + "bgcolor_override" "0 0 0 255" + "noitem_textcolor" "117 107 94 255" + "PaintBackgroundType" "2" + "paintborder" "0" + + "model_xpos" "2" + "model_ypos" "2" + "model_wide" "28" + "model_tall" "21" + "text_ypos" "60" + "text_center" "1" + "name_only" "1" + + "inset_eq_x" "2" + "inset_eq_y" "2" + + "itemmodelpanel" + { + "use_item_rendertarget" "0" + "allow_rot" "0" + } + + "use_item_sounds" "1" + } + + "cart_labels_kv" + { + "font" "HudFontSmallestBold" + "textAlignment" "north-east" + "xpos" "c-61" + "ypos" "32" + "zpos" "15" + "wide" "16" + "tall" "10" + "autoResize" "1" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "use_item_sounds" "1" + } + } + + "mouseoveritempanel" + { + "ControlName" "CItemModelPanel" + "fieldName" "mouseoveritempanel" + "xpos" "c-70" + "ypos" "270" + "zpos" "100" + "wide" "300" + "tall" "300" + "visible" "0" + "bgcolor_override" "0 0 0 0" + "noitem_textcolor" "117 107 94 255" + "PaintBackgroundType" "2" + "paintborder" "1" + + "text_ypos" "20" + "text_center" "1" + "model_hide" "1" + "resize_to_text" "1" + "padding_height" "15" + + "attriblabel" + { + "font" "ItemFontAttribLarge" + "xpos" "0" + "ypos" "30" + "zpos" "2" + "wide" "140" + "tall" "60" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "%attriblist%" + "textAlignment" "center" + "fgcolor" "117 107 94 255" + "centerwrap" "1" + } + } + + "SaxtonBackgroundPanel" + { + "ControlName" "EditablePanel" + "fieldName" "SaxtonBackgroundPanel" + "xpos" "c-415" + "ypos" "10" + "zpos" "-1" + "wide" "300" + "tall" "300" + "visible" "1" + "enabled" "1" + + "MannCoImage" + { + "ControlName" "ImagePanel" + "fieldName" "MannCoImage" + "xpos" "15" + "ypos" "0" + "zpos" "0" + "wide" "420" + "tall" "220" + "visible" "0" + "enabled" "1" + "image" "store/saxton_welcome" + "scaleImage" "1" + } + } + + "StoreBackgroundPanel" + { + "ControlName" "EditablePanel" + "fieldName" "StoreBackgroundPanel" + "xpos" "0" + "ypos" "0" + "zpos" "-1" + "wide" "f0" + "tall" "f0" + "visible" "1" + "enabled" "1" + "proportiontoparent" "1" + + "StoreBackgroundImage" + { + "ControlName" "ScalableImagePanel" + "fieldName" "StoreBackgroundImage" + "xpos" "0" + "ypos" "0" + "zpos" "0" + "wide" "f0" + "tall" "f0" + "visible" "1" + "enable" "1" + "image" "store/store_bg001" + "scale_image" "1" + "proportiontoparent" "1" + } + } + + "ReloadSchemeButton" + { + "ControlName" "CExButton" + "fieldName" "ReloadSchemeButton" + "xpos" "c-400" + "ypos" "350" + "zpos" "25" + "wide" "100" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "tabPosition" "0" + "labelText" "RELOADSCHEME" + "font" "HudFontSmallestBold" + "textAlignment" "center" + "textinsetx" "50" + "dulltext" "0" + "brighttext" "0" + "Command" "reloadscheme" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + + "ItemCategoryTabs" + { + "ControlName" "CNavigationPanel" + "fieldName" "ItemCategoryTabs" + "xpos" "c-230" + "ypos" "58" + "zpos" "0" + "wide" "430" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + + "auto_scale" "1" + "auto_layout" "1" + "selected_button_default" "0" + "auto_layout_horizontal_buffer" "9" + "display_vertically" "0" + + "ButtonSettings" + { + "wide" "100" + "tall" "30" + "textinsety" "-5" + "autoResize" "0" + "pinCorner" "2" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "textAlignment" "center" + "scaleImage" "1" + "font" "HudFontSmallestBold" + + "fgcolor" "124 114 99 255" + "defaultBgColor_override" "38 35 33 255" + "defaultFgColor_override" "124 114 99 255" + "armedBgColor_override" "30 30 30 255" + "armedFgColor_override" "124 114 99 255" + "selectedBgColor_override" "10 10 10 255" + "selectedFgColor_override" "235 227 203 255" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "sound_armed" "UI/buttonrollover.wav" + + "paintbackground" "1" + "paintborder" "1" + + "border" "ButtonBorder" + + "stayselectedonclick" "1" + "keyboardinputenabled" "0" + } + } + + "PrevPageButton" + { + "ControlName" "CExButton" + "fieldName" "PrevPageButton" + "xpos" "c130" + "ypos" "303" + "zpos" "5" + "wide" "20" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "tabPosition" "0" + "labelText" "<" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "Command" "prevpage" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + + "CurPageLabel" + { + "ControlName" "CExLabel" + "fieldName" "CurPageLabel" + "font" "HudFontSmallBold" + "labelText" "%backpackpage%" + "textAlignment" "center" + "xpos" "c160" + "ypos" "303" + "zpos" "5" + "wide" "40" + "tall" "20" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "200 80 60 255" + } + + "NextPageButton" + { + "ControlName" "CExButton" + "fieldName" "NextPageButton" + "xpos" "c210" + "ypos" "303" + "zpos" "5" + "wide" "20" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "tabPosition" "0" + "labelText" ">" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "Command" "nextpage" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + + "BackpackSpaceLabel" + { + "ControlName" "CExLabel" + "fieldName" "BackpackSpaceLabel" + "font" "HudFontSmallestBold" + "labelText" "%freebackpackspace%" + "textAlignment" "west" + "xpos" "c-237" + "ypos" "333" + "zpos" "10" + "wide" "160" + "tall" "20" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + + "CartButton" + { + "ControlName" "CExButton" + "fieldName" "CartButton" + "font" "HudFontSmallBold" + "labelText" "%storecart%" + "textAlignment" "east" + "xpos" "c-238" + "ypos" "355" + "zpos" "12" + "wide" "56" + "tall" "24" + "visible" "1" + "enabled" "1" + "PaintBackgroundType" "2" + "textinsetx" "15" + + "Command" "viewcart" + "font" "HudFontSmallBold" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + + "CartImage" + { + "ControlName" "ImagePanel" + "fieldName" "CartImage" + "xpos" "c-233" + "ypos" "358" + "zpos" "13" + "wide" "24" + "tall" "20" + "visible" "1" + "enabled" "1" + "image" "store_cart" + "scaleImage" "1" + } + + "BrowseTheStoreButton" + { + "ControlName" "CExButton" + "fieldName" "BrowseTheStoreButton" + "xpos" "c-365" + "ypos" "355" + "zpos" "2" + "wide" "160" + "tall" "23" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "tabPosition" "0" + "labelText" "#Store_BrowseTheStore" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "Command" "startshopping" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + + "MarketPlaceButton" + { + "ControlName" "CExButton" + "fieldName" "MarketPlaceButton" + "xpos" "c-230" + "ypos" "301" + "zpos" "2" + "wide" "170" + "tall" "24" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#Store_MarketPlace" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "Command" "marketplace" + "paintbackground" "1" + "defaultBgColor_override" "46 43 42 255" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "HudFontSmallest" + "labelText" "" + "textAlignment" "west" + "xpos" "c-45" + "ypos" "c-230" + "zpos" "100" + "wide" "350" + "tall" "20" + "autoResize" "1" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + } + + "HomePageLabelContainer" + { + "ControlName" "EditablePanel" + "fieldName" "HomePageLabelContainer" + "xpos" "c-295" + "ypos" "54" + "zpos" "5" + "wide" "200" + "tall" "160" + "mouseinputenabled" "0" + "visible" "0" + + "CaseLabel" + { + "ControlName" "CExLabel" + "fieldName" "CaseLabel" + "font" "HudFontMediumBold" + "labelText" "#Store_Case_Label" + "textAlignment" "west" + "xpos" "0" + "ypos" "0" + "zpos" "0" + "wide" "200" + "tall" "20" + "autoresize" "1" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + } + + "KeyLabel" + { + "ControlName" "CExLabel" + "fieldName" "KeyLabel" + "font" "HudFontMediumBold" + "labelText" "#Store_Key_Label" + "textAlignment" "west" + "xpos" "0" + "ypos" "70" + "zpos" "0" + "wide" "200" + "tall" "20" + "autoresize" "1" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + } + + "TauntLabel" + { + "ControlName" "CExLabel" + "fieldName" "CaseLabel" + "font" "HudFontMediumBold" + "labelText" "#Store_Taunt_Label" + "textAlignment" "west" + "xpos" "0" + "ypos" "140" + "zpos" "0" + "wide" "200" + "tall" "20" + "autoresize" "1" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + } + } +} diff --git a/toonhud/resource/ui/econ/store/v2/storepage.res b/toonhud/resource/ui/econ/store/v2/storepage.res new file mode 100644 index 0000000..3e77f42 --- /dev/null +++ b/toonhud/resource/ui/econ/store/v2/storepage.res @@ -0,0 +1,2757 @@ +"Resource/UI/StorePage.res" +{ + "StorePage" + { + "ControlName" "Frame" + "fieldName" "StorePage" + "xpos" "0" + "ypos" "40" + "wide" "f0" + "tall" "480" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "tabPosition" "0" + "settitlebarvisible" "0" + "PaintBackgroundType" "0" + "bgcolor_override" "G_MenuBg" + "infocus_bgcolor_override" "G_MenuBg" + "outoffocus_bgcolor_override" "G_MenuBg" + + "max_cart_model_panels" "10" + + "item_ypos" "70" + + "item_panels" "15" + "item_columns" "5" + "item_offcenter_x" "-292" + "item_xdelta" "8" + "item_ydelta" "8" + + "item_controls_xoffset" "2" + "item_controls_yoffset" "2" + + "show_item_backdrop" "0" + "item_backdrop_color" "0 0 0 0" + "item_backdrop_left_margin" "11" + "item_backdrop_right_margin" "11" + "item_backdrop_top_margin" "9" + "item_backdrop_bottom_margin" "42" + "item_backdrop_paintbackgroundtype" "2" + + "item_panel_bgcolor" "G_LoadoutItemBg" + "item_panel_bgcolor_mouseover" "G_LoadoutItemBg" + "item_panel_bgcolor_selected" "G_LoadoutItemBg" + + "classicon_xdelta" "5" + + "modelpanels_kv" + { + "ControlName" "CItemModelPanel" + "xpos" "c-70" + "ypos" "270" + "zpos" "5" + "wide" "111" + "tall" "74" + "visible" "0" + "bgcolor_override" "0 0 0 255" + "noitem_textcolor" "117 107 94 255" + "PaintBackgroundType" "2" + "paintborder" "0" + + "model_xpos" "24" + "model_ypos" "13" + "model_wide" "71" + "model_tall" "47" + "text_wide" "140" + "text_xpos" "0" + "text_ypos" "80" + "text_center" "0" + "name_only" "1" + "resize_to_text" "0" + "name_label_alignment" "3" + + "inset_eq_x" "2" + "inset_eq_y" "2" + + "deferred_description" "1" + "deferred_icon" "1" + + "itemmodelpanel" + { + "use_item_rendertarget" "0" + "allow_rot" "0" + "inventory_image_type" "1" + } + + "use_item_sounds" "1" + } + + "modelpanel_labels_kv" + { + "font" "HudFontSmallestBold" + "textAlignment" "north-east" + "xpos" "c-61" + "ypos" "32" + "zpos" "15" + "wide" "16" + "tall" "10" + "autoResize" "1" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "use_item_sounds" "1" + } + + "cart_modelpanels_kv" + { + "ControlName" "CItemModelPanel" + "xpos" "c-70" + "ypos" "270" + "zpos" "13" + "wide" "32" + "tall" "25" + "visible" "0" + "bgcolor_override" "0 0 0 255" + "noitem_textcolor" "117 107 94 255" + "PaintBackgroundType" "2" + "paintborder" "0" + + "model_xpos" "2" + "model_ypos" "2" + "model_wide" "28" + "model_tall" "21" + "text_ypos" "60" + "text_center" "1" + "name_only" "1" + + "inset_eq_x" "2" + "inset_eq_y" "2" + + "itemmodelpanel" + { + "use_item_rendertarget" "0" + "allow_rot" "0" + } + + "use_item_sounds" "1" + } + + "cart_labels_kv" + { + "font" "HudFontSmallestBold" + "textAlignment" "north-east" + "xpos" "c-61" + "ypos" "32" + "zpos" "15" + "wide" "16" + "tall" "10" + "autoResize" "1" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "use_item_sounds" "1" + } + } + + "NameFilterTextEntry" + { + "ControlName" "TextEntry" + "fieldName" "NameFilterTextEntry" + "xpos" "c193" + "ypos" "16" + "wide" "100" + "tall" "19" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "1" + "textHidden" "0" + "editable" "1" + "unicode" "1" + "fgcolor_override" "G_InputText" + "bgcolor_override" "G_MenuText" + "paintbackgroundtype" "2" + "font" "HudFontSmallestBold" + } + + "SearchIcon" + { + "ControlName" "CTFImagePanel" + "fieldName" "SearchIcon" + "xpos" "c274" + "ypos" "16" + "wide" "19" + "tall" "19" + "zpos" "10" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "mouseinputenabled" "0" + "image" "replay/thumbnails/search" + "drawcolor" "G_MenuBg" + } + + "SubcategoryFilterComboBox" + { + "ControlName" "ComboBox" + "fieldName" "SubcategoryFilterComboBox" + "Font" "HudFontSmallestBold" + "xpos" "c3" + "ypos" "16" + "zpos" "1" + "wide" "80" + "tall" "19" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "1" + "textHidden" "0" + "editable" "0" + "maxchars" "-1" + "NumericInputOnly" "0" + "unicode" "0" + "border_override" "ButtonBorder" + "paintborder" "1" + + "fgcolor_override" "G_InputText" + "bgcolor_override" "G_MenuText" + "disabledFgColor_override" "G_DimmInputText" + "disabledBgColor_override" "G_MenuText" + "selectionColor_override" "0 0 0 0" + "selectionTextColor_override" "G_InputText" + "defaultSelectionBG2Color_override" "0 0 0 0" + + "Button" + { + "defaultFgColor_override" "0 0 0 240" + "defaultBgColor_override" "0 0 0 0" + "armedFgColor_override" "0 0 0 240" + "armedBgColor_override" "0 0 0 0" + "paintbackgroundtype" "2" + } + } + + "SortFilterComboBox" + { + "ControlName" "ComboBox" + "fieldName" "SortFilterComboBox" + "Font" "HudFontSmallestBold" + "xpos" "c88" + "ypos" "16" + "zpos" "1" + "wide" "100" + "tall" "19" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "1" + "textHidden" "0" + "editable" "0" + "maxchars" "-1" + "NumericInputOnly" "0" + "unicode" "0" + "border_override" "ButtonBorder" + "paintborder" "1" + + "fgcolor_override" "G_InputText" + "bgcolor_override" "G_MenuText" + "disabledFgColor_override" "G_DimmInputText" + "disabledBgColor_override" "G_MenuText" + "selectionColor_override" "0 0 0 0" + "selectionTextColor_override" "0 0 0 240" + "defaultSelectionBG2Color_override" "0 0 0 0" + + "Button" + { + "defaultFgColor_override" "0 0 0 240" + "defaultBgColor_override" "0 0 0 0" + "armedFgColor_override" "0 0 0 240" + "armedBgColor_override" "0 0 0 0" + "paintbackgroundtype" "2" + } + } + + "mouseoveritempanel" + { + "ControlName" "CItemModelPanel" + "fieldName" "mouseoveritempanel" + "xpos" "c-70" + "ypos" "270" + "zpos" "100" + "wide" "300" + "tall" "300" + "visible" "0" + "bgcolor_override" "0 0 0 0" + "noitem_textcolor" "117 107 94 255" + "PaintBackgroundType" "2" + "paintborder" "1" + + "text_ypos" "20" + "text_center" "1" + "model_hide" "1" + "resize_to_text" "1" + "padding_height" "15" + + "attriblabel" + { + "font" "ItemFontAttribLarge" + "xpos" "0" + "ypos" "30" + "zpos" "2" + "wide" "140" + "tall" "60" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "%attriblist%" + "textAlignment" "center" + "fgcolor" "117 107 94 255" + "centerwrap" "1" + } + } + + "ClassFilterTooltipLabel" + { + "ControlName" "CExLabel" + "fieldName" "ClassFilterTooltipLabel" + "font" "HudFontSmallBold" + "textAlignment" "center" + "xpos" "36" + "ypos" "170" + "zpos" "100" + "wide" "200" + "tall" "40" + "autoResize" "1" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "bgcolor_override" "0 0 0 0" + "PaintBackgroundType" "2" + "centerwrap" "1" + "paintborder" "1" + "textinsetx" "100" + "border" "LoadoutItemPopupBorder" + "fgcolor" "243 234 216 255" + } + + "PrevPageButton" + { + "ControlName" "CExButton" + "fieldName" "PrevPageButton" + "xpos" "c213" + "ypos" "344" + "zpos" "5" + "wide" "20" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "tabPosition" "0" + "labelText" "&A" + "font" "G_MenuArrowSmall" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "Command" "prevpage" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + + "CurPageLabel" + { + "ControlName" "CExLabel" + "fieldName" "CurPageLabel" + "font" "HudFontSmallBold" + "labelText" "%backpackpage%" + "textAlignment" "center" + "xpos" "c233" + "ypos" "344" + "zpos" "5" + "wide" "40" + "tall" "20" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "200 80 60 255" + } + + "NextPageButton" + { + "ControlName" "CExButton" + "fieldName" "NextPageButton" + "xpos" "c273" + "ypos" "344" + "zpos" "5" + "wide" "20" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "tabPosition" "0" + "labelText" "&D" + "font" "G_MenuArrowSmall" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "Command" "nextpage" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + + "PriceLabel" + { + "ControlName" "CExLabel" + "fieldName" "PriceLabel" + "font" "HudFontSmallBold" + "labelText" "%selectionprice%" + "textAlignment" "east" + "xpos" "c20" + "ypos" "8" + "zpos" "5" + "wide" "303" + "tall" "20" + "autoResize" "1" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "wrap" "1" + "centerwrap" "1" + } + + "NameFilterLabel" + { + "ControlName" "CExLabel" + "fieldName" "NameFilterLabel" + "font" "HudFontSmallestBold" + "labelText" "#Store_NameFilterLabel" + "textAlignment" "west" + "xpos" "-9999" + "ypos" "-9999" + "zpos" "1" + "wide" "90" + "tall" "20" + "autoResize" "1" + "pinCorner" "0" + "visible" "0" + "enabled" "0" + "fgcolor" "StoreDarkTan" + "Alpha" "0" + } + + "SubcategoryFiltersLabel" + { + "ControlName" "CExLabel" + "fieldName" "SubcategoryFiltersLabel" + "font" "HudFontSmallestBold" + "labelText" "#Store_ItemTypeFilterLabel" + "textAlignment" "west" + "xpos" "-9999" + "ypos" "-9999" + "zpos" "1" + "wide" "100" + "tall" "20" + "autoResize" "1" + "pinCorner" "0" + "visible" "0" + "enabled" "0" + "fgcolor" "StoreDarkTan" + "Alpha" "0" + } + + "SortFilterLabel" + { + "ControlName" "CExLabel" + "fieldName" "SortFilterLabel" + "font" "HudFontSmallestBold" + "labelText" "#Store_SortByLabel" + "textAlignment" "west" + "xpos" "-9999" + "ypos" "-9999" + "zpos" "1" + "wide" "150" + "tall" "20" + "autoResize" "1" + "pinCorner" "0" + "visible" "0" + "enabled" "0" + "fgcolor" "StoreDarkTan" + "Alpha" "0" + } + + "ClassFilterLabel" + { + "ControlName" "CExLabel" + "fieldName" "ClassFilterLabel" + "font" "HudFontSmallestBold" + "labelText" "#Store_ClassFilterLabel" + "textAlignment" "west" + "xpos" "-9999" + "ypos" "-9999" + "zpos" "1" + "wide" "60" + "tall" "20" + "autoResize" "1" + "pinCorner" "0" + "visible" "0" + "enabled" "0" + "fgcolor" "StoreDarkTan" + "Alpha" "0" + } + + "ClassFilterNavPanel" + { + "ControlName" "CNavigationPanel" + "fieldName" "ClassFilterNavPanel" + "xpos" "c-295" + "ypos" "14" + "zpos" "1" + "wide" "270" + "tall" "23" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + + "auto_scale" "1" + "auto_layout" "1" + "selected_button_default" "0" + "auto_layout_horizontal_buffer" "4" + "display_vertically" "0" + "align" "west" + + "ButtonSettings" + { + "wide" "19" + "tall" "19" + "autoResize" "0" + "pinCorner" "2" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "" + "textAlignment" "south-west" + "scaleImage" "1" + + "fgcolor" "TanDark" + "defaultFgColor_override" "TanDark" + "armedFgColor_override" "TanDark" + "depressedFgColor_override" "TanDark" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "sound_armed" "UI/buttonrollover.wav" + + "paintbackground" "0" + "paintborder" "0" + + "image_drawcolor" "255 255 255 180" + "image_armedcolor" "255 255 255 255" + "image_selectedcolor" "255 255 255 255" + + "stayselectedonclick" "1" + "keyboardinputenabled" "0" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "7" + "wide" "19" + "tall" "19" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + } + } + + "Buttons" + { + "all" + { + "userdata" "0" + "image_default" "class_icons/filter_all" + "image_armed" "class_icons/filter_all" + "image_selected" "class_icons/filter_all_on" + "tooltiptext" "#TF_Items_All" + + "SubImage" + { + "image" "class_icons/filter_all" + } + } + "scout" + { + "userdata" "1" + "image_default" "class_icons/filter_scout" + "image_armed" "class_icons/filter_scout" + "image_selected" "class_icons/filter_scout_on" + "tooltiptext" "#TF_Items_Scout" + + "SubImage" + { + "image" "class_icons/filter_scout" + } + } + "soldier" + { + "userdata" "3" + "image_default" "class_icons/filter_soldier" + "image_armed" "class_icons/filter_soldier" + "image_selected" "class_icons/filter_soldier_on" + "tooltiptext" "#TF_Items_Soldier" + + "SubImage" + { + "image" "class_icons/filter_soldier" + } + } + "pyro" + { + "userdata" "7" + "image_default" "class_icons/filter_pyro" + "image_armed" "class_icons/filter_pyro" + "image_selected" "class_icons/filter_pyro_on" + "tooltiptext" "#TF_Items_Pyro" + + "SubImage" + { + "image" "class_icons/filter_pyro" + } + } + "demo" + { + "userdata" "4" + "image_default" "class_icons/filter_demo" + "image_armed" "class_icons/filter_demo" + "image_selected" "class_icons/filter_demo_on" + "tooltiptext" "#TF_Items_Demoman" + + "SubImage" + { + "image" "class_icons/filter_demo" + } + } + "heavy" + { + "userdata" "6" + "image_default" "class_icons/filter_heavy" + "image_armed" "class_icons/filter_heavy" + "image_selected" "class_icons/filter_heavy_on" + "tooltiptext" "#TF_Items_Heavy" + + "SubImage" + { + "image" "class_icons/filter_heavy" + } + } + "engineer" + { + "userdata" "9" + "image_default" "class_icons/filter_engineer" + "image_armed" "class_icons/filter_engineer" + "image_selected" "class_icons/filter_engineer_on" + "tooltiptext" "#TF_Items_Engineer" + + "SubImage" + { + "image" "class_icons/filter_engineer" + } + } + "medic" + { + "userdata" "5" + "image_default" "class_icons/filter_medic" + "image_armed" "class_icons/filter_medic" + "image_selected" "class_icons/filter_medic_on" + "tooltiptext" "#TF_Items_Medic" + + "SubImage" + { + "image" "class_icons/filter_medic" + } + } + "sniper" + { + "userdata" "2" + "image_default" "class_icons/filter_sniper" + "image_armed" "class_icons/filter_sniper" + "image_selected" "class_icons/filter_sniper_on" + "tooltiptext" "#TF_Items_Sniper" + + "SubImage" + { + "image" "class_icons/filter_sniper" + } + } + "spy" + { + "userdata" "8" + "image_default" "class_icons/filter_spy" + "image_armed" "class_icons/filter_spy" + "image_selected" "class_icons/filter_spy_on" + "tooltiptext" "#TF_Items_Spy" + + "SubImage" + { + "image" "class_icons/filter_spy" + } + } + } + } + + "BackpackSpaceLabel" + { + "ControlName" "CExLabel" + "fieldName" "BackpackSpaceLabel" + "font" "HudFontSmallestBold" + "labelText" "%freebackpackspace%" + "fgcolor" "G_MenuText" + "fgcolor_override" "G_MenuText" + "textAlignment" "west" + "xpos" "c-292" + "ypos" "311" + "zpos" "0" + "wide" "200" + "tall" "20" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + + "CartButton" + { + "ControlName" "CExButton" + "fieldName" "CartButton" + "font" "HudFontSmallBold" + "labelText" "%storecart%" + "textAlignment" "east" + "xpos" "c-292" + "ypos" "342" + "zpos" "12" + "wide" "56" + "tall" "24" + "visible" "1" + "enabled" "1" + "PaintBackgroundType" "2" + "textinsetx" "15" + + "Command" "viewcart" + "font" "HudFontSmallBold" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + + "CartImage" + { + "ControlName" "ImagePanel" + "fieldName" "CartImage" + "xpos" "c-291" + "ypos" "344" + "zpos" "13" + "wide" "24" + "tall" "20" + "visible" "1" + "enabled" "1" + "image" "store_cart" + "scaleImage" "1" + "drawcolor" "G_ButtonText" + } + + "CartFeaturedItemSymbol" + { + "ControlName" "ImagePanel" + "fieldName" "CartFeaturedItemSymbol" + "xpos" "c-225" + "ypos" "243" + "zpos" "14" + "wide" "24" + "tall" "24" + "visible" "0" + "enabled" "1" + "image" "store_special" + "scaleImage" "1" + } + + "ReloadSchemeButton" + { + "ControlName" "CExButton" + "fieldName" "ReloadSchemeButton" + "xpos" "0" + "ypos" "0" + "zpos" "25" + "wide" "100" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "0" + "tabPosition" "0" + "labelText" "RELOADSCHEME" + "font" "HudFontSmallestBold" + "textAlignment" "center" + "textinsetx" "50" + "dulltext" "0" + "brighttext" "0" + "Command" "reloadscheme" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + + "ShowExplanationsButton" + { + "ControlName" "CExButton" + "fieldName" "ShowExplanationsButton" + "xpos" "c50" + "ypos" "15" + "zpos" "100" + "wide" "20" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "tabPosition" "0" + "labelText" "?" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "Command" "show_explanations" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + + "StartExplanation" + { + "ControlName" "CExplanationPopup" + "fieldName" "StartExplanation" + "xpos" "0" + "ypos" "0" + "zpos" "10000" + "wide" "250" + "tall" "140" + "visible" "0" + "PaintBackgroundType" "2" + "paintbackground" "0" + "border" "MainMenuHighlightBorder" + + "force_close" "1" + "end_x" "c-150" + "end_y" "100" + "end_wide" "300" + "end_tall" "155" + "callout_inparents_x" "c0" + "callout_inparents_y" "150" + "next_explanation" "TabsExplanation" + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "HudFontSmallBold" + "labelText" "#StoreWelcomeExplanation_Title" + "textAlignment" "north" + "xpos" "20" + "ypos" "10" + "wide" "260" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor_override" "G_MenuBg" + } + + "TextLabel" + { + "ControlName" "CExLabel" + "fieldName" "TextLabel" + "font" "HudFontSmall" + "labelText" "#StoreWelcomeExplanation_Text" + "textAlignment" "north-west" + "xpos" "20" + "ypos" "45" + "wide" "260" + "tall" "85" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor_override" "G_MenuBg" + } + + "CloseButton" + { + "ControlName" "CExImageButton" + "fieldName" "CloseButton" + "xpos" "280" + "ypos" "5" + "zpos" "10" + "wide" "14" + "tall" "14" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "close" + + "paintbackground" "0" + + "defaultFgColor_override" "G_MenuBg" + "armedFgColor_override" "200 80 60 255" + "depressedFgColor_override" "G_MenuBg" + + "image_drawcolor" "117 107 94 255" + "image_armedcolor" "200 80 60 255" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "image" "close_button" + "scaleImage" "1" + } + } + "PositionLabel" + { + "ControlName" "CExLabel" + "fieldName" "PositionLabel" + "font" "HudFontSmallBold" + "labelText" "%explanationnumber%" + "textAlignment" "center" + "xpos" "0" + "ypos" "125" + "zpos" "-1" + "wide" "300" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "200 80 60 255" + } + "NextButton" + { + "ControlName" "CExImageButton" + "fieldName" "NextButton" + "xpos" "260" + "ypos" "125" + "zpos" "10" + "wide" "30" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "nextexplanation" + + "paintbackground" "0" + + "defaultFgColor_override" "G_MenuBg" + "armedFgColor_override" "200 80 60 255" + "depressedFgColor_override" "G_MenuBg" + + "image_drawcolor" "235 226 202 255" + "image_armedcolor" "255 255 255 255" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "30" + "tall" "30" + "visible" "1" + "enabled" "1" + "image" "blog_forward" + "scaleImage" "1" + } + } + } + + "TabsExplanation" + { + "ControlName" "CExplanationPopup" + "fieldName" "TabsExplanation" + "xpos" "0" + "ypos" "0" + "zpos" "10000" + "wide" "250" + "tall" "160" + "visible" "0" + "PaintBackgroundType" "2" + "paintbackground" "0" + "border" "MainMenuHighlightBorder" + + "force_close" "1" + "end_x" "c-200" + "end_y" "50" + "end_wide" "300" + "end_tall" "160" + "callout_inparents_x" "c-180" + "callout_inparents_y" "0" + "next_explanation" "ItemsExplanation" + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "HudFontSmallBold" + "labelText" "#StoreTabsExplanation_Title" + "textAlignment" "north" + "xpos" "20" + "ypos" "10" + "wide" "260" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor_override" "G_MenuBg" + } + + "TextLabel" + { + "ControlName" "CExLabel" + "fieldName" "TextLabel" + "font" "HudFontSmall" + "labelText" "#StoreTabsExplanation_Text" + "textAlignment" "north-west" + "xpos" "20" + "ypos" "45" + "wide" "260" + "tall" "85" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor_override" "G_MenuBg" + } + + "CloseButton" + { + "ControlName" "CExImageButton" + "fieldName" "CloseButton" + "xpos" "280" + "ypos" "5" + "zpos" "10" + "wide" "14" + "tall" "14" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "close" + + "paintbackground" "0" + + "defaultFgColor_override" "G_MenuBg" + "armedFgColor_override" "200 80 60 255" + "depressedFgColor_override" "G_MenuBg" + + "image_drawcolor" "117 107 94 255" + "image_armedcolor" "200 80 60 255" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "image" "close_button" + "scaleImage" "1" + } + } + "PrevButton" + { + "ControlName" "CExImageButton" + "fieldName" "PrevButton" + "xpos" "10" + "ypos" "115" + "zpos" "10" + "wide" "30" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "prevexplanation" + + "paintbackground" "0" + + "defaultFgColor_override" "G_MenuBg" + "armedFgColor_override" "200 80 60 255" + "depressedFgColor_override" "G_MenuBg" + + "image_drawcolor" "235 226 202 255" + "image_armedcolor" "255 255 255 255" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "30" + "tall" "30" + "visible" "1" + "enabled" "1" + "image" "blog_back" + "scaleImage" "1" + } + } + "PositionLabel" + { + "ControlName" "CExLabel" + "fieldName" "PositionLabel" + "font" "HudFontSmallBold" + "labelText" "%explanationnumber%" + "textAlignment" "center" + "xpos" "0" + "ypos" "115" + "zpos" "-1" + "wide" "300" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "200 80 60 255" + } + "NextButton" + { + "ControlName" "CExImageButton" + "fieldName" "NextButton" + "xpos" "260" + "ypos" "115" + "zpos" "10" + "wide" "30" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "nextexplanation" + + "paintbackground" "0" + + "defaultFgColor_override" "G_MenuBg" + "armedFgColor_override" "200 80 60 255" + "depressedFgColor_override" "G_MenuBg" + + "image_drawcolor" "235 226 202 255" + "image_armedcolor" "255 255 255 255" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "30" + "tall" "30" + "visible" "1" + "enabled" "1" + "image" "blog_forward" + "scaleImage" "1" + } + } + } + + "ItemsExplanation" + { + "ControlName" "CExplanationPopup" + "fieldName" "ItemsExplanation" + "xpos" "0" + "ypos" "0" + "zpos" "10000" + "wide" "250" + "tall" "160" + "visible" "0" + "PaintBackgroundType" "2" + "paintbackground" "0" + "border" "MainMenuHighlightBorder" + + "force_close" "1" + "end_x" "c-190" + "end_y" "0" + "end_wide" "300" + "end_tall" "140" + "callout_inparents_x" "c-210" + "callout_inparents_y" "60" + "next_explanation" "DetailsExplanation" + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "HudFontSmallBold" + "labelText" "#StoreItemsExplanation_Title" + "textAlignment" "north" + "xpos" "20" + "ypos" "10" + "wide" "260" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor_override" "G_MenuBg" + } + + "TextLabel" + { + "ControlName" "CExLabel" + "fieldName" "TextLabel" + "font" "HudFontSmall" + "labelText" "#StoreItemsExplanation_Text" + "textAlignment" "north-west" + "xpos" "20" + "ypos" "45" + "wide" "260" + "tall" "135" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor_override" "G_MenuBg" + } + + "CloseButton" + { + "ControlName" "CExImageButton" + "fieldName" "CloseButton" + "xpos" "280" + "ypos" "5" + "zpos" "10" + "wide" "14" + "tall" "14" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "close" + + "paintbackground" "0" + + "defaultFgColor_override" "G_MenuBg" + "armedFgColor_override" "200 80 60 255" + "depressedFgColor_override" "G_MenuBg" + + "image_drawcolor" "117 107 94 255" + "image_armedcolor" "200 80 60 255" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "image" "close_button" + "scaleImage" "1" + } + } + "PrevButton" + { + "ControlName" "CExImageButton" + "fieldName" "PrevButton" + "xpos" "10" + "ypos" "100" + "zpos" "10" + "wide" "30" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "prevexplanation" + + "paintbackground" "0" + + "defaultFgColor_override" "G_MenuBg" + "armedFgColor_override" "200 80 60 255" + "depressedFgColor_override" "G_MenuBg" + + "image_drawcolor" "235 226 202 255" + "image_armedcolor" "255 255 255 255" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "30" + "tall" "30" + "visible" "1" + "enabled" "1" + "image" "blog_back" + "scaleImage" "1" + } + } + "NextButton" + { + "ControlName" "CExImageButton" + "fieldName" "NextButton" + "xpos" "260" + "ypos" "100" + "zpos" "10" + "wide" "30" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "nextexplanation" + + "paintbackground" "0" + + "defaultFgColor_override" "G_MenuBg" + "armedFgColor_override" "200 80 60 255" + "depressedFgColor_override" "G_MenuBg" + + "image_drawcolor" "235 226 202 255" + "image_armedcolor" "255 255 255 255" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "30" + "tall" "30" + "visible" "1" + "enabled" "1" + "image" "blog_forward" + "scaleImage" "1" + } + } + "PositionLabel" + { + "ControlName" "CExLabel" + "fieldName" "PositionLabel" + "font" "HudFontSmallBold" + "labelText" "%explanationnumber%" + "textAlignment" "center" + "xpos" "0" + "ypos" "100" + "zpos" "-1" + "wide" "300" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "200 80 60 255" + } + } + + "DetailsExplanation" + { + "ControlName" "CExplanationPopup" + "fieldName" "DetailsExplanation" + "xpos" "0" + "ypos" "0" + "zpos" "10000" + "wide" "250" + "tall" "140" + "visible" "0" + "PaintBackgroundType" "2" + "paintbackground" "0" + "border" "MainMenuHighlightBorder" + + "force_close" "1" + "end_x" "c-260" + "end_y" "80" + "end_wide" "300" + "end_tall" "155" + "callout_inparents_x" "c90" + "callout_inparents_y" "160" + "next_explanation" "PreviewExplanation" + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "HudFontSmallBold" + "labelText" "#StoreDetailsExplanation_Title" + "textAlignment" "north" + "xpos" "20" + "ypos" "10" + "wide" "260" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor_override" "G_MenuBg" + } + + "TextLabel" + { + "ControlName" "CExLabel" + "fieldName" "TextLabel" + "font" "HudFontSmall" + "labelText" "#StoreDetailsExplanation_Text" + "textAlignment" "north-west" + "xpos" "20" + "ypos" "45" + "wide" "260" + "tall" "135" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor_override" "G_MenuBg" + } + + "CloseButton" + { + "ControlName" "CExImageButton" + "fieldName" "CloseButton" + "xpos" "280" + "ypos" "5" + "zpos" "10" + "wide" "14" + "tall" "14" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "close" + + "paintbackground" "0" + + "defaultFgColor_override" "G_MenuBg" + "armedFgColor_override" "200 80 60 255" + "depressedFgColor_override" "G_MenuBg" + + "image_drawcolor" "117 107 94 255" + "image_armedcolor" "200 80 60 255" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "image" "close_button" + "scaleImage" "1" + } + } + "PrevButton" + { + "ControlName" "CExImageButton" + "fieldName" "PrevButton" + "xpos" "10" + "ypos" "120" + "zpos" "10" + "wide" "30" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "prevexplanation" + + "paintbackground" "0" + + "defaultFgColor_override" "G_MenuBg" + "armedFgColor_override" "200 80 60 255" + "depressedFgColor_override" "G_MenuBg" + + "image_drawcolor" "235 226 202 255" + "image_armedcolor" "255 255 255 255" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "30" + "tall" "30" + "visible" "1" + "enabled" "1" + "image" "blog_back" + "scaleImage" "1" + } + } + "NextButton" + { + "ControlName" "CExImageButton" + "fieldName" "NextButton" + "xpos" "260" + "ypos" "120" + "zpos" "10" + "wide" "30" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "nextexplanation" + + "paintbackground" "0" + + "defaultFgColor_override" "G_MenuBg" + "armedFgColor_override" "200 80 60 255" + "depressedFgColor_override" "G_MenuBg" + + "image_drawcolor" "235 226 202 255" + "image_armedcolor" "255 255 255 255" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "30" + "tall" "30" + "visible" "1" + "enabled" "1" + "image" "blog_forward" + "scaleImage" "1" + } + } + "PositionLabel" + { + "ControlName" "CExLabel" + "fieldName" "PositionLabel" + "font" "HudFontSmallBold" + "labelText" "%explanationnumber%" + "textAlignment" "center" + "xpos" "0" + "ypos" "120" + "zpos" "-1" + "wide" "300" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "200 80 60 255" + } + } + + "PreviewToggleExplanation" + { + "ControlName" "CExplanationPopup" + "fieldName" "PreviewToggleExplanation" + "xpos" "0" + "ypos" "0" + "zpos" "10000" + "wide" "250" + "tall" "160" + "visible" "0" + "PaintBackgroundType" "2" + "paintbackground" "0" + "border" "MainMenuHighlightBorder" + "next_explanation" "AddToCartExplanation" + + "force_close" "1" + "end_x" "c0" + "end_y" "80" + "end_wide" "300" + "end_tall" "125" + "callout_inparents_x" "c200" + "callout_inparents_y" "30" + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "HudFontSmallBold" + "labelText" "#StorePreviewToggleExplanation_Title" + "textAlignment" "north" + "xpos" "20" + "ypos" "10" + "wide" "260" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor_override" "G_MenuBg" + } + + "TextLabel" + { + "ControlName" "CExLabel" + "fieldName" "TextLabel" + "font" "HudFontSmall" + "labelText" "#StorePreviewToggleExplanation_Text" + "textAlignment" "north-west" + "xpos" "20" + "ypos" "45" + "wide" "260" + "tall" "135" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor_override" "G_MenuBg" + } + + "CloseButton" + { + "ControlName" "CExImageButton" + "fieldName" "CloseButton" + "xpos" "280" + "ypos" "5" + "zpos" "10" + "wide" "14" + "tall" "14" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "close" + + "paintbackground" "0" + + "defaultFgColor_override" "G_MenuBg" + "armedFgColor_override" "200 80 60 255" + "depressedFgColor_override" "G_MenuBg" + + "image_drawcolor" "117 107 94 255" + "image_armedcolor" "200 80 60 255" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "image" "close_button" + "scaleImage" "1" + } + } + "PrevButton" + { + "ControlName" "CExImageButton" + "fieldName" "PrevButton" + "xpos" "10" + "ypos" "95" + "zpos" "10" + "wide" "30" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "prevexplanation" + + "paintbackground" "0" + + "defaultFgColor_override" "G_MenuBg" + "armedFgColor_override" "200 80 60 255" + "depressedFgColor_override" "G_MenuBg" + + "image_drawcolor" "235 226 202 255" + "image_armedcolor" "255 255 255 255" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "30" + "tall" "30" + "visible" "1" + "enabled" "1" + "image" "blog_back" + "scaleImage" "1" + } + } + "NextButton" + { + "ControlName" "CExImageButton" + "fieldName" "NextButton" + "xpos" "260" + "ypos" "95" + "zpos" "10" + "wide" "30" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "nextexplanation" + + "paintbackground" "0" + + "defaultFgColor_override" "G_MenuBg" + "armedFgColor_override" "200 80 60 255" + "depressedFgColor_override" "G_MenuBg" + + "image_drawcolor" "235 226 202 255" + "image_armedcolor" "255 255 255 255" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "30" + "tall" "30" + "visible" "1" + "enabled" "1" + "image" "blog_forward" + "scaleImage" "1" + } + } + "PositionLabel" + { + "ControlName" "CExLabel" + "fieldName" "PositionLabel" + "font" "HudFontSmallBold" + "labelText" "%explanationnumber%" + "textAlignment" "center" + "xpos" "0" + "ypos" "95" + "zpos" "-1" + "wide" "300" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "200 80 60 255" + } + } + + "AddToCartExplanation" + { + "ControlName" "CExplanationPopup" + "fieldName" "AddToCartExplanation" + "xpos" "0" + "ypos" "0" + "zpos" "10000" + "wide" "250" + "tall" "160" + "visible" "0" + "PaintBackgroundType" "2" + "paintbackground" "0" + "border" "MainMenuHighlightBorder" + + "force_close" "1" + "end_x" "c-260" + "end_y" "200" + "end_wide" "300" + "end_tall" "125" + "callout_inparents_x" "c90" + "callout_inparents_y" "290" + "next_explanation" "CartStatusExplanation" + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "HudFontSmallBold" + "labelText" "#StoreAddToCartExplanation_Title" + "textAlignment" "north" + "xpos" "20" + "ypos" "10" + "wide" "260" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor_override" "G_MenuBg" + } + + "TextLabel" + { + "ControlName" "CExLabel" + "fieldName" "TextLabel" + "font" "HudFontSmall" + "labelText" "#StoreAddToCartExplanation_Text" + "textAlignment" "north-west" + "xpos" "20" + "ypos" "45" + "wide" "260" + "tall" "135" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor_override" "G_MenuBg" + } + + "CloseButton" + { + "ControlName" "CExImageButton" + "fieldName" "CloseButton" + "xpos" "280" + "ypos" "5" + "zpos" "10" + "wide" "14" + "tall" "14" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "close" + + "paintbackground" "0" + + "defaultFgColor_override" "G_MenuBg" + "armedFgColor_override" "200 80 60 255" + "depressedFgColor_override" "G_MenuBg" + + "image_drawcolor" "117 107 94 255" + "image_armedcolor" "200 80 60 255" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "image" "close_button" + "scaleImage" "1" + } + } + "PrevButton" + { + "ControlName" "CExImageButton" + "fieldName" "PrevButton" + "xpos" "10" + "ypos" "85" + "zpos" "10" + "wide" "30" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "prevexplanation" + + "paintbackground" "0" + + "defaultFgColor_override" "G_MenuBg" + "armedFgColor_override" "200 80 60 255" + "depressedFgColor_override" "G_MenuBg" + + "image_drawcolor" "235 226 202 255" + "image_armedcolor" "255 255 255 255" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "30" + "tall" "30" + "visible" "1" + "enabled" "1" + "image" "blog_back" + "scaleImage" "1" + } + } + "NextButton" + { + "ControlName" "CExImageButton" + "fieldName" "NextButton" + "xpos" "260" + "ypos" "85" + "zpos" "10" + "wide" "30" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "nextexplanation" + + "paintbackground" "0" + + "defaultFgColor_override" "G_MenuBg" + "armedFgColor_override" "200 80 60 255" + "depressedFgColor_override" "G_MenuBg" + + "image_drawcolor" "235 226 202 255" + "image_armedcolor" "255 255 255 255" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "30" + "tall" "30" + "visible" "1" + "enabled" "1" + "image" "blog_forward" + "scaleImage" "1" + } + } + "PositionLabel" + { + "ControlName" "CExLabel" + "fieldName" "PositionLabel" + "font" "HudFontSmallBold" + "labelText" "%explanationnumber%" + "textAlignment" "center" + "xpos" "0" + "ypos" "85" + "zpos" "-1" + "wide" "300" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "200 80 60 255" + } + } + + "CartStatusExplanation" + { + "ControlName" "CExplanationPopup" + "fieldName" "CartStatusExplanation" + "xpos" "0" + "ypos" "0" + "zpos" "10000" + "wide" "250" + "tall" "180" + "visible" "0" + "PaintBackgroundType" "2" + "paintbackground" "0" + "border" "MainMenuHighlightBorder" + + "force_close" "1" + "end_x" "c-150" + "end_y" "170" + "end_wide" "300" + "end_tall" "175" + "callout_inparents_x" "c-230" + "callout_inparents_y" "335" + "next_explanation" "CheckoutExplanation" + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "HudFontSmallBold" + "labelText" "#StoreCartStatusExplanation_Title" + "textAlignment" "north" + "xpos" "20" + "ypos" "10" + "wide" "260" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor_override" "G_MenuBg" + } + + "TextLabel" + { + "ControlName" "CExLabel" + "fieldName" "TextLabel" + "font" "HudFontSmall" + "labelText" "#StoreCartStatusExplanation_Text" + "textAlignment" "north-west" + "xpos" "20" + "ypos" "45" + "wide" "260" + "tall" "135" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor_override" "G_MenuBg" + } + + "CloseButton" + { + "ControlName" "CExImageButton" + "fieldName" "CloseButton" + "xpos" "280" + "ypos" "5" + "zpos" "10" + "wide" "14" + "tall" "14" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "close" + + "paintbackground" "0" + + "defaultFgColor_override" "G_MenuBg" + "armedFgColor_override" "200 80 60 255" + "depressedFgColor_override" "G_MenuBg" + + "image_drawcolor" "117 107 94 255" + "image_armedcolor" "200 80 60 255" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "image" "close_button" + "scaleImage" "1" + } + } + "PrevButton" + { + "ControlName" "CExImageButton" + "fieldName" "PrevButton" + "xpos" "10" + "ypos" "135" + "zpos" "10" + "wide" "30" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "prevexplanation" + + "paintbackground" "0" + + "defaultFgColor_override" "G_MenuBg" + "armedFgColor_override" "200 80 60 255" + "depressedFgColor_override" "G_MenuBg" + + "image_drawcolor" "235 226 202 255" + "image_armedcolor" "255 255 255 255" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "30" + "tall" "30" + "visible" "1" + "enabled" "1" + "image" "blog_back" + "scaleImage" "1" + } + } + "NextButton" + { + "ControlName" "CExImageButton" + "fieldName" "NextButton" + "xpos" "260" + "ypos" "135" + "zpos" "10" + "wide" "30" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "nextexplanation" + + "paintbackground" "0" + + "defaultFgColor_override" "G_MenuBg" + "armedFgColor_override" "200 80 60 255" + "depressedFgColor_override" "G_MenuBg" + + "image_drawcolor" "235 226 202 255" + "image_armedcolor" "255 255 255 255" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "30" + "tall" "30" + "visible" "1" + "enabled" "1" + "image" "blog_forward" + "scaleImage" "1" + } + } + "PositionLabel" + { + "ControlName" "CExLabel" + "fieldName" "PositionLabel" + "font" "HudFontSmallBold" + "labelText" "%explanationnumber%" + "textAlignment" "center" + "xpos" "0" + "ypos" "135" + "zpos" "-1" + "wide" "300" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "200 80 60 255" + } + } + + "CheckoutExplanation" + { + "ControlName" "CExplanationPopup" + "fieldName" "CheckoutExplanation" + "xpos" "0" + "ypos" "0" + "zpos" "10000" + "wide" "250" + "tall" "160" + "visible" "0" + "PaintBackgroundType" "2" + "paintbackground" "0" + "border" "MainMenuHighlightBorder" + "next_explanation" "HelpExplanation" + + "force_close" "1" + "end_x" "c-160" + "end_y" "200" + "end_wide" "300" + "end_tall" "145" + "callout_inparents_x" "c190" + "callout_inparents_y" "320" + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "HudFontSmallBold" + "labelText" "#StoreCheckoutExplanation_Title" + "textAlignment" "north" + "xpos" "20" + "ypos" "10" + "wide" "260" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor_override" "G_MenuBg" + } + + "TextLabel" + { + "ControlName" "CExLabel" + "fieldName" "TextLabel" + "font" "HudFontSmall" + "labelText" "#StoreCheckoutExplanation_Text" + "textAlignment" "north-west" + "xpos" "20" + "ypos" "45" + "wide" "260" + "tall" "135" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor_override" "G_MenuBg" + } + + "CloseButton" + { + "ControlName" "CExImageButton" + "fieldName" "CloseButton" + "xpos" "280" + "ypos" "5" + "zpos" "10" + "wide" "14" + "tall" "14" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "close" + + "paintbackground" "0" + + "defaultFgColor_override" "G_MenuBg" + "armedFgColor_override" "200 80 60 255" + "depressedFgColor_override" "G_MenuBg" + + "image_drawcolor" "117 107 94 255" + "image_armedcolor" "200 80 60 255" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "image" "close_button" + "scaleImage" "1" + } + } + "PrevButton" + { + "ControlName" "CExImageButton" + "fieldName" "PrevButton" + "xpos" "10" + "ypos" "105" + "zpos" "10" + "wide" "30" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "prevexplanation" + + "paintbackground" "0" + + "defaultFgColor_override" "G_MenuBg" + "armedFgColor_override" "200 80 60 255" + "depressedFgColor_override" "G_MenuBg" + + "image_drawcolor" "235 226 202 255" + "image_armedcolor" "255 255 255 255" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "30" + "tall" "30" + "visible" "1" + "enabled" "1" + "image" "blog_back" + "scaleImage" "1" + } + } + "NextButton" + { + "ControlName" "CExImageButton" + "fieldName" "NextButton" + "xpos" "260" + "ypos" "105" + "zpos" "10" + "wide" "30" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "nextexplanation" + + "paintbackground" "0" + + "defaultFgColor_override" "G_MenuBg" + "armedFgColor_override" "200 80 60 255" + "depressedFgColor_override" "G_MenuBg" + + "image_drawcolor" "235 226 202 255" + "image_armedcolor" "255 255 255 255" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "30" + "tall" "30" + "visible" "1" + "enabled" "1" + "image" "blog_forward" + "scaleImage" "1" + } + } + "PositionLabel" + { + "ControlName" "CExLabel" + "fieldName" "PositionLabel" + "font" "HudFontSmallBold" + "labelText" "%explanationnumber%" + "textAlignment" "center" + "xpos" "0" + "ypos" "105" + "zpos" "-1" + "wide" "300" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "200 80 60 255" + } + } + + "HelpExplanation" + { + "ControlName" "CExplanationPopup" + "fieldName" "HelpExplanation" + "xpos" "0" + "ypos" "0" + "zpos" "10000" + "wide" "250" + "tall" "160" + "visible" "0" + "PaintBackgroundType" "2" + "paintbackground" "0" + "border" "MainMenuHighlightBorder" + + "force_close" "1" + "end_x" "c-150" + "end_y" "80" + "end_wide" "300" + "end_tall" "125" + "callout_inparents_x" "c60" + "callout_inparents_y" "40" + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "HudFontSmallBold" + "labelText" "#StoreHelpExplanation_Title" + "textAlignment" "north" + "xpos" "20" + "ypos" "10" + "wide" "260" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor_override" "G_MenuBg" + } + + "TextLabel" + { + "ControlName" "CExLabel" + "fieldName" "TextLabel" + "font" "HudFontSmall" + "labelText" "#StoreHelpExplanation_Text" + "textAlignment" "north-west" + "xpos" "20" + "ypos" "45" + "wide" "260" + "tall" "135" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor_override" "G_MenuBg" + } + + "CloseButton" + { + "ControlName" "CExImageButton" + "fieldName" "CloseButton" + "xpos" "280" + "ypos" "5" + "zpos" "10" + "wide" "14" + "tall" "14" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "close" + + "paintbackground" "0" + + "defaultFgColor_override" "G_MenuBg" + "armedFgColor_override" "200 80 60 255" + "depressedFgColor_override" "G_MenuBg" + + "image_drawcolor" "117 107 94 255" + "image_armedcolor" "200 80 60 255" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "image" "close_button" + "scaleImage" "1" + } + } + "PrevButton" + { + "ControlName" "CExImageButton" + "fieldName" "PrevButton" + "xpos" "10" + "ypos" "90" + "zpos" "10" + "wide" "30" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "prevexplanation" + + "paintbackground" "0" + + "defaultFgColor_override" "G_MenuBg" + "armedFgColor_override" "200 80 60 255" + "depressedFgColor_override" "G_MenuBg" + + "image_drawcolor" "235 226 202 255" + "image_armedcolor" "255 255 255 255" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "30" + "tall" "30" + "visible" "1" + "enabled" "1" + "image" "blog_back" + "scaleImage" "1" + } + } + + "PositionLabel" + { + "ControlName" "CExLabel" + "fieldName" "PositionLabel" + "font" "HudFontSmallBold" + "labelText" "%explanationnumber%" + "textAlignment" "center" + "xpos" "0" + "ypos" "90" + "zpos" "-1" + "wide" "300" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "200 80 60 255" + } + } + + "Wall" + { + "ControlName" "EditablePanel" + "fieldName" "Wall" + "xpos" "0" + "ypos" "50" + "zpos" "-5" + "wide" "f0" + "tall" "280" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "paintbackground" "1" + "bgcolor_override" "G_MenuShader" + } +} diff --git a/toonhud/resource/ui/econ/store/v2/storepage_maps.res b/toonhud/resource/ui/econ/store/v2/storepage_maps.res new file mode 100644 index 0000000..7cc0ac1 --- /dev/null +++ b/toonhud/resource/ui/econ/store/v2/storepage_maps.res @@ -0,0 +1,122 @@ +#base "StorePage.res" + +"Resource/UI/StorePage_Maps.res" +{ + "StorePage" + { + "modelpanels_kv" + { + "model_xpos" "6" + "model_ypos" "-3" + "model_wide" "100" + "model_tall" "70" + + "itemmodelpanel" + { + "force_square_image" "1" + } + } + } + + "ClassFilterLabel" + { + "visible" "0" + } + + "ClassFilterNavPanel" + { + "visible" "0" + } + + "ClassFilterLabel" + { + "visible" "0" + } + + "NameFilterLabel" + { + "visible" "0" + } + + "NameFilterTextEntry" + { + "visible" "0" + } + + "SortFilterLabel" + { + "visible" "0" + } + + "SortFilterComboBox" + { + "visible" "0" + } + + "SearchIcon" + { + "visible" "0" + } + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "HudFontSmallBold" + "labelText" "#Store_Maps_Title" + "textAlignment" "north-west" + "xpos" "c-292" + "ypos" "8" + "zpos" "5" + "wide" "500" + "tall" "25" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor" "G_MenuText" + } + + "SubTitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "SubTitleLabel" + "font" "FontStoreOriginalPrice" + "labelText" "#Store_Maps_SubTitle" + "textAlignment" "south-west" + "xpos" "c-292" + "ypos" "18" + "zpos" "5" + "wide" "500" + "tall" "25" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor" "G_MenuText" + } + + "LearnMoreButton" + { + "ControlName" "CExButton" + "fieldName" "LearnMoreButton" + "xpos" "c175" + "ypos" "15" + "zpos" "5" + "wide" "120" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#Store_LearnMore" + "font" "HudFontSmallestBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "Command" "maps_learnmore" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } +} \ No newline at end of file diff --git a/toonhud/resource/ui/econ/store/v2/storepanel.res b/toonhud/resource/ui/econ/store/v2/storepanel.res new file mode 100644 index 0000000..d9f42e0 --- /dev/null +++ b/toonhud/resource/ui/econ/store/v2/storepanel.res @@ -0,0 +1,252 @@ +"Resource/UI/StorePanel.res" +{ + "store_panel" + { + "ControlName" "EditablePanel" + "fieldName" "store_panel" + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "480" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "settitlebarvisible" "1" + "PaintBackgroundType" "0" + "bgcolor_override" "46 43 42 0" + "infocus_bgcolor_override" "46 43 42 0" + "outoffocus_bgcolor_override" "46 43 42 0" + + "title" "#StoreTitle" + "title_font" "G_FontTiny" + "titletextinsetX" "40" + "titletextinsetY" "0" + "titlebarfgcolor_override" "200 187 161 255" + "titlebardisabledfgcolor_override" "200 187 161 255" + "titlebarbgcolor_override" "46 43 42 255" + + "clientinsetx_override" "0" + "sheetinset_bottom" "0" + } + + "BackgroundHeader" + { + "ControlName" "EditablePanel" + "fieldName" "BackgroundHeader" + "xpos" "0" + "ypos" "0" + "zpos" "-2" + "wide" "f0" + "tall" "44" + "visible" "1" + "enabled" "1" + "paintbackground" "1" + "bgcolor_override" "G_Footer" + "paintborder" "1" + "border" "G_MenuHeader" + } + + "BackgroundFooter" + { + "ControlName" "EditablePanel" + "fieldName" "BackgroundFooter" + "xpos" "0" + "ypos" "r46" + "zpos" "1" + "wide" "f0" + "tall" "46" + "visible" "1" + "enabled" "1" + "paintbackground" "1" + "bgcolor_override" "G_Footer" + } + + "FooterLine" + { + "ControlName" "EditablePanel" + "fieldName" "FooterLine" + "xpos" "0" + "ypos" "r46" + "zpos" "2" + "wide" "f0" + "tall" "2" + "visible" "1" + "enabled" "1" + "paintbackground" "1" + "bgcolor_override" "G_Highlight" + } + + "Sheet" + { + "ControlName" "EditablePanel" + "fieldName" "Sheet" + "tabxindent" "50" + "tabxdelta" "10" + "tabheight" "25" + "yoffset" "14" + "transition_time" "0" + "paintbackground" "1" + "bgcolor_override" "G_Footer" + + "HeaderLine" + { + "ControlName" "EditablePanel" + "fieldName" "HeaderLine" + "xpos" "0" + "ypos" "38" + "zpos" "2" + "wide" "f0" + "tall" "2" + "visible" "1" + "enabled" "1" + "paintbackground" "1" + "bgcolor_override" "G_Highlight" + } + + "tabskv" + { + "textinsety" "-3" + "textinsetx" "5" + "font" "G_FontMedium" + "selectedcolor" "G_FooterText" + "unselectedcolor" "G_DimmFooterText" + "defaultBgColor_override" "0 0 0 0" + "selectedBgColor_override" "0 0 0 0" + "activeBgColor_override" "0 0 0 0" + "paintbackground" "0" + "paintborder" "0" + "activeborder_override" "" + "normalborder_override" "" + } + } + + "CloseButton" + { + "ControlName" "CExButton" + "fieldName" "CloseButton" + "xpos" "c-288" + "ypos" "r35" + "zpos" "2" + "wide" "135" + "tall" "25" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#TF_BackCarat" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "Command" "close" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + + "BackButtonQKey" + { + "ControlName" "CExButton" + "fieldName" "BackButtonQKey" + "xpos" "-9999" + "ypos" "-9999" + "zpos" "-9999" + "wide" "0" + "tall" "0" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "&Q" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "Command" "back" + } + + "armory_panel" + { + "ControlName" "CArmoryPanel" + "fieldName" "armory_panel" + "xpos" "0" + "ypos" "30" + "wide" "f0" + "tall" "390" + "zpos" "500" + "visible" "0" + } + + "NotificationsPresentPanel" + { + "ControlName" "CNotificationsPresentPanel" + "fieldName" "NotificationsPresentPanel" + "xpos" "r200" + "ypos" "10" + "zpos" "10000" + "wide" "190" + "tall" "50" + "visible" "0" + "enabled" "1" + } + + "SupportCommunityMapMakersCheckButton" + { + "ControlName" "CheckButton" + "fieldName" "SupportCommunityMapMakersCheckButton" + "xpos" "c123" + "ypos" "r35" + "zpos" "5" + "wide" "25" + "tall" "25" + "font" "HudFontSmall" + "labelText" "" + "visible" "0" + } + + "SupportCommunityMapMakersLabel" + { + "ControlName" "CExLabel" + "fieldName" "SupportCommunityMapMakersLabel" + "textAlignment" "north-east" + "xpos" "c" + "ypos" "r26" + "zpos" "5" + "wide" "123" + "tall" "100" + "font" "DefaultVerySmall" + "labelText" "#Store_ConfirmStampDonationAddTitle" + "visible" "0" + } + + "CheckoutButton" + { + "ControlName" "CExButton" + "fieldName" "CheckoutButton" + "xpos" "c153" + "ypos" "r35" + "zpos" "2" + "wide" "135" + "tall" "25" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#Store_Checkout" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "Command" "checkout" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + +} diff --git a/toonhud/resource/ui/econ/store/v2/storeviewcartpanel.res b/toonhud/resource/ui/econ/store/v2/storeviewcartpanel.res new file mode 100644 index 0000000..c49ecab --- /dev/null +++ b/toonhud/resource/ui/econ/store/v2/storeviewcartpanel.res @@ -0,0 +1,517 @@ +"Resource/UI/StoreViewCartPanel.res" +{ + "store_viewcart_panel" + { + "ControlName" "EditablePanel" + "fieldName" "store_viewcart_panel" + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "480" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "settitlebarvisible" "1" + "PaintBackgroundType" "0" + "bgcolor_override" "46 43 42 0" + "infocus_bgcolor_override" "46 43 42 0" + "outoffocus_bgcolor_override" "46 43 42 0" + + "title" "#StoreTitle" + "title_font" "G_FontTiny" + "titletextinsetX" "40" + "titletextinsetY" "0" + "titlebarfgcolor_override" "200 187 161 255" + "titlebardisabledfgcolor_override" "200 187 161 255" + "titlebarbgcolor_override" "46 43 42 255" + + "clientinsetx_override" "0" + "sheetinset_bottom" "40" + + "item_entry_kv" + { + "xpos" "0" + "ypos" "0" + "wide" "580" + "tall" "60" + + "itempanel" + { + "ControlName" "CItemModelPanel" + "fieldname" "itempanel" + "xpos" "0" + "ypos" "0" + "wide" "400" + "tall" "58" + "visible" "1" + "bgcolor_override" "0 0 0 255" + "noitem_textcolor" "117 107 94 255" + "PaintBackgroundType" "2" + "paintborder" "0" + + "model_xpos" "3" + "model_ypos" "3" + "model_wide" "80" + "model_tall" "53" + + "text_xpos" "110" + "text_ypos" "24" + "text_wide" "250" + "text_center" "0" + "text_forcesize" "1" + + "name_only" "1" + + "itemmodelpanel" + { + "use_item_rendertarget" "0" + "allow_rot" "0" + "inventory_image_type" "1" + } + } + + "quantitylabel" + { + "ControlName" "Label" + "fieldname" "quantitylabel" + "font" "HudFontSmallestBold" + "textAlignment" "north-east" + "xpos" "70" + "ypos" "45" + "zpos" "15" + "wide" "16" + "tall" "10" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "%quantity%" + } + + "SeparatorLine" + { + "ControlName" "ImagePanel" + "fieldName" "SeparatorLine" + "xpos" "0" + "ypos" "58" + "zpos" "5" + "wide" "580" + "tall" "5" + "visible" "1" + "enabled" "1" + "image" "loadout_solid_line" + "tileImage" "1" + } + + "RemoveButton" + { + "ControlName" "CExButton" + "fieldName" "RemoveButton" + "xpos" "375" + "ypos" "17" + "zpos" "5" + "wide" "100" + "tall" "25" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#Store_Remove" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "Command" "remove" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + + "PriceLabel" + { + "ControlName" "Label" + "fieldname" "PriceLabel" + "font" "FontCartPrice" + "textAlignment" "east" + "xpos" "475" + "ypos" "0" + "zpos" "15" + "wide" "95" + "tall" "60" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "%price%" + "fgcolor_override" "130 120 104 255" + } + } + } + + "BackgroundHeader" + { + "ControlName" "ImagePanel" + "fieldName" "BackgroundHeader" + "xpos" "0" + "ypos" "0" + "zpos" "-2" + "wide" "f0" + "tall" "50" + "visible" "0" + "enabled" "0" + "image" "loadout_header" + "tileImage" "1" + + } + + "G_BackgroundHeader" + { + "ControlName" "EditablePanel" + "fieldName" "G_BackgroundHeader" + "xpos" "0" + "ypos" "0" + "zpos" "-2" + "wide" "f0" + "tall" "56" + "visible" "1" + "enabled" "1" + "paintbackground" "1" + "bgcolor_override" "G_Highlight" + } + + "BackgroundFooter" + { + "ControlName" "EditablePanel" + "fieldName" "BackgroundFooter" + "xpos" "0" + "ypos" "420" + "zpos" "1" + "wide" "f0" + "tall" "60" + "visible" "1" + "enabled" "1" + "paintbackground" "1" + "bgcolor_override" "G_Footer" + } + + "FooterLine" + { + "ControlName" "EditablePanel" + "fieldName" "FooterLine" + "xpos" "0" + "ypos" "420" + "zpos" "2" + "wide" "f0" + "tall" "2" + "visible" "1" + "enabled" "1" + "paintbackground" "1" + "bgcolor_override" "G_Highlight" + } + + "ClientArea" + { + "ControlName" "EditablePanel" + "fieldName" "ClientArea" + "xpos" "0" + "ypos" "55" + "wide" "f0" + "tall" "368" + "bgcolor_override" "46 43 42 255" + + "HeaderLine" + { + "ControlName" "ImagePanel" + "fieldName" "HeaderLine" + "xpos" "0" + "ypos" "0" + "zpos" "5" + "wide" "f0" + "tall" "10" + "visible" "0" + "enabled" "0" + "image" "loadout_solid_line" + "scaleImage" "1" + } + + "Wall" + { + "ControlName" "EditablePanel" + "fieldName" "Wall" + "xpos" "0" + "ypos" "50" + "zpos" "-5" + "wide" "f0" + "tall" "280" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "paintbackground" "1" + "bgcolor_override" "G_MenuShader" + } + + "CartItemsLabel" + { + "ControlName" "CExLabel" + "fieldName" "CartItemsLabel" + "font" "HudFontMediumBold" + "labelText" "%storecart%" + "textAlignment" "west" + "xpos" "c-300" + "ypos" "15" + "zpos" "1" + "wide" "350" + "tall" "20" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + + "SeparatorLine" + { + "ControlName" "ImagePanel" + "fieldName" "SeparatorLine" + "xpos" "c-300" + "ypos" "60" + "zpos" "5" + "wide" "600" + "tall" "5" + "visible" "0" + "enabled" "0" + "image" "loadout_solid_line" + "tileImage" "1" + } + + "EmptyCartLabel" + { + "ControlName" "Label" + "fieldName" "EmptyCartLabel" + "font" "HudFontSmallBold" + "labelText" "#Store_CartIsEmpty" + "textAlignment" "center" + "xpos" "c-300" + "ypos" "62" + "zpos" "6" + "wide" "600" + "tall" "240" + "autoResize" "1" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + } + + "ItemListContainerScroller" + { + "ControlName" "EditablePanel" + "fieldName" "ItemListContainerScroller" + "xpos" "c-300" + "ypos" "60" + "zpos" "5" + "wide" "600" + "tall" "260" + "PaintBackgroundType" "2" + "fgcolor_override" "118 107 94 255" // Gets copied to the scrollbar fgcolor as part of ScrollableEditablePanel + "bgcolor_override" "51 47 46 255" + "autohide_buttons" "1" + + "Scrollbar" + { + "xpos" "586" + "wide" "11" + "tall" "240" + "zpos" "1000" + + "Slider" + { + "PaintBackgroundType" "2" + } + + "nobuttons" "1" + "UpButton" + { + "ControlName" "Button" + "FieldName" "UpButton" + "visible" "0" + "tall" "0" + "wide" "0" + } + + "DownButton" + { + "ControlName" "Button" + "FieldName" "DownButton" + "visible" "0" + "tall" "0" + "wide" "0" + } + } + + "ItemListContainer" + { + "ControlName" "EditablePanel" + "fieldName" "ItemListContainer" + "xpos" "0" + "ypos" "0" + "zpos" "5" + "wide" "500" + "tall" "240" + "PaintBackgroundType" "2" + "bgcolor_override" "200 187 161 0" + + "FeaturedItemSymbol" + { + "ControlName" "ImagePanel" + "fieldName" "FeaturedItemSymbol" + "xpos" "c-225" + "ypos" "243" + "zpos" "99" + "wide" "32" + "tall" "32" + "visible" "1" + "enabled" "1" + "image" "store_special" + "scaleImage" "1" + } + + "PurchaseFooter" + { + "ControlName" "EditablePanel" + "fieldName" "PurchaseFooter" + "wide" "580" + "tall" "110" + "bgcolor_override" "0 0 0 0" + + "EstimatedTotalLabel" + { + "ControlName" "CExLabel" + "fieldName" "EstimatedTotalLabel" + "font" "HudFontSmall" + "labelText" "#Store_EstimatedTotal" + "textAlignment" "south-east" + "xpos" "0" + "ypos" "15" + "zpos" "100" + "wide" "425" + "tall" "15" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + "WashingtonStateSalesTaxLabel" + { + "ControlName" "CExLabel" + "fieldName" "WashingtonStateSalesTaxLabel" + "font" "HudFontSmallest" + "labelText" "#Store_WAStateSalesTax" + "textAlignment" "north-east" + "xpos" "0" + "ypos" "29" + "zpos" "100" + "wide" "425" + "tall" "12" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "130 120 104 255" + } + "TotalSubtextLabelB" + { + "ControlName" "CExLabel" + "fieldName" "TotalSubtextLabelB" + "font" "HudFontSmallest" + "labelText" "#Store_TotalSubtextB" + "textAlignment" "north-east" + "xpos" "0" + "ypos" "39" + "zpos" "100" + "wide" "425" + "tall" "12" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "130 120 104 255" + } + + "TotalPriceLabel" + { + "ControlName" "Label" + "fieldname" "TotalPriceLabel" + "font" "FontCartPrice" + "textAlignment" "east" + "xpos" "475" + "ypos" "0" + "zpos" "15" + "wide" "100" + "tall" "60" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "%totalprice%" + "fgcolor_override" "130 120 104 255" + } + + } + } + } + } + + "CloseButton" + { + "ControlName" "CExButton" + "fieldName" "CloseButton" + "xpos" "c-300" + "ypos" "437" + "zpos" "2" + "wide" "200" + "tall" "25" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#Store_ContinueShopping" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "Command" "close" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + + "CheckoutButton" + { + "ControlName" "CExButton" + "fieldName" "CheckoutButton" + "xpos" "c170" + "ypos" "437" + "zpos" "2" + "wide" "130" + "tall" "25" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#Store_Checkout" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "Command" "checkout" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + +} diff --git a/toonhud/resource/ui/enemycountpanel.res b/toonhud/resource/ui/enemycountpanel.res new file mode 100644 index 0000000..9dae8cd --- /dev/null +++ b/toonhud/resource/ui/enemycountpanel.res @@ -0,0 +1,99 @@ +"Resource/UI/EnemyCountPanel.res" +{ + "EnemyCountPanel" + { + "ControlName" "EditablePanel" + "fieldName" "EnemyCountPanel" + "xpos" "0" + "ypos" "0" + "zpos" "3" + "wide" "22" + "tall" "34" + "visible" "0" + "enabled" "1" + } + + "EnemyCountImage" + { + "ControlName" "CTFImagePanel" + "fieldName" "EnemyCountImage" + "xpos" "3" + "ypos" "2" + "zpos" "3" + "wide" "16" + "tall" "16" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + } + + "EnemyCountImageBG" + { + "ControlName" "Panel" + "fieldName" "EnemyCountImageBG" + "xpos" "2" + "ypos" "1" + "zpos" "2" + "wide" "18" + "tall" "18" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "PaintBackgroundType" "2" + "bgcolor_override" "G_White" + } + + "EnemyCountCritImageBG" + { + "ControlName" "CTFImagePanel" + "fieldName" "EnemyCountCritImageBG" + "xpos" "1" + "ypos" "0" + "zpos" "1" + "wide" "20" + "tall" "20" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "PaintBackgroundType" "2" + //"bgcolor" "Yellow" + //"bgcolor_override" "Yellow" + //"fgcolor_override" "Yellow" + //"PaintBackgroundType" "2" + "image" "../hud/leaderboard_class_critical" + } + + "EnemyCount" + { + "ControlName" "CExLabel" + "fieldName" "EnemyCount" + "font" "G_FontTiny" + "fgcolor" "G_White" + "xpos" "0" + "ypos" "18" + "zpos" "3" + "wide" "22" + "tall" "14" + "visible" "1" + "enabled" "1" + "textAlignment" "center" + "labelText" "%enemy_count%" + } + + "EnemyCountShadow" + { + "ControlName" "CExLabel" + "fieldName" "EnemyCount" + "font" "G_FontTiny" + "fgcolor" "G_Shadow" + "xpos" "1" + "ypos" "19" + "zpos" "3" + "wide" "22" + "tall" "14" + "visible" "1" + "enabled" "1" + "textAlignment" "center" + "labelText" "%enemy_count%" + } +} diff --git a/toonhud/resource/ui/farmageddonhud.res b/toonhud/resource/ui/farmageddonhud.res new file mode 100644 index 0000000..fc92f95 --- /dev/null +++ b/toonhud/resource/ui/farmageddonhud.res @@ -0,0 +1,26 @@ +#base "HudObjectivePlayerDestruction.res" + +"Resource/UI/farmageddonhud.res" +{ + "CarriedContainer" + { + "CarriedImage" + { + "image" "../hud/weedkiller_icon" + } + } + "ScoreContainer" + { + "ProgressBarContainer" + { + "FlagImageBlue" + { + "image" "../hud/weedkiller_icon" + } + "FlagImageRed" + { + "image" "../hud/weedkiller_icon" + } + } + } +} \ No newline at end of file diff --git a/toonhud/resource/ui/flagstatus.res b/toonhud/resource/ui/flagstatus.res new file mode 100644 index 0000000..a439ebb --- /dev/null +++ b/toonhud/resource/ui/flagstatus.res @@ -0,0 +1,65 @@ +"Resource/UI/FlagStatus.res" +{ + "Arrow" + { + "ControlName" "CTFArrowPanel" + "fieldName" "Arrow" + "xpos" "50" + "ypos" "12" + "zpos" "1" + "wide" "60" + "tall" "60" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + + "if_mvm" + { + "xpos" "40" + "ypos" "10" + "wide" "80" + "tall" "80" + } + } + "Briefcase" + { + "ControlName" "CTFImagePanel" + "fieldName" "Briefcase" + "xpos" "67" + "ypos" "29" + "zpos" "2" + "wide" "26" + "tall" "26" + "visible" "1" + "enabled" "1" + "image" "../hud/objectives_flagpanel_briefcase" + "scaleImage" "1" + + "if_mvm" + { + "xpos" "62" + "ypos" "31" + "wide" "38" + "tall" "38" + } + } + "StatusIcon" + { + "ControlName" "CTFImagePanel" + "fieldName" "StatusIcon" + "xpos" "70" + "ypos" "33" + "zpos" "3" + "wide" "22" + "tall" "22" + "visible" "1" + "enabled" "1" + "image" "../hud/objectives_flagpanel_ico_flag_home" + "scaleImage" "1" + + "if_mvm" + { + "visible" "0" + } + } +} diff --git a/toonhud/resource/ui/freezepanel_basic.res b/toonhud/resource/ui/freezepanel_basic.res new file mode 100644 index 0000000..d87c840 --- /dev/null +++ b/toonhud/resource/ui/freezepanel_basic.res @@ -0,0 +1,467 @@ +"Resource/UI/FreezePanel_Basic.res" +{ + "FreezePanel" + { + "ControlName" "CTFFreezePanel" + "fieldName" "FreezePanel" + "screenshot_move_panel_to_corner" "0" + } + + "FreezePanelBase" [$X360] + { + "ControlName" "EditablePanel" + "fieldName" "FreezePanelBase" + "xpos" "0" + "ypos" "0" + "wide" "640" + "tall" "480" + "visible" "1" + + "NemesisSubPanel" + { + "ControlName" "EditablePanel" + "fieldName" "NemesisSubPanel" + "xpos" "c46" + "ypos" "223" + "zpos" "4" + "wide" "166" + "tall" "38" + "visible" "1" + + "NemesisPanelBG" + { + "ControlName" "ImagePanel" + "fieldName" "NemesisPanelBG" + "xpos" "0" + "ypos" "0" + "zpos" "5" + "wide" "166" + "tall" "38" + "visible" "1" + "enabled" "1" + "image" "../hud/freezecam_black_bg" + "scaleImage" "1" + } + "NemesisIcon" + { + "ControlName" "ImagePanel" + "fieldName" "NemesisIcon" + "xpos" "5" + "ypos" "-1" + "zpos" "6" + "wide" "36" + "tall" "36" + "visible" "1" + "enabled" "1" + "image" "../hud/leaderboard_nemesis_freezecam" + "scaleImage" "1" + } + "NemesisLabel" + { + "ControlName" "Label" + "fieldName" "NemesisLabel" + "font" "HudFontMediumSmall" + "xpos" "44" + "ypos" "10" + "zpos" "6" + "wide" "112" + "tall" "18" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "%nemesisname%" + "textAlignment" "west" + } + } + "FreezePanelBG" + { + "ControlName" "CTFImagePanel" + "fieldName" "FreezePanelBG" + "xpos" "c-38" + "ypos" "245" + "zpos" "0" + "wide" "266" + "tall" "48" + "visible" "1" + "enabled" "1" + "image" "../hud/color_panel_blu" + "scaleImage" "1" + } + + "FreezeLabel" + { + "ControlName" "Label" + "fieldName" "FreezeLabel" + "font" "DefaultSmall" + "xpos" "c2" + "ypos" "255" + "zpos" "1" + "wide" "252" + "tall" "9" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "#FreezePanel_Killer" + "textAlignment" "Left" + "dulltext" "0" + "brighttext" "0" + } + + "FreezeLabelKiller" + { + "ControlName" "Label" + "fieldName" "FreezeLabelKiller" + "font" "HudFontSmall" + "xpos" "c6" + "ypos" "266" + "zpos" "1" + "wide" "252" + "tall" "18" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "%killername%" + "textAlignment" "Left" + } + + "FreezePanelHealth" + { + "ControlName" "EditablePanel" + "fieldName" "FreezePanelHealth" + "xpos" "c-30" + "ypos" "253" + "zpos" "1" + "wide" "31" + "tall" "31" + "visible" "1" + "enabled" "1" + "HealthBonusPosAdj" "9" + "HealthDeathWarning" "0.49" + "TFFont" "HudFontSmall" + "HealthDeathWarningColor" "HUDDeathWarning" + "TextColor" "HudOffWhite" + } + } + + "itempanel" + { + "ControlName" "CItemModelPanel" + "fieldName" "itempanel" + "xpos" "r180" + "ypos" "0" + "zpos" "10" + "wide" "170" + "tall" "100" + "visible" "0" + "PaintBackgroundType" "0" + "paintborder" "1" + "border" "G_TargetBorder" + "paintbackground" "1" + "bgcolor_override" "G_PanelBg" + + "model_ypos" "10" + "model_center_x" "1" + "model_wide" "90" + "model_tall" "60" + + "text_xpos" "10" + "text_ypos" "10" + "text_wide" "150" + "text_center" "1" + + "max_text_height" "100" + "padding_height" "10" + "resize_to_text" "1" + "text_forcesize" "2" + + "itemmodelpanel" + { + "fieldName" "itemmodelpanel" + "use_item_rendertarget" "0" + "useparentbg" "1" + } + + "ItemLabel" + { + "ControlName" "Label" + "fieldName" "ItemLabel" + "font" "DefaultSmall" + "xpos" "10" + "ypos" "3" + "zpos" "1" + "wide" "270" + "tall" "9" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "#FreezePanel_Item" + "textAlignment" "Left" + "dulltext" "0" + "brighttext" "0" + } + } + + "FreezePanelBase" [$WIN32] + { + "ControlName" "EditablePanel" + "fieldName" "FreezePanelBase" + "xpos" "r200" + "ypos" "150" + "wide" "310" + "tall" "300" + "visible" "1" + + "FreezePanelBG" + { + "ControlName" "CTFImagePanel" + "fieldName" "FreezePanelBG" + "xpos" "20" + "ypos" "100" + "zpos" "0" + "wide" "203" + "tall" "28" + "visible" "1" + "enabled" "1" + "image" "../hud/color_panel_blu" + "scaleImage" "1" + "paintborder" "1" + "border" "G_TargetBorder" + "src_corner_height" "23" + "src_corner_width" "23" + "draw_corner_width" "0" + "draw_corner_height" "0" + } + + "FreezeLabel" + { + "ControlName" "Label" + "fieldName" "FreezeLabel" + "font" "DefaultVerySmall" + "xpos" "48" + "ypos" "103" + "zpos" "1" + "wide" "252" + "tall" "12" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "#FreezePanel_Killer" + "textAlignment" "North-West" + "dulltext" "0" + "brighttext" "0" + "fgcolor_override" "G_White" + } + + "FreezePanelHealth" [$WIN32] + { + "ControlName" "CTFFreezePanelHealth" + "fieldName" "FreezePanelHealth" + "xpos" "21" // 1 CTHB + "xpos_minmode" "21" // 1 CTHB + "ypos" "101" // 2 CTHB + "ypos_minmode" "101" // 2 CTHB + "zpos" "0" + "wide" "27" // 3 CTHB + "tall" "27" // 3 CTHB + "visible" "1" + "enabled" "1" + "HealthBonusPosAdj" "10" // 4 CTHB + "HealthDeathWarning" "0.49" + "TFFont" "G_FontTiny" + "HealthDeathWarningColor" "HUDDeathWarning" + "TextColor" "G_White" + "paintborder" "0" // 5 CTHB + "paintbackground" "0" // 5 CTHB + "border" "G_HealthBorder" + "bgcolor_override" "G_HealthBarBg" + } + + "FreezeLabelKiller" + { + "ControlName" "Label" + "fieldName" "FreezeLabelKiller" + "font" "G_FontSmall_2" + "xpos" "66" + "ypos" "110" + "zpos" "1" + "wide" "252" + "tall" "18" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "%killername%" + "textAlignment" "Left" + "fgcolor_override" "G_White" + } + + "AvatarImage" + { + "ControlName" "CAvatarImagePanel" + "fieldName" "AvatarImage" + "xpos" "49" + "ypos" "111" + "zpos" "0" + "wide" "15" + "tall" "15" + "visible" "1" + "enabled" "1" + "image" "" + "scaleImage" "1" + "color_outline" "0 0 0 255" + } + + "NemesisSubPanel" + { + "ControlName" "EditablePanel" + "fieldName" "NemesisSubPanel" + "xpos" "0" // FIXME + "ypos" "133" + "zpos" "4" + "wide" "300" + "tall" "14" + "visible" "1" + + "NemesisPanelBG" + { + "ControlName" "ScalableImagePanel" + "fieldName" "NemesisPanelBG" + "xpos" "20" + "ypos" "0" + "zpos" "5" + "wide" "314" + "tall" "14" + "visible" "1" + "enabled" "1" + "image" "../hud/color_panel_brown" + "scaleImage" "1" + "src_corner_height" "23" + "src_corner_width" "23" + "draw_corner_width" "0" + "draw_corner_height" "0" + "paintborder" "1" + "border" "G_TargetBorder" + } + "NemesisIcon" + { + "ControlName" "ImagePanel" + "fieldName" "NemesisIcon" + "xpos" "23" + "ypos" "0" + "zpos" "6" + "wide" "16" + "tall" "16" + "visible" "1" + "enabled" "1" + "image" "../hud/leaderboard_nemesis" + "scaleImage" "1" + } + "NemesisLabel" + { + "ControlName" "Label" + "fieldName" "NemesisLabel" + "font" "G_FontSmall_2" + "xpos" "40" + "ypos" "2" + "zpos" "6" + "wide" "140" + "tall" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "%nemesisname%" + "textAlignment" "west" + "fgcolor_override" "TanLight" + "textinsetx" "5" + } + "NemesisLabel2" + { + "ControlName" "Label" + "fieldName" "NemesisLabel2" + "font" "DefaultSmall" + "xpos" "0" + "ypos" "0" + "zpos" "6" + "wide" "112" + "tall" "18" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "0" + "labelText" "%nemesisadvice%" + "textAlignment" "west" + } + } + } + + "ScreenshotPanel" + { + "ControlName" "EditablePanel" + "fieldName" "ScreenshotPanel" + "xpos" "c-83" + "ypos" "50" + "zpos" "2" + "wide" "166" + "tall" "40" + "visible" "0" + + "ScreenshotPanelBG" + { + "ControlName" "ImagePanel" + "fieldName" "ScreenshotPanelBG" + "xpos" "0" + "ypos" "8" + "zpos" "0" + "wide" "166" + "tall" "38" + "visible" "1" + "enabled" "1" + "image" "../hud/freezecam_black_bg" + "scaleImage" "1" + } + "ScreenshotIcon" + { + "ControlName" "ImagePanel" + "fieldName" "ScreenshotIcon" + "xpos" "3" + "ypos" "0" + "zpos" "1" + "wide" "36" + "tall" "36" + "visible" "1" + "enabled" "1" + "image" "../hud/ico_camera" + "scaleImage" "1" + } + "ScreenshotLabel" + { + "ControlName" "Label" + "fieldName" "ScreenshotLabel" + "font" "SpectatorKeyHints" + "xpos" "40" + "ypos" "25" + "zpos" "2" + "wide" "133" + "tall" "12" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "%text%" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" + } + } +} + + + + + diff --git a/toonhud/resource/ui/freezepanelkillerhealth.res b/toonhud/resource/ui/freezepanelkillerhealth.res new file mode 100644 index 0000000..5cb41ef --- /dev/null +++ b/toonhud/resource/ui/freezepanelkillerhealth.res @@ -0,0 +1,94 @@ +"Resource/UI/FreezePanelKillerHealth.res" +{ + "PlayerStatusHealthImage" + { + "ControlName" "ImagePanel" + "fieldName" "PlayerStatusHealthImage" + "xpos" "3" + "ypos" "3" + "zpos" "4" + "wide" "21" + "tall" "21" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + } + "PlayerStatusHealthImageBG" + { + "ControlName" "ImagePanel" + "fieldName" "PlayerStatusHealthImageBG" + "xpos" "2" + "ypos" "2" + "zpos" "3" + "wide" "23" + "tall" "23" + "visible" "1" + "enabled" "1" + "image" "../hud/health_bg" + "scaleImage" "1" + } + "BuildingStatusHealthImageBG" + { + "ControlName" "ImagePanel" + "fieldName" "BuildingStatusHealthImageBG" + "xpos" "0" + "ypos" "2" + "zpos" "3" + "wide" "23" + "tall" "23" + "visible" "0" + "enabled" "1" + "image" "../hud/health_equip_bg" + "scaleImage" "1" + } + "PlayerStatusHealthBonusImage" + { + "ControlName" "ImagePanel" + "fieldName" "PlayerStatusHealthBonusImage" + "xpos" "3" + "ypos" "3" + "zpos" "2" + "wide" "21" + "tall" "21" + "visible" "1" + "enabled" "1" + "image" "../hud/health_over_bg" + "scaleImage" "1" + "autoResize" "1" + } + + "PlayerStatusHealthValue" + { + "ControlName" "CExLabel" + "fieldName" "PlayerStatusHealthValue" + "xpos" "-8" + "ypos" "2" + "zpos" "10" + "wide" "43" + "tall" "23" + "visible" "1" + "enabled" "1" + "labelText" "%Health%" + "textAlignment" "center" + "font" "G_FontTargetIDHealth" + "fgcolor" "G_TargetHealthValue" + "autoResize" "0" + } + "PlayerStatusHealthValueShadow" + { + "ControlName" "CExLabel" + "fieldName" "PlayerStatusHealthValueShadow" + "xpos" "-7" + "ypos" "3" + "zpos" "10" + "wide" "43" + "tall" "23" + "visible" "1" + "enabled" "1" + "labelText" "%Health%" + "textAlignment" "center" + "font" "G_FontTargetIDHealth" + "fgcolor" "G_TargetHealthValueShadow" + "autoResize" "0" + } +} diff --git a/toonhud/resource/ui/globalchat.res b/toonhud/resource/ui/globalchat.res new file mode 100644 index 0000000..bb26178 --- /dev/null +++ b/toonhud/resource/ui/globalchat.res @@ -0,0 +1,125 @@ +"Resource/UI/GlobalChat.res" +{ + "partychat" + { + "fieldName" "partychat" + "visible" "1" + "enabled" "1" + "xpos" "5" + "ypos" "10" + "zpos" "1001" + "wide" "200" + "tall" "200" + "proportionaltoparent" "1" + "keyboardinputenabled" "1" + "mouseinputenabled" "1" + "border" "QuickplayBorder" + + "log_font_small" "GlobalChatFont" + "log_font_medium" "GlobalChatFont" + "log_font_large" "GlobalChatFont" + + "chat_color_default" "255 255 255 255" + "chat_color_player_name" "255 255 0 255" + "chat_color_chat_text" "255 255 255 255" + "chat_color_party_event" "Orange" + + "collapsed_height" "0" + "expanded_height" "200" + "resize_time" "0.3" + "invalidate_parent_on_resize" "0" + } + + "chatlog" + { + // "ControlName" "richtext" + "fieldName" "chatlog" + "xpos" "cs-0.5" + "ypos" "5" + "zpos" "1" + "wide" "f0" + "tall" "f20" + "visible" "1" + "proportionaltoparent" "1" + "RoundedCorners" "0" + "font" "GlobalChatFont" + + "bgcolor_override" "0 0 0 50" + + "pinCorner" "2" + "autoResize" "1" + + "ScrollBar" + { + "FieldName" "ScrollBar" + "xpos" "rs1-1" + "ypos" "0" + "tall" "f0" + "wide" "5" // This gets slammed from client schme. GG. + "zpos" "1000" + "nobuttons" "1" + "proportionaltoparent" "1" + + "Slider" + { + "fgcolor_override" "TanLight" + } + + "UpButton" + { + "ControlName" "Button" + "FieldName" "UpButton" + "visible" "0" + } + + "DownButton" + { + "ControlName" "Button" + "FieldName" "DownButton" + "visible" "0" + } + } + } + + "chatentry" + { + // "ControlName""TextEntry" + "fieldName" "chatentry" + "xpos" "6" + "ypos" "rs1+14" + "zpos" "1" + "wide" "f2" + "tall" "13" + "visible" "1" + "proportionaltoparent" "1" + "bgcolor_override" "0 0 0 255" + "RoundedCorners" "0" + "font" "GlobalChatInputFont" + "alpha" "0" + "mouseinputenabled" "0" + + "pinCorner" "2" + //"autoResize" "1" + } + + "EntryShadow" + { + "ControlName" "Panel" + "fieldName" "EntryShadow" + "xpos" "cs-0.5" + "ypos" "rs1" + "zpos" "2" + "wide" "f0" + "tall" "15" + "visible" "1" + "proportionaltoparent" "1" + "bgcolor_override" "0 0 0 0" + "RoundedCorners" "0" + "border" "QuickplayBorder" + + "keyboardinputenabled" "0" + "mouseinputenabled" "0" + + "pinCorner" "2" + } +} diff --git a/toonhud/resource/ui/healthiconpanel.res b/toonhud/resource/ui/healthiconpanel.res new file mode 100644 index 0000000..16bb58b --- /dev/null +++ b/toonhud/resource/ui/healthiconpanel.res @@ -0,0 +1,29 @@ +"Resource/UI/HealthIconPanel.res" +{ + "SpectatorGUIHealth" + { + "ControlName" "EditablePanel" + "fieldName" "SpectatorGUIHealth" + "xpos" "17" + "xpos_minmode" "17" // 1 CTHB + "ypos" "0" // 2 CTHB + "ypos_minmode" "0" + "wide" "26" // 3 CTHB + "tall" "26" // 3 CTHB + "visible" "1" + "enabled" "1" + "TFFont" "G_FontTiny" + "TextColor" "G_White" + "paintborder" "0" // 2 CTHB + "paintbackground" "0" // 2 CTHB + "border" "G_HealthBorder" + "bgcolor_override" "G_HealthBarBg" + "HealthBonusPosAdj" "10" // 4 CTHB + "HealthDeathWarning" "0.49" + "HealthDeathWarningColor" "HUDDeathWarning" + } +} + + + + diff --git a/toonhud/resource/ui/hud_obj_dispenser.res b/toonhud/resource/ui/hud_obj_dispenser.res new file mode 100644 index 0000000..1052ab3 --- /dev/null +++ b/toonhud/resource/ui/hud_obj_dispenser.res @@ -0,0 +1,393 @@ +"Resource/UI/hud_obj_dispenser.res" +{ + "BuildingStatusItem" + { + "ControlName" "Frame" + "fieldName" "BuildingStatusItem" + "xpos" "0" + "ypos" "0" + "wide" "150" + "tall" "31" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + } + + "Background" + { + "ControlName" "CIconPanel" + "fieldName" "Background" + "xpos" "-38" + "ypos" "-10" + "zpos" "-1" + "wide" "320" + "tall" "60" + "visible" "0" + "enabled" "0" + "scaleImage" "1" + "icon" "obj_status_background_disabled" + "iconColor" "255 255 255 255" + } + + "Icon_Dispenser" + { + "ControlName" "CIconPanel" + "fieldName" "Icon" + "xpos" "24" + "ypos" "1" + "zpos" "1" + "wide" "28" + "tall" "28" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "icon" "obj_status_dispenser" + "iconColor" "255 255 255 255" + } + + "NotBuiltPanel" + { + "ControlName" "EditablePanel" + "fieldName" "NotBuiltPanel" + "xpos" "0" + "ypos" "0" + "wide" "160" + "tall" "31" + "visible" "1" + + "NotBuiltLabel" + { + "ControlName" "CExLabel" + "fieldName" "NotBuiltLabel" + "font" "DefaultVerySmall" + "xpos" "60" + "ypos" "0" + "wide" "200" + "tall" "31" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "0" + "labelText" "#Building_hud_dispenser_not_built" + "textAlignment" "Left" + "dulltext" "0" + "brighttext" "0" + } + + "NotBuiltBg" + { + "ControlName" "CTFImagePanel" + "fieldName" "NotBuiltBg" + "xpos" "0" + "ypos" "0" + "zpos" "-1" + "wide" "120" + "tall" "31" + "visible" "0" + "enabled" "1" + "scaleImage" "1" + "image" "../hud/color_panel_brown" + "paintborder" "1" + "border" "G_TargetBorder" + "src_corner_height" "23" + "src_corner_width" "23" + "draw_corner_width" "0" + "draw_corner_height" "0" + } + } + + "BuiltPanel" + { + "ControlName" "EditablePanel" + "fieldName" "BuiltPanel" + "xpos" "0" + "ypos" "0" + "wide" "160" + "tall" "31" + "visible" "0" + + "Icon_Upgrade_1" + { + "ControlName" "CIconPanel" + "fieldName" "Icon_Upgrade_1" + "xpos" "46" + "ypos" "4" + "zpos" "1" + "wide" "8" + "tall" "8" + "visible" "0" + "enabled" "1" + "scaleImage" "1" + "icon" "obj_status_upgrade_1" + "iconColor" "255 255 255 255" + } + + "Icon_Upgrade_2" + { + "ControlName" "CIconPanel" + "fieldName" "Icon_Upgrade_2" + "xpos" "46" + "ypos" "4" + "zpos" "1" + "wide" "8" + "tall" "8" + "visible" "0" + "enabled" "1" + "scaleImage" "1" + "icon" "obj_status_upgrade_2" + "iconColor" "255 255 255 255" + } + + "Icon_Upgrade_3" + { + "ControlName" "CIconPanel" + "fieldName" "Icon_Upgrade_3" + "xpos" "46" + "ypos" "4" + "zpos" "1" + "wide" "8" + "tall" "8" + "visible" "0" + "enabled" "1" + "scaleImage" "1" + "icon" "obj_status_upgrade_3" + "iconColor" "255 255 255 255" + } + + "BuiltBgCustom" + { + "ControlName" "EditablePanel" + "fieldName" "BuiltBgCustom" + "xpos" "0" + "ypos" "0" + "zpos" "-1" + "wide" "120" + "tall" "31" + "visible" "0" // CBSBC1 + "enabled" "1" + "bgcolor_override" "G_CustomBuildingStatusBg" + } + + "BuiltBg" + { + "ControlName" "CTFImagePanel" + "fieldName" "BuiltBg" + "xpos" "0" + "ypos" "0" + "zpos" "-1" + "wide" "120" + "tall" "31" + "visible" "1" // CBSBC2 + "enabled" "1" + "scaleImage" "1" + "image" "../hud/color_panel_brown" + "teambg_1" "../hud/color_panel_brown" + "teambg_2" "../hud/eng_status_area_sentry_red" + "teambg_2_lodef" "../hud/eng_status_area_sentry_red" + "teambg_3" "../hud/eng_status_area_sentry_blue" + "teambg_3_lodef" "../hud/eng_status_area_sentry_blue" + "paintborder" "1" + "border" "G_TargetBorder" + "src_corner_height" "43" + "src_corner_width" "43" + "draw_corner_width" "0" + "draw_corner_height" "0" + } + + "AlertTray" + { + "ControlName" "CIconPanel" + "fieldName" "AlertTray" + "xpos" "118" + "ypos" "-1" + "zpos" "-4000" + "wide" "26" + "tall" "33" + "visible" "1" + "enabled" "1" + "icon" "obj_status_alert_background_tall" + "paintborder" "0" + } + + + "WrenchIcon" + { + "ControlName" "CIconPanel" + "fieldName" "WrenchIcon" + "xpos" "122" + "ypos" "7" + "zpos" "20" + "wide" "16" + "tall" "16" + "visible" "0" + "enabled" "1" + "scaleImage" "1" + "icon" "obj_status_icon_wrench" + "iconColor" "0 0 0 255" + } + + + "SapperIcon" + { + "ControlName" "CIconPanel" + "fieldName" "SapperIcon" + "xpos" "122" + "ypos" "7" + "zpos" "20" + "wide" "17" + "tall" "17" + "visible" "0" + "enabled" "1" + "scaleImage" "1" + "icon" "obj_status_icon_sapper" + "iconColor" "255 255 255 255" + } + + "Health" + { + "ControlName" "CBuildingHealthBar" + "fieldName" "Health" + "font" "Default" + "xpos" "6" + "ypos" "3" + "wide" "8" + "tall" "24" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "textAlignment" "Left" + "dulltext" "0" + "brighttext" "0" + } + + "BuildingPanel" + { + "ControlName" "EditablePanel" + "fieldName" "BuildingPanel" + "xpos" "54" + "ypos" "0" + "wide" "100" + "tall" "31" + "visible" "0" + + "BuildingLabel" + { + "ControlName" "CExLabel" + "fieldName" "BuildingLabel" + "xpos" "0" + "ypos" "5" + "wide" "200" + "tall" "12" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "#Building_hud_building" + "textAlignment" "Left" + "dulltext" "0" + "brighttext" "0" + "font" "G_FontTiny_2" + } + + "BuildingProgress" + { + "ControlName" "ContinuousProgressBar" + "fieldName" "BuildingProgress" + "font" "Default" + "xpos" "0" + "ypos" "16" + "wide" "50" + "tall" "8" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "textAlignment" "Left" + "dulltext" "0" + "brighttext" "0" + } + } + + "RunningPanel" + { + "ControlName" "EditablePanel" + "fieldName" "RunningPanel" + "xpos" "60" + "ypos" "0" + "wide" "100" + "tall" "31" + "visible" "0" + + "AmmoIcon" + { + "ControlName" "ImagePanel" + "fieldName" "AmmoIcon" + "xpos" "0" + "ypos" "5" + "zpos" "1" + "wide" "10" + "tall" "10" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "../hud/hud_obj_status_ammo_64" + "drawcolor" "ProgressOffWhite" + } + + "Ammo" + { + "ControlName" "ContinuousProgressBar" + "fieldName" "Ammo" + "font" "Default" + "xpos" "12" + "ypos" "6" + "wide" "38" + "tall" "8" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "textAlignment" "Left" + "dulltext" "0" + "brighttext" "0" + } + + "UpgradeIcon" + { + "ControlName" "CIconPanel" + "fieldName" "UpgradeIcon" + "xpos" "0" + "ypos" "16" + "zpos" "1" + "wide" "10" + "tall" "10" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "icon" "ico_metal" + "iconColor" "ProgressOffWhite" + } + + "Upgrade" + { + "ControlName" "ContinuousProgressBar" + "fieldName" "Upgrade" + "font" "Default" + "xpos" "12" + "ypos" "17" + "wide" "38" + "tall" "8" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "textAlignment" "Left" + "dulltext" "0" + "brighttext" "0" + } + } + } +} \ No newline at end of file diff --git a/toonhud/resource/ui/hud_obj_sapper.res b/toonhud/resource/ui/hud_obj_sapper.res new file mode 100644 index 0000000..69113dd --- /dev/null +++ b/toonhud/resource/ui/hud_obj_sapper.res @@ -0,0 +1,239 @@ +"Resource/UI/hud_obj_sapper.res" +{ + "BuildingStatusItem" + { + "ControlName" "Frame" + "fieldName" "BuildingStatusItem" + "xpos" "0" + "ypos" "0" + "wide" "150" + "tall" "40" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + } + + "Background" + { + "ControlName" "CIconPanel" + "fieldName" "Background" + "xpos" "0" + "ypos" "0" + "zpos" "-1" + "wide" "120" + "tall" "31" + "visible" "0" + "enabled" "0" + "scaleImage" "1" + "icon" "obj_status_background_red" + "iconColor" "255 255 255 255" + } + + "Icon" + { + "ControlName" "CIconPanel" + "fieldName" "Icon" + "xpos" "20" + "ypos" "3" + "wide" "24" + "tall" "24" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "icon" "obj_status_sapper" + "iconColor" "255 255 255 255" + } + + "NotBuiltPanel" + { + "ControlName" "EditablePanel" + "fieldName" "NotBuiltPanel" + "xpos" "0" + "ypos" "0" + "wide" "160" + "tall" "31" + "visible" "1" + + "NotBuiltLabel" + { + "ControlName" "CExLabel" + "fieldName" "NotBuiltLabel" + "font" "DefaultSmall" + "xpos" "60" + "ypos" "0" + "wide" "200" + "tall" "31" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "#Building_hud_sapper_not_built" + "textAlignment" "Left" + "dulltext" "0" + "brighttext" "0" + } + } + + "BuiltPanel" + { + "ControlName" "EditablePanel" + "fieldName" "BuiltPanel" + "xpos" "0" + "ypos" "0" + "wide" "160" + "tall" "43" + "visible" "0" + + "BuiltBgCustom" + { + "ControlName" "EditablePanel" + "fieldName" "BuiltBgCustom" + "xpos" "0" + "ypos" "0" + "zpos" "-1" + "wide" "120" + "tall" "28" + "visible" "0" // CBSBC1 + "enabled" "1" + "bgcolor_override" "G_CustomBuildingStatusBg" + } + + "BuiltBg" + { + "ControlName" "CTFImagePanel" + "fieldName" "BuiltBg" + "xpos" "0" + "ypos" "0" + "zpos" "-1" + "wide" "120" + "tall" "28" + "visible" "1" // CBSBC2 + "enabled" "1" + "scaleImage" "1" + "image" "../hud/color_panel_brown" + "teambg_1" "../hud/color_panel_brown" + "teambg_2" "../hud/eng_status_area_sentry_red" + "teambg_2_lodef" "../hud/eng_status_area_sentry_red" + "teambg_3" "../hud/eng_status_area_sentry_blue" + "teambg_3_lodef" "../hud/eng_status_area_sentry_blue" + "paintborder" "1" + "border" "G_TargetBorder" + "src_corner_height" "43" + "src_corner_width" "43" + "draw_corner_width" "0" + "draw_corner_height" "0" + } + + "Health" + { + "ControlName" "CBuildingHealthBar" + "fieldName" "Health" + "font" "Default" + "xpos" "5" + "ypos" "2" + "wide" "8" + "tall" "24" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "textAlignment" "Left" + "dulltext" "0" + "brighttext" "0" + } + + "BuildingPanel" + { + "ControlName" "EditablePanel" + "fieldName" "BuildingPanel" + "xpos" "60" + "ypos" "0" + "wide" "100" + "tall" "31" + "visible" "0" + + "BuildingLabel" + { + "ControlName" "CExLabel" + "fieldName" "BuildingLabel" + "font" "G_FontTiny_2" + "xpos" "0" + "ypos" "5" + "wide" "200" + "tall" "12" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "#Building_hud_building" + "textAlignment" "Left" + "dulltext" "0" + "brighttext" "0" + } + + "BuildingProgress" + { + "ControlName" "ContinuousProgressBar" + "fieldName" "BuildingProgress" + "font" "Default" + "xpos" "0" + "ypos" "16" + "wide" "50" + "tall" "8" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "textAlignment" "Left" + "dulltext" "0" + "brighttext" "0" + } + } + + "RunningPanel" + { + "ControlName" "EditablePanel" + "fieldName" "RunningPanel" + "xpos" "53" + "ypos" "-1" + "wide" "100" + "tall" "31" + "visible" "0" + + "TargetIcon" + { + "ControlName" "CIconPanel" + "fieldName" "TargetIcon" + "xpos" "0" + "ypos" "5" + "wide" "20" + "tall" "20" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "icon" "obj_status_sentrygun_1" + "iconColor" "255 255 255 255" + } + + "TargetHealth" + { + "ControlName" "ContinuousProgressBar" + "fieldName" "TargetHealth" + "font" "Default" + "xpos" "23" + "ypos" "12" + "wide" "35" + "tall" "8" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "textAlignment" "Left" + "dulltext" "0" + "brighttext" "0" + } + } + } +} \ No newline at end of file diff --git a/toonhud/resource/ui/hud_obj_sentrygun.res b/toonhud/resource/ui/hud_obj_sentrygun.res new file mode 100644 index 0000000..7a3344d --- /dev/null +++ b/toonhud/resource/ui/hud_obj_sentrygun.res @@ -0,0 +1,470 @@ +"Resource/UI/hud_obj_sentrygun.res" +{ + "BuildingStatusItem" + { + "ControlName" "Frame" + "fieldName" "BuildingStatusItem" + "xpos" "0" + "ypos" "0" + "wide" "150" + "tall" "60" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + } + + "Background" + { + "ControlName" "CIconPanel" + "fieldName" "Background" + "xpos" "-38" + "ypos" "-10" + "zpos" "-1" + "wide" "320" + "tall" "60" + "visible" "0" + "enabled" "0" + "scaleImage" "1" + "icon" "obj_status_background_disabled" + "iconColor" "255 255 255 255" + } + + "Icon_Sentry_1" + { + "ControlName" "CIconPanel" + "fieldName" "Icon_Sentry_1" + "xpos" "22" + "ypos" "12" + "wide" "36" + "tall" "36" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "icon" "obj_status_sentrygun_1" + "iconColor" "255 255 255 255" + } + + "Icon_Sentry_2" + { + "ControlName" "CIconPanel" + "fieldName" "Icon_Sentry_2" + "xpos" "22" + "ypos" "12" + "wide" "36" + "tall" "36" + "visible" "0" + "enabled" "1" + "scaleImage" "1" + "icon" "obj_status_sentrygun_2" + "iconColor" "255 255 255 255" + } + + + "Icon_Sentry_3" + { + "ControlName" "CIconPanel" + "fieldName" "Icon_Sentry_3" + "xpos" "22" + "ypos" "12" + "wide" "36" + "tall" "36" + "visible" "0" + "enabled" "1" + "scaleImage" "1" + "icon" "obj_status_sentrygun_3" + "iconColor" "255 255 255 255" + } + + "NotBuiltPanel" + { + "ControlName" "EditablePanel" + "fieldName" "NotBuiltPanel" + "xpos" "0" + "ypos" "0" + "wide" "160" + "tall" "60" + "visible" "1" + + "NotBuiltLabel" + { + "ControlName" "CExLabel" + "fieldName" "NotBuiltLabel" + "font" "DefaultVerySmall" + "xpos" "60" + "ypos" "0" + "wide" "200" + "tall" "60" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "0" + "labelText" "#Building_hud_sentry_not_built" + "labelText_lodef" "#Building_hud_sentry_not_built_360" + "textAlignment" "Left" + "dulltext" "0" + "brighttext" "0" + } + } + + "BuiltPanel" + { + "ControlName" "EditablePanel" + "fieldName" "BuiltPanel" + "xpos" "0" + "ypos" "0" + "wide" "160" + "tall" "60" + "visible" "0" + + "Icon_Upgrade_1" + { + "ControlName" "CIconPanel" + "fieldName" "Icon_Upgrade_1" + "xpos" "46" + "ypos" "4" + "zpos" "1" + "wide" "8" + "tall" "8" + "visible" "0" + "enabled" "1" + "scaleImage" "1" + "icon" "obj_status_upgrade_1" + "iconColor" "255 255 255 255" + } + + "Icon_Upgrade_2" + { + "ControlName" "CIconPanel" + "fieldName" "Icon_Upgrade_2" + "xpos" "46" + "ypos" "4" + "zpos" "1" + "wide" "8" + "tall" "8" + "visible" "0" + "enabled" "1" + "scaleImage" "1" + "icon" "obj_status_upgrade_2" + "iconColor" "255 255 255 255" + } + + "Icon_Upgrade_3" + { + "ControlName" "CIconPanel" + "fieldName" "Icon_Upgrade_3" + "xpos" "46" + "ypos" "4" + "zpos" "1" + "wide" "8" + "tall" "8" + "visible" "0" + "enabled" "1" + "scaleImage" "1" + "icon" "obj_status_upgrade_3" + "iconColor" "255 255 255 255" + } + + "BuiltBgCustom" + { + "ControlName" "EditablePanel" + "fieldName" "BuiltBgCustom" + "xpos" "0" + "ypos" "0" + "zpos" "-1" + "wide" "120" + "tall" "58" + "visible" "0" // CBSBC1 + "enabled" "1" + "bgcolor_override" "G_CustomBuildingStatusBg" + } + + "BuiltBg" + { + "ControlName" "CTFImagePanel" + "fieldName" "BuiltBg" + "xpos" "0" + "ypos" "0" + "zpos" "-1" + "wide" "120" + "tall" "58" + "visible" "1" // CBSBC2 + "enabled" "1" + "scaleImage" "1" + "image" "../hud/color_panel_brown" + "teambg_1" "../hud/color_panel_brown" + "teambg_2" "../hud/eng_status_area_sentry_red" + "teambg_2_lodef" "../hud/eng_status_area_sentry_red" + "teambg_3" "../hud/eng_status_area_sentry_blue" + "teambg_3_lodef" "../hud/eng_status_area_sentry_blue" + "paintborder" "1" + "border" "G_TargetBorder" + "src_corner_height" "43" + "src_corner_width" "43" + "draw_corner_width" "0" + "draw_corner_height" "0" + } + + "AlertTray" + { + "ControlName" "CBuildingStatusAlertTray" + "fieldName" "AlertTray" + "xpos" "118" + "ypos" "-2" + "zpos" "-4000" + "wide" "26" + "tall" "63" + "visible" "1" + "enabled" "1" + "icon" "obj_status_alert_background_tall" + } + + "WrenchIcon" + { + "ControlName" "CIconPanel" + "fieldName" "WrenchIcon" + "xpos" "123" + "ypos" "22" + "zpos" "20" + "wide" "16" + "tall" "16" + "visible" "0" + "enabled" "1" + "scaleImage" "1" + "icon" "obj_status_icon_wrench" + "iconColor" "0 0 0 255" + } + + + "SapperIcon" + { + "ControlName" "CIconPanel" + "fieldName" "SapperIcon" + "xpos" "122" + "ypos" "22" + "zpos" "20" + "wide" "17" + "tall" "17" + "visible" "0" + "enabled" "1" + "scaleImage" "1" + "icon" "obj_status_icon_sapper" + "iconColor" "255 255 255 255" + } + + "Health" + { + "ControlName" "CBuildingHealthBar" + "fieldName" "Health" + "font" "Default" + "xpos" "6" + "ypos" "2" + "wide" "8" + "tall" "53" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "textAlignment" "Left" + "dulltext" "0" + "brighttext" "0" + } + + "BuildingPanel" + { + "ControlName" "EditablePanel" + "fieldName" "BuildingPanel" + "xpos" "60" + "ypos" "0" + "wide" "100" + "tall" "60" + "visible" "0" + + "BuildingLabel" + { + "ControlName" "CExLabel" + "fieldName" "BuildingLabel" + "font" "G_FontTiny_2" + "xpos" "0" + "ypos" "18" + "wide" "200" + "tall" "12" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "#Building_hud_building" + "textAlignment" "Left" + "dulltext" "0" + "brighttext" "0" + } + + "BuildingProgress" + { + "ControlName" "ContinuousProgressBar" + "fieldName" "BuildingProgress" + "font" "Default" + "xpos" "0" + "ypos" "29" + "wide" "50" + "tall" "8" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "textAlignment" "Left" + "dulltext" "0" + "brighttext" "0" + } + } + + "RunningPanel" + { + "ControlName" "EditablePanel" + "fieldName" "RunningPanel" + "xpos" "60" + "ypos" "0" + "wide" "100" + "tall" "60" + "visible" "0" + + "KillIcon" + { + "ControlName" "ImagePanel" + "fieldName" "KillIcon" + "xpos" "0" + "ypos" "12" + "zpos" "1" + "wide" "10" + "tall" "10" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "../hud/hud_obj_status_kill_64" + "drawcolor" "ProgressOffWhite" + } + + "KillsLabel" + { + "ControlName" "CExLabel" + "fieldName" "KillsLabel" + "font" "DefaultSmall" + "xpos" "12" + "ypos" "13" + "wide" "200" + "tall" "22" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "#Building_hud_sentry_kills_assists" + "textAlignment" "north-west" + "dulltext" "0" + "brighttext" "0" + } + + "ShellIcon" + { + "ControlName" "ImagePanel" + "fieldName" "ShellIcon" + "xpos" "0" + "ypos" "25" + "zpos" "1" + "wide" "10" + "tall" "10" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "../hud/hud_obj_status_ammo_64" + "drawcolor" "ProgressOffWhite" + } + + "Shells" + { + "ControlName" "ContinuousProgressBar" + "fieldName" "Shells" + "font" "Default" + "xpos" "12" + "ypos" "26" + "wide" "38" + "tall" "8" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "textAlignment" "Left" + "dulltext" "0" + "brighttext" "0" + } + + "RocketIcon" + { + "ControlName" "ImagePanel" + "fieldName" "RocketIcon" + "xpos" "0" + "ypos" "38" + "zpos" "1" + "wide" "10" + "tall" "10" + "visible" "0" + "enabled" "1" + "scaleImage" "1" + "image" "../hud/hud_obj_status_rockets_64" + "drawcolor" "ProgressOffWhite" + } + + "Rockets" + { + "ControlName" "ContinuousProgressBar" + "fieldName" "Rockets" + "font" "Default" + "xpos" "12" + "ypos" "39" + "wide" "38" + "tall" "8" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "textAlignment" "Left" + "dulltext" "0" + "brighttext" "0" + } + + "UpgradeIcon" + { + "ControlName" "CIconPanel" + "fieldName" "UpgradeIcon" + "xpos" "0" + "ypos" "38" + "zpos" "1" + "wide" "10" + "tall" "10" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "icon" "ico_metal" + "iconColor" "ProgressOffWhite" + } + + "Upgrade" + { + "ControlName" "ContinuousProgressBar" + "fieldName" "Upgrade" + "font" "Default" + "xpos" "12" + "ypos" "39" + "wide" "38" + "tall" "8" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "textAlignment" "Left" + "dulltext" "0" + "brighttext" "0" + } + } + } +} \ No newline at end of file diff --git a/toonhud/resource/ui/hud_obj_sentrygun_disp.res b/toonhud/resource/ui/hud_obj_sentrygun_disp.res new file mode 100644 index 0000000..d38acd6 --- /dev/null +++ b/toonhud/resource/ui/hud_obj_sentrygun_disp.res @@ -0,0 +1,340 @@ +"Resource/UI/hud_obj_sentrygun_disp.res" +{ + "BuildingStatusItem" + { + "ControlName" "Frame" + "fieldName" "BuildingStatusItem" + "xpos" "0" + "ypos" "0" + "wide" "150" + "tall" "24" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + } + + "Background" + { + "ControlName" "CIconPanel" + "fieldName" "Background" + "xpos" "0" + "ypos" "0" + "zpos" "-1" + "wide" "120" + "tall" "24" + "visible" "0" + "enabled" "1" + "scaleImage" "1" + "icon" "obj_status_background_disabled" + "iconColor" "255 255 255 255" + } + + "Icon_Sentry_1" + { + "ControlName" "CIconPanel" + "fieldName" "Icon_Sentry_1" + "xpos" "30" + "ypos" "2" + "wide" "15" + "tall" "15" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "icon" "obj_status_sentrygun_1" + "iconColor" "255 255 255 255" + } + + "NotBuiltPanel" + { + "ControlName" "EditablePanel" + "fieldName" "NotBuiltPanel" + "xpos" "0" + "ypos" "2" + "wide" "160" + "tall" "20" + "visible" "1" + + "NotBuiltLabel" + { + "ControlName" "CExLabel" + "fieldName" "NotBuiltLabel" + "font" "DefaultVerySmall" + "xpos" "60" + "ypos" "0" + "wide" "200" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "0" + "labelText" "#Building_hud_disp_sentry_not_built" + "textAlignment" "Left" + "dulltext" "0" + "brighttext" "0" + "fgcolor" "255 255 255 100" + } + } + + "BuiltPanel" + { + "ControlName" "EditablePanel" + "fieldName" "BuiltPanel" + "xpos" "0" + "ypos" "2" + "wide" "160" + "tall" "22" + "visible" "0" + + "Icon_Upgrade_1" + { + "ControlName" "CIconPanel" + "fieldName" "Icon_Upgrade_1" + "xpos" "46" + "ypos" "4" + "zpos" "1" + "wide" "8" + "tall" "8" + "visible" "0" + "enabled" "0" + "scaleImage" "1" + "icon" "" + "iconColor" "255 255 255 255" + } + + "BuiltBgCustom" + { + "ControlName" "EditablePanel" + "fieldName" "BuiltBgCustom" + "xpos" "0" + "ypos" "0" + "zpos" "-1" + "wide" "120" + "tall" "20" + "visible" "0" // CBSBC1 + "enabled" "1" + "bgcolor_override" "G_CustomBuildingStatusBg" + } + + "BuiltBg" + { + "ControlName" "CTFImagePanel" + "fieldName" "BuiltBg" + "xpos" "0" + "ypos" "0" + "zpos" "-1" + "wide" "120" + "tall" "20" + "visible" "1" // CBSBC2 + "enabled" "1" + "scaleImage" "1" + "image" "../hud/color_panel_brown" + "teambg_1" "../hud/color_panel_brown" + "teambg_2" "../hud/eng_status_area_sentry_red" + "teambg_2_lodef" "../hud/eng_status_area_sentry_red" + "teambg_3" "../hud/eng_status_area_sentry_blue" + "teambg_3_lodef" "../hud/eng_status_area_sentry_blue" + "paintborder" "1" + "border" "G_TargetBorder" + "src_corner_height" "43" + "src_corner_width" "43" + "draw_corner_width" "0" + "draw_corner_height" "0" + } + + "AlertTray" + { + "ControlName" "CIconPanel" + "fieldName" "AlertTray" + "xpos" "118" + "ypos" "-1" + "zpos" "-4000" + "wide" "26" + "tall" "18" + "visible" "1" + "enabled" "1" + "icon" "obj_status_alert_background_tall" + "paintborder" "0" + } + + "WrenchIcon" + { + "ControlName" "CIconPanel" + "fieldName" "WrenchIcon" + "xpos" "122" + "ypos" "8" + "zpos" "20" + "wide" "10" + "tall" "10" + "visible" "0" + "enabled" "1" + "scaleImage" "1" + "icon" "obj_status_icon_wrench" + "iconColor" "0 0 0 255" + } + + + "SapperIcon" + { + "ControlName" "CIconPanel" + "fieldName" "SapperIcon" + "xpos" "121" + "ypos" "8" + "zpos" "20" + "wide" "10" + "tall" "10" + "visible" "0" + "enabled" "1" + "scaleImage" "1" + "icon" "obj_status_icon_sapper" + "iconColor" "255 255 255 255" + } + + "Health" + { + "ControlName" "CBuildingHealthBar" + "fieldName" "Health" + "font" "Default" + "xpos" "6" + "ypos" "3" + "wide" "8" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "textAlignment" "Left" + "dulltext" "0" + "brighttext" "0" + } + + "BuildingPanel" + { + "ControlName" "EditablePanel" + "fieldName" "BuildingPanel" + "xpos" "60" + "ypos" "0" + "wide" "100" + "tall" "30" + "visible" "0" + + "BuildingLabel" + { + "ControlName" "CExLabel" + "fieldName" "BuildingLabel" + "font" "G_FontTiny_2" + "xpos" "0" + "ypos" "3" + "wide" "200" + "tall" "12" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "#Building_hud_building" + "textAlignment" "Left" + "dulltext" "0" + "brighttext" "0" + } + + "BuildingProgress" + { + "ControlName" "ContinuousProgressBar" + "fieldName" "BuildingProgress" + "font" "Default" + "xpos" "0" + "ypos" "14" + "wide" "50" + "tall" "3" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "textAlignment" "Left" + "dulltext" "0" + "brighttext" "0" + } + } + + "RunningPanel" + { + "ControlName" "EditablePanel" + "fieldName" "RunningPanel" + "xpos" "60" + "ypos" "0" + "wide" "100" + "tall" "20" + "visible" "0" + + "KillIcon" + { + "ControlName" "ImagePanel" + "fieldName" "KillIcon" + "xpos" "0" + "ypos" "5" + "zpos" "1" + "wide" "10" + "tall" "10" + "visible" "0" + "enabled" "0" + "scaleImage" "1" + "image" "../hud/hud_obj_status_kill_64" + "drawcolor" "ProgressOffWhite" + } + + "KillsLabel" + { + "ControlName" "CExLabel" + "fieldName" "KillsLabel" + "font" "DefaultSmall" + "xpos" "12" + "ypos" "6" + "wide" "200" + "tall" "22" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "0" + "labelText" "#Building_hud_sentry_kills_assists" + "textAlignment" "north-west" + "dulltext" "0" + "brighttext" "0" + } + + "ShellIcon" + { + "ControlName" "ImagePanel" + "fieldName" "ShellIcon" + "xpos" "0" + "ypos" "6" + "zpos" "1" + "wide" "10" + "tall" "10" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "../hud/hud_obj_status_ammo_64" + "drawcolor" "ProgressOffWhite" + } + + "Shells" + { + "ControlName" "ContinuousProgressBar" + "fieldName" "Shells" + "font" "Default" + "xpos" "12" + "ypos" "7" + "wide" "38" + "tall" "8" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "textAlignment" "Left" + "dulltext" "0" + "brighttext" "0" + } + } + } +} \ No newline at end of file diff --git a/toonhud/resource/ui/hud_obj_tele_entrance.res b/toonhud/resource/ui/hud_obj_tele_entrance.res new file mode 100644 index 0000000..91224fb --- /dev/null +++ b/toonhud/resource/ui/hud_obj_tele_entrance.res @@ -0,0 +1,411 @@ +"Resource/UI/hud_obj_tele_entrance.res" +{ + "BuildingStatusItem" + { + "ControlName" "Frame" + "fieldName" "BuildingStatusItem" + "xpos" "0" + "ypos" "0" + "wide" "150" + "tall" "31" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + } + + "Background" + { + "ControlName" "CIconPanel" + "fieldName" "Background" + "xpos" "-38" + "ypos" "-10" + "zpos" "-1" + "wide" "320" + "tall" "60" + "visible" "0" + "enabled" "0" + "scaleImage" "1" + "icon" "obj_status_background_disabled" + "iconColor" "255 255 255 255" + } + + "Icon_Teleport_Entrance" + { + "ControlName" "CIconPanel" + "fieldName" "Icon" + "xpos" "24" + "ypos" "1" + "zpos" "1" + "wide" "28" + "tall" "28" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "icon" "obj_status_tele_entrance" + "iconColor" "255 255 255 255" + } + + "NotBuiltPanel" + { + "ControlName" "EditablePanel" + "fieldName" "NotBuiltPanel" + "xpos" "0" + "ypos" "0" + "wide" "160" + "tall" "31" + "visible" "1" + + "NotBuiltLabel" + { + "ControlName" "CExLabel" + "fieldName" "NotBuiltLabel" + "font" "DefaultVerySmall" + "xpos" "60" + "ypos" "0" + "wide" "200" + "tall" "31" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "0" + "labelText" "#Building_hud_tele_enter_not_built_360" + "textAlignment" "Left" + "dulltext" "0" + "brighttext" "0" + } + } + + "BuiltPanel" + { + "ControlName" "EditablePanel" + "fieldName" "BuiltPanel" + "xpos" "0" + "ypos" "0" + "wide" "160" + "tall" "31" + "visible" "0" + + "Icon_Upgrade_1" + { + "ControlName" "CIconPanel" + "fieldName" "Icon_Upgrade_1" + "xpos" "46" + "ypos" "4" + "zpos" "1" + "wide" "8" + "tall" "8" + "visible" "0" + "enabled" "1" + "scaleImage" "1" + "icon" "obj_status_upgrade_1" + "iconColor" "255 255 255 255" + } + + "Icon_Upgrade_2" + { + "ControlName" "CIconPanel" + "fieldName" "Icon_Upgrade_2" + "xpos" "46" + "ypos" "4" + "zpos" "1" + "wide" "8" + "tall" "8" + "visible" "0" + "enabled" "1" + "scaleImage" "1" + "icon" "obj_status_upgrade_2" + "iconColor" "255 255 255 255" + } + + "Icon_Upgrade_3" + { + "ControlName" "CIconPanel" + "fieldName" "Icon_Upgrade_3" + "xpos" "46" + "ypos" "4" + "zpos" "1" + "wide" "8" + "tall" "8" + "visible" "0" + "enabled" "1" + "scaleImage" "1" + "icon" "obj_status_upgrade_3" + "iconColor" "255 255 255 255" + } + + "BuiltBgCustom" + { + "ControlName" "EditablePanel" + "fieldName" "BuiltBgCustom" + "xpos" "0" + "ypos" "2" + "zpos" "-1" + "wide" "120" + "tall" "29" + "visible" "0" // CBSBC1 + "enabled" "1" + "bgcolor_override" "G_CustomBuildingStatusBg" + } + + "BuiltBg" + { + "ControlName" "CTFImagePanel" + "fieldName" "BuiltBg" + "xpos" "0" + "ypos" "2" + "zpos" "-1" + "wide" "120" + "tall" "29" + "visible" "1" // CBSBC2 + "enabled" "1" + "scaleImage" "1" + "image" "../hud/color_panel_brown" + "teambg_1" "../hud/color_panel_brown" + "teambg_2" "../hud/eng_status_area_sentry_red" + "teambg_2_lodef" "../hud/eng_status_area_sentry_red" + "teambg_3" "../hud/eng_status_area_sentry_blue" + "teambg_3_lodef" "../hud/eng_status_area_sentry_blue" + "paintborder" "1" + "border" "G_TargetBorder" + "src_corner_height" "43" + "src_corner_width" "43" + "draw_corner_width" "0" + "draw_corner_height" "0" + } + + "AlertTray" + { + "ControlName" "CIconPanel" + "fieldName" "AlertTray" + "xpos" "118" + "ypos" "2" + "zpos" "-4000" + "wide" "26" + "tall" "30" + "visible" "1" + "enabled" "1" + "icon" "obj_status_alert_background_tall" + } + + "WrenchIcon" + { + "ControlName" "CIconPanel" + "fieldName" "WrenchIcon" + "xpos" "122" + "ypos" "10" + "zpos" "20" + "wide" "16" + "tall" "16" + "visible" "0" + "enabled" "1" + "scaleImage" "1" + "icon" "obj_status_icon_wrench" + "iconColor" "0 0 0 255" + } + + + "SapperIcon" + { + "ControlName" "CIconPanel" + "fieldName" "SapperIcon" + "xpos" "122" + "ypos" "8" + "zpos" "20" + "wide" "17" + "tall" "17" + "visible" "0" + "enabled" "1" + "scaleImage" "1" + "icon" "obj_status_icon_sapper" + "iconColor" "255 255 255 255" + } + + "Health" + { + "ControlName" "CBuildingHealthBar" + "fieldName" "Health" + "font" "Default" + "xpos" "6" + "ypos" "4" + "wide" "8" + "tall" "24" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "textAlignment" "Left" + "dulltext" "0" + "brighttext" "0" + } + + "BuildingPanel" + { + "ControlName" "EditablePanel" + "fieldName" "BuildingPanel" + "xpos" "60" + "ypos" "0" + "wide" "100" + "tall" "31" + "visible" "0" + + "BuildingLabel" + { + "ControlName" "CExLabel" + "fieldName" "BuildingLabel" + "font" "G_FontTiny_2" + "xpos" "0" + "ypos" "5" + "wide" "200" + "tall" "12" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "#Building_hud_building" + "textAlignment" "Left" + "dulltext" "0" + "brighttext" "0" + } + + "BuildingProgress" + { + "ControlName" "ContinuousProgressBar" + "fieldName" "BuildingProgress" + "font" "Default" + "xpos" "0" + "ypos" "16" + "wide" "50" + "tall" "8" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "textAlignment" "Left" + "dulltext" "0" + "brighttext" "0" + } + } + + "RunningPanel" + { + "ControlName" "EditablePanel" + "fieldName" "RunningPanel" + "xpos" "60" + "ypos" "0" + "wide" "100" + "tall" "31" + "visible" "0" + + "TeleportedIcon" + { + "ControlName" "ImagePanel" + "fieldName" "TeleportedIcon" + "xpos" "0" + "ypos" "5" + "zpos" "1" + "wide" "10" + "tall" "10" + "visible" "1" + "enabled" "1" + "image" "../hud/hud_obj_status_teleport_64" + "drawcolor" "ProgressOffWhite" + "scaleImage" "1" + } + + "ChargingPanel" + { + "ControlName" "EditablePanel" + "fieldName" "ChargingPanel" + "xpos" "0" + "ypos" "0" + "wide" "100" + "tall" "31" + "visible" "0" + + "Recharge" + { + "ControlName" "ContinuousProgressBar" + "fieldName" "Recharge" + "font" "Default" + "xpos" "12" + "ypos" "6" + "wide" "38" + "tall" "8" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "textAlignment" "Left" + "dulltext" "0" + "brighttext" "0" + } + } + + "FullyChargedPanel" + { + "ControlName" "EditablePanel" + "fieldName" "FullyChargedPanel" + "xpos" "0" + "ypos" "0" + "wide" "100" + "tall" "31" + "visible" "0" + + "TimesUsedLabel" + { + "ControlName" "CExLabel" + "fieldName" "TimesUsedLabel" + "font" "DefaultSmall" + "xpos" "12" + "ypos" "5" + "wide" "200" + "tall" "25" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "%timesused%" + "textAlignment" "north-west" + "dulltext" "0" + "brighttext" "0" + } + } + + "UpgradeIcon" + { + "ControlName" "CIconPanel" + "fieldName" "UpgradeIcon" + "xpos" "0" + "ypos" "16" + "zpos" "1" + "wide" "10" + "tall" "10" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "icon" "ico_metal" + "iconColor" "ProgressOffWhite" + } + + "Upgrade" + { + "ControlName" "ContinuousProgressBar" + "fieldName" "Upgrade" + "font" "Default" + "xpos" "12" + "ypos" "17" + "wide" "38" + "tall" "8" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "textAlignment" "Left" + "dulltext" "0" + "brighttext" "0" + } + } + } +} \ No newline at end of file diff --git a/toonhud/resource/ui/hud_obj_tele_exit.res b/toonhud/resource/ui/hud_obj_tele_exit.res new file mode 100644 index 0000000..ad7f8dc --- /dev/null +++ b/toonhud/resource/ui/hud_obj_tele_exit.res @@ -0,0 +1,336 @@ +"Resource/UI/hud_obj_tele_exit.res" +{ + "BuildingStatusItem" + { + "ControlName" "Frame" + "fieldName" "BuildingStatusItem" + "xpos" "0" + "ypos" "0" + "wide" "150" + "tall" "31" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + } + + "Background" + { + "ControlName" "CIconPanel" + "fieldName" "Background" + "xpos" "-38" + "ypos" "-10" + "zpos" "-1" + "wide" "320" + "tall" "60" + "visible" "0" + "enabled" "0" + "scaleImage" "1" + "icon" "obj_status_background_disabled" + "iconColor" "255 255 255 255" + } + + "Icon_Teleport_Exit" + { + "ControlName" "CIconPanel" + "fieldName" "Icon" + "xpos" "24" + "ypos" "1" + "zpos" "1" + "wide" "28" + "tall" "28" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "icon" "obj_status_tele_exit" + "iconColor" "255 255 255 255" + } + + "NotBuiltPanel" + { + "ControlName" "EditablePanel" + "fieldName" "NotBuiltPanel" + "xpos" "0" + "ypos" "0" + "wide" "160" + "tall" "31" + "visible" "1" + + "NotBuiltLabel" + { + "ControlName" "CExLabel" + "fieldName" "NotBuiltLabel" + "font" "DefaultVerySmall" + "xpos" "60" + "ypos" "0" + "wide" "200" + "tall" "31" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "0" + "labelText" "#Building_hud_tele_exit_not_built" + "textAlignment" "Left" + "dulltext" "0" + "brighttext" "0" + } + } + + "BuiltPanel" + { + "ControlName" "EditablePanel" + "fieldName" "BuiltPanel" + "xpos" "0" + "ypos" "0" + "wide" "160" + "tall" "43" + "visible" "0" + + "Icon_Upgrade_1" + { + "ControlName" "CIconPanel" + "fieldName" "Icon_Upgrade_1" + "xpos" "46" + "ypos" "4" + "zpos" "1" + "wide" "8" + "tall" "8" + "visible" "0" + "enabled" "1" + "scaleImage" "1" + "icon" "obj_status_upgrade_1" + "iconColor" "255 255 255 255" + } + + "Icon_Upgrade_2" + { + "ControlName" "CIconPanel" + "fieldName" "Icon_Upgrade_2" + "xpos" "46" + "ypos" "4" + "zpos" "1" + "wide" "8" + "tall" "8" + "visible" "0" + "enabled" "1" + "scaleImage" "1" + "icon" "obj_status_upgrade_2" + "iconColor" "255 255 255 255" + } + + "Icon_Upgrade_3" + { + "ControlName" "CIconPanel" + "fieldName" "Icon_Upgrade_3" + "xpos" "46" + "ypos" "4" + "zpos" "1" + "wide" "8" + "tall" "8" + "visible" "0" + "enabled" "1" + "scaleImage" "1" + "icon" "obj_status_upgrade_3" + "iconColor" "255 255 255 255" + } + + "BuiltBgCustom" + { + "ControlName" "EditablePanel" + "fieldName" "BuiltBgCustom" + "xpos" "0" + "ypos" "2" + "zpos" "-1" + "wide" "120" + "tall" "29" + "visible" "0" // CBSBC1 + "enabled" "1" + "bgcolor_override" "G_CustomBuildingStatusBg" + } + + "BuiltBg" + { + "ControlName" "CTFImagePanel" + "fieldName" "BuiltBg" + "xpos" "0" + "ypos" "2" + "zpos" "-1" + "wide" "120" + "tall" "29" + "visible" "1" // CBSBC2 + "enabled" "1" + "scaleImage" "1" + "image" "../hud/color_panel_brown" + "teambg_1" "../hud/color_panel_brown" + "teambg_2" "../hud/eng_status_area_sentry_red" + "teambg_2_lodef" "../hud/eng_status_area_sentry_red" + "teambg_3" "../hud/eng_status_area_sentry_blue" + "teambg_3_lodef" "../hud/eng_status_area_sentry_blue" + "paintborder" "1" + "border" "G_TargetBorder" + "src_corner_height" "43" + "src_corner_width" "43" + "draw_corner_width" "0" + "draw_corner_height" "0" + } + + "AlertTray" + { + "ControlName" "CIconPanel" + "fieldName" "AlertTray" + "xpos" "118" + "ypos" "2" + "zpos" "-4000" + "wide" "26" + "tall" "30" + "visible" "1" + "enabled" "1" + "icon" "obj_status_alert_background_tall" + } + + "WrenchIcon" + { + "ControlName" "CIconPanel" + "fieldName" "WrenchIcon" + "xpos" "122" + "ypos" "9" + "zpos" "20" + "wide" "16" + "tall" "16" + "visible" "0" + "enabled" "1" + "scaleImage" "1" + "icon" "obj_status_icon_wrench" + "iconColor" "0 0 0 255" + } + + + "SapperIcon" + { + "ControlName" "CIconPanel" + "fieldName" "SapperIcon" + "xpos" "122" + "ypos" "8" + "zpos" "20" + "wide" "17" + "tall" "17" + "visible" "0" + "enabled" "1" + "scaleImage" "1" + "icon" "obj_status_icon_sapper" + "iconColor" "255 255 255 255" + } + + "Health" + { + "ControlName" "CBuildingHealthBar" + "fieldName" "Health" + "font" "Default" + "xpos" "6" + "ypos" "4" + "wide" "8" + "tall" "24" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "textAlignment" "Left" + "dulltext" "0" + "brighttext" "0" + } + + "BuildingPanel" + { + "ControlName" "EditablePanel" + "fieldName" "BuildingPanel" + "xpos" "60" + "ypos" "0" + "wide" "100" + "tall" "31" + "visible" "0" + + "BuildingLabel" + { + "ControlName" "CExLabel" + "fieldName" "BuildingLabel" + "font" "G_FontTiny_2" + "xpos" "0" + "ypos" "5" + "wide" "200" + "tall" "12" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "#Building_hud_building" + "textAlignment" "Left" + "dulltext" "0" + "brighttext" "0" + } + + "BuildingProgress" + { + "ControlName" "ContinuousProgressBar" + "fieldName" "BuildingProgress" + "font" "Default" + "xpos" "0" + "ypos" "16" + "wide" "50" + "tall" "8" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "textAlignment" "Left" + "dulltext" "0" + "brighttext" "0" + } + } + + "RunningPanel" + { + "ControlName" "EditablePanel" + "fieldName" "RunningPanel" + "xpos" "60" + "ypos" "0" + "wide" "100" + "tall" "31" + "visible" "0" + + "UpgradeIcon" + { + "ControlName" "CIconPanel" + "fieldName" "UpgradeIcon" + "xpos" "0" + "ypos" "16" + "zpos" "1" + "wide" "10" + "tall" "10" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "icon" "ico_metal" + "iconColor" "ProgressOffWhite" + } + + "Upgrade" + { + "ControlName" "ContinuousProgressBar" + "fieldName" "Upgrade" + "font" "Default" + "xpos" "12" + "ypos" "17" + "wide" "38" + "tall" "8" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "textAlignment" "Left" + "dulltext" "0" + "brighttext" "0" + } + } + } +} \ No newline at end of file diff --git a/toonhud/resource/ui/hudaccountpanel.res b/toonhud/resource/ui/hudaccountpanel.res new file mode 100644 index 0000000..2dee21a --- /dev/null +++ b/toonhud/resource/ui/hudaccountpanel.res @@ -0,0 +1,103 @@ +"Resource/UI/HudAccountPanel.res" +{ + "CHudAccountPanel" + { + "delta_item_x" "30" + "delta_item_start_y" "0" + "delta_item_end_y" "0" + "delta_item_x_minmode" "83" + "delta_item_start_y_minmode" "0" + "delta_item_end_y_minmode" "30" + "PositiveColor" "0 255 0 255" + "NegativeColor" "255 0 0 255" + "delta_lifetime" "1.2" + "delta_item_font" "G_FontMedium" + "textAlignment" "east" + "textAlignment_minmode" "east" + "zpos" "20" + } + + "MetalIcon" + { + "ControlName" "CExLabel" + "fieldName" "MetalIcon" + "xpos" "124" + "ypos" "0" + "zpos" "2" + "wide" "16" + "tall" "25" + "textinsetx" "0" + "textinsety" "0" + "visible" "1" + "enabled" "1" + "labelText" "M" + "textAlignment" "west" + "font" "G_HeadsIcon" + "fgcolor_override" "G_MetalIcon" + } + + "MetalIconShadow" + { + "ControlName" "CExLabel" + "fieldName" "MetalIconShadow" + "xpos" "125" + "ypos" "1" + "zpos" "2" + "wide" "16" + "tall" "25" + "textinsetx" "0" + "textinsety" "0" + "visible" "1" + "enabled" "1" + "labelText" "M" + "textAlignment" "west" + "font" "G_HeadsIcon" + "fgcolor_override" "G_Shadow" + } + + "AccountValue" + { + "ControlName" "CExLabel" + "fieldName" "AccountValue" + "xpos" "50" + "ypos" "0" + "zpos" "2" + "wide" "74" + "tall" "25" + "textinsetx" "5" + "autoResize" "1" + "pinCorner" "2" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "%metal%" + "textAlignment" "east" + "dulltext" "0" + "brighttext" "0" + "font" "G_FontMedium" + "fgcolor" "G_MetalValue" + } + + "AccountValueShadow" + { + "ControlName" "CExLabel" + "fieldName" "AccountValueShadow" + "xpos" "51" + "ypos" "1" + "zpos" "2" + "wide" "74" + "tall" "25" + "textinsetx" "5" + "autoResize" "1" + "pinCorner" "2" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "%metal%" + "textAlignment" "east" + "dulltext" "0" + "brighttext" "0" + "font" "G_FontMedium" + "fgcolor" "G_Shadow" + } +} \ No newline at end of file diff --git a/toonhud/resource/ui/hudachievementtrackeritem.res b/toonhud/resource/ui/hudachievementtrackeritem.res new file mode 100644 index 0000000..c5c50af --- /dev/null +++ b/toonhud/resource/ui/hudachievementtrackeritem.res @@ -0,0 +1,117 @@ +"Resource/UI/HudAchievementTrackerItem.res" +{ + "HudAchievementTrackerItem" + { + "ControlName" "EditablePanel" + "fieldName" "HudAchievementTrackerItem" + "xpos" "0" [$WIN32] + "ypos" "0" [$WIN32] + "zpos" "3" + "wide" "190" + "tall" "30" + "visible" "0" + "enabled" "1" + + "PaintBackgroundType" "2" + } + + "AchievementName" + { + "ControlName" "Label" + "fieldName" "AchievementName" + "labeltext" "" + "xpos" "0" + "ypos" "0" + "wide" "190" + "tall" "10" + "zpos" "4" + "textinsetx" "5" + "font" "G_FontTiny_2" + "textAlignment" "north-west" + "fgcolor_override" "G_White" + } + + "AchievementNameGlow" + { + "ControlName" "Label" + "fieldName" "AchievementNameGlow" + "labeltext" "" + "xpos" "2" + "ypos" "2" + "wide" "190" + "tall" "10" + "zpos" "4" + "textinsetx" "5" + "font" "G_FontTiny_2" + "enabled" "1" + "visible" "1" + "textAlignment" "north-west" + "fgcolor_override" "G_Shadow" + } + + "AchievementDesc" + { + "ControlName" "Label" + "fieldName" "AchievementDesc" + "labeltext" "" + "xpos" "0" + "ypos" "10" + "wide" "190" + "tall" "18" + "zpos" "4" + "textinsetx" "5" + "fgcolor_override" "235 226 202 255" + "font" "AchievementTracker_Desc" + "wrap" "0" + "TextAlignment" "north-west" + "fgcolor" "G_White" + } + + "ProgressBarBG" + { + "ControlName" "ImagePanel" + "fieldName" "ProgressBarBG" + "xpos" "1" + "ypos" "0" + "wide" "100" + "tall" "3" + "fillcolor" "G_LightShadow" + "zpos" "4" + "visible" "1" + "enabled" "1" + "paintborder" "1" + "border" "G_MeterBorder" + } + + "ProgressBarBGNew" + { + "ControlName" "ImagePanel" + "fieldName" "ProgressBarBGNew" + "xpos" "0" + "ypos" "14" + "wide" "100" + "tall" "8" + "fillcolor" "G_LightShadow" + "zpos" "4" + "visible" "0" + "enabled" "0" + "paintborder" "0" + "border" "G_MeterBorder" + } + + "ProgressBar" // current completed + { + "ControlName" "ImagePanel" + "fieldName" "ProgressBar" + "xpos" "5" + "ypos" "0" + "wide" "0" + "tall" "4" + "fillcolor" "G_White" + "zpos" "5" + "visible" "1" + "enabled" "1" + "paintborder" "1" + "border" "G_MeterBorder" + } +} \ No newline at end of file diff --git a/toonhud/resource/ui/hudalert.res b/toonhud/resource/ui/hudalert.res new file mode 100644 index 0000000..b21eba6 --- /dev/null +++ b/toonhud/resource/ui/hudalert.res @@ -0,0 +1,63 @@ +"Resource/UI/HudAlert.res" +{ + "HudAlertBG" + { + "ControlName" "CTFImagePanel" + "fieldName" "HudAlertBG" + "xpos" "0" + "ypos" "0" + "zpos" "-1" + "wide" "246" + "tall" "31" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "image" "../hud/death_panel_blue_bg" + "scaleImage" "1" + "teambg_2" "../hud/death_panel_red_bg" + "teambg_3" "../hud/death_panel_blue_bg" + "paintborder" "1" + "border" "G_TargetBorder" + "src_corner_height" "23" + "src_corner_width" "23" + "draw_corner_width" "0" + "draw_corner_height" "0" + } + "AlertLabel" + { + "ControlName" "Label" + "fieldName" "AlertLabel" + "font" "DefaultSmall" + "xpos" "31" + "ypos" "3" + "zpos" "1" + "wide" "212" + "tall" "25" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "labelText" "" + "textAlignment" "North" + "fgcolor_override" "G_White" + "textinsetx" "5" + } + "AlertImage" + { + "ControlName" "CTFImagePanel" + "fieldName" "AlertImage" + "xpos" "3" + "ypos" "3" + "zpos" "1" + "wide" "25" + "tall" "25" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "image" "../hud/ico_teambalance" + "scaleImage" "1" + } +} diff --git a/toonhud/resource/ui/hudammoweapons.res b/toonhud/resource/ui/hudammoweapons.res new file mode 100644 index 0000000..3a00c20 --- /dev/null +++ b/toonhud/resource/ui/hudammoweapons.res @@ -0,0 +1,177 @@ +"Resource/UI/HudAmmoWeapons.res" +{ + "HudWeaponAmmoBG" + { + "ControlName" "CTFImagePanel" + "fieldName" "HudWeaponAmmoBG" + "xpos" "0" + "xpos_minmode" "0" + "ypos" "68" + "zpos" "0" + "wide" "180" + "tall" "20" + "visible" "0" + "visible_minmode" "0" + "enabled" "0" + "scaleImage" "1" + "image" "../hud/color_panel_brown" + "scaleImage" "1" + "teambg_1" "../hud/color_panel_brown" + "teambg_2" "../hud/color_panel_red" + "teambg_2_lodef" "../hud/color_panel_red" + "teambg_3" "../hud/color_panel_blu" + "teambg_3_lodef" "../hud/color_panel_blu" + "src_corner_height" "23" + "src_corner_width" "23" + "draw_corner_width" "0" + "draw_corner_height" "0" + "paintborder" "1" + "border" "G_TargetBorder" + } + + "HudWeaponLowAmmoImage" + { + "ControlName" "ImagePanel" + "fieldName" "HudWeaponLowAmmoImage" + "xpos" "-9999" + "ypos" "-9999" + "zpos" "0" + "wide" "90" + "tall" "45" + "visible" "0" + "enabled" "0" + "image" "../hud/ammo_red_bg" + "scaleImage" "1" + "teambg_2" "../hud/ammo_red_bg" + "teambg_2_lodef" "../hud/ammo_red_bg_lodef" + "teambg_3" "../hud/ammo_blue_bg" + "teambg_3_lodef" "../hud/ammo_blue_bg_lodef" + "Alpha" "0" + } + "AmmoInClip" + { + "ControlName" "CExLabel" + "fieldName" "AmmoInClip" + "font" "G_FontAmmo" + "fgcolor" "G_AmmoClipValue" + "xpos" "c+100" + "xpos_minmode" "c+80" + "ypos" "r82" + "ypos_minmode" "c+58" + "zpos" "5" + "wide" "80" + "wide_minmode" "80" + "tall" "50" + "tall_minmode" "50" + "visible" "1" + "enabled" "1" + "textAlignment" "center" + "labelText" "%Ammo%" + "paintbackgroundtype" "2" + "textinsetx" "5" + } + "AmmoInClipShadow" + { + "ControlName" "CExLabel" + "fieldName" "AmmoInClipShadow" + "font" "G_FontAmmo" + "fgcolor" "G_Shadow" + "xpos" "c+102" + "xpos_minmode" "c+82" + "ypos" "r80" + "ypos_minmode" "c+60" + "zpos" "5" + "wide" "80" + "wide_minmode" "80" + "tall" "50" + "tall_minmode" "50" + "visible" "1" + "enabled" "1" + "textAlignment" "center" + "textAlignment_minmode" "center" + "labelText" "%Ammo%" + "paintbackgroundtype" "2" + "textinsetx" "5" + } + + "AmmoInReserve" + { + "ControlName" "CExLabel" + "fieldName" "AmmoInReserve" + "font" "G_FontMedium" + "font_minmode" "G_FontMedium" + "fgcolor" "G_AmmoReserveValue" + "xpos" "c+180" + "xpos_minmode" "c+160" + "ypos" "r57" + "ypos_minmode" "c+83" + "zpos" "7" + "wide" "50" + "tall" "25" + "visible" "0" + "enabled" "1" + "textAlignment" "west" + "labelText" "%AmmoInReserve%" + "textinsetx" "5" + } + "AmmoInReserveShadow" + { + "ControlName" "CExLabel" + "fieldName" "AmmoInReserveShadow" + "font" "G_FontMedium" + "font_minmode" "G_FontMedium" + "fgcolor" "G_Shadow" + "xpos" "c+181" + "xpos_minmode" "c+161" + "ypos" "r56" + "ypos_minmode" "c+84" + "zpos" "0" + "wide" "50" + "tall" "25" + "visible" "0" + "enabled" "1" + "textAlignment" "west" + "labelText" "%AmmoInReserve%" + "textinsetx" "5" + } + "AmmoNoClip" + { + "ControlName" "CExLabel" + "fieldName" "AmmoNoClip" + "font" "G_FontAmmo" + "fgcolor" "G_AmmoClipValue" + "xpos" "c+100" + "xpos_minmode" "c+80" + "ypos" "r82" + "ypos_minmode" "c+58" + "zpos" "5" + "wide" "124" + "wide_minmode" "124" + "tall" "50" + "tall_minmode" "50" + "visible" "1" + "enabled" "1" + "textAlignment" "center" + "labelText" "%Ammo%" + } + "AmmoNoClipShadow" + { + "ControlName" "CExLabel" + "fieldName" "AmmoNoClipShadow" + "font" "G_FontAmmo" + "fgcolor" "G_Shadow" + "xpos" "c+102" + "xpos_minmode" "c+82" + "ypos" "r80" + "ypos_minmode" "c+60" + "zpos" "5" + "wide" "124" + "wide_minmode" "124" + "tall" "50" + "tall_minmode" "50" + "visible" "1" + "enabled" "1" + "textAlignment" "center" + "labelText" "%Ammo%" + } +} diff --git a/toonhud/resource/ui/hudarenacappointcountdown.res b/toonhud/resource/ui/hudarenacappointcountdown.res new file mode 100644 index 0000000..18f5cab --- /dev/null +++ b/toonhud/resource/ui/hudarenacappointcountdown.res @@ -0,0 +1,24 @@ +"Resource/UI/HudArenaCapPointCountdown.res" +{ + "CapCountdownLabel" + { + "ControlName" "CExLabel" + "fieldName" "CapCountdownLabel" + "font" "G_FontMedium" + "xpos" "0" + "ypos" "0" + "textinsety" "0" + "zpos" "1" + "wide" "34" + "tall" "34" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "0" + "labelText" "%capturetime%" + "textAlignment" "center" + "fgcolor" "235 226 202 255" + "bgcolor" "235 226 202 255" + } +} diff --git a/toonhud/resource/ui/hudarenaclasslayout.res b/toonhud/resource/ui/hudarenaclasslayout.res new file mode 100644 index 0000000..a3349ff --- /dev/null +++ b/toonhud/resource/ui/hudarenaclasslayout.res @@ -0,0 +1,300 @@ +"Resource/UI/HudArenaClassLayout.res" +{ + "background" + { + "ControlName" "CTFImagePanel" + "fieldName" "background" + "xpos" "0" + "ypos" "69" + "zpos" "1" + "wide" "20" + "tall" "31" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "image" "../hud/color_panel_blu" + "scaleImage" "1" + "teambg_2" "../hud/color_panel_red" + "teambg_3" "../hud/color_panel_blu" + "paintborder" "1" + "border" "G_TargetBorder" + + "src_corner_height" "23" // pixels inside the image + "src_corner_width" "23" + + "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional + "draw_corner_height" "0" + } + + + "localPlayerBG" + { + "ControlName" "CTFImagePanel" + "fieldName" "localPlayerBG" + "xpos" "0" + "ypos" "40" + "zpos" "2" + "wide" "45" + "tall" "80" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "image" "../hud/color_panel_brown" + "scaleImage" "1" + "teambg_2" "../hud/color_panel_brown" + "teambg_3" "../hud/color_panel_brown" + "paintborder" "1" + "border" "G_TargetBorder" + + "src_corner_height" "23" // pixels inside the image + "src_corner_width" "23" + + "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional + "draw_corner_height" "0" + } + + "title" + { + "ControlName" "CExLabel" + "fieldName" "title" + "xpos" "c-200" + "ypos" "7" + "zpos" "6" + "wide" "400" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "font" "G_FontMedium" + "labelText" "#TF_Arena_Team_Layout" + "textAlignment" "center" + "fgcolor" "G_White" + } + "titleShadow" + { + "ControlName" "CExLabel" + "fieldName" "titleShadow" + "xpos" "c-199" + "ypos" "8" + "zpos" "5" + "wide" "400" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "font" "G_FontMedium" + "labelText" "#TF_Arena_Team_Layout" + "textAlignment" "center" + "fgcolor" "G_Shadow" + } + + "changeLabel" + { + "ControlName" "CExLabel" + "fieldName" "changeLabel" + "xpos" "c-220" + "ypos" "130" + "zpos" "6" + "wide" "440" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "font" "G_FontTiny_2" + "labelText" "#TF_Arena_F4_ChangeClass" + "textAlignment" "center" + "fgcolor" "G_White" + } + "changeLabelShadow" + { + "ControlName" "CExLabel" + "fieldName" "changeLabelShadow" + "xpos" "c-219" + "ypos" "131" + "zpos" "5" + "wide" "440" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "font" "G_FontTiny_2" + "labelText" "#TF_Arena_F4_ChangeClass" + "textAlignment" "center" + "fgcolor" "G_Shadow" + } + + "classImage0" + { + "ControlName" "CTFImagePanel" + "fieldName" "classImage0" + "xpos" "0" + "ypos" "25" + "zpos" "3" + "wide" "45" + "tall" "90" + "visible" "0" + "enabled" "1" + "image" "" + "scaleImage" "1" + } + "classImage1" + { + "ControlName" "CTFImagePanel" + "fieldName" "classImage1" + "xpos" "0" + "ypos" "0" + "zpos" "3" + "wide" "45" + "tall" "90" + "visible" "0" + "enabled" "1" + "image" "" + "scaleImage" "1" + } + "classImage2" + { + "ControlName" "CTFImagePanel" + "fieldName" "classImage2" + "xpos" "0" + "ypos" "0" + "zpos" "3" + "wide" "45" + "tall" "90" + "visible" "0" + "enabled" "1" + "image" "" + "scaleImage" "1" + } + "classImage3" + { + "ControlName" "CTFImagePanel" + "fieldName" "classImage3" + "xpos" "0" + "ypos" "0" + "zpos" "3" + "wide" "45" + "tall" "90" + "visible" "0" + "enabled" "1" + "image" "" + "scaleImage" "1" + } + "classImage4" + { + "ControlName" "CTFImagePanel" + "fieldName" "classImage4" + "xpos" "0" + "ypos" "0" + "zpos" "3" + "wide" "45" + "tall" "90" + "visible" "0" + "enabled" "1" + "image" "" + "scaleImage" "1" + } + "classImage5" + { + "ControlName" "CTFImagePanel" + "fieldName" "classImage5" + "xpos" "0" + "ypos" "0" + "zpos" "3" + "wide" "45" + "tall" "90" + "visible" "0" + "enabled" "1" + "image" "" + "scaleImage" "1" + } + "classImage6" + { + "ControlName" "CTFImagePanel" + "fieldName" "classImage6" + "xpos" "0" + "ypos" "0" + "zpos" "3" + "wide" "45" + "tall" "90" + "visible" "0" + "enabled" "1" + "image" "" + "scaleImage" "1" + } + "classImage7" + { + "ControlName" "CTFImagePanel" + "fieldName" "classImage7" + "xpos" "0" + "ypos" "0" + "zpos" "3" + "wide" "45" + "tall" "90" + "visible" "0" + "enabled" "1" + "image" "" + "scaleImage" "1" + } + "classImage8" + { + "ControlName" "CTFImagePanel" + "fieldName" "classImage8" + "xpos" "0" + "ypos" "0" + "zpos" "3" + "wide" "45" + "tall" "90" + "visible" "0" + "enabled" "1" + "image" "" + "scaleImage" "1" + } + "classImage9" + { + "ControlName" "CTFImagePanel" + "fieldName" "classImage9" + "xpos" "0" + "ypos" "0" + "zpos" "3" + "wide" "45" + "tall" "90" + "visible" "0" + "enabled" "1" + "image" "" + "scaleImage" "1" + } + "classImage10" + { + "ControlName" "CTFImagePanel" + "fieldName" "classImage10" + "xpos" "0" + "ypos" "0" + "zpos" "3" + "wide" "45" + "tall" "90" + "visible" "0" + "enabled" "1" + "image" "" + "scaleImage" "1" + } + "classImage11" + { + "ControlName" "CTFImagePanel" + "fieldName" "classImage11" + "xpos" "0" + "ypos" "0" + "zpos" "3" + "wide" "45" + "tall" "90" + "visible" "0" + "enabled" "1" + "image" "" + "scaleImage" "1" + } +} diff --git a/toonhud/resource/ui/hudarenanotification.res b/toonhud/resource/ui/hudarenanotification.res new file mode 100644 index 0000000..5ca8941 --- /dev/null +++ b/toonhud/resource/ui/hudarenanotification.res @@ -0,0 +1,106 @@ +"Resource/UI/HudArenaNotification.res" +{ + "HudArenaNotificationBG" + { + "ControlName" "CTFImagePanel" + "fieldName" "HudArenaNotificationBG" + "xpos" "0" + "ypos" "0" + "zpos" "-1" + "wide" "220" + "tall" "60" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "image" "../hud/death_panel_blue_bg" + "scaleImage" "1" + "teambg_2" "../hud/death_panel_red_bg" + "teambg_3" "../hud/death_panel_blue_bg" + "paintborder" "1" + "border" "G_TargetBorder" + "src_corner_height" "23" + "src_corner_width" "23" + "draw_corner_width" "0" + "draw_corner_height" "0" + } + + "WarningLabel" + { + "ControlName" "Label" + "fieldName" "WarningLabel" + "font" "G_FontHuge" + "xpos" "5" + "ypos" "5" + "zpos" "1" + "wide" "50" + "tall" "50" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "0" + "labelText" "!" + "textAlignment" "center" + "textinsetx" "10" + "fgcolor_override" "G_White" + "bgcolor_override" "0 0 0 100" + "paintbackgroundtype" "2" + } + "BalanceLabel" + { + "ControlName" "Label" + "fieldName" "BalanceLabel" + "font" "G_FontSmall" + "xpos" "60" + "ypos" "5" + "zpos" "1" + "wide" "155" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "labelText" "" + "textAlignment" "west" + "fgcolor_override" "G_White" + } + + "BalanceLabelTip" + { + "ControlName" "Label" + "fieldName" "BalanceLabelTip" + "font" "G_FontTiny_2" + "xpos" "60" + "ypos" "25" + "zpos" "1" + "wide" "155" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "labelText" "%notificationtip%" + "textAlignment" "north-west" + "fgcolor_override" "G_White" + + } + "SwitchImage" + { + "ControlName" "CTFImagePanel" + "fieldName" "SwitchImage" + "xpos" "5" + "ypos" "5" + "zpos" "1" + "wide" "50" + "tall" "50" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "image" "../hud/ico_teambalance" + "scaleImage" "1" + } +} diff --git a/toonhud/resource/ui/hudarenaplayercount.res b/toonhud/resource/ui/hudarenaplayercount.res new file mode 100644 index 0000000..2052a33 --- /dev/null +++ b/toonhud/resource/ui/hudarenaplayercount.res @@ -0,0 +1,187 @@ +"Resource/UI/HudArenaPlayerCount.res" +{ + "Borders" + { + "ControlName" "EditablePanel" + "fieldName" "Borders" + "xpos" "c-38" + "ypos" "0" + "zpos" "100" + "wide" "76" + "tall" "21" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "paintborder" "1" + "border" "G_TargetBorder" + } + + "Gradient" + { + "ControlName" "CTFImagePanel" + "fieldName" "Gradient" + "xpos" "c-38" + "ypos" "0" + "zpos" "99" + "wide" "76" + "tall" "21" + "visible" "1" + "enabled" "1" + "image" "replay/thumbnails/gradient" + "scaleImage" "1" + } + + "blueteam" + { + "ControlName" "EditablePanel" + "fieldName" "blueteam" + "xpos" "c-38" + "ypos" "0" + "zpos" "0" + "wide" "38" + "tall" "30" + "visible" "1" + + "background" + { + "ControlName" "CTFImagePanel" + "fieldName" "background" + "xpos" "0" + "ypos" "0" + "zpos" "0" + "wide" "38" + "tall" "21" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "image" "../hud/color_panel_blu" + "paintborder" "0" + "border" "G_TargetBorder" + + "src_corner_height" "20" // pixels inside the image + "src_corner_width" "20" + + "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional + "draw_corner_height" "0" + } + + "count" + { + "ControlName" "CExLabel" + "fieldName" "count" + "xpos" "0" + "ypos" "0" + "zpos" "2" + "wide" "28" + "tall" "21" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "font" "G_FontSmall" + "labelText" "%blue_alive%" + "textAlignment" "center" + "fgcolor" "G_White" + "textinsety" "-1" + } + } + + "PlayerIconBg" + { + "ControlName" "CTFImagePanel" + "fieldName" "PlayerIconBg" + "xpos" "c-10" + "ypos" "0" + "zpos" "2" + "wide" "20" + "tall" "21" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "image" "../hud/color_panel_brown_opaque" + "paintborder" "0" + "border" "G_TargetBorder" + + "src_corner_height" "20" // pixels inside the image + "src_corner_width" "20" + + "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional + "draw_corner_height" "0" + } + + "PlayerIcon" + { + "ControlName" "ImagePanel" + "fieldName" "PlayerIcon" + "xpos" "c-4" + "ypos" "2" + "zpos" "3" + "wide" "8" + "tall" "16" + "visible" "1" + "enabled" "1" + "image" "capture_icon_white" + "scaleImage" "1" + } + + + + "redteam" + { + "ControlName" "EditablePanel" + "fieldName" "redteam" + "xpos" "c" + "ypos" "0" + "zpos" "0" + "wide" "38" + "tall" "30" + "visible" "1" + + "background" + { + "ControlName" "CTFImagePanel" + "fieldName" "background" + "xpos" "0" + "ypos" "0" + "zpos" "0" + "wide" "38" + "tall" "21" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "image" "../hud/color_panel_red" + "paintborder" "0" + "border" "G_TargetBorder" + + "src_corner_height" "20" // pixels inside the image + "src_corner_width" "20" + + "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional + "draw_corner_height" "0" + } + + "count" + { + "ControlName" "CExLabel" + "fieldName" "count" + "xpos" "10" + "ypos" "0" + "zpos" "2" + "wide" "28" + "tall" "21" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "font" "G_FontSmall" + "labelText" "%red_alive%" + "textAlignment" "center" + "fgcolor" "G_White" + "textinsety" "-1" + } + } +} diff --git a/toonhud/resource/ui/hudarenateammenu.res b/toonhud/resource/ui/hudarenateammenu.res new file mode 100644 index 0000000..45b864c --- /dev/null +++ b/toonhud/resource/ui/hudarenateammenu.res @@ -0,0 +1,937 @@ +"Resource/UI/ArenaTeamMenu.res" +{ + "Background" + { + "ControlName" "CExLabel" + "labelText" "" + "fieldName" "Background" + "xpos" "0" + "ypos" "0" + "zpos" "-10" + "wide" "f0" + "tall" "480" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "paintbackground" "1" + "bgcolor_override" "G_TransparentMenuBG" + } + + + "team" + { + "ControlName" "CTeamMenu" + "fieldName" "team" + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "480" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "0" + "tabPosition" "0" + } + + "SysMenu" + { + "ControlName" "Menu" + "fieldName" "SysMenu" + "xpos" "0" + "ypos" "0" + "wide" "64" + "tall" "24" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "0" + "tabPosition" "0" + } + + "MapInfo" + { + "ControlName" "HTML" + "fieldName" "MapInfo" + "xpos" "100" + "ypos" "34" + "wide" "450" + "tall" "365" + "autoResize" "3" + "pinCorner" "0" + "visible" "0" + "enabled" "0" + "tabPosition" "0" + } + + "mapname" + { + "ControlName" "Label" + "fieldName" "mapname" + "xpos" "c-310" + "ypos" "50" + "wide" "90" + "tall" "24" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "0" + "labelText" "" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "1" + } + + "teambutton0" + { + "ControlName" "CTFTeamButton" + "fieldName" "teambutton0" + "xpos" "c-516" + "ypos" "c-58" + "zpos" "12" + "wide" "510" + "tall" "52" + "autoResize" "0" + "pinCorner" "2" + "visible" "1" + "enabled" "1" + "tabPosition" "3" + "labelText" "" + "textAlignment" "south-west" + "dulltext" "0" + "brighttext" "0" + "paintborder" "0" + "command" "jointeam spectate" + "team" "3" // team blue + "associated_model" "bluedoor" + "hover" "2.0" + "font" "MenuMainTitle" + } + + "teambutton1" + { + "ControlName" "CTFTeamButton" + "fieldName" "teambutton1" + "xpos" "c6" + "ypos" "c-58" + "zpos" "12" + "wide" "510" + "tall" "52" + "autoResize" "0" + "pinCorner" "2" + "visible" "1" + "enabled" "1" + "tabPosition" "4" + "labelText" "" + "textAlignment" "east" + "dulltext" "0" + "brighttext" "0" + "paintborder" "0" + "command" "jointeam spectatearena" + "team" "2" // team red + "font" "G_FontBig" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + + "teambutton2" + { + "ControlName" "CTFTeamButton" + "fieldName" "teambutton2" + "xpos" "c-516" + "ypos" "c-58" + "zpos" "12" + "wide" "510" + "tall" "52" + "autoResize" "0" + "pinCorner" "2" + "visible" "1" + "enabled" "1" + "tabPosition" "3" + "labelText" "&A" + "textAlignment" "south-west" + "dulltext" "0" + "brighttext" "0" + "paintborder" "0" + "command" "jointeam spectate" + "team" "3" // team blue + "associated_model" "bluedoor" + "hover" "2.0" + "font" "MenuMainTitle" + } + + "teambutton3" + { + "ControlName" "CTFTeamButton" + "fieldName" "teambutton3" + "xpos" "c6" + "ypos" "c-58" + "zpos" "12" + "wide" "510" + "tall" "52" + "autoResize" "0" + "pinCorner" "2" + "visible" "1" + "enabled" "1" + "tabPosition" "4" + "labelText" "&D" + "textAlignment" "east" + "dulltext" "0" + "brighttext" "0" + "paintborder" "0" + "command" "jointeam spectatearena" + "team" "2" // team red + "font" "G_FontBig" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + + "CancelButton" [$WIN32] + { + "ControlName" "CExButton" + "fieldName" "CancelButton" + "xpos" "r160" + "ypos" "r40" + "zpos" "6" + "wide" "150" + "tall" "30" + "autoResize" "0" + "pinCorner" "2" + "visible" "0" + "enabled" "1" + "tabPosition" "0" + "labelText" "#TF_Cancel" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "command" "cancelmenu" + "font" "MenuSmallFont" + } + + "TeamMenuSelect" + { + "ControlName" "CExLabel" + "fieldName" "TeamMenuSelect" + "xpos" "30" + "xpos_lodef" "52" + "xpos_hidef" "72" + "ypos" "r40" + "ypos_lodef" "r60" + "ypos_hidef" "r54" + "zpos" "6" + "wide" "450" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "visible_lodef" "0" + "enabled" "0" + "labelText" "#TF_SelectATeam" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" + "font" "MenuMainTitle" + "fgcolor" "HudOffWhite" + } + + "TeamMenuAuto" + { + "ControlName" "CExLabel" + "fieldName" "TeamMenuAuto" + "xpos" "c-280" [$WIN32] + "xpos" "c-276" [$X360] + "xpos_lodef" "c-255" + "xpos_hidef" "c-260" + "ypos" "55" + "ypos_lodef" "72" + "ypos_hidef" "65" + "zpos" "1" + "wide" "102" [$WIN32] + "wide" "94" [$X360] + "tall" "24" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "0" + "labelText" "#TF_Random" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "wrap" "0" + "font" "MenuSmallFont" + "fgcolor" "black" + } + + "TeamMenuSpectate" + { + "ControlName" "CExLabel" + "fieldName" "TeamMenuSpectate" + "xpos" "c-112" + "xpos_lodef" "c-125" + "xpos_hidef" "c-109" + "ypos" "255" + "ypos_lodef" "292" + "zpos" "1" + "wide" "44" + "wide_lodef" "70" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "0" + "labelText" "" + "textAlignment" "north" + "dulltext" "0" + "brighttext" "0" + "wrap" "0" + "font" "MenuSmallestFont" + "font_lodef" "MenuSmallFont" + "fgcolor" "white" + } + + "MenuBG" + { + "ControlName" "CModelPanel" + "fieldName" "MenuBG" + "xpos" "0" + "ypos" "0" + "zpos" "0" + "wide" "f0" + "tall" "480" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "0" + "fov" "20" + "Alpha" "0" + + "model" + { + "modelname" "models/vgui/UI_team01.mdl" + "skin" "0" + "angles_x" "0" + "angles_y" "180" + "angles_z" "0" + "origin_x" "290" + "origin_x_hidef" "305" + "origin_x_lodef" "320" + "origin_y" "0" + "origin_z" "-34" + } + } + + "Wall" + { + "ControlName" "EditablePanel" + "fieldName" "Wall" + "xpos" "0" + "ypos" "c-75" + "zpos" "-5" + "wide" "f0" + "tall" "86" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "paintbackground" "1" + "bgcolor_override" "G_MenuShader" + } + + + "BlueTeamButton" + { + "ControlName" "EditablePanel" + "fieldname" "BlueTeamButton" + "xpos" "c-516" + "ypos" "c-58" + "zpos" "10" + "wide" "510" + "tall" "52" + "visible" "1" + "PaintBackgroundType" "2" + "paintborder" "1" + "border" "G_TargetBorder" + + "SubButton" + { + "ControlName" "CExImageButton" + "fieldName" "SubButton" + "labelText" "" + "xpos" "-3" + "ypos" "-3" + "zpos" "1" + "wide" "516" + "tall" "58" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "textinsetx" "30" + "use_proportional_insets" "1" + "font" "G_FontBig" + "textAlignment" "east" + "dulltext" "0" + "brighttext" "0" + "default" "1" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "defaultFgColor_override" "G_White" + "armedFgColor_override" "G_White" + "depressedFgColor_override" "G_White" + + "border_default" "TFFatLineBorderBlueBG" + "border_armed" "TFFatLineBorderBlueBGOpaque" + "paintbackground" "0" + "image_drawcolor" "G_White" + "image_armedcolor" "G_White" + } + } + + "RedTeamButton" + { + "ControlName" "EditablePanel" + "fieldname" "RedTeamButton" + "xpos" "c6" + "ypos" "c-58" + "zpos" "10" + "wide" "510" + "tall" "52" + "visible" "1" + "PaintBackgroundType" "2" + "paintborder" "1" + "border" "G_TargetBorder" + + "SubButton" + { + "ControlName" "CExImageButton" + "fieldName" "SubButton" + "labelText" "" + "xpos" "-3" + "ypos" "-3" + "zpos" "1" + "wide" "516" + "tall" "58" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "textinsetx" "30" + "use_proportional_insets" "1" + "font" "G_FontBig" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "fgcolor_override" "G_White" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "defaultFgColor_override" "G_White" + "armedFgColor_override" "G_White" + "depressedFgColor_override" "G_White" + + "border_default" "TFFatLineBorderRedBG" + "border_armed" "TFFatLineBorderRedBGOpaque" + "paintbackground" "0" + "image_drawcolor" "G_White" + "image_armedcolor" "G_White" + } + } + + + "BlueTeamImage" + { + "ControlName" "ImagePanel" + "fieldName" "BlueTeamImage" + "xpos" "10" + "ypos" "c-52" + "zpos" "12" + "wide" "40" + "tall" "40" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "../hud/hud_icon_attack" + } + + "RedTeamImage" + { + "ControlName" "ImagePanel" + "fieldName" "RedTeamImage" + "xpos" "r50" + "ypos" "c-52" + "zpos" "12" + "wide" "40" + "tall" "40" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "glyph_tv" + } + + + "ShadedBar" + { + "ControlName" "ImagePanel" + "fieldName" "ShadedBar" + "xpos" "0" + "ypos" "r50" + "ypos_lodef" "r74" + "ypos_hidef" "r65" + "zpos" "5" + "wide" "f0" + "tall" "50" + "tall_lodef" "74" + "tall_hidef" "65" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "0" + "tabPosition" "0" + "image" "loadout_bottom_gradient" + "tileImage" "1" + "PaintBackgroundType" "0" + } + + "BlueCount" + { + "ControlName" "CExLabel" + "fieldName" "BlueCount" + "xpos" "c-526" + "ypos" "c-58" + "zpos" "11" + "wide" "510" + "tall" "52" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "#TF_Arena_Menu_Fight" + "textAlignment" "east" + "dulltext" "0" + "brighttext" "1" + "font" "G_FontBig" + "fgcolor" "G_White" + "textinsetx" "5" + } + + "RedCount" + { + "ControlName" "CExLabel" + "fieldName" "RedCount" + "xpos" "c16" + "ypos" "c-58" + "zpos" "11" + "wide" "510" + "tall" "52" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "#TF_Spectate" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "1" + "font" "G_FontBig" + "fgcolor" "G_White" + "textinsetx" "15" + } + + "bluedoor" + { + "ControlName" "CModelPanel" + "fieldName" "bluedoor" + "xpos" "0" + "ypos" "0" + "zpos" "2" + "wide" "640" + "tall" "480" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "0" + "fov" "20" + + "model" + { + "modelname" "models/vgui/UI_team01_blue.mdl" + "skin" "0" + "angles_x" "0" + "angles_y" "180" + "angles_z" "0" + "origin_x" "290" + "origin_x_lodef" "320" + "origin_x_hidef" "305" + "origin_y" "0" + "origin_z" "-34" + + "animation" + { + "name" "idle_enabled" + "sequence" "idle" + "default" "1" + } + + "animation" + { + "name" "idle_disabled" + "sequence" "fullidle" + } + + "animation" + { + "name" "enter_enabled" + "sequence" "hoveropen" + } + + "animation" + { + "name" "enter_disabled" + "sequence" "fullidle" + } + + "animation" + { + "name" "exit_enabled" + "sequence" "hoverclose" + } + + "animation" + { + "name" "exit_disabled" + "sequence" "fullidle" + } + + "animation" + { + "name" "hover_disabled" + "sequence" "fullhover" + } + } + } + + "reddoor" + { + "ControlName" "CModelPanel" + "fieldName" "reddoor" + "xpos" "0" + "ypos" "0" + "zpos" "2" + "wide" "f0" + "tall" "480" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "0" + "fov" "20" + + "model" + { + "modelname" "models/vgui/UI_team01_red.mdl" + "skin" "0" + "angles_x" "0" + "angles_y" "180" + "angles_z" "0" + "origin_x" "290" + "origin_x_lodef" "320" + "origin_x_hidef" "305" + "origin_y" "0" + "origin_z" "-34" + + "animation" + { + "name" "idle_enabled" + "sequence" "idle" + "default" "1" + } + + "animation" + { + "name" "idle_disabled" + "sequence" "fullidle" + } + + "animation" + { + "name" "enter_enabled" + "sequence" "hoveropen" + } + + "animation" + { + "name" "enter_disabled" + "sequence" "fullidle" + } + + "animation" + { + "name" "exit_enabled" + "sequence" "hoverclose" + } + + "animation" + { + "name" "exit_disabled" + "sequence" "fullidle" + } + + "animation" + { + "name" "hover_disabled" + "sequence" "fullhover" + } + } + } + + "autodoor" + { + "ControlName" "CModelPanel" + "fieldName" "autodoor" + "xpos" "0" + "ypos" "0" + "zpos" "2" + "wide" "f0" + "tall" "480" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "0" + "fov" "20" + + "model" + { + "modelname" "models/vgui/UI_team01_random.mdl" + "skin" "0" + "angles_x" "0" + "angles_y" "180" + "angles_z" "0" + "origin_x" "290" + "origin_x_lodef" "320" + "origin_x_hidef" "305" + "origin_y" "0" + "origin_z" "-34" + + "animation" + { + "name" "idle_enabled" + "sequence" "idle" + "default" "1" + } + + "animation" + { + "name" "enter_enabled" + "sequence" "hoveropen" + } + + "animation" + { + "name" "exit_enabled" + "sequence" "hoverclose" + } + } + } + + "spectate" + { + "ControlName" "CModelPanel" + "fieldName" "spectate" + "xpos" "0" + "ypos" "0" + "zpos" "0" + "wide" "f0" + "tall" "480" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "0" + "fov" "20" + + "model" + { + "modelname" "models/vgui/UI_team01_spectate.mdl" + "skin" "0" + "angles_x" "0" + "angles_y" "180" + "angles_z" "0" + "origin_x" "290" + "origin_x_lodef" "320" + "origin_x_hidef" "305" + "origin_y" "0" + "origin_z" "-34" + + "animation" + { + "name" "idle_enabled" + "sequence" "idle" + "default" "1" + } + + "animation" + { + "name" "enter_enabled" + "sequence" "hover" + } + + "animation" + { + "name" "exit_enabled" + "sequence" "idle" + } + } + } + + "Footer" [$X360] + { + "ControlName" "CTFFooter" + "fieldName" "Footer" + "zpos" "6" + "tall" "80" + "button_separator" "10" + "button_separator_lodef" "5" + "buttongap" "50" + "buttongap_hidef" "35" + "buttongap_lodef" "18" + "textadjust" "3" + "textadjust_lodef" "0" + "buttonoffsety" "20" + "buttonoffsety_hidef" "0" + "buttonoffsety_lodef" "18" + "center" "0" + "button_pin_right_lodef" "55" + "fonttext" "MatchmakingDialogMenuLarge" + "fonttext_lodef" "MatchmakingDialogMenuSmall" + "fgcolor" "HudOffWhite" + + "button" + { + "name" "cancel" + "text" "#GameUI_Cancel" + "icon" "#GameUI_Icons_B_BUTTON" + } + + "button" + { + "name" "nextprev" + "text" "#TF_NextPrev" + "icon" "#GameUI_Icons_DPAD" + } + + "button" + { + "name" "select" + "text" "#GameUI_Select" + "icon" "#GameUI_Icons_A_BUTTON" + } + } + + "HighlanderLabel" [$WIN32] + { + "ControlName" "CExLabel" + "fieldName" "HighlanderLabel" + "xpos" "c-150" + "ypos" "20" + "zpos" "6" + "wide" "300" + "tall" "60" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "labelText" "#TF_Highlander_Mode" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" + "font" "G_FontMedium" + "fgcolor" "HudOffWhite" + "centerwrap" "1" + "textinsetx" "5" + } + + "HighlanderLabelShadow" [$WIN32] + { + "ControlName" "CExLabel" + "fieldName" "HighlanderLabelShadow" + "xpos" "c-150" + "ypos" "20" + "zpos" "6" + "wide" "300" + "tall" "60" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "0" + "labelText" "#TF_Highlander_Mode" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "font" "CapPlayerFont" + "fgcolor" "black" + "centerwrap" "0" + } + + "TeamsFullLabel" [$WIN32] + { + "ControlName" "CExLabel" + "fieldName" "TeamsFullLabel" + "xpos" "c-200" + "ypos" "100" + "zpos" "6" + "wide" "400" + "tall" "35" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "labelText" "#TF_Teams_Full" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "font" "G_FontMedium_2" + "fgcolor" "HudOffWhite" + "centerwrap" "0" + } + + "TeamsFullLabelShadow" [$WIN32] + { + "ControlName" "CExLabel" + "fieldName" "TeamsFullLabelShadow" + "xpos" "c-149" + "ypos" "136" + "zpos" "6" + "wide" "105" + "tall" "35" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "labelText" "#TF_Teams_Full" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" + "font" "CapPlayerFont" + "fgcolor" "black" + "centerwrap" "1" + } + + "TeamsFullArrow" [$WIN32] + { + "ControlName" "CTFImagePanel" + "fieldName" "TeamsFullArrow" + "xpos" "c-118" + "ypos" "165" + "zpos" "6" + "wide" "40" + "tall" "40" + "visible" "0" + "enabled" "1" + "image" "../HUD/arrow_big_down" + "scaleImage" "1" + } +} + diff --git a/toonhud/resource/ui/hudarenawinpanel.res b/toonhud/resource/ui/hudarenawinpanel.res new file mode 100644 index 0000000..f303f22 --- /dev/null +++ b/toonhud/resource/ui/hudarenawinpanel.res @@ -0,0 +1,1369 @@ +"Resource/UI/arenawinpanel.res" +{ + "Background" + { + "ControlName" "EditablePanel" + "fieldName" "Background" + "xpos" "0" + "ypos" "40" + "wide" "280" + "tall" "98" + "zpos" "-1" + "visible" "1" + "paintbackground" "1" + "bgcolor_override" "G_PanelBg" + } + + "ArenaWinPanelScores" + { + "ControlName" "EditablePanel" + "fieldName" "ArenaWinPanelScores" + "xpos" "0" + "ypos" "0" + "zpos" "100" + "wide" "280" + "tall" "200" + "visible" "1" + + "G_TopBorders" + { + "ControlName" "EditablePanel" + "fieldName" "G_TopBorders" + "xpos" "0" + "ypos" "20" + "zpos" "40" + "wide" "280" + "tall" "20" + "paintborder" "1" + "border" "G_TargetBorder" + "visible" "1" + "enabled" "1" + } + + "Gradient" + { + "ControlName" "CTFImagePanel" + "fieldName" "Gradient" + "xpos" "0" + "ypos" "20" + "zpos" "5" + "wide" "280" + "tall" "20" + "visible" "1" + "enabled" "1" + "image" "replay/thumbnails/gradient" + "scaleImage" "1" + } + + "G_BlueScoreBG" + { + "ControlName" "EditablePanel" + "fieldName" "G_BlueScoreBG" + "xpos" "0" + "xpos_minmode" "0" + "ypos" "20" + "wide" "130" + "tall" "20" + "zpos" "1" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "paintbackground" "1" + "bgcolor_override" "G_TeamBlue" + } + + "G_Slash" + { + "ControlName" "CExLabel" + "fieldName" "G_Slash" + "font" "G_Slash" + "labelText" "/" + "textAlignment" "west" + "xpos" "130" + "ypos" "20" + "wide" "20" + "tall" "20" + "zpos" "2" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor" "G_TeamBlue" + "paintbackground" "1" + "bgcolor_override" "0 200 0 0" + } + + "G_RedScoreBG" + { + "ControlName" "EditablePanel" + "fieldName" "G_RedScoreBG" + "xpos" "130" + "ypos" "20" + "wide" "150" + "tall" "20" + "zpos" "1" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "paintbackground" "1" + "bgcolor_override" "G_TeamRed" + } + + + "BlueScoreBG" + { + "ControlName" "CTFImagePanel" + "fieldName" "BlueScoreBG" + "visible" "0" + "enabled" "0" + } + + "RedScoreBG" + { + "ControlName" "RedScoreBG" + "enabled" "0" + "visible" "0" + } + + + "BlueTeamLabel" + { + "ControlName" "CExLabel" + "fieldName" "BlueTeamLabel" + "font" "G_FontSmall" + "labelText" "%blueteamname%" + "textAlignment" "west" + "xpos" "5" + "ypos" "20" + "zpos" "30" + "wide" "140" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "textinsetx" "5" + "fgcolor" "G_White" + } + + "BlueTeamScore" + { + "ControlName" "CExLabel" + "fieldName" "BlueTeamScore" + "font" "G_FontBig" + "font_minmode" "G_FontBig" + "labelText" "%blueteamscore%" + "textAlignment" "east" + "xpos" "5" + "ypos" "20" + "wide" "120" + "tall" "20" + "zpos" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor" "G_White" + } + + "BlueTeamScoreDropshadow" + { + "ControlName" "CExLabel" + "fieldName" "BlueTeamScoreDropshadow" + "font" "G_FontBig" + "font_minmode" "G_FontBig" + "labelText" "%blueteamscore%" + "textAlignment" "center" + "xpos" "2" + "xpos_minmode" "2" + "ypos" "12" + "ypos_minmode" "12" + "wide" "100" + "wide_minmode" "100" + "tall" "30" + "tall_minmode" "30" + "zpos" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "fgcolor" "G_Shadow" + } + + "RedTeamLabel" + { + "ControlName" "CExLabel" + "ControlName" "RedTeamLabel" + "font" "G_FontSmall" + "labelText" "%redteamname%" + "textAlignment" "east" + "xpos" "140" + "ypos" "20" + "zpos" "32" + "wide" "135" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "textinsetx" "5" + "fgcolor" "G_White" + } + + "RedTeamScore" + { + "ControlName" "CExLabel" + "fieldName" "RedTeamScore" + "font" "G_FontBig" + "font_minmode" "G_FontBig" + "labelText" "%redteamscore%" + "textAlignment" "west" + "xpos" "155" + "ypos" "20" + "wide" "120" + "tall" "20" + "zpos" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor" "G_White" + } + + "ArenaStreaksBG" + { + "ControlName" "ScalableImagePanel" + "fieldName" "ArenaStreaksBG" + "xpos" "-9999" + "ypos" "-9999" + "zpos" "2" + "wide" "176" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "0" + "image" "../HUD/tournament_panel_black" + "scaleImage" "1" + "Alpha" "0" + } + + "ArenaStreakLabel" + { + "ControlName" "CExLabel" + "fieldName" "ArenaStreakLabel" + "font" "DefaultVerySmall" + "fgcolor" "G_White" + "xpos" "0" + "ypos" "128" + "zpos" "10" + "wide" "280" + "tall" "9" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "%arenastreaktext%" + "textAlignment" "Center" + "dulltext" "0" + "brighttext" "0" + "paintbackground" "1" + "bgcolor_override" "0 0 0 100" + } + + } + + + "WinPanelBG" + { + "ControlName" "ImagePanel" + "fieldName" "WinPanelBG" + "xpos" "-600" + "ypos" "-4" + "zpos" "-2" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + "scaleImage" "1" + } + + + "Borders" + { + "ControlName" "EditablePanel" + "fieldName" "Borders" + "xpos" "0" + "ypos" "40" + "zpos" "19" + "wide" "280" + "tall" "98" + "paintborder" "1" + "border" "G_TargetBorder" + "visible" "1" + "enabled" "1" + } + + "WinningTeamLabel" + { + "ControlName" "CExLabel" + "fieldName" "WinningTeamLabel" + "font" "G_FontSmall" + "xpos" "0" + "ypos" "40" + "zpos" "1" + "wide" "280" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "%WinningTeamLabel%" + "textAlignment" "Center" + "dulltext" "0" + "brighttext" "0" + "fgcolor" "G_White" + "paintbackground" "1" + "bgcolor_override" "0 0 0 150" + } + + "WinningTeamLabelDropshadow" + { + "ControlName" "CExLabel" + "fieldName" "WinningTeamLabelDropshadow" + "font" "G_FontMedium" + "fgcolor" "G_Shadow" + "xpos" "c-309" + "ypos" "11" + "zpos" "1" + "wide" "300" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "0" + "labelText" "%WinningTeamLabel%" + "textAlignment" "Center" + "dulltext" "0" + "brighttext" "0" + } + + "LosingTeamLabel" + { + "ControlName" "CExLabel" + "fieldName" "LosingTeamLabel" + "font" "G_FontSmall" + "xpos" "0" + "ypos" "40" + "zpos" "2" + "wide" "280" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "%LosingTeamLabel%" + "textAlignment" "Center" + "dulltext" "0" + "brighttext" "0" + "fgcolor" "G_White" + "paintbackground" "1" + "bgcolor_override" "0 0 0 0" + } + "LosingTeamLabelDropshadow" + { + "ControlName" "CExLabel" + "fieldName" "LosingTeamLabelDropshadow" + "font" "G_FontMedium" + "fgcolor" "G_Shadow" + "xpos" "c-309" + "ypos" "11" + "zpos" "1" + "wide" "300" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "0" + "labelText" "%LosingTeamLabel%" + "textAlignment" "Center" + "dulltext" "0" + "brighttext" "0" + } + + "WinReasonLabel" + { + "ControlName" "CExLabel" + "fieldName" "WinReasonLabel" + "font" "DefaultVerySmall" + "xpos" "c-310" + "ypos" "30" + "zpos" "1" + "wide" "300" + "tall" "8" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "labelText" "%WinReasonLabel%" + "textAlignment" "Center" + "dulltext" "0" + "brighttext" "0" + "fgcolor" "G_White" + } + "DetailsLabel" + { + "ControlName" "CExLabel" + "fieldName" "DetailsLabel" + "font" "DefaultVerySmall" + "xpos" "0" + "ypos" "138" + "zpos" "1" + "wide" "280" + "tall" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "%DetailsLabel%" + "textAlignment" "Center" + "fgcolor" "G_White" + "dulltext" "0" + "brighttext" "0" + } + + "TitleBg" + { + "ControlName" "EditablePanel" + "fieldName" "TitleBg" + "xpos" "0" + "ypos" "60" + "zpos" "3" + "wide" "280" + "tall" "8" + "visible" "1" + "enabled" "1" + "paintbackground" "1" + "bgcolor_override" "0 0 0 100" + } + + + "TopPlayersLabel" + { + "ControlName" "CExLabel" + "fieldName" "TopPlayerLabel" + "font" "DefaultVerySmall" + "xpos" "22" + "ypos" "60" + "zpos" "3" + "wide" "60" + "tall" "8" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "%TopPlayersLabel%" + "fgcolor" "TanLight" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" + } + + + "DamageThisRoundLabel" + { + "ControlName" "CExLabel" + "fieldName" "DamageThisRoundLabel" + "font" "DefaultVerySmall" + "xpos" "158" + "ypos" "60" + "zpos" "3" + "wide" "60" + "tall" "8" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "#TF_Arena_Winpanel_DamageThisRound" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" + } + + + "HealingThisRoundLabel" + { + "ControlName" "CExLabel" + "fieldName" "HealingThisRoundLabel" + "font" "DefaultVerySmall" + "xpos" "191" + "ypos" "60" + "zpos" "3" + "wide" "300" + "tall" "8" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "#TF_Arena_Winpanel_HealingThisRound" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" + } + + + "LifetimeThisRoundLabel" + { + "ControlName" "CExLabel" + "fieldName" "LifetimeThisRoundLabel" + "font" "DefaultVerySmall" + "xpos" "224" + "ypos" "60" + "zpos" "3" + "wide" "300" + "tall" "8" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "#TF_Arena_Winpanel_TimeAliveThisRound" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" + } + + + "KillingBlowsThisRoundLabel" + { + "ControlName" "CExLabel" + "fieldName" "KillingBlowsThisRoundLabel" + "font" "DefaultVerySmall" + "xpos" "255" + "ypos" "60" + "zpos" "3" + "wide" "20" + "tall" "8" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "#TF_Arena_Winpanel_KillingBlows" + "textAlignment" "east" + "dulltext" "0" + "brighttext" "0" + } + + + "HorizontalLine" + { + "ControlName" "ImagePanel" + "fieldName" "HorizontalLine" + "visible" "0" + "enabled" "0" + } + + "ArenaWinPanelWinnersPanel" + { + "ControlName" "EditablePanel" + "fieldName" "ArenaWinPanelWinnersPanel" + "xpos" "0" + "ypos" "0" + "zpos" "2" + "wide" "280" + "tall" "200" + "visible" "1" + + "Player1Avatar" + { + "ControlName" "CAvatarImagePanel" + "fieldName" "Player1Avatar" + "xpos" "17" + "ypos" "71" + "zpos" "3" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "image" "" + } + "Player1Name" + { + "ControlName" "CExLabel" + "fieldName" "Player1Name" + "xpos" "32" + "ypos" "71" + "zpos" "3" + "wide" "78" + "tall" "14" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" + "font" "G_FontWinpanel" + } + "Player1Class" + { + "ControlName" "CExLabel" + "fieldName" "Player1Class" + "xpos" "110" + "ypos" "71" + "zpos" "3" + "wide" "45" + "tall" "14" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" + "font" "G_FontWinpanel" + } + + "Player1Damage" + { + "ControlName" "CExLabel" + "fieldName" "Player1Damage" + "xpos" "158" + "ypos" "71" + "zpos" "3" + "wide" "30" + "tall" "14" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" + "font" "G_FontWinpanel" + } + "Player1Healing" + { + "ControlName" "CExLabel" + "fieldName" "Player1Healing" + "xpos" "191" + "ypos" "71" + "zpos" "3" + "wide" "30" + "tall" "14" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" + "font" "G_FontWinpanel" + } + "Player1Lifetime" + { + "ControlName" "CExLabel" + "fieldName" "Player1Lifetime" + "xpos" "224" + "ypos" "71" + "zpos" "3" + "wide" "30" + "tall" "14" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" + "font" "G_FontWinpanel" + } + + "Player1Kills" + { + "ControlName" "CExLabel" + "fieldName" "Player1Kills" + "xpos" "255" + "ypos" "71" + "zpos" "3" + "wide" "20" + "tall" "14" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "" + "textAlignment" "east" + "dulltext" "0" + "brighttext" "0" + "font" "G_FontWinpanel" + } + + "Player2Avatar" + { + "ControlName" "CAvatarImagePanel" + "fieldName" "Player2Avatar" + "xpos" "17" + "ypos" "91" + "zpos" "3" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "image" "" + } + "Player2Name" + { + "ControlName" "CExLabel" + "fieldName" "Player2Name" + "xpos" "32" + "ypos" "91" + "zpos" "3" + "wide" "78" + "tall" "14" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" + "font" "G_FontWinpanel" + } + "Player2Class" + { + "ControlName" "CExLabel" + "fieldName" "Player2Class" + "xpos" "110" + "ypos" "91" + "zpos" "3" + "wide" "45" + "tall" "14" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" + "font" "G_FontWinpanel" + } + + "Player2Damage" + { + "ControlName" "CExLabel" + "fieldName" "Player2Damage" + "xpos" "158" + "ypos" "91" + "zpos" "3" + "wide" "30" + "tall" "14" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" + "font" "G_FontWinpanel" + } + "Player2Healing" + { + "ControlName" "CExLabel" + "fieldName" "Player2Healing" + "xpos" "191" + "ypos" "91" + "zpos" "3" + "wide" "30" + "tall" "14" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" + "font" "G_FontWinpanel" + } + "Player2Lifetime" + { + "ControlName" "CExLabel" + "fieldName" "Player2Lifetime" + "xpos" "224" + "ypos" "91" + "zpos" "3" + "wide" "30" + "tall" "14" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" + "font" "G_FontWinpanel" + } + + "Player2Kills" + { + "ControlName" "CExLabel" + "fieldName" "Player2Kills" + "xpos" "255" + "ypos" "91" + "zpos" "3" + "wide" "20" + "tall" "14" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "" + "textAlignment" "east" + "dulltext" "0" + "brighttext" "0" + "font" "G_FontWinpanel" + } + + "Player3Avatar" + { + "ControlName" "CAvatarImagePanel" + "fieldName" "Player3Avatar" + "xpos" "17" + "ypos" "111" + "zpos" "3" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "image" "" + } + "Player3Name" + { + "ControlName" "CExLabel" + "fieldName" "Player3Name" + "xpos" "32" + "ypos" "111" + "zpos" "3" + "wide" "78" + "tall" "14" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" + "font" "G_FontWinpanel" + } + "Player3Class" + { + "ControlName" "CExLabel" + "fieldName" "Player3Class" + "xpos" "110" + "ypos" "111" + "zpos" "3" + "wide" "45" + "tall" "14" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" + "font" "G_FontWinpanel" + } + + "Player3Damage" + { + "ControlName" "CExLabel" + "fieldName" "Player3Damage" + "xpos" "158" + "ypos" "111" + "zpos" "3" + "wide" "30" + "tall" "14" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" + "font" "G_FontWinpanel" + } + "Player3Healing" + { + "ControlName" "CExLabel" + "fieldName" "Player3Healing" + "xpos" "191" + "ypos" "111" + "zpos" "3" + "wide" "30" + "tall" "14" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" + "font" "G_FontWinpanel" + } + "Player3Lifetime" + { + "ControlName" "CExLabel" + "fieldName" "Player3Lifetime" + "xpos" "224" + "ypos" "111" + "zpos" "3" + "wide" "30" + "tall" "14" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" + "font" "G_FontWinpanel" + } + + "Player3Kills" + { + "ControlName" "CExLabel" + "fieldName" "Player3Kills" + "xpos" "255" + "ypos" "111" + "zpos" "3" + "wide" "20" + "tall" "14" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "" + "textAlignment" "east" + "dulltext" "0" + "brighttext" "0" + "font" "G_FontWinpanel" + } + } + "ArenaWinPanelLosersPanel" + { + "ControlName" "EditablePanel" + "fieldName" "ArenaWinPanelLosersPanel" + "xpos" "0" + "ypos" "0" + "zpos" "2" + "wide" "280" + "tall" "200" + "visible" "1" + + "Player1Avatar" + { + "ControlName" "CAvatarImagePanel" + "fieldName" "Player1Avatar" + "xpos" "17" + "ypos" "71" + "zpos" "3" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "image" "" + } + "Player1Name" + { + "ControlName" "CExLabel" + "fieldName" "Player1Name" + "xpos" "32" + "ypos" "71" + "zpos" "3" + "wide" "78" + "tall" "14" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" + "font" "G_FontWinpanel" + } + "Player1Class" + { + "ControlName" "CExLabel" + "fieldName" "Player1Class" + "xpos" "110" + "ypos" "71" + "zpos" "3" + "wide" "45" + "tall" "14" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" + "font" "G_FontWinpanel" + } + + "Player1Damage" + { + "ControlName" "CExLabel" + "fieldName" "Player1Damage" + "xpos" "158" + "ypos" "71" + "zpos" "3" + "wide" "30" + "tall" "14" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" + "font" "G_FontWinpanel" + } + "Player1Healing" + { + "ControlName" "CExLabel" + "fieldName" "Player1Healing" + "xpos" "191" + "ypos" "71" + "zpos" "3" + "wide" "30" + "tall" "14" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" + "font" "G_FontWinpanel" + } + "Player1Lifetime" + { + "ControlName" "CExLabel" + "fieldName" "Player1Lifetime" + "xpos" "224" + "ypos" "71" + "zpos" "3" + "wide" "30" + "tall" "14" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" + "font" "G_FontWinpanel" + } + + "Player1Kills" + { + "ControlName" "CExLabel" + "fieldName" "Player1Kills" + "xpos" "255" + "ypos" "71" + "zpos" "3" + "wide" "20" + "tall" "14" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "" + "textAlignment" "east" + "dulltext" "0" + "brighttext" "0" + "font" "G_FontWinpanel" + } + + "Player2Avatar" + { + "ControlName" "CAvatarImagePanel" + "fieldName" "Player2Avatar" + "xpos" "17" + "ypos" "91" + "zpos" "3" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "image" "" + } + "Player2Name" + { + "ControlName" "CExLabel" + "fieldName" "Player2Name" + "xpos" "32" + "ypos" "91" + "zpos" "3" + "wide" "78" + "tall" "14" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" + "font" "G_FontWinpanel" + } + "Player2Class" + { + "ControlName" "CExLabel" + "fieldName" "Player2Class" + "xpos" "110" + "ypos" "91" + "zpos" "3" + "wide" "45" + "tall" "14" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" + "font" "G_FontWinpanel" + } + + "Player2Damage" + { + "ControlName" "CExLabel" + "fieldName" "Player2Damage" + "xpos" "158" + "ypos" "91" + "zpos" "3" + "wide" "30" + "tall" "14" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" + "font" "G_FontWinpanel" + } + "Player2Healing" + { + "ControlName" "CExLabel" + "fieldName" "Player2Healing" + "xpos" "191" + "ypos" "91" + "zpos" "3" + "wide" "30" + "tall" "14" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" + "font" "G_FontWinpanel" + } + "Player2Lifetime" + { + "ControlName" "CExLabel" + "fieldName" "Player2Lifetime" + "xpos" "224" + "ypos" "91" + "zpos" "3" + "wide" "30" + "tall" "14" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" + "font" "G_FontWinpanel" + } + + "Player2Kills" + { + "ControlName" "CExLabel" + "fieldName" "Player2Kills" + "xpos" "255" + "ypos" "91" + "zpos" "3" + "wide" "20" + "tall" "14" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "" + "textAlignment" "east" + "dulltext" "0" + "brighttext" "0" + "font" "G_FontWinpanel" + } + + "Player3Avatar" + { + "ControlName" "CAvatarImagePanel" + "fieldName" "Player3Avatar" + "xpos" "17" + "ypos" "111" + "zpos" "3" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "image" "" + } + "Player3Name" + { + "ControlName" "CExLabel" + "fieldName" "Player3Name" + "xpos" "32" + "ypos" "111" + "zpos" "3" + "wide" "78" + "tall" "14" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" + "font" "G_FontWinpanel" + } + "Player3Class" + { + "ControlName" "CExLabel" + "fieldName" "Player3Class" + "xpos" "110" + "ypos" "111" + "zpos" "3" + "wide" "45" + "tall" "14" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" + "font" "G_FontWinpanel" + } + + "Player3Damage" + { + "ControlName" "CExLabel" + "fieldName" "Player3Damage" + "xpos" "158" + "ypos" "111" + "zpos" "3" + "wide" "30" + "tall" "14" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" + "font" "G_FontWinpanel" + } + "Player3Healing" + { + "ControlName" "CExLabel" + "fieldName" "Player3Healing" + "xpos" "191" + "ypos" "111" + "zpos" "3" + "wide" "30" + "tall" "14" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" + "font" "G_FontWinpanel" + } + "Player3Lifetime" + { + "ControlName" "CExLabel" + "fieldName" "Player3Lifetime" + "xpos" "224" + "ypos" "111" + "zpos" "3" + "wide" "30" + "tall" "14" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" + "font" "G_FontWinpanel" + } + + "Player3Kills" + { + "ControlName" "CExLabel" + "fieldName" "Player3Kills" + "xpos" "255" + "ypos" "111" + "zpos" "3" + "wide" "20" + "tall" "14" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "" + "textAlignment" "east" + "dulltext" "0" + "brighttext" "0" + "font" "G_FontWinpanel" + } + } +} diff --git a/toonhud/resource/ui/hudbosshealth.res b/toonhud/resource/ui/hudbosshealth.res new file mode 100644 index 0000000..8731beb --- /dev/null +++ b/toonhud/resource/ui/hudbosshealth.res @@ -0,0 +1,123 @@ +"Resource/UI/HudBossHealth.res" +{ + "BorderImage" + { + "ControlName" "ImagePanel" + "fieldName" "BorderImage" + "xpos" "0" + "ypos" "0" + "zpos" "5" + "wide" "200" + "tall" "50" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "0" + "tabPosition" "0" + "image" "../hud/halloween_bar_surround" + "scaleImage" "1" + } + + "Background" + { + "ControlName" "EditablePanel" + "fieldName" "Background" + "xpos" "15" + "ypos" "16" + "zpos" "1" + "wide" "168" + "tall" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "paintbackground" "1" + "bgcolor_override" "0 0 0 180" + } + + "Gradient" + { + "ControlName" "CTFImagePanel" + "fieldName" "Gradient" + "xpos" "15" + "ypos" "16" + "zpos" "49" + "wide" "168" + "tall" "10" + "visible" "1" + "enabled" "1" + "image" "replay/thumbnails/gradient" + "scaleImage" "1" + } + + "Border" + { + "ControlName" "EditablePanel" + "fieldName" "Border" + "xpos" "15" + "ypos" "16" + "zpos" "50" + "wide" "168" + "tall" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "paintborder" "1" + "border" "G_TargetBorder" + } + + "HealthBarPanel" + { + "ControlName" "EditablePanel" + "fieldName" "HealthBarPanel" + "xpos" "15" + "ypos" "16" + "zpos" "4" + "wide" "168" + "tall" "10" + "visible" "1" + "enabled" "1" + "Alpha" "255" + + "BarImage" + { + "ControlName" "ImagePanel" + "fieldName" "BarImage" + "xpos" "0" + "ypos" "0" + "zpos" "5" + "wide" "168" + "tall" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "image" "../hud/halloween_bar" + "scaleImage" "1" + "drawcolor" "200 0 200 255" + } + } + + "StunMeter" + { + "ControlName" "ContinuousProgressBar" + "fieldName" "StunMeter" + "font" "Default" + "xpos" "50" + "ypos" "29" + "zpos" "2" + "wide" "100" + "tall" "8" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "textAlignment" "Left" + "dulltext" "0" + "brighttext" "0" + "fgcolor_override" "255 255 0 255" + "bgcolor_override" "50 0 0 255" + } +} diff --git a/toonhud/resource/ui/hudbowcharge.res b/toonhud/resource/ui/hudbowcharge.res new file mode 100644 index 0000000..57fbff5 --- /dev/null +++ b/toonhud/resource/ui/hudbowcharge.res @@ -0,0 +1,29 @@ +"Resource/UI/HudBowCharge.res" +{ + // BOW USES DEMOMAN'S POWER METER! THIS IS HIDDEN! + // -> HudDemomanCharge.res + + "ChargeMeter" + { + "ControlName" "ContinuousProgressBar" + "fieldName" "ChargeMeter" + "font" "Default" + "xpos" "0" + "ypos" "0" + "zpos" "2" + "wide" "30" + "tall" "4" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "0" + "textAlignment" "Left" + "dulltext" "0" + "brighttext" "0" + "bgcolor_override" "Blank" + "paintborder" "1" + "border" "G_ChargeBorder" + "fgcolor_override" "G_WhiteShadowCharge" + "Alpha" "0" + } +} diff --git a/toonhud/resource/ui/hudcurrencyaccount.res b/toonhud/resource/ui/hudcurrencyaccount.res new file mode 100644 index 0000000..54478ed --- /dev/null +++ b/toonhud/resource/ui/hudcurrencyaccount.res @@ -0,0 +1,55 @@ +"Resource/UI/HudCurrencyAccount.res" +{ + "Currency" + { + "ControlName" "CExLabel" + "fieldName" "Currency" + "font" "G_FontSmall" + "fgcolor" "G_White" + "xpos" "r55" + "xpos_minmode" "c+80" + "ypos" "r21" + "zpos" "3" + "wide" "50" + "tall" "15" + "visible" "1" + "enabled" "1" + "textAlignment" "west" + "labelText" "%currency%" + "textinsetx" "5" + } + + "WhiteBG" + { + "ControlName" "EditablePanel" + "fieldName" "WhiteBG" + "xpos" "18" + "ypos" "0" + "zpos" "1" + "wide" "60" + "tall" "18" + "visible" "0" + "enabled" "0" + "PaintBackgroundType" "0" + "bgcolor_override" "TanLight" + } + + "GreenBG" + { + "ControlName" "EditablePanel" + "fieldName" "WhiteBG" + "xpos" "r55" + "xpos_minmode" "c+80" + "ypos" "r21" + "zpos" "2" + "wide" "50" + "tall" "15" + "visible" "1" + "enabled" "1" + "PaintBackgroundType" "0" + "bgcolor_override" "CreditsGreen" + "paintborder" "1" + "border" "G_TargetBorder" + "autoResize" "1" + } +} \ No newline at end of file diff --git a/toonhud/resource/ui/huddamageaccount.res b/toonhud/resource/ui/huddamageaccount.res new file mode 100644 index 0000000..7926393 --- /dev/null +++ b/toonhud/resource/ui/huddamageaccount.res @@ -0,0 +1,55 @@ +"Resource/UI/HudDamageAccount.res" +{ + "CDamageAccountPanel" + { + "fieldName" "CDamageAccountPanel" + "text_x" "0" + "text_y" "0" + "delta_item_end_y" "-10" + "PositiveColor" "G_Heal" + "NegativeColor" "G_Hit" + "delta_lifetime" "2.0" + "delta_item_font" "G_FontDamage" + "delta_item_font_big" "G_FontCritDamage" + } + + "DamageAccountValue" + { + "ControlName" "CExLabel" + "fieldName" "DamageAccountValue" + "xpos" "c+78" + "ypos" "r118" + "xpos_minmode" "c+58" + "ypos_minmode" "c+35" + "zpos" "2" + "wide" "124" + "tall" "25" + "visible" "1" + "enabled" "1" + "labelText" "%metal%" + "textAlignment" "center" + "fgcolor" "G_Hit" + "font" "G_FontMedium" + "font_minmode" "G_FontMedium" + } + + "DamageAccountValueShadow" + { + "ControlName" "CExLabel" + "fieldName" "DamageAccountValue" + "xpos" "c+79" + "ypos" "r117" + "xpos_minmode" "c+59" + "ypos_minmode" "c+36" + "zpos" "1" + "wide" "124" + "tall" "25" + "visible" "1" + "enabled" "1" + "labelText" "%metal%" + "textAlignment" "center" + "fgcolor" "G_Shadow" + "font" "G_FontMedium" + "font_minmode" "G_FontMedium" + } +} \ No newline at end of file diff --git a/toonhud/resource/ui/huddemomancharge.res b/toonhud/resource/ui/huddemomancharge.res new file mode 100644 index 0000000..3a87b0a --- /dev/null +++ b/toonhud/resource/ui/huddemomancharge.res @@ -0,0 +1,25 @@ +"Resource/UI/HudDemomanCharge.res" +{ + "ChargeMeter" + { + "ControlName" "ContinuousProgressBar" + "fieldName" "ChargeMeter" + "font" "Default" + "xpos" "c-15" + "ypos" "c20" + "zpos" "2" + "wide" "30" + "tall" "4" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "textAlignment" "Left" + "dulltext" "0" + "brighttext" "0" + "bgcolor_override" "Blank" + "paintborder" "1" + "border" "G_ChargeBorder" + "fgcolor_override" "G_WhiteShadow" + } +} diff --git a/toonhud/resource/ui/huddemomanpipes.res b/toonhud/resource/ui/huddemomanpipes.res new file mode 100644 index 0000000..e4c8131 --- /dev/null +++ b/toonhud/resource/ui/huddemomanpipes.res @@ -0,0 +1,283 @@ +"Resource/UI/HudDemomanPipes.res" +{ + "background" + { + "ControlName" "CTFImagePanel" + "fieldName" "background" + "xpos" "0" + "ypos" "0" + "zpos" "0" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + "image" "../hud/misc_ammo_area_blue" + } + + "ChargeLabel" + { + "ControlName" "CExLabel" + "fieldName" "ChargeLabel" + "xpos" "-9999" // 2_ CDCM + "xpos_minmode" "-9999" // 3_ CDCM + "ypos" "c+15" // 3 CDCM + "ypos_minmode" "c+15" // 4 CDCM + "zpos" "10" + "wide" "30" // 5 CDCM + "wide_minmode" "30" // 6 CDCM + "tall" "4" // 7 CDCM + "tall_minmode" "4" // 8 CDCM + "autoResize" "1" + "pinCorner" "2" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#TF_CHARGE" + "textAlignment" "west" // 1_ CDCM + "dulltext" "0" + "brighttext" "0" + "font" "DefaultVerySmall" + "fgcolor_override" "155 155 155 255" + "textinsety" "-1" + } + + "ChargeMeter" + { + "ControlName" "ContinuousProgressBar" + "fieldName" "ChargeMeter" + "font" "Default" + "xpos" "c-15" // 1 CDCM + "xpos_minmode" "c-15" // 2 CDCM + "ypos" "c+15" // 3 CDCM + "ypos_minmode" "c+15" // 4 CDCM + "zpos" "2" + "wide" "30" // 5 CDCM + "wide_minmode" "30" // 6 CDCM + "tall" "4" // 7 CDCM + "tall_minmode" "4" // 8 CDCM + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "textAlignment" "Left" + "dulltext" "0" + "brighttext" "0" + "paintborder" "1" + "border" "G_ChargeBorder" // 9 CDCM + "paintbackground" "0" // 10 CDCM + "bgcolor_override" "G_ItemMeterBg" + } + + "PipesPresentPanel" + { + "ControlName" "EditablePanel" + "fieldName" "PipesPresentPanel" + "xpos" "c+139" // 1 CSBC + "xpos_minmode" "c+119" // 2 CSBC + "ypos" "r32" + "ypos_minmode" "c+108" // 1 BPM + "zpos" "1" + "wide" "180" + "tall" "126" + "visible" "0" + + "PipeIcon" + { + "ControlName" "CTFImagePanel" + "fieldName" "PipeIcon" + "xpos" "4" + "ypos" "4" + "ypos_minmode" "4" + "wide" "0" + "wide_minmode" "0" + "tall" "0" + "tall_minmode" "0" + "zpos" "1" + "visible" "0" + "enabled" "0" + "image" "../hud/ico_stickybomb_red" + "scaleImage" "1" + "teambg_2" "../hud/ico_stickybomb_red" + "teambg_3" "../hud/ico_stickybomb_blue" + } + + "G_PipeIcon" + { + "ControlName" "CExLabel" + "fieldName" "G_PipeIcon" + "xpos" "125" + "ypos" "0" + "zpos" "2" + "wide" "16" + "tall" "25" + "textinsetx" "1" + "textinsety" "0" + "visible" "1" // 10 CSBC + "enabled" "1" + "labelText" "G" + "textAlignment" "west" + "font" "G_HeadsIcon" + "fgcolor" "G_StickyIconColor" + } + + "G_PipeIconShadow" + { + "ControlName" "CExLabel" + "fieldName" "G_PipeIconShadow" + "xpos" "126" + "ypos" "1" + "zpos" "2" + "wide" "16" + "tall" "25" + "textinsetx" "1" + "textinsety" "0" + "visible" "1" // 10 CSBC + "enabled" "1" + "labelText" "G" + "textAlignment" "west" + "font" "G_HeadsIcon" + "fgcolor" "G_Shadow" + } + + "NumPipesLabel" + { + "ControlName" "CExLabel" + "fieldName" "NumPipesLabel" + "xpos" "45" // 3 CSBC + "ypos" "0" // 4 CSBC + "zpos" "2" + "wide" "80" // 5 CSBC + "tall" "26" + "textinsetx" "5" // 6 CSBC + "textinsety" "0" + "autoResize" "1" + "pinCorner" "2" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "%activepipes%" + "textAlignment" "east" // 7 CSBC + "dulltext" "0" + "brighttext" "0" + "font" "G_FontMedium" // 8 CSBC + "fgcolor" "G_StickyColor" + } + + "NumPipesLabelDropshadow" + { + "ControlName" "CExLabel" + "fieldName" "NumPipesLabelDropshadow" + "xpos" "46" // 3 CSBC + "ypos" "1" // 4 CSBC + "zpos" "2" + "wide" "80" // 5 CSBC + "tall" "26" + "textinsetx" "5" // 6 CSBC + "textinsety" "0" + "autoResize" "1" + "pinCorner" "2" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "%activepipes%" // 9 CSBC + "textAlignment" "east" // 7 CSBC + "dulltext" "0" + "brighttext" "0" + "font" "G_FontMedium" // 8 CSBC + "fgcolor" "G_Shadow" + } + } + + "NoPipesPresentPanel" + { + "ControlName" "EditablePanel" + "fieldName" "NoPipesPresentPanel" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "100" + "tall" "50" + "visible" "0" + + "PipeIcon" + { + "ControlName" "CTFImagePanel" + "fieldName" "PipeIcon" + "xpos" "26" + "ypos" "16" + "ypos_minmode" "12" + "wide" "20" + "wide_minmode" "14" + "tall" "20" + "tall_minmode" "14" + "visible" "0" + "enabled" "0" + "image" "../hud/ico_stickybomb_red_faded" + "scaleImage" "1" + "teambg_2" "../hud/ico_stickybomb_red_faded" + "teambg_3" "../hud/ico_stickybomb_blue_faded" + } + + "NumPipesLabel" + { + "ControlName" "CExLabel" + "fieldName" "NumPipesLabel" + "xpos" "50" + "xpos_minmode" "42" + "ypos" "18" + "ypos_minmode" "12" + "zpos" "2" + "wide" "35" + "tall" "20" + "tall_lodef" "28" + "autoResize" "1" + "pinCorner" "2" + "visible" "0" + "enabled" "0" + "tabPosition" "0" + "labelText" "%activepipes%" + "textAlignment" "west" + "dulltext" "1" + "brighttext" "0" + "font" "G_FontMedium" + "font_minmode" "G_FontMedium" + "font_lodef" "G_FontMedium" + } + "NumPipesLabelDropshadow" + { + "ControlName" "CExLabel" + "fieldName" "NumPipesLabelDropshadow" + "xpos" "51" + "xpos_minmode" "43" + "ypos" "19" + "ypos_minmode" "13" + "zpos" "2" + "wide" "35" + "tall" "20" + "tall_lodef" "28" + "autoResize" "1" + "pinCorner" "2" + "visible" "0" + "enabled" "0" + "tabPosition" "0" + "labelText" "%activepipes%" + "textAlignment" "west" + "dulltext" "1" + "brighttext" "0" + "font" "G_FontMedium" + "font_minmode" "G_FontMedium" + "font_lodef" "G_FontMedium" + "fgcolor" "black" + } + } +} + + + + + + + + + + diff --git a/toonhud/resource/ui/hudhealthaccount.res b/toonhud/resource/ui/hudhealthaccount.res new file mode 100644 index 0000000..26a01ae --- /dev/null +++ b/toonhud/resource/ui/hudhealthaccount.res @@ -0,0 +1,14 @@ +"Resource/UI/HudHealthAccount.res" +{ + "CHealthAccountPanel" + { + "fieldName" "CHealthAccountPanel" + "delta_item_x" "5" + "delta_item_start_y" "40" + "delta_item_end_y" "0" + "PositiveColor" "G_Heal" + "NegativeColor" "G_Yellow" + "delta_lifetime" "1.5" + "delta_item_font" "G_FontMedium" + } +} \ No newline at end of file diff --git a/toonhud/resource/ui/hudinspectpanel.res b/toonhud/resource/ui/hudinspectpanel.res new file mode 100644 index 0000000..b5d416d --- /dev/null +++ b/toonhud/resource/ui/hudinspectpanel.res @@ -0,0 +1,61 @@ +"Resource/UI/HudInspectPanel.res" +{ + "itempanel" + { + "ControlName" "CItemModelPanel" + "fieldName" "itempanel" + "xpos" "0" + "ypos" "0" + "zpos" "10" + "wide" "170" + "tall" "100" + "visible" "0" + "PaintBackgroundType" "0" + "paintborder" "1" + "border" "G_TargetBorder" + "paintbackground" "1" + "bgcolor_override" "G_PanelBg" + + "model_ypos" "10" + "model_center_x" "1" + "model_wide" "90" + "model_tall" "60" + + "text_xpos" "10" + "text_ypos" "10" + "text_wide" "150" + "text_center" "1" + + "max_text_height" "100" + "padding_height" "10" + "resize_to_text" "1" + "text_forcesize" "2" + + "itemmodelpanel" + { + "fieldName" "itemmodelpanel" + "use_item_rendertarget" "0" + "useparentbg" "1" + } + + "ItemLabel" + { + "ControlName" "Label" + "fieldName" "ItemLabel" + "font" "DefaultSmall" + "xpos" "10" + "ypos" "3" + "zpos" "1" + "wide" "150" + "tall" "9" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "#FreezePanel_Item" + "textAlignment" "Center" + "dulltext" "0" + "brighttext" "0" + } + } +} diff --git a/toonhud/resource/ui/huditemeffectmeter.res b/toonhud/resource/ui/huditemeffectmeter.res new file mode 100644 index 0000000..7a71c42 --- /dev/null +++ b/toonhud/resource/ui/huditemeffectmeter.res @@ -0,0 +1,77 @@ +"Resource/UI/HudItemEffectMeter.res" +{ + HudItemEffectMeter + { + "fieldName" "HudItemEffectMeter" + "visible" "1" + "enabled" "1" + "xpos" "c-60" + "ypos" "r94" + "ypos_minmode" "c+87" + "wide" "120" + "tall" "6" + "MeterFG" "White" + "MeterBG" "Gray" + } + + "OutlineBorder" + { + "ControlName" "EditablePanel" + "fieldName" "OutlineBorder" + "font" "Default" + "xpos" "0" + "ypos" "0" + "zpos" "100" + "wide" "120" + "tall" "6" + "visible" "1" + "enabled" "1" + "paintborder" "1" + "border" "G_MeterBorder" + } + + "ItemEffectMeterLabel" + { + "ControlName" "CExLabel" + "fieldName" "ItemEffectMeterLabel" + "xpos" "0" + "ypos" "0" + "zpos" "10" + "wide" "120" + "tall" "7" + "autoResize" "1" + "pinCorner" "2" + "visible" "1" + "enabled" "0" // 0 = Black label text! + "tabPosition" "0" + "labelText" "#TF_BALL" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "font" "DefaultVerySmall" + "fgcolor_override" "155 155 155 255" + "textinsety" "-1" + } + + "ItemEffectMeter" + { + "ControlName" "ContinuousProgressBar" + "fieldName" "ItemEffectMeter" + "font" "Default" + "xpos" "0" + "ypos" "0" + "zpos" "2" + "wide" "120" + "tall" "6" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "textAlignment" "Left" + "dulltext" "0" + "brighttext" "0" + "bgcolor_override" "G_ItemMeterBg" + "paintborder" "0" + } + +} \ No newline at end of file diff --git a/toonhud/resource/ui/huditemeffectmeter_cleaver.res b/toonhud/resource/ui/huditemeffectmeter_cleaver.res new file mode 100644 index 0000000..45b8604 --- /dev/null +++ b/toonhud/resource/ui/huditemeffectmeter_cleaver.res @@ -0,0 +1,12 @@ +// Scout: The Flying Guillotine + +#base "HudItemEffectMeter.res" +"Resource/UI/HudItemEffectMeter_Cleaver.res" +{ + HudItemEffectMeter + { + "fieldName" "HudItemEffectMeter" + "ypos" "r102" + "ypos_minmode" "c+79" + } +} \ No newline at end of file diff --git a/toonhud/resource/ui/huditemeffectmeter_demoman.res b/toonhud/resource/ui/huditemeffectmeter_demoman.res new file mode 100644 index 0000000..291248b --- /dev/null +++ b/toonhud/resource/ui/huditemeffectmeter_demoman.res @@ -0,0 +1,167 @@ +"Resource/UI/HudItemEffectMeter_Demoman.res" +{ + HudItemEffectMeter + { + "fieldName" "HudItemEffectMeter" + "visible" "1" + "enabled" "1" + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "480" + "MeterFG" "White" + "MeterBG" "Gray" + } + + "ItemEffectMeterBG" + { + "ControlName" "CTFImagePanel" + "fieldName" "ItemEffectMeterBG" + "xpos" "12" + "ypos" "0" + "zpos" "0" + "wide" "76" + "tall" "44" + "visible" "0" + "visible_minmode" "0" + "enabled" "0" + "image" "../hud/misc_ammo_area_blue" + "scaleImage" "1" + "teambg_2" "../hud/misc_ammo_area_red" + "teambg_2_lodef" "../hud/misc_ammo_area_red_lodef" + "teambg_3" "../hud/misc_ammo_area_blue" + "teambg_3_lodef" "../hud/misc_ammo_area_blue_lodef" + } + + "ItemEffectMeterLabel" + { + "ControlName" "CExLabel" + "fieldName" "ItemEffectMeterLabel" + "xpos" "c+180" + "xpos_minmode" "c+160" + "ypos" "r82" + "ypos_minmode" "c+56" + "zpos" "2" + "wide" "50" + "tall" "50" + "textinsetx" "5" + "textinsety" "-2" + "visible" "0" + "enabled" "1" + "labelText" "E" + "textAlignment" "north-east" + "font" "G_HeadsIcon" + "fgcolor_override" "G_HeadsLabel" + } + + "ItemEffectMeterIcon" + { + "ControlName" "CExLabel" + "fieldName" "ItemEffectMeterIcon" + "xpos" "c+264" + "xpos_minmode" "c+244" + "ypos" "r82" + "ypos_minmode" "c+58" + "zpos" "2" + "wide" "16" + "tall" "25" + "textinsetx" "0" + "textinsety" "0" + "visible" "1" + "enabled" "1" + "labelText" "E" + "textAlignment" "west" + "font" "G_HeadsIcon" + "fgcolor_override" "G_HeadsLabel" + "paintbackground" "1" + "bgcolor_override" "255 255 0 0" + } + + "ItemEffectMeterIconShadow" + { + "ControlName" "CExLabel" + "fieldName" "ItemEffectMeterIconShadow" + "xpos" "c+265" + "xpos_minmode" "c+245" + "ypos" "r81" + "ypos_minmode" "c+59" + "zpos" "2" + "wide" "16" + "tall" "25" + "textinsetx" "0" + "textinsety" "0" + "visible" "1" + "enabled" "1" + "labelText" "E" + "textAlignment" "west" + "font" "G_HeadsIcon" + "fgcolor_override" "G_Shadow" + "paintbackground" "1" + "bgcolor_override" "255 255 255 0" + } + + "ItemEffectMeter" + { + "ControlName" "ContinuousProgressBar" + "fieldName" "ItemEffectMeter" + "font" "Default" + "xpos" "25" + "ypos" "23" + "ypos_minmode" "0" + "xpos_minmode" "0" + "zpos" "2" + "wide" "40" + "wide_minmode" "140" + "tall" "6" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "0" + "textAlignment" "Left" + "dulltext" "0" + "brighttext" "0" + } + + "ItemEffectMeterCount" + { + "ControlName" "CExLabel" + "fieldName" "ItemEffectMeterCount" + "xpos" "c+230" + "xpos_minmode" "c+210" + "ypos" "r82" + "ypos_minmode" "c+58" + "zpos" "5" + "wide" "34" + "tall" "25" + "zpos" "2" + "textinsetx" "5" + "visible" "1" + "enabled" "1" + "labelText" "%progresscount%" + "textAlignment" "east" + "font" "G_FontMedium" + "fgcolor" "G_HeadsValue" + "paintbackground" "1" + "bgcolor_override" "255 255 255 0" + } + + "ItemEffectMeterCountShadow" + { + "ControlName" "CExLabel" + "fieldName" "ItemEffectMeterCountShadow" + "xpos" "c+231" + "xpos_minmode" "c+211" + "ypos" "r81" + "ypos_minmode" "c+59" + "zpos" "5" + "wide" "34" + "tall" "25" + "textinsetx" "5" + "visible" "1" + "enabled" "1" + "labelText" "%progresscount%" + "textAlignment" "east" + "font" "G_FontMedium" + "fgcolor" "G_Shadow" + } +} \ No newline at end of file diff --git a/toonhud/resource/ui/huditemeffectmeter_engineer.res b/toonhud/resource/ui/huditemeffectmeter_engineer.res new file mode 100644 index 0000000..d0ef414 --- /dev/null +++ b/toonhud/resource/ui/huditemeffectmeter_engineer.res @@ -0,0 +1,165 @@ +"Resource/UI/HudItemEffectMeter_Engineer.res" +{ + HudItemEffectMeter + { + "fieldName" "HudItemEffectMeter" + "visible" "1" + "enabled" "1" + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "480" + "MeterFG" "White" + "MeterBG" "Gray" + } + + "ItemEffectMeterBG" + { + "ControlName" "CTFImagePanel" + "fieldName" "ItemEffectMeterBG" + "xpos" "12" + "ypos" "0" + "zpos" "0" + "wide" "76" + "tall" "44" + "visible" "0" + "visible_minmode" "0" + "enabled" "0" + "image" "../hud/misc_ammo_area_blue" + "scaleImage" "1" + "teambg_2" "../hud/misc_ammo_area_red" + "teambg_2_lodef" "../hud/misc_ammo_area_red_lodef" + "teambg_3" "../hud/misc_ammo_area_blue" + "teambg_3_lodef" "../hud/misc_ammo_area_blue_lodef" + } + + "ItemEffectMeterLabel" + { + "ControlName" "CExLabel" + "fieldName" "ItemEffectMeterLabel" + "xpos" "c+180" + "xpos_minmode" "c+160" + "ypos" "r82" + "ypos_minmode" "c+56" + "zpos" "2" + "wide" "50" + "tall" "50" + "textinsetx" "5" + "textinsety" "-2" + "visible" "0" + "enabled" "1" + "labelText" "E" + "textAlignment" "north-east" + "font" "G_HeadsIcon" + "fgcolor_override" "G_HeadsLabel" + } + + "ItemEffectMeterIcon" + { + "ControlName" "CExLabel" + "fieldName" "ItemEffectMeterIcon" + "xpos" "c+264" + "xpos_minmode" "c+244" + "ypos" "r82" + "ypos_minmode" "c+58" + "zpos" "2" + "wide" "16" + "tall" "25" + "textinsetx" "0" + "textinsety" "0" + "visible" "1" + "enabled" "1" + "labelText" "C" + "textAlignment" "west" + "font" "G_HeadsIcon" + "fgcolor_override" "G_HeadsLabel" + } + + "ItemEffectMeterIconShadow" + { + "ControlName" "CExLabel" + "fieldName" "ItemEffectMeterIconShadow" + "xpos" "c+265" + "xpos_minmode" "c+245" + "ypos" "r81" + "ypos_minmode" "c+59" + "zpos" "2" + "wide" "16" + "tall" "25" + "textinsetx" "0" + "textinsety" "0" + "visible" "1" + "enabled" "1" + "labelText" "C" + "textAlignment" "west" + "font" "G_HeadsIcon" + "fgcolor_override" "G_Shadow" + "paintbackground" "1" + "bgcolor_override" "255 255 255 0" + } + + "ItemEffectMeter" + { + "ControlName" "ContinuousProgressBar" + "fieldName" "ItemEffectMeter" + "font" "Default" + "xpos" "25" + "ypos" "23" + "ypos_minmode" "0" + "xpos_minmode" "0" + "zpos" "2" + "wide" "40" + "wide_minmode" "140" + "tall" "6" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "0" + "textAlignment" "Left" + "dulltext" "0" + "brighttext" "0" + } + + "ItemEffectMeterCount" + { + "ControlName" "CExLabel" + "fieldName" "ItemEffectMeterCount" + "xpos" "c+230" + "xpos_minmode" "c+210" + "ypos" "r82" + "ypos_minmode" "c+58" + "zpos" "5" + "wide" "34" + "tall" "25" + "zpos" "2" + "textinsetx" "5" + "visible" "1" + "enabled" "1" + "labelText" "%progresscount%" + "textAlignment" "east" + "font" "G_FontMedium" + "fgcolor" "G_HeadsValue" + "paintbackground" "1" + "bgcolor_override" "255 255 255 0" + } + + "ItemEffectMeterCountShadow" + { + "ControlName" "CExLabel" + "fieldName" "ItemEffectMeterCountShadow" + "xpos" "c+231" + "xpos_minmode" "c+211" + "ypos" "r81" + "ypos_minmode" "c+59" + "zpos" "5" + "wide" "34" + "tall" "25" + "textinsetx" "5" + "visible" "1" + "enabled" "1" + "labelText" "%progresscount%" + "textAlignment" "east" + "font" "G_FontMedium" + "fgcolor" "G_Shadow" + } +} \ No newline at end of file diff --git a/toonhud/resource/ui/huditemeffectmeter_heavy.res b/toonhud/resource/ui/huditemeffectmeter_heavy.res new file mode 100644 index 0000000..2c45903 --- /dev/null +++ b/toonhud/resource/ui/huditemeffectmeter_heavy.res @@ -0,0 +1,82 @@ +// Heavy: Knockout Rage (MvM) +// Medic: Projectile Shield (MvM) + +#base "HudItemEffectMeter.res" +"Resource/UI/HudItemEffectMeter_Heavy.res" +{ + HudItemEffectMeter + { + "fieldName" "HudItemEffectMeter" + "ypos" "r102" + "ypos_minmode" "c+79" + } + + // ---- + + "ItemEffectMeterLabel2" + { + "ControlName" "CExLabel" + "fieldName" "ItemEffectMeterLabel2" + "xpos" "40" + "ypos" "31" + "zpos" "2" + "wide" "41" + "tall" "15" + "autoResize" "1" + "pinCorner" "2" + "visible" "0" + "visible_minmode" "0" + "ypos_minmode" "0" + "xpos_minmode" "-10" + "enabled" "1" + "tabPosition" "0" + "labelText" "#TF_KILLCOMBO" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "font" "TFFontSmall" + } + + "KillComboClassIcon1" + { + "ControlName" "ImagePanel" + "fieldName" "KillComboClassIcon1" + "xpos" "40" + "ypos" "23" + "wide" "12" + "tall" "12" + "visible" "0" + "visible_minmode" "0" + "enabled" "1" + "image" "../HUD/leaderboard_class_scout" + "scaleImage" "1" + } + "KillComboClassIcon2" + { + "ControlName" "ImagePanel" + "fieldName" "KillComboClassIcon2" + "xpos" "52" + "ypos" "23" + "wide" "12" + "tall" "12" + "visible" "0" + "visible_minmode" "0" + "enabled" "1" + "image" "../HUD/leaderboard_class_scout" + "scaleImage" "1" + } + "KillComboClassIcon3" + { + "ControlName" "ImagePanel" + "fieldName" "KillComboClassIcon3" + "xpos" "64" + "ypos" "23" + "wide" "12" + "tall" "12" + "visible" "0" + "visible_minmode" "0" + "enabled" "1" + "image" "../HUD/leaderboard_class_scout" + "scaleImage" "1" + } +} \ No newline at end of file diff --git a/toonhud/resource/ui/huditemeffectmeter_kartcharge.res b/toonhud/resource/ui/huditemeffectmeter_kartcharge.res new file mode 100644 index 0000000..0ebfe2e --- /dev/null +++ b/toonhud/resource/ui/huditemeffectmeter_kartcharge.res @@ -0,0 +1,101 @@ +"Resource/UI/HudItemEffectMeter_Scout.res" +{ + HudItemEffectMeter + { + "fieldName" "HudItemEffectMeter" + "visible" "1" + "enabled" "1" + "x_offset" "0" + "xpos" "10" [$WIN32] + "ypos" "r40" [$WIN32] + "wide" "120" + "tall" "100" + "MeterFG" "White" + "MeterBG" "Gray" + } + + "ItemEffectMeterBG" + { + "ControlName" "CTFImagePanel" + "fieldName" "ItemEffectMeterBG" + "xpos" "-30" + "ypos" "28" + "zpos" "0" + "wide" "150" + "tall" "75" + "visible" "0" + "enabled" "1" + "image" "../hud/misc_ammo_area_horiz2_blue" + "scaleImage" "1" + "teambg_2" "../hud/misc_ammo_area_horiz2_red" + "teambg_2_lodef" "../hud/misc_ammo_area_red_lodef" + "teambg_3" "../hud/misc_ammo_area_horiz2_blue" + "teambg_3_lodef" "../hud/misc_ammo_area_blue_lodef" + } + + "ItemEffectMeterLabel" + { + "ControlName" "CExLabel" + "fieldName" "ItemEffectMeterLabel" + "xpos" "15" + "ypos" "75" + "zpos" "2" + "wide" "60" + "tall" "15" + "autoResize" "1" + "pinCorner" "2" + "visible" "0" + "enabled" "0" + "tabPosition" "0" + "labelText" "#TF_KART" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "font" "G_FontSmall" + "fgcolor_override" "G_White" + } + + "ItemEffectMeter" + { + "ControlName" "ContinuousProgressBar" + "fieldName" "ItemEffectMeter" + "font" "Default" + "xpos" "0" + "ypos" "20" + "zpos" "2" + "wide" "120" + "paintborder" "1" + "paintbackground" "1" + "bgcolor_override" "G_ItemMeterBg" + "border" "G_MeterBorder" + "tall" "8" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "textAlignment" "Left" + "dulltext" "0" + "brighttext" "0" + } + + "ItemEffectMeterCount" + { + "ControlName" "CExLabel" + "fieldName" "ItemEffectMeterCount" + "xpos" "0" + "ypos" "0" + "zpos" "2" + "wide" "120" + "tall" "20" + "pinCorner" "2" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "%progresscount%" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" + "fgcolor" "G_White" + "font" "G_FontMedium" + } +} \ No newline at end of file diff --git a/toonhud/resource/ui/huditemeffectmeter_killstreak.res b/toonhud/resource/ui/huditemeffectmeter_killstreak.res new file mode 100644 index 0000000..9a37e63 --- /dev/null +++ b/toonhud/resource/ui/huditemeffectmeter_killstreak.res @@ -0,0 +1,163 @@ +"Resource/UI/HudItemEffectMeter_Killstreak.res" +{ + HudItemEffectMeter + { + "fieldName" "HudItemEffectMeter" + "visible" "1" + "enabled" "1" + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "480" + "MeterFG" "White" + "MeterBG" "Gray" + } + + "ItemEffectMeterBG" + { + "ControlName" "CTFImagePanel" + "fieldName" "ItemEffectMeterBG" + "xpos" "12" + "ypos" "0" + "zpos" "0" + "wide" "76" + "tall" "44" + "visible" "0" + "enabled" "0" + "image" "../hud/misc_ammo_area_blue" + "scaleImage" "1" + "teambg_2" "../hud/misc_ammo_area_red" + "teambg_2_lodef" "../hud/misc_ammo_area_red_lodef" + "teambg_3" "../hud/misc_ammo_area_blue" + "teambg_3_lodef" "../hud/misc_ammo_area_blue_lodef" + } + + "ItemEffectMeterLabel" + { + "ControlName" "CExLabel" + "fieldName" "ItemEffectMeterLabel" + "xpos" "23" + "ypos" "0" + "zpos" "2" + "wide" "35" + "tall" "22" + "textinsetx" "3" + "autoResize" "1" + "pinCorner" "2" + "visible" "0" + "enabled" "0" + "tabPosition" "0" + "labelText" "#TF_Killstreak" + "textAlignment" "south-west" + "dulltext" "0" + "brighttext" "0" + "font" "G_FontSmall_2" + "fgcolor_override" "G_White" + } + + "ItemEffectMeter" + { + "ControlName" "ContinuousProgressBar" + "fieldName" "ItemEffectMeter" + "font" "Default" + "xpos" "25" + "ypos" "23" + "zpos" "2" + "wide" "40" + "tall" "6" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "0" + "textAlignment" "Left" + "dulltext" "0" + "brighttext" "0" + } + + "ItemEffectMeterCount" + { + "ControlName" "CExLabel" + "fieldName" "ItemEffectMeterCount" + "xpos" "c+230" + "xpos_minmode" "c+210" + "ypos" "r57" + "ypos_minmode" "c+83" + "zpos" "5" + "wide" "34" + "tall" "25" + "textinsetx" "5" + "pinCorner" "2" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "%progresscount%" + "textAlignment" "east" + "dulltext" "0" + "brighttext" "0" + "font" "G_FontMedium" + "fgcolor" "G_KillstreakValue" + } + + "ItemEffectMeterCountShadow" + { + "ControlName" "CExLabel" + "fieldName" "ItemEffectMeterCountShadow" + "xpos" "c+231" + "xpos_minmode" "c+211" + "ypos" "r56" + "ypos_minmode" "c+84" + "zpos" "5" + "wide" "34" + "tall" "25" + "textinsetx" "5" + "pinCorner" "2" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "%progresscount%" + "textAlignment" "east" + "dulltext" "0" + "brighttext" "0" + "font" "G_FontMedium" + "fgcolor" "G_Shadow" + } + + "StreakIcon" + { + "ControlName" "CExLabel" + "fieldName" "StreakIcon" + "xpos" "c+264" + "xpos_minmode" "c+244" + "ypos" "r57" + "ypos_minmode" "c+83" + "zpos" "2" + "wide" "16" + "tall" "25" + "visible" "1" + "enabled" "1" + "labelText" "K" + "textAlignment" "west" + "font" "G_HeadsIcon" + "fgcolor_override" "G_KillstreakIcon" + } + + "StreakIconShadow" + { + "ControlName" "CExLabel" + "fieldName" "StreakIconShadow" + "xpos" "c+265" + "xpos_minmode" "c+245" + "ypos" "r56" + "ypos_minmode" "c+84" + "zpos" "2" + "wide" "16" + "tall" "25" + "visible" "1" + "enabled" "1" + "labelText" "K" + "textAlignment" "west" + "font" "G_HeadsIcon" + "fgcolor_override" "G_Shadow" + } + +} diff --git a/toonhud/resource/ui/huditemeffectmeter_organs.res b/toonhud/resource/ui/huditemeffectmeter_organs.res new file mode 100644 index 0000000..9833ba4 --- /dev/null +++ b/toonhud/resource/ui/huditemeffectmeter_organs.res @@ -0,0 +1,165 @@ +"Resource/UI/HudItemEffectMeter_Organs.res" +{ + HudItemEffectMeter + { + "fieldName" "HudItemEffectMeter" + "visible" "1" + "enabled" "1" + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "480" + "MeterFG" "White" + "MeterBG" "Gray" + } + + "ItemEffectMeterBG" + { + "ControlName" "CTFImagePanel" + "fieldName" "ItemEffectMeterBG" + "xpos" "12" + "ypos" "0" + "zpos" "0" + "wide" "76" + "tall" "44" + "visible" "0" + "visible_minmode" "0" + "enabled" "0" + "image" "../hud/misc_ammo_area_blue" + "scaleImage" "1" + "teambg_2" "../hud/misc_ammo_area_red" + "teambg_2_lodef" "../hud/misc_ammo_area_red_lodef" + "teambg_3" "../hud/misc_ammo_area_blue" + "teambg_3_lodef" "../hud/misc_ammo_area_blue_lodef" + } + + "ItemEffectMeterLabel" + { + "ControlName" "CExLabel" + "fieldName" "ItemEffectMeterLabel" + "xpos" "c+180" + "xpos_minmode" "c+160" + "ypos" "r82" + "ypos_minmode" "c+56" + "zpos" "2" + "wide" "50" + "tall" "50" + "textinsetx" "5" + "textinsety" "-2" + "visible" "0" + "enabled" "1" + "labelText" "E" + "textAlignment" "north-east" + "font" "G_HeadsIcon" + "fgcolor_override" "G_HeadsLabel" + } + + "ItemEffectMeterIcon" + { + "ControlName" "CExLabel" + "fieldName" "ItemEffectMeterIcon" + "xpos" "c+264" + "xpos_minmode" "c+244" + "ypos" "r82" + "ypos_minmode" "c+58" + "zpos" "2" + "wide" "16" + "tall" "25" + "textinsetx" "0" + "textinsety" "0" + "visible" "1" + "enabled" "1" + "labelText" "E" + "textAlignment" "west" + "font" "G_HeadsIcon" + "fgcolor_override" "G_HeadsLabel" + } + + "ItemEffectMeterIconShadow" + { + "ControlName" "CExLabel" + "fieldName" "ItemEffectMeterIconShadow" + "xpos" "c+265" + "xpos_minmode" "c+245" + "ypos" "r81" + "ypos_minmode" "c+59" + "zpos" "2" + "wide" "16" + "tall" "25" + "textinsetx" "0" + "textinsety" "0" + "visible" "1" + "enabled" "1" + "labelText" "E" + "textAlignment" "west" + "font" "G_HeadsIcon" + "fgcolor_override" "G_Shadow" + "paintbackground" "1" + "bgcolor_override" "255 255 255 0" + } + + "ItemEffectMeter" + { + "ControlName" "ContinuousProgressBar" + "fieldName" "ItemEffectMeter" + "font" "Default" + "xpos" "25" + "ypos" "23" + "ypos_minmode" "0" + "xpos_minmode" "0" + "zpos" "2" + "wide" "40" + "wide_minmode" "140" + "tall" "6" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "0" + "textAlignment" "Left" + "dulltext" "0" + "brighttext" "0" + } + + "ItemEffectMeterCount" + { + "ControlName" "CExLabel" + "fieldName" "ItemEffectMeterCount" + "xpos" "c+230" + "xpos_minmode" "c+210" + "ypos" "r82" + "ypos_minmode" "c+58" + "zpos" "5" + "wide" "34" + "tall" "25" + "zpos" "2" + "textinsetx" "5" + "visible" "1" + "enabled" "1" + "labelText" "%progresscount%" + "textAlignment" "east" + "font" "G_FontMedium" + "fgcolor" "G_HeadsValue" + "paintbackground" "1" + "bgcolor_override" "255 255 255 0" + } + + "ItemEffectMeterCountShadow" + { + "ControlName" "CExLabel" + "fieldName" "ItemEffectMeterCountShadow" + "xpos" "c+231" + "xpos_minmode" "c+211" + "ypos" "r81" + "ypos_minmode" "c+59" + "zpos" "5" + "wide" "34" + "tall" "25" + "textinsetx" "5" + "visible" "1" + "enabled" "1" + "labelText" "%progresscount%" + "textAlignment" "east" + "font" "G_FontMedium" + "fgcolor" "G_Shadow" + } +} \ No newline at end of file diff --git a/toonhud/resource/ui/huditemeffectmeter_particlecannon.res b/toonhud/resource/ui/huditemeffectmeter_particlecannon.res new file mode 100644 index 0000000..e97dab1 --- /dev/null +++ b/toonhud/resource/ui/huditemeffectmeter_particlecannon.res @@ -0,0 +1,12 @@ +// Soldier: Cow Mangler 5000 + +#base "HudItemEffectMeter.res" +"Resource/UI/HudItemEffectMeter_ParticleCannon.res" +{ + HudItemEffectMeter + { + "fieldName" "HudItemEffectMeter" + "ypos" "r102" + "ypos_minmode" "c+79" + } +} \ No newline at end of file diff --git a/toonhud/resource/ui/huditemeffectmeter_pomson.res b/toonhud/resource/ui/huditemeffectmeter_pomson.res new file mode 100644 index 0000000..b7f70c9 --- /dev/null +++ b/toonhud/resource/ui/huditemeffectmeter_pomson.res @@ -0,0 +1,3 @@ +// Engineer: The Pomson 6000 + +#base "HudItemEffectMeter.res" \ No newline at end of file diff --git a/toonhud/resource/ui/huditemeffectmeter_powerupbottle.res b/toonhud/resource/ui/huditemeffectmeter_powerupbottle.res new file mode 100644 index 0000000..01df4fe --- /dev/null +++ b/toonhud/resource/ui/huditemeffectmeter_powerupbottle.res @@ -0,0 +1,140 @@ +"Resource/UI/HudItemEffectMeter_PowerupBottles.res" +{ + HudItemEffectMeter + { + "fieldName" "HudItemEffectMeter" + "visible" "1" + "enabled" "1" + "xpos" "c284" + "ypos" "r32" + "xpos_minmode" "c264" + "ypos_minmode" "r132" + "wide" "42" + "tall" "28" + "MeterFG" "White" + "MeterBG" "Gray" + "paintbackground" "1" + "PaintBackgroundType" "2" + "bgcolor_override" "G_ItemMeterBg" + } + + "ItemEffectMeterBG" + { + "ControlName" "CTFImagePanel" + "fieldName" "ItemEffectMeterBG" + "xpos" "0" + "ypos" "0" + "zpos" "0" + "wide" "90" + "tall" "56" + "visible" "0" + "enabled" "1" + "image" "../hud/misc_ammo_area_blue" + "scaleImage" "1" + "teambg_2" "../hud/misc_ammo_area_red" + "teambg_2_lodef" "../hud/misc_ammo_area_red_lodef" + "teambg_3" "../hud/misc_ammo_area_blue" + "teambg_3_lodef" "../hud/misc_ammo_area_blue_lodef" + } + + "ItemEffectIcon" + { + "ControlName" "CTFImagePanel" + "fieldName" "ItemEffectIcon" + "xpos" "1" + "ypos" "4" + "zpos" "1" + "wide" "20" + "tall" "20" + "visible" "1" + "enabled" "1" + "image" "../hud/ico_powerup_critboost_red" + "scaleImage" "1" + } + + "ItemEffectMeterLabel" + { + "ControlName" "CExLabel" + "fieldName" "ItemEffectMeterLabel" + "xpos" "35" + "ypos" "0" + "zpos" "2" + "wide" "100" + "tall" "2" + "autoResize" "1" + "pinCorner" "2" + "visible" "0" + "enabled" "0" + "tabPosition" "0" + "labelText" "#TF_Ball" + "textAlignment" "west" + "centerwrap" "1" + "dulltext" "0" + "brighttext" "0" + "font" "TFFontSmall" + } + + "ItemEffectMeter" + { + "ControlName" "ContinuousProgressBar" + "fieldName" "ItemEffectMeter" + "font" "Default" + "xpos" "25" + "ypos" "0" + "zpos" "2" + "wide" "40" + "tall" "6" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "0" + "textAlignment" "Left" + "dulltext" "0" + "brighttext" "0" + } + + "ItemEffectMeterCount" + { + "ControlName" "CExLabel" + "fieldName" "ItemEffectMeterCount" + "xpos" "19" + "ypos" "0" + "zpos" "2" + "wide" "21" + "tall" "28" + "pinCorner" "2" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "%progresscount%" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "font" "G_FontMedium" + "fgcolor" "G_White" + "textinsetx" "0" + "bgcolor_override" "200 0 0 0" + } + + "ItemEffectMeterCountShadow" + { + "ControlName" "CExLabel" + "fieldName" "ItemEffectMeterCountShadow" + "xpos" "20" + "ypos" "1" + "zpos" "2" + "wide" "21" + "tall" "28" + "pinCorner" "2" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "%progresscount%" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "font" "G_FontMedium" + "fgcolor" "G_Shadow" + "textinsetx" "0" + } +} diff --git a/toonhud/resource/ui/huditemeffectmeter_pyro.res b/toonhud/resource/ui/huditemeffectmeter_pyro.res new file mode 100644 index 0000000..cee60b4 --- /dev/null +++ b/toonhud/resource/ui/huditemeffectmeter_pyro.res @@ -0,0 +1,12 @@ +// Pyro: The Phlogistinator + +#base "HudItemEffectMeter.res" +"Resource/UI/HudItemEffectMeter_Pyro.res" +{ + HudItemEffectMeter + { + "fieldName" "HudItemEffectMeter" + "ypos" "r110" + "ypos_minmode" "c+71" + } +} \ No newline at end of file diff --git a/toonhud/resource/ui/huditemeffectmeter_raygun.res b/toonhud/resource/ui/huditemeffectmeter_raygun.res new file mode 100644 index 0000000..0072918 --- /dev/null +++ b/toonhud/resource/ui/huditemeffectmeter_raygun.res @@ -0,0 +1,3 @@ +// Soldier: The Righteous Bison + +#base "HudItemEffectMeter.res" \ No newline at end of file diff --git a/toonhud/resource/ui/huditemeffectmeter_sapper.res b/toonhud/resource/ui/huditemeffectmeter_sapper.res new file mode 100644 index 0000000..fd0d6f5 --- /dev/null +++ b/toonhud/resource/ui/huditemeffectmeter_sapper.res @@ -0,0 +1,12 @@ +// Spy: Sapper (MvM) + +#base "HudItemEffectMeter.res" +"Resource/UI/HudItemEffectMeter_Sapper.res" +{ + HudItemEffectMeter + { + "fieldName" "HudItemEffectMeter" + "ypos" "r110" + "ypos_minmode" "c+71" + } +} \ No newline at end of file diff --git a/toonhud/resource/ui/huditemeffectmeter_scout.res b/toonhud/resource/ui/huditemeffectmeter_scout.res new file mode 100644 index 0000000..a585c41 --- /dev/null +++ b/toonhud/resource/ui/huditemeffectmeter_scout.res @@ -0,0 +1,12 @@ +// Scout: Bonk! Atomic Punch, Mad Milk + +#base "HudItemEffectMeter.res" +"Resource/UI/HudItemEffectMeter_Scout.res" +{ + HudItemEffectMeter + { + "fieldName" "HudItemEffectMeter" + "ypos" "r102" + "ypos_minmode" "c+79" + } +} \ No newline at end of file diff --git a/toonhud/resource/ui/huditemeffectmeter_sniper.res b/toonhud/resource/ui/huditemeffectmeter_sniper.res new file mode 100644 index 0000000..a1333df --- /dev/null +++ b/toonhud/resource/ui/huditemeffectmeter_sniper.res @@ -0,0 +1,167 @@ +// Sniper: The Bazaar Bargain + +"Resource/UI/HudItemEffectMeter_Sniper.res" +{ + HudItemEffectMeter + { + "fieldName" "HudItemEffectMeter" + "visible" "1" + "enabled" "1" + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "480" + "MeterFG" "White" + "MeterBG" "Gray" + } + + "ItemEffectMeterBG" + { + "ControlName" "CTFImagePanel" + "fieldName" "ItemEffectMeterBG" + "xpos" "12" + "ypos" "0" + "zpos" "0" + "wide" "76" + "tall" "44" + "visible" "0" + "visible_minmode" "0" + "enabled" "0" + "image" "../hud/misc_ammo_area_blue" + "scaleImage" "1" + "teambg_2" "../hud/misc_ammo_area_red" + "teambg_2_lodef" "../hud/misc_ammo_area_red_lodef" + "teambg_3" "../hud/misc_ammo_area_blue" + "teambg_3_lodef" "../hud/misc_ammo_area_blue_lodef" + } + + "ItemEffectMeterLabel" + { + "ControlName" "CExLabel" + "fieldName" "ItemEffectMeterLabel" + "xpos" "c+180" + "xpos_minmode" "c+160" + "ypos" "r82" + "ypos_minmode" "c+56" + "zpos" "2" + "wide" "50" + "tall" "50" + "textinsetx" "5" + "textinsety" "-2" + "visible" "0" + "enabled" "1" + "labelText" "E" + "textAlignment" "north-east" + "font" "G_HeadsIcon" + "fgcolor_override" "G_HeadsLabel" + } + + "ItemEffectMeterIcon" + { + "ControlName" "CExLabel" + "fieldName" "ItemEffectMeterIcon" + "xpos" "c+264" + "xpos_minmode" "c+244" + "ypos" "r82" + "ypos_minmode" "c+58" + "zpos" "2" + "wide" "16" + "tall" "25" + "textinsetx" "0" + "textinsety" "0" + "visible" "1" + "enabled" "1" + "labelText" "S" + "textAlignment" "west" + "font" "G_HeadsIcon" + "fgcolor_override" "G_HeadsLabel" + } + + "ItemEffectMeterIconShadow" + { + "ControlName" "CExLabel" + "fieldName" "ItemEffectMeterIconShadow" + "xpos" "c+265" + "xpos_minmode" "c+245" + "ypos" "r81" + "ypos_minmode" "c+59" + "zpos" "2" + "wide" "16" + "tall" "25" + "textinsetx" "0" + "textinsety" "0" + "visible" "1" + "enabled" "1" + "labelText" "S" + "textAlignment" "west" + "font" "G_HeadsIcon" + "fgcolor_override" "G_Shadow" + "paintbackground" "1" + "bgcolor_override" "255 255 255 0" + } + + "ItemEffectMeter" + { + "ControlName" "ContinuousProgressBar" + "fieldName" "ItemEffectMeter" + "font" "Default" + "xpos" "25" + "ypos" "23" + "ypos_minmode" "0" + "xpos_minmode" "0" + "zpos" "2" + "wide" "40" + "wide_minmode" "140" + "tall" "6" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "0" + "textAlignment" "Left" + "dulltext" "0" + "brighttext" "0" + } + + "ItemEffectMeterCount" + { + "ControlName" "CExLabel" + "fieldName" "ItemEffectMeterCount" + "xpos" "c+230" + "xpos_minmode" "c+210" + "ypos" "r82" + "ypos_minmode" "c+58" + "zpos" "5" + "wide" "34" + "tall" "25" + "zpos" "2" + "textinsetx" "5" + "visible" "1" + "enabled" "1" + "labelText" "%progresscount%" + "textAlignment" "east" + "font" "G_FontMedium" + "fgcolor" "G_HeadsValue" + "paintbackground" "1" + "bgcolor_override" "255 255 255 0" + } + + "ItemEffectMeterCountShadow" + { + "ControlName" "CExLabel" + "fieldName" "ItemEffectMeterCountShadow" + "xpos" "c+231" + "xpos_minmode" "c+211" + "ypos" "r81" + "ypos_minmode" "c+59" + "zpos" "5" + "wide" "34" + "tall" "25" + "textinsetx" "5" + "visible" "1" + "enabled" "1" + "labelText" "%progresscount%" + "textAlignment" "east" + "font" "G_FontMedium" + "fgcolor" "G_Shadow" + } +} \ No newline at end of file diff --git a/toonhud/resource/ui/huditemeffectmeter_sniperfocus.res b/toonhud/resource/ui/huditemeffectmeter_sniperfocus.res new file mode 100644 index 0000000..e03e0d5 --- /dev/null +++ b/toonhud/resource/ui/huditemeffectmeter_sniperfocus.res @@ -0,0 +1,12 @@ +// Sniper: The Hitman's Heatmaker + +#base "HudItemEffectMeter.res" +"Resource/UI/HudItemEffectMeter_SniperFocus.res" +{ + HudItemEffectMeter + { + "fieldName" "HudItemEffectMeter" + "ypos" "r102" + "ypos_minmode" "c+79" + } +} \ No newline at end of file diff --git a/toonhud/resource/ui/huditemeffectmeter_sodapopper.res b/toonhud/resource/ui/huditemeffectmeter_sodapopper.res new file mode 100644 index 0000000..1fc2200 --- /dev/null +++ b/toonhud/resource/ui/huditemeffectmeter_sodapopper.res @@ -0,0 +1,12 @@ +// Scout: The Soda Popper, Baby Face's Blaster + +#base "HudItemEffectMeter.res" +"Resource/UI/HudItemEffectMeter_SodaPopper.res" +{ + HudItemEffectMeter + { + "fieldName" "HudItemEffectMeter" + "ypos" "r110" + "ypos_minmode" "c+71" + } +} \ No newline at end of file diff --git a/toonhud/resource/ui/huditemeffectmeter_spy.res b/toonhud/resource/ui/huditemeffectmeter_spy.res new file mode 100644 index 0000000..121b5cf --- /dev/null +++ b/toonhud/resource/ui/huditemeffectmeter_spy.res @@ -0,0 +1,165 @@ +"Resource/UI/HudItemEffectMeter_Spy.res" +{ + HudItemEffectMeter + { + "fieldName" "HudItemEffectMeter" + "visible" "1" + "enabled" "1" + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "480" + "MeterFG" "White" + "MeterBG" "Gray" + } + + "ItemEffectMeterBG" + { + "ControlName" "CTFImagePanel" + "fieldName" "ItemEffectMeterBG" + "xpos" "12" + "ypos" "0" + "zpos" "0" + "wide" "76" + "tall" "44" + "visible" "0" + "visible_minmode" "0" + "enabled" "0" + "image" "../hud/misc_ammo_area_blue" + "scaleImage" "1" + "teambg_2" "../hud/misc_ammo_area_red" + "teambg_2_lodef" "../hud/misc_ammo_area_red_lodef" + "teambg_3" "../hud/misc_ammo_area_blue" + "teambg_3_lodef" "../hud/misc_ammo_area_blue_lodef" + } + + "ItemEffectMeterLabel" + { + "ControlName" "CExLabel" + "fieldName" "ItemEffectMeterLabel" + "xpos" "c+180" + "xpos_minmode" "c+160" + "ypos" "r82" + "ypos_minmode" "c+56" + "zpos" "2" + "wide" "50" + "tall" "50" + "textinsetx" "5" + "textinsety" "-2" + "visible" "0" + "enabled" "1" + "labelText" "E" + "textAlignment" "north-east" + "font" "G_HeadsIcon" + "fgcolor_override" "G_HeadsLabel" + } + + "ItemEffectMeterIcon" + { + "ControlName" "CExLabel" + "fieldName" "ItemEffectMeterIcon" + "xpos" "c+264" + "xpos_minmode" "c+244" + "ypos" "r82" + "ypos_minmode" "c+58" + "zpos" "2" + "wide" "16" + "tall" "25" + "textinsetx" "0" + "textinsety" "0" + "visible" "1" + "enabled" "1" + "labelText" "C" + "textAlignment" "west" + "font" "G_HeadsIcon" + "fgcolor_override" "G_HeadsLabel" + } + + "ItemEffectMeterIconShadow" + { + "ControlName" "CExLabel" + "fieldName" "ItemEffectMeterIconShadow" + "xpos" "c+265" + "xpos_minmode" "c+245" + "ypos" "r81" + "ypos_minmode" "c+59" + "zpos" "2" + "wide" "16" + "tall" "25" + "textinsetx" "0" + "textinsety" "0" + "visible" "1" + "enabled" "1" + "labelText" "C" + "textAlignment" "west" + "font" "G_HeadsIcon" + "fgcolor_override" "G_Shadow" + "paintbackground" "1" + "bgcolor_override" "255 255 255 0" + } + + "ItemEffectMeter" + { + "ControlName" "ContinuousProgressBar" + "fieldName" "ItemEffectMeter" + "font" "Default" + "xpos" "25" + "ypos" "23" + "ypos_minmode" "0" + "xpos_minmode" "0" + "zpos" "2" + "wide" "40" + "wide_minmode" "140" + "tall" "6" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "0" + "textAlignment" "Left" + "dulltext" "0" + "brighttext" "0" + } + + "ItemEffectMeterCount" + { + "ControlName" "CExLabel" + "fieldName" "ItemEffectMeterCount" + "xpos" "c+230" + "xpos_minmode" "c+210" + "ypos" "r82" + "ypos_minmode" "c+58" + "zpos" "5" + "wide" "34" + "tall" "25" + "zpos" "2" + "textinsetx" "5" + "visible" "1" + "enabled" "1" + "labelText" "%progresscount%" + "textAlignment" "east" + "font" "G_FontMedium" + "fgcolor" "G_HeadsValue" + "paintbackground" "1" + "bgcolor_override" "255 255 255 0" + } + + "ItemEffectMeterCountShadow" + { + "ControlName" "CExLabel" + "fieldName" "ItemEffectMeterCountShadow" + "xpos" "c+231" + "xpos_minmode" "c+211" + "ypos" "r81" + "ypos_minmode" "c+59" + "zpos" "5" + "wide" "34" + "tall" "25" + "textinsetx" "5" + "visible" "1" + "enabled" "1" + "labelText" "%progresscount%" + "textAlignment" "east" + "font" "G_FontMedium" + "fgcolor" "G_Shadow" + } +} \ No newline at end of file diff --git a/toonhud/resource/ui/huditemeffectmeter_spyknife.res b/toonhud/resource/ui/huditemeffectmeter_spyknife.res new file mode 100644 index 0000000..5546834 --- /dev/null +++ b/toonhud/resource/ui/huditemeffectmeter_spyknife.res @@ -0,0 +1,12 @@ +// Spy: Spy-Cicle + +#base "HudItemEffectMeter.res" +"Resource/UI/HudItemEffectMeter_SpyKnife.res" +{ + HudItemEffectMeter + { + "fieldName" "HudItemEffectMeter" + "ypos" "r102" + "ypos_minmode" "c+79" + } +} \ No newline at end of file diff --git a/toonhud/resource/ui/hudmannvsmachinestatus.res b/toonhud/resource/ui/hudmannvsmachinestatus.res new file mode 100644 index 0000000..1acf693 --- /dev/null +++ b/toonhud/resource/ui/hudmannvsmachinestatus.res @@ -0,0 +1,264 @@ +"Resource/UI/HudMannVsMachineStatus.res" +{ + "WaveStatusPanel" + { + "ControlName" "CWaveStatusPanel" + "fieldName" "WaveStatusPanel" + "xpos" "c-300" + "ypos" "-10" + "ypos_minmode" "0" + "zpos" "0" + "wide" "600" + "tall" "67" + "visible" "1" + "enabled" "1" + } + + "WaveCompleteSummaryPanel" + { + "ControlName" "CWaveCompleteSummaryPanel" + "fieldName" "WaveCompleteSummaryPanel" + "xpos" "0" + "ypos" "0" + "zpos" "5" + "wide" "f0" + "tall" "f0" + "visible" "1" + "enabled" "1" + } + + "BossStatusPanel" + { + "ControlName" "CMvMBossStatusPanel" + "fieldName" "BossStatusPanel" + "xpos" "0" + "ypos" "0" + "zpos" "0" + "wide" "200" + "tall" "100" + "visible" "1" + "enabled" "1" + + "pin_to_sibling" "WaveStatusPanel" + "pin_corner_to_sibling" "4" + "pin_to_sibling_corner" "6" + } + + "CurrencyStatusPanel" + { + "ControlName" "CCurrencyStatusPanel" + "fieldName" "CurrencyStatusPanel" + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "f0" + "visible" "1" + "enabled" "1" + "paintbackground" "1" + } + + "InWorldCurrencyPanel" + { + "ControlName" "CInWorldCurrencyStatus" + "fieldName" "InWorldCurrencyPanel" + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "f0" + "visible" "1" + "enabled" "1" + "paintbackground" "1" + } + + "WarningSwoop" + { + "ControlName" "CWarningSwoop" + "fieldName" "WarningSwoop" + "xpos" "c-12" + "ypos" "0" + "zpos" "10" + "wide" "24" + "tall" "220" + "visible" "0" + "enabled" "1" + "image" "../sprites/obj_icons/warning_highlight" + "scaleImage" "1" + "time" "0.3" + } + + "UpgradeLevelContainer" + { + "ControlName" "EditablePanel" + "fieldName" "UpgradeLevelContainer" + "xpos" "0" + "ypos" "0" + "wide" "640" + "tall" "480" + "visible" "0" + + "UpgradeProgressTrack" + { + "ControlName" "CMvMBombCarrierProgress" + "fieldName" "UpgradeProgressTrack" + "xpos" "c-50" + "ypos" "r35" + "wide" "640" + "tall" "480" + "visible" "1" + } + + "UpgradeLevel1" + { + "ControlName" "ImagePanel" + "fieldName" "UpgradeLevel1" + "xpos" "c32" + "ypos" "r24" + "wide" "20" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "image" "../hud/hud_mvm_bomb_upgrade_1_disabled" + "scaleImage" "1" + } + + "UpgradeLevel2" + { + "ControlName" "ImagePanel" + "fieldName" "UpgradeLevel2" + "xpos" "c32" + "ypos" "r42" + "wide" "20" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "image" "../hud/hud_mvm_bomb_upgrade_2_disabled" + "scaleImage" "1" + } + + "UpgradeLevel3" + { + "ControlName" "ImagePanel" + "fieldName" "UpgradeLevel3" + "xpos" "c32" + "ypos" "r60" + "wide" "20" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "image" "../hud/hud_mvm_bomb_upgrade_3_disabled" + "scaleImage" "1" + } + + "UpgradeLevelBoss" + { + "ControlName" "ImagePanel" + "fieldName" "UpgradeLevelBoss" + "xpos" "c32" + "ypos" "r46" + "wide" "20" + "tall" "40" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "tabPosition" "0" + "image" "../hud/hud_mvm_bomb_upgrade_boss" + "scaleImage" "1" + } + } + + "VictorySplash" + { + "ControlName" "CVictorySplash" + "fieldName" "VictorySplash" + "xpos" "0" + "ypos" "0" + //"zpos" "102" + "wide" "f0" + "tall" "480" + "visible" "0" + "enabled" "1" + } + + "VictoryPanelContainer" + { + "ControlName" "CMvMVictoryPanelContainer" + "fieldName" "VictoryPanelContainer" + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "480" + "visible" "0" + } + + "WaveLossPanel" + { + "ControlName" "CMvMWaveLossPanel" + "fieldName" "WaveLossPanel" + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "480" + "visible" "0" + } + + "ServerChangeMessage" + { + "ControlName" "EditablePanel" + "fieldName" "ServerChangeMessage" + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "480" + "visible" "0" + + "Background" + { + "ControlName" "ScalableImagePanel" + "fieldName" "Background" + "xpos" "c-150" + "ypos" "5" + "wide" "300" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "image" "../hud/color_panel_red" + "paintborder" "1" + "border" "G_TargetBorder" + + "src_corner_height" "22" + "src_corner_width" "22" + + "draw_corner_width" "0" + "draw_corner_height" "0" + } + + "ServerChangeLabel" + { + "ControlName" "CExLabel" + "fieldName" "ServerChangeLabel" + "font" "G_FontSmall_2" + "textAlignment" "center" + "labelText" "%servermessage%" + "xpos" "c-150" + "ypos" "5" + "wide" "300" + "tall" "20" + "visible" "1" + "enabled" "1" + "fgcolor" "G_White" + } + } + +} diff --git a/toonhud/resource/ui/hudmatchstatus.res b/toonhud/resource/ui/hudmatchstatus.res new file mode 100644 index 0000000..ceab93e --- /dev/null +++ b/toonhud/resource/ui/hudmatchstatus.res @@ -0,0 +1,873 @@ +"Resource/UI/Competitive.res" +{ + "HudMatchStatus" + { + "fieldName" "HudMatchStatus" + "avatar_width" "63" + "spacer" "5" + "name_width" "57" + "horiz_inset" "2" + } + + "RoundSignModel" + { + "ControlName" "CModelPanel" + "fieldName" "RoundSignModel" + "xpos" "0" + "ypos" "0" + "zpos" "3" + "wide" "f0" + "tall" "f0" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "fov" "70" + "proportionaltoparent" "1" + + "model" + { + "modelname" "models/props_ui/banner.mdl" + "skin" "0" + "angles_x" "30" + "angles_y" "180" + "angles_z" "0" + "origin_x" "150" + "origin_y" "0" + "origin_z" "62" + "spotlight" "1" + + "animation" + { + "name" "ref" + "sequence" "ref" + "default" "1" + } + + "animation" + { + "name" "intro" + "sequence" "intro" + } + + "animation" + { + "name" "outro" + "sequence" "outro" + } + } + } + + "CountdownLabel" + { + "ControlName" "CExLabel" + "fieldName" "CountdownLabel" + "font" "G_FontMedium" + "xpos" "cs-0.5" + "ypos" "cs-0.1" + "wide" "40" + "tall" "40" + "zpos" "5" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "wrap" "0" + "labelText" "%countdown%" + "textAlignment" "center" + "proportionaltoparent" "1" + "fgcolor" "G_White" + + if_readymode + { + "xpos" "300" + "ypos" "130" + } + } + + "CountdownLabelShadow" + { + "ControlName" "CExLabel" + "fieldName" "CountdownLabelShadow" + "font" "G_FontMedium" + "xpos" "cs-0.48" + "ypos" "cs-0.08" + "wide" "40" + "tall" "40" + "zpos" "4" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "wrap" "0" + "labelText" "%countdown%" + "textAlignment" "center" + "fgcolor" "G_Shadow" + "proportionaltoparent" "1" + + + if_readymode + { + "xpos" "300" + "ypos" "130" + } + } + + "FrontParticlePanel" + { + "ControlName" "CTFParticlePanel" + "fieldName" "FrontParticlePanel" + "xpos" "0" + "ypos" "0" + "zpos" "3" + "wide" "f0" + "tall" "f0" + "visible" "1" + "proportionaltoparent" "1" + + "ParticleEffects" + { + "0" + { + "particle_xpos" "c0" + "particle_ypos" "c0" + "particle_scale" "2" + "particleName" "versus_door_slam" + "start_activated" "0" + "loop" "0" + } + } + + "paintbackground" "0" + } + + "MatchDoors" + { + "ControlName" "CModelPanel" + "fieldName" "MatchDoors" + "xpos" "0" + "ypos" "0" + "zpos" "2" + "wide" "f0" + "tall" "f0" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "fov" "70" + "proportionaltoparent" "1" + + "model" + { + "modelname" "models/vgui/versus_doors.mdl" + "skin" "0" + "angles_x" "0" + "angles_y" "0" + "angles_z" "0" + "origin_x" "120" + "origin_y" "0" + "origin_z" "-77" + + "animation" + { + "name" "ref" + "sequence" "ref" + "default" "1" + } + + "animation" + { + "name" "open" + "sequence" "open" + } + + "animation" + { + "name" "close" + "sequence" "close" + } + + "animation" + { + "name" "idle_closed" + "sequence" "idle_closed" + } + } + } + + "RoundCounter" + { + "fieldName" "RoundCounter" + "xpos" "cs-0.5" + "ypos" "-2" + "zpos" "1" + "wide" "300" + "tall" "100" + "visible" "1" + "enabled" "1" + } + + "BGFrame" + { + "ControlName" "EditablePanel" + "fieldName" "BGFrame" + "xpos" "cs-0.5" + "ypos" "-5" + "zpos" "0" + "wide" "365" + "tall" "0" + "visible" "0" + "proportionaltoaparent" "1" + "border" "TFFatLineBorder" + + if_match + { + "visible" "1" + } + } + + "RankUpLabel" + { + "ControlName" "CExLabel" + "fieldName" "RankUpLabel" + "font" "HudFontMediumSmallBold" + "xpos" "cs-0.5" + "ypos" "80" + "wide" "600" + "tall" "60" + "zpos" "5" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "0" + "centerwrap" "1" + "alpha" "0" + "labelText" "%rank_possibility%" + "textAlignment" "center" + "proportionaltoparent" "1" + "fgcolor" "TanLight" + } + + "RankUpShadowLabel" + { + "ControlName" "CExLabel" + "fieldName" "RankUpShadowLabel" + "font" "HudFontMediumSmallBold" + "xpos" "cs-0.5+2" + "ypos" "80+2" + "wide" "600" + "tall" "60" + "zpos" "5" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "0" + "centerwrap" "1" + "alpha" "0" + "labelText" "%rank_possibility%" + "textAlignment" "center" + "proportionaltoparent" "1" + "fgcolor" "Black" + } + + "ObjectiveStatusTimePanel" + { + "ControlName" "EditablePanel" + "fieldName" "ObjectiveStatusTimePanel" + "xpos" "c-30" + "ypos" "0" + "zpos" "2" + "wide" "110" + "tall" "150" + "visible" "0" + "enabled" "0" + "delta_item_x" "5" + "delta_item_start_y" "24" + "delta_item_end_y" "70" + "PositiveColor" "0 255 0 255" + "NegativeColor" "255 0 0 255" + "delta_lifetime" "1.5" + "delta_item_font" "G_FontMedium" + + if_match + { + "wide" "76" + "xpos" "c-38" + "delta_item_x" "35" + "delta_item_start_y" "12" + "delta_item_end_y" "50" + "PositiveColor" "0 255 0 255" + "NegativeColor" "255 0 0 255" + "delta_lifetime" "1.5" + "delta_item_font" "G_FontSmall" + } + + "TimePanelValue" + { + "ControlName" "CExLabel" + "fieldName" "TimePanelValue" + "font" "G_FontMedium" + "fgcolor" "G_White" + "xpos" "0" + "ypos" "0" + "zpos" "3" + "wide" "60" + "tall" "21" + "visible" "1" + "enabled" "1" + "textAlignment" "center" + "labelText" "0:00" + + if_match + { + "proportionaltoparent" "1" + "bgcolor_override" "0 0 0 0" + "xpos" "cs-0.5" + "ypos" "6" + "tall" "15" + "wide" "76" + "font" "G_FontSmall" + } + } + } + + "TeamStatus" + { + "ControlName" "CTFTeamStatus" + "fieldName" "TeamStatus" + "xpos" "0" + "ypos" "0" + "zpos" "2" + "wide" "f0" + "tall" "75" + "visible" "1" + "enabled" "1" + + + "max_size" "19" + + "6v6_gap" "4" + "12v12_gap" "1" + + "team1_grow_dir" "west" + "team1_base_x" "c-45" + "team1_max_expand" "133" + + "team2_grow_dir" "east" + "team2_base_x" "c47" + "team2_max_expand" "133" + + "playerpanels_kv" + { + "visible" "0" + "wide" "25" + "tall" "50" + "zpos" "1" + + "color_portrait_bg_red" "119 62 61 255" + "color_portrait_bg_blue" "62 81 101 255" + "color_portrait_bg_red_dead" "79 54 52 255" + "color_portrait_bg_blue_dead" "44 49 51 255" + "color_bar_health_high" "84 191 58 255" + "color_bar_health_med" "191 183 58 255" + "percentage_health_med" "0.6" + "color_bar_health_low" "191 58 58 255" + "percentage_health_low" "0.3" + "color_portrait_blend_dead_red" "255 255 255 255" + "color_portrait_blend_dead_blue" "255 255 255 255" + + "playername" + { + "ControlName" "CExLabel" + "fieldName" "playername" + "font" "DefaultVerySmall" + "xpos" "5" + "ypos" "24" + "zpos" "5" + "wide" "50" + "tall" "8" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + } + "classimage" + { + "ControlName" "CTFClassImage" + "fieldName" "classimage" + "xpos" "cs-0.5" + "ypos" "0" + "zpos" "3" + "wide" "19" + "tall" "19" + "visible" "1" + "enabled" "1" + "image" "../hud/class_scoutred" + "scaleImage" "1" + "proportionaltoparent" "1" + } + "classimagebg" + { + "ControlName" "Panel" + "fieldName" "classimagebg" + "xpos" "0" + "ypos" "0" + "zpos" "2" + "wide" "f0" + "tall" "19" + "visible" "1" + "enabled" "1" + "PaintBackgroundType" "0" + "proportionaltoparent" "1" + } + "healthbar" + { + "ControlName" "ContinuousProgressBar" + "fieldName" "healthbar" + "font" "Default" + "xpos" "0" + "ypos" "19" + "zpos" "5" + "wide" "f0" + "tall" "2" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "textAlignment" "Left" + "dulltext" "0" + "brighttext" "0" + "bgcolor_override" "80 80 80 255" + "proportionaltoparent" "1" + } + "overhealbar" + { + "ControlName" "ContinuousProgressBar" + "fieldName" "overhealbar" + "font" "Default" + "xpos" "0" + "ypos" "19" + "zpos" "6" + "wide" "f0" + "tall" "2" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "textAlignment" "Left" + "dulltext" "0" + "brighttext" "0" + "bgcolor_override" "0 0 0 0" + "fgcolor_override" "255 255 255 160" + "proportionaltoparent" "1" + } + "HealthIcon" + { + "ControlName" "EditablePanel" + "fieldName" "HealthIcon" + "xpos" "22" + "ypos" "-3" + "zpos" "3" + "wide" "32" + "tall" "32" + "visible" "0" + "enabled" "1" + "HealthBonusPosAdj" "10" + "HealthDeathWarning" "0.49" + "TFFont" "HudFontSmallest" + "HealthDeathWarningColor" "HUDDeathWarning" + "TextColor" "HudOffWhite" + } + "ReadyBG" + { + "ControlName" "ScalableImagePanel" + "fieldName" "ReadyBG" + "xpos" "30" + "ypos" "6" + "zpos" "-1" + "wide" "16" + "tall" "16" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "image" "../HUD/tournament_panel_brown" + "src_corner_height" "22" // pixels inside the image + "src_corner_width" "22" + "draw_corner_width" "3" // screen size of the corners ( and sides ), proportional + "draw_corner_height" "3" + } + "ReadyImage" + { + "ControlName" "ImagePanel" + "fieldName" "ReadyImage" + "xpos" "32" + "ypos" "8" + "zpos" "0" + "wide" "12" + "tall" "12" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "image" "hud/checkmark" + "scaleImage" "1" + } + "respawntime" + { + "ControlName" "CExLabel" + "fieldName" "respawntime" + "font" "PlayerPanelPlayerName" + "xpos" "cs-0.5" + "ypos" "0" + "zpos" "5" + "wide" "f0" + "tall" "19" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "labelText" "%respawntime%" + "textAlignment" "center" + "proportionaltoparent" "1" + } + "chargeamount" + { + "ControlName" "CExLabel" + "fieldName" "chargeamount" + "font" "DefaultSmall" + "xpos" "25" + "ypos" "17" + "zpos" "6" + "wide" "25" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "labelText" "%chargeamount%" + "textAlignment" "north" + "fgcolor" "0 255 0 255" + } + "specindex" + { + "ControlName" "CExLabel" + "fieldName" "specindex" + "font" "DefaultVerySmall" + "xpos" "4" + "ypos" "2" + "zpos" "5" + "wide" "50" + "tall" "8" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "labelText" "%specindex%" + "textAlignment" "north-west" + //"fgcolor" "235 226 202 255" + } + "DeathPanel" + { + "ControlName" "ImagePanel" + "fieldName" "DeathPanel" + "xpos" "cs-0.5" + "ypos" "0" + "zpos" "0" + "wide" "f0" + "tall" "24" + "visible" "0" + "enabled" "1" + "image" "../HUD/comp_player_status" + "scaleImage" "1" + "proportionaltoparent" "1" + } + "SkullPanel" + { + "ControlName" "ImagePanel" + "fieldName" "SkullPanel" + "xpos" "cs-0.5" + "zpos" "1" + "wide" "o1.2" + "tall" "p0.15" + "visible" "0" + "enabled" "1" + "image" "../HUD/comp_player_status_skull" + "scaleImage" "1" + "proportionaltoparent" "1" + } + } + } + + "BlueTeamPanel" + { + "ControlName" "EditablePanel" + "fieldName" "BlueTeamPanel" + "xpos" "-155" + "ypos" "125" + "zpos" "50" + "wide" "150" + "tall" "260" + "visible" "0" + "enabled" "1" + + if_large + { + "ypos" "65" + "tall" "385" + } + "BlueTeamBG" + { + "ControlName" "EditablePanel" + "fieldName" "BlueTeamBG" + "xpos" "0" + "ypos" "10" + "zpos" "2" + "wide" "147" + "tall" "36" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "border" "TFFatLineBorderBlueBGOpaque" + } + "BlueTeamImage" + { + "ControlName" "ImagePanel" + "fieldName" "BlueTeamImage" + "xpos" "9" + "ypos" "0" + "zpos" "5" + "wide" "56" + "tall" "56" + "visible" "1" + "enabled" "1" + "image" "../hud/team_blue" + "scaleImage" "1" + } + "BlueTeamLabel" + { + "ControlName" "CExLabel" + "fieldName" "BlueTeamLabel" + "font" "CompMatchStartTeamNames" + "labelText" "%blueteamname%" + "textAlignment" "center" + "xpos" "48" + "ypos" "13" + "zpos" "20" + "wide" "95" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "centerwrap" "1" + } + "BlueLeaderAvatar" + { + "ControlName" "CAvatarImagePanel" + "fieldName" "BlueLeaderAvatar" + "xpos" "11" + "ypos" "10" + "zpos" "5" + "wide" "35" + "tall" "35" + "visible" "1" + "enabled" "1" + "image" "" + "scaleImage" "1" + "color_outline" "52 48 45 255" + } + "BlueLeaderAvatarBG" + { + "ControlName" "EditablePanel" + "fieldName" "BlueLeaderAvatarBG" + "xpos" "9" + "ypos" "8" + "zpos" "4" + "wide" "39" + "tall" "39" + "visible" "1" + "PaintBackgroundType" "2" + "bgcolor_override" "117 107 94 255" + } + "BluePlayerList" + { + "ControlName" "SectionedListPanel" + "fieldName" "BluePlayerList" + "xpos" "6" + "ypos" "38" + "zpos" "1" + "wide" "136" + "tall" "205" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "autoresize" "3" + "linespacing" "26" + "linegap" "4" + //"show_columns" "1" + + if_large + { + "tall" "315" + } + } + "BluePlayerListBG" + { + "ControlName" "EditablePanel" + "fieldName" "BluePlayerListBG" + "xpos" "4" + "ypos" "30" + "zpos" "0" + "wide" "139" + "tall" "215" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "border" "TFFatLineBorderClearBG" + + if_large + { + "tall" "325" + } + } + } + + "RedTeamPanel" + { + "ControlName" "EditablePanel" + "fieldName" "RedTeamPanel" + "xpos" "r-5" + "ypos" "125" + "zpos" "50" + "wide" "150" + "tall" "260" + "visible" "1" + "enabled" "1" + + if_large + { + "ypos" "65" + "tall" "385" + } + "RedTeamBG" + { + "ControlName" "EditablePanel" + "fieldName" "RedTeamBG" + "xpos" "0" + "ypos" "10" + "zpos" "2" + "wide" "147" + "tall" "36" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "border" "TFFatLineBorderRedBGOpaque" + } + "RedTeamImage" + { + "ControlName" "ImagePanel" + "fieldName" "RedTeamImage" + "xpos" "84" + "ypos" "-9" + "zpos" "5" + "wide" "70" + "tall" "70" + "visible" "1" + "enabled" "1" + "image" "../hud/team_Red" + "scaleImage" "1" + } + "RedTeamLabel" + { + "ControlName" "CExLabel" + "fieldName" "RedTeamLabel" + "font" "CompMatchStartTeamNames" + "labelText" "%redteamname%" + "textAlignment" "center" + "xpos" "5" + "ypos" "13" + "zpos" "20" + "wide" "95" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "centerwrap" "1" + } + "RedLeaderAvatar" + { + "ControlName" "CAvatarImagePanel" + "fieldName" "RedLeaderAvatar" + "xpos" "102" + "ypos" "10" + "zpos" "5" + "wide" "35" + "tall" "35" + "visible" "1" + "enabled" "1" + "image" "" + "scaleImage" "1" + "color_outline" "52 48 45 255" + } + "RedLeaderAvatarBG" + { + "ControlName" "EditablePanel" + "fieldName" "RedLeaderAvatarBG" + "xpos" "100" + "ypos" "8" + "zpos" "4" + "wide" "39" + "tall" "39" + "visible" "1" + "PaintBackgroundType" "2" + "bgcolor_override" "117 107 94 255" + } + "RedPlayerList" + { + "ControlName" "SectionedListPanel" + "fieldName" "RedPlayerList" + "xpos" "6" + "ypos" "38" + "zpos" "1" + "wide" "136" + "tall" "205" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "autoresize" "3" + "linespacing" "26" + "linegap" "4" + //"show_columns" "1" + + if_large + { + "tall" "315" + } + } + "RedPlayerListBG" + { + "ControlName" "EditablePanel" + "fieldName" "RedPlayerListBG" + "xpos" "4" + "ypos" "30" + "zpos" "0" + "wide" "139" + "tall" "215" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "border" "TFFatLineBorderClearBG" + + if_large + { + "tall" "325" + } + } + } +} diff --git a/toonhud/resource/ui/hudmediccharge.res b/toonhud/resource/ui/hudmediccharge.res new file mode 100644 index 0000000..6fd15fa --- /dev/null +++ b/toonhud/resource/ui/hudmediccharge.res @@ -0,0 +1,246 @@ +"Resource/UI/HudMedicCharge.res" +{ + + "Background" + { + "ControlName" "CTFImagePanel" + "fieldName" "Background" + "xpos" "0" + "ypos" "0" + "zpos" "0" + "wide" "130" + "tall" "65" + "visible" "0" + "enabled" "0" + "image" "../hud/medic_charge_blue_bg" + "scaleImage" "1" + "teambg_2" "../hud/medic_charge_red_bg" + "teambg_3" "../hud/medic_charge_blue_bg" + } + + "ChargeLabel" + { + "ControlName" "CExLabel" + "fieldName" "ChargeLabel" + "xpos" "150" + "xpos_minmode" "140" + "ypos" "148" + "ypos_minmode" "48" + "zpos" "2" + "wide" "130" + "tall" "50" + "autoResize" "1" + "pinCorner" "2" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#TF_UberchargeMinHUD" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "textinsety" "1" + "font" "G_FontAmmo" + "fgcolor" "G_AmmoClipValue" + } + + + "IndividualChargesLabel" + { + "ControlName" "CExLabel" + "fieldName" "IndividualChargesLabel" + "labelText" "#TF_IndividualUberchargesMinHUD" + "xpos" "150" + "xpos_minmode" "140" + "ypos" "148" + "ypos_minmode" "48" + "zpos" "2" + "wide" "100" + "tall" "50" + "autoResize" "1" + "pinCorner" "2" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "font" "G_FontAmmo" + "textinsety" "1" + "fgcolor" "G_AmmoClipValue" + } + + "UberchargeReady" + { + "ControlName" "CExLabel" + "fieldName" "UberchargeReady" + "labelText" "U" + "xpos" "0" + "ypos" "0" + "wide" "120" + "wide_minmode" "120" + "tall" "30" + "visible" "1" + "enabled" "1" + "Alpha" "0" + "textAlignment" "center" + "fgcolor_override" "G_White" + "font" "G_HeadsIcon" + } + + "ChargeMeter" + { + "ControlName" "ContinuousProgressBar" + "fieldName" "ChargeMeter" + "font" "Default" + "xpos" "0" + "xpos_minmode" "0" + "ypos" "137" + "ypos_minmode" "77" + "zpos" "2" + "wide" "120" + "tall" "6" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "textAlignment" "Left" + "dulltext" "0" + "brighttext" "0" + "bgcolor_override" "G_ItemMeterBg" + "paintborder" "1" + "border" "G_MeterBorder" + } + + "ChargeMeter1" + { + "ControlName" "ContinuousProgressBar" + "fieldName" "ChargeMeter1" + "font" "Default" + "xpos" "1" + "ypos" "137" + "ypos_minmode" "77" + "zpos" "2" + "wide" "29" + "tall" "6" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "textAlignment" "Left" + "dulltext" "0" + "brighttext" "0" + "FgColor_override" "G_White" + "paintbackground" "1" + "bgcolor_override" "G_ItemMeterBg" + "paintborder" "1" + "border" "G_MeterBorder" + } + + "ChargeMeter2" + { + "ControlName" "ContinuousProgressBar" + "fieldName" "ChargeMeter2" + "font" "Default" + "xpos" "31" + "ypos" "137" + "ypos_minmode" "77" + "zpos" "2" + "wide" "29" + "tall" "6" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "textAlignment" "Left" + "dulltext" "0" + "brighttext" "0" + "FgColor_override" "G_White" + "paintbackground" "1" + "bgcolor_override" "G_ItemMeterBg" + "paintborder" "1" + "border" "G_MeterBorder" + } + + "ChargeMeter3" + { + "ControlName" "ContinuousProgressBar" + "fieldName" "ChargeMeter3" + "font" "Default" + "xpos" "61" + "ypos" "137" + "ypos_minmode" "77" + "zpos" "2" + "wide" "29" + "tall" "6" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "textAlignment" "Left" + "dulltext" "0" + "brighttext" "0" + "FgColor_override" "G_White" + "paintbackground" "1" + "bgcolor_override" "G_ItemMeterBg" + "paintborder" "1" + "border" "G_MeterBorder" + } + + "ChargeMeter4" + { + "ControlName" "ContinuousProgressBar" + "fieldName" "ChargeMeter4" + "font" "Default" + "xpos" "91" + "ypos" "137" + "ypos_minmode" "77" + "zpos" "2" + "wide" "29" + "tall" "6" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "textAlignment" "Left" + "dulltext" "0" + "brighttext" "0" + "FgColor_override" "G_White" + "paintbackground" "1" + "bgcolor_override" "G_ItemMeterBg" + "paintborder" "1" + "border" "G_MeterBorder" + } + + "HealthClusterIcon" + { + "ControlName" "ImagePanel" + "fieldName" "HealthClusterIcon" + "xpos" "r110" + "ypos" "r40" + "wide" "30" + "tall" "30" + "visible" "0" + "visible_minmode" "0" + "enabled" "0" + "image" "pipboy_overlay" + "scaleImage" "1" + "Alpha" "0" + } + + "ResistIcon" + { + "ControlName" "ImagePanel" + "fieldName" "ResistIcon" + "xpos" "0" + "ypos" "0" + "zpos" "200" + "wide" "30" + "tall" "30" + "visible" "1" + "enabled" "1" + "image" "../HUD/defense_buff_bullet_blue" + "scaleImage" "1" + "Alpha" "150" + } + +} \ No newline at end of file diff --git a/toonhud/resource/ui/hudmenutauntselection.res b/toonhud/resource/ui/hudmenutauntselection.res new file mode 100644 index 0000000..ca17109 --- /dev/null +++ b/toonhud/resource/ui/hudmenutauntselection.res @@ -0,0 +1,743 @@ +"Resource/UI/HudMenuTauntSelection.res" +{ + "MainBackground" + { + "ControlName" "EditablePanel" + "fieldName" "MainBackground" + "xpos" "18" + "ypos" "40" + "zpos" "0" + "wide" "225" + "tall" "115" + "wide_minmode" "445" + "tall_minmode" "59" + "visible" "1" + "enabled" "1" + "paintborder" "1" + "border" "G_TargetBorder" + "paintbackground" "1" + "bgcolor_override" "G_PanelBg" + } + + "Divider" + { + "ControlName" "ImagePanel" + "fieldName" "Divider" + "xpos" "8" + "ypos" "65" + "zpos" "1" + "wide" "456" + "tall" "2" + "fillcolor" "255 222 208 255" + "visible" "0" + "enabled" "0" + "Alpha" "0" + } + + "IcoReelIcon" + { + "ControlName" "CIconPanel" + "fieldName" "IcoReelIcon" + "xpos" "20" + "ypos" "17" + "zpos" "1" + "wide" "24" + "tall" "24" + "visible" "0" + "enabled" "0" + "scaleImage" "1" + "icon" "hud_taunt_menu_icon" + "iconColor" "G_White" + } + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "G_FontMedium" + "xpos" "18" + "ypos" "17" + "zpos" "2" + "wide" "225" + "wide_minmode" "445" + "tall" "24" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "#Hud_menu_taunt_title" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "fgcolor" "G_White" + } + + "TitleLabelDropshadow" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabelDropshadow" + "font" "G_FontMedium" + "fgcolor" "G_Shadow" + "xpos" "19" + "ypos" "18" + "zpos" "1" + "wide" "225" + "wide_minmode" "445" + "tall" "24" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "#Hud_menu_taunt_title" + "textAlignment" "center" + "dulltext" "1" + "brighttext" "0" + } + + "WeaponTauntLabel" + { + "ControlName" "CExLabel" + "fieldName" "WeaponTauntLabel" + "font" "DefaultVerySmall" + "xpos" "21" + "ypos" "43" + "zpos" "2" + "wide" "350" + "tall" "13" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "0" + "labelText" "#Hud_Menu_Taunt_Weapon" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" + "Alpha" "0" + } + + "CancelLabel" + { + "ControlName" "CExLabel" + "fieldName" "CancelLabel" + "font" "DefaultVerySmall" + "fgcolor" "G_White" + "xpos" "18" + "ypos" "155" + "xpos_minmode" "18" + "ypos_minmode" "30" + "zpos" "2" + "wide" "225" + "wide_minmode" "445" + "tall" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "#Hud_Menu_Taunt_Cancel" + "textAlignment" "center" + "textAlignment_minmode" "east" + "dulltext" "0" + "brighttext" "0" + "Alpha" "100" + } + + "TauntModelPanel1" + { + "ControlName" "CItemModelPanel" + "fieldName" "TauntModelPanel1" + "xpos" "23" + "ypos" "45" + "zpos" "3" + "wide" "50" + "tall" "40" + "visible" "1" + "bgcolor_override" "0 0 0 0" + "noitem_textcolor" "117 107 94 255" + "PaintBackgroundType" "0" + "paintborder" "0" + + "model_ypos" "5" + "model_tall" "38" + "text_ypos" "46" + "text_center" "1" + "text_forcesize" "3" + "model_only" "1" + + "attriblabel" + { + "font" "ItemFontAttribLarge" + "visible" "0" + } + + "itemmodelpanel" + { + "use_item_rendertarget" "0" + "allow_rot" "0" + } + } + + "NumberBg1" + { + "ControlName" "CIconPanel" + "fieldName" "NumberBg1" + "xpos" "40" + "ypos" "81" + "zpos" "4" + "wide" "15" + "tall" "14" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "icon" "ico_key_blank" + "iconColor" "255 255 255 255" + } + + "NumberLabel1" + { + "ControlName" "CExLabel" + "fieldName" "NumberLabel1" + "font" "G_FontNumberButton" + "fgcolor" "Black" + "xpos" "40" + "ypos" "81" + "zpos" "5" + "wide" "15" + "tall" "14" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "1" + "textAlignment" "Center" + "dulltext" "1" + "brighttext" "0" + } + + "TauntModelPanel2" + { + "ControlName" "CItemModelPanel" + "fieldName" "TauntModelPanel2" + "xpos" "78" + "ypos" "45" + "zpos" "3" + "wide" "50" + "tall" "40" + "visible" "1" + "bgcolor_override" "0 0 0 0" + "noitem_textcolor" "117 107 94 255" + "PaintBackgroundType" "0" + "paintborder" "0" + + "model_ypos" "5" + "model_tall" "38" + "text_ypos" "46" + "text_center" "1" + "text_forcesize" "3" + "model_only" "1" + + "attriblabel" + { + "font" "ItemFontAttribLarge" + "visible" "0" + } + + "itemmodelpanel" + { + "use_item_rendertarget" "0" + "allow_rot" "0" + } + } + + "NumberBg2" + { + "ControlName" "CIconPanel" + "fieldName" "NumberBg2" + "xpos" "95" + "ypos" "81" + "zpos" "4" + "wide" "15" + "tall" "14" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "icon" "ico_key_blank" + "iconColor" "255 255 255 255" + } + + "NumberLabel2" + { + "ControlName" "CExLabel" + "fieldName" "NumberLabel2" + "font" "G_FontNumberButton" + "fgcolor" "Black" + "xpos" "95" + "ypos" "81" + "zpos" "5" + "wide" "15" + "tall" "14" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "2" + "textAlignment" "Center" + "dulltext" "1" + "brighttext" "0" + } + + "TauntModelPanel3" + { + "ControlName" "CItemModelPanel" + "fieldName" "TauntModelPanel3" + "xpos" "133" + "ypos" "45" + "zpos" "3" + "wide" "50" + "tall" "40" + "visible" "1" + "bgcolor_override" "0 0 0 0" + "noitem_textcolor" "117 107 94 255" + "PaintBackgroundType" "0" + "paintborder" "0" + + "model_ypos" "5" + "model_tall" "38" + "text_ypos" "46" + "text_center" "1" + "text_forcesize" "3" + "model_only" "1" + + "attriblabel" + { + "font" "ItemFontAttribLarge" + "visible" "0" + } + + "itemmodelpanel" + { + "use_item_rendertarget" "0" + "allow_rot" "0" + } + } + + "NumberBg3" + { + "ControlName" "CIconPanel" + "fieldName" "NumberBg3" + "xpos" "150" + "ypos" "81" + "zpos" "4" + "wide" "15" + "tall" "14" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "icon" "ico_key_blank" + "iconColor" "255 255 255 255" + } + + "NumberLabel3" + { + "ControlName" "CExLabel" + "fieldName" "NumberLabel3" + "font" "G_FontNumberButton" + "fgcolor" "Black" + "xpos" "150" + "ypos" "81" + "zpos" "5" + "wide" "15" + "tall" "14" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "3" + "textAlignment" "Center" + "dulltext" "1" + "brighttext" "0" + } + + "TauntModelPanel4" + { + "ControlName" "CItemModelPanel" + "fieldName" "TauntModelPanel4" + "xpos" "188" + "ypos" "45" + "zpos" "3" + "wide" "50" + "tall" "40" + "visible" "1" + "bgcolor_override" "0 0 0 0" + "noitem_textcolor" "117 107 94 255" + "PaintBackgroundType" "0" + "paintborder" "0" + + "model_ypos" "5" + "model_tall" "38" + "text_ypos" "46" + "text_center" "1" + "text_forcesize" "3" + "model_only" "1" + + "attriblabel" + { + "font" "ItemFontAttribLarge" + "visible" "0" + } + + "itemmodelpanel" + { + "use_item_rendertarget" "0" + "allow_rot" "0" + } + } + + "NumberBg4" + { + "ControlName" "CIconPanel" + "fieldName" "NumberBg4" + "xpos" "205" + "ypos" "81" + "zpos" "4" + "wide" "15" + "tall" "14" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "icon" "ico_key_blank" + "iconColor" "255 255 255 255" + } + + "NumberLabel4" + { + "ControlName" "CExLabel" + "fieldName" "NumberLabel4" + "font" "G_FontNumberButton" + "fgcolor" "Black" + "xpos" "205" + "ypos" "81" + "zpos" "5" + "wide" "15" + "tall" "14" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "4" + "textAlignment" "Center" + "dulltext" "1" + "brighttext" "0" + } + + "TauntModelPanel5" + { + "ControlName" "CItemModelPanel" + "fieldName" "TauntModelPanel5" + "xpos" "23" + "xpos_minmode" "243" + "ypos" "100" + "ypos_minmode" "45" + "zpos" "3" + "wide" "50" + "tall" "40" + "visible" "1" + "bgcolor_override" "0 0 0 0" + "noitem_textcolor" "117 107 94 255" + "PaintBackgroundType" "0" + "paintborder" "0" + + "model_ypos" "5" + "model_tall" "38" + "text_ypos" "46" + "text_center" "1" + "text_forcesize" "3" + "model_only" "1" + + "attriblabel" + { + "font" "ItemFontAttribLarge" + "visible" "0" + } + + "itemmodelpanel" + { + "use_item_rendertarget" "0" + "allow_rot" "0" + } + } + + "NumberBg5" + { + "ControlName" "CIconPanel" + "fieldName" "NumberBg5" + "xpos" "40" + "xpos_minmode" "260" + "ypos" "136" + "ypos_minmode" "81" + "zpos" "4" + "wide" "15" + "tall" "14" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "icon" "ico_key_blank" + "iconColor" "255 255 255 255" + } + + "NumberLabel5" + { + "ControlName" "CExLabel" + "fieldName" "NumberLabel5" + "font" "G_FontNumberButton" + "fgcolor" "Black" + "xpos" "40" + "xpos_minmode" "260" + "ypos" "136" + "ypos_minmode" "81" + "zpos" "5" + "wide" "15" + "tall" "14" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "5" + "textAlignment" "Center" + "dulltext" "1" + "brighttext" "0" + } + + "TauntModelPanel6" + { + "ControlName" "CItemModelPanel" + "fieldName" "TauntModelPanel6" + "xpos" "78" + "xpos_minmode" "298" + "ypos" "100" + "ypos_minmode" "45" + "zpos" "3" + "wide" "50" + "tall" "40" + "visible" "1" + "bgcolor_override" "0 0 0 0" + "noitem_textcolor" "117 107 94 255" + "PaintBackgroundType" "0" + "paintborder" "0" + + "model_ypos" "5" + "model_tall" "38" + "text_ypos" "46" + "text_center" "1" + "text_forcesize" "3" + "model_only" "1" + + "attriblabel" + { + "font" "ItemFontAttribLarge" + "visible" "0" + } + + "itemmodelpanel" + { + "use_item_rendertarget" "0" + "allow_rot" "0" + } + } + + "NumberBg6" + { + "ControlName" "CIconPanel" + "fieldName" "NumberBg6" + "xpos" "95" + "xpos_minmode" "315" + "ypos" "136" + "ypos_minmode" "81" + "zpos" "4" + "wide" "15" + "tall" "14" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "icon" "ico_key_blank" + "iconColor" "255 255 255 255" + } + + "NumberLabel6" + { + "ControlName" "CExLabel" + "fieldName" "NumberLabel6" + "font" "G_FontNumberButton" + "fgcolor" "Black" + "xpos" "95" + "xpos_minmode" "315" + "ypos" "136" + "ypos_minmode" "81" + "zpos" "5" + "wide" "15" + "tall" "14" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "6" + "textAlignment" "Center" + "dulltext" "1" + "brighttext" "0" + } + + "TauntModelPanel7" + { + "ControlName" "CItemModelPanel" + "fieldName" "TauntModelPanel7" + "xpos" "133" + "xpos_minmode" "353" + "ypos" "100" + "ypos_minmode" "45" + "zpos" "3" + "wide" "50" + "tall" "40" + "visible" "1" + "bgcolor_override" "0 0 0 0" + "noitem_textcolor" "117 107 94 255" + "PaintBackgroundType" "0" + "paintborder" "0" + + "model_ypos" "5" + "model_tall" "38" + "text_ypos" "46" + "text_center" "1" + "text_forcesize" "3" + "model_only" "1" + + "attriblabel" + { + "font" "ItemFontAttribLarge" + "visible" "0" + } + + "itemmodelpanel" + { + "use_item_rendertarget" "0" + "allow_rot" "0" + } + } + + "NumberBg7" + { + "ControlName" "CIconPanel" + "fieldName" "NumberBg7" + "xpos" "150" + "xpos_minmode" "370" + "ypos" "136" + "ypos_minmode" "81" + "zpos" "4" + "wide" "15" + "tall" "14" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "icon" "ico_key_blank" + "iconColor" "255 255 255 255" + } + + "NumberLabel7" + { + "ControlName" "CExLabel" + "fieldName" "NumberLabel7" + "font" "G_FontNumberButton" + "fgcolor" "Black" + "xpos" "150" + "xpos_minmode" "370" + "ypos" "136" + "ypos_minmode" "81" + "zpos" "5" + "wide" "15" + "tall" "14" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "7" + "textAlignment" "Center" + "dulltext" "1" + "brighttext" "0" + } + + "TauntModelPanel8" + { + "ControlName" "CItemModelPanel" + "fieldName" "TauntModelPanel8" + "xpos" "188" + "xpos_minmode" "408" + "ypos" "100" + "ypos_minmode" "45" + "zpos" "3" + "wide" "50" + "tall" "40" + "visible" "1" + "bgcolor_override" "0 0 0 0" + "noitem_textcolor" "117 107 94 255" + "PaintBackgroundType" "0" + "paintborder" "0" + + "model_ypos" "5" + "model_tall" "38" + "text_ypos" "46" + "text_center" "1" + "text_forcesize" "3" + "model_only" "1" + + "attriblabel" + { + "font" "ItemFontAttribLarge" + "visible" "0" + } + + "itemmodelpanel" + { + "use_item_rendertarget" "0" + "allow_rot" "0" + } + } + + "NumberBg8" + { + "ControlName" "CIconPanel" + "fieldName" "NumberBg8" + "xpos" "205" + "xpos_minmode" "425" + "ypos" "136" + "ypos_minmode" "81" + "zpos" "4" + "wide" "15" + "tall" "14" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "icon" "ico_key_blank" + "iconColor" "255 255 255 255" + } + + "NumberLabel8" + { + "ControlName" "CExLabel" + "fieldName" "NumberLabel8" + "font" "G_FontNumberButton" + "fgcolor" "Black" + "xpos" "205" + "xpos_minmode" "425" + "ypos" "136" + "ypos_minmode" "81" + "zpos" "5" + "wide" "15" + "tall" "14" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "8" + "textAlignment" "Center" + "dulltext" "1" + "brighttext" "0" + } +} \ No newline at end of file diff --git a/toonhud/resource/ui/hudminigame_base.res b/toonhud/resource/ui/hudminigame_base.res new file mode 100644 index 0000000..93bfd86 --- /dev/null +++ b/toonhud/resource/ui/hudminigame_base.res @@ -0,0 +1,291 @@ +"Resource/UI/HudMiniGame_Base.res" +{ + "G_Borders" + { + "ControlName" "EditablePanel" + "fieldName" "G_Borders" + "xpos" "c-60" + "ypos" "r30" + "zpos" "50" + "wide" "120" + "tall" "20" + "paintborder" "1" + "border" "G_TargetBorder" + "visible" "1" + "enabled" "1" + } + + "Gradient" + { + "ControlName" "CTFImagePanel" + "fieldName" "Gradient" + "xpos" "c-60" + "ypos" "r30" + "zpos" "5" + "wide" "120" + "tall" "20" + "visible" "1" + "enabled" "1" + "image" "replay/thumbnails/gradient" + "scaleImage" "1" + } + + "G_RedPanel" + { + "ControlName" "EditablePanel" + "fieldName" "G_RedPanel" + "xpos" "c-10" + "ypos" "r30" + "wide" "70" + "tall" "20" + "zpos" "3" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "paintbackground" "1" + "bgcolor_override" "G_TeamRed" + } + + "G_Slash" + { + "ControlName" "CExLabel" + "fieldName" "G_Slash" + "font" "G_Slash" + "labelText" "/" + "textAlignment" "west" + "xpos" "c-10" [$WINDOWS] + "xpos" "c-11" [!$WINDOWS] + "ypos" "r30" + "wide" "20" + "tall" "20" [$WINDOWS] + "tall" "21" [!$WINDOWS] + "zpos" "4" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor" "G_TeamBlue" + } + + "G_BluePanel" + { + "ControlName" "EditablePanel" + "fieldName" "G_BluePanel" + "xpos" "c-60" + "ypos" "r30" + "wide" "51" + "tall" "20" + "zpos" "2" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "paintbackground" "1" + "bgcolor_override" "G_TeamBlue" + } + + "LeftSideBG" + { + "ControlName" "ImagePanel" + "fieldName" "LeftSideBG" + "xpos" "cs-0.5" + "ypos" "r77" + "zpos" "1" + "wide" "280" + "tall" "80" + "visible" "0" + "enabled" "0" + "image" "../hud/objectives_flagpanel_bg_left" + "scaleImage" "1" + } + + "RightSideBG" + { + "ControlName" "ImagePanel" + "fieldName" "RightSideBG" + "xpos" "cs-0.5" + "ypos" "r77" + "zpos" "1" + "wide" "280" + "tall" "80" + "visible" "0" + "enabled" "0" + "image" "../hud/objectives_flagpanel_bg_right" + "scaleImage" "1" + } + + "OutlineBG" + { + "ControlName" "ImagePanel" + "fieldName" "OutlineBG" + "xpos" "cs-0.5" + "ypos" "r77" + "zpos" "2" + "wide" "280" + "tall" "80" + "visible" "0" + "enabled" "0" + "image" "../hud/objectives_flagpanel_bg_outline" + "scaleImage" "1" + } + + "BlueScore" + { + "ControlName" "CExLabel" + "fieldName" "BlueScore" + "xpos" "c-60" + "ypos" "r30" + "zpos" "9" + "wide" "50" + "tall" "20" + "visible" "1" + "enabled" "1" + "textAlignment" "center" + "textinsetx" "20" + "labelText" "%bluescore%" + "font" "G_FontMedium" + "fgcolor" "G_White" + + "if_hybrid" + { + "visible" "0" + } + + "if_mvm" + { + "visible" "0" + } + + "if_specialdelivery" + { + "visible" "0" + } + } + + "BlueScoreShadow" + { + "ControlName" "CExLabel" + "fieldName" "BlueScoreShadow" + "xpos" "c-58" + "ypos" "r23" + "zpos" "8" + "wide" "46" + "tall" "20" + "visible" "0" + "enabled" "0" + "textAlignment" "center" + "textinsetx" "20" + "labelText" "%bluescore%" + "font" "G_FontMedium" + "fgcolor" "G_Shadow" + } + + "RedScore" + { + "ControlName" "CExLabel" + "fieldName" "RedScore" + "xpos" "c+10" + "ypos" "r30" + "zpos" "9" + "wide" "50" + "tall" "20" + "visible" "1" + "enabled" "1" + "textAlignment" "center" + "textinsetx" "20" + "labelText" "%redscore%" + "font" "G_FontMedium" + "fgcolor" "G_White" + + "if_hybrid" + { + "visible" "0" + } + + "if_mvm" + { + "visible" "0" + } + + "if_specialdelivery" + { + "visible" "0" + } + } + + "RedScoreShadow" + { + "ControlName" "CExLabel" + "fieldName" "RedScoreShadow" + "xpos" "c16" + "ypos" "r23" + "zpos" "9" + "wide" "46" + "tall" "20" + "visible" "0" + "enabled" "0" + "textAlignment" "center" + "textinsetx" "20" + "labelText" "%redscore%" + "font" "G_FontMedium" + "fgcolor" "G_Shadow" + } + + "PlayingTo" + { + "ControlName" "CExLabel" + "fieldName" "PlayingTo" + "xpos" "c-60" + "ypos" "r10" + "zpos" "12" + "wide" "120" + "tall" "10" + "visible" "1" + "enabled" "1" + "labelText" "#TF_PlayingTo" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "font" "DefaultVerySmall" + "fgcolor" "G_White" + "centerwrap" "1" + } + + "PlayingToBG" + { + "ControlName" "CTFImagePanel" + "fieldName" "PlayingToBG" + "xpos" "c-15" + "ypos" "r10" + "zpos" "10" + "wide" "29" + "tall" "10" + "visible" "0" + "enabled" "0" + "image" "../hud/objectives_flagpanel_bg_playingto" + "scaleImage" "1" + "paintborder" "1" + "border" "G_TargetBorder" + "src_corner_height" "23" + "src_corner_width" "23" + "draw_corner_width" "0" + "draw_corner_height" "0" + "Alpha" "0" + } + + "GameImage" + { + "ControlName" "ImagePanel" + "fieldName" "GameImage" + "xpos" "cs-0.5" + "ypos" "r70" + "zpos" "5" + "wide" "40" + "tall" "40" + "visible" "1" + "enabled" "1" + "image" "" + "scaleImage" "1" + } +} diff --git a/toonhud/resource/ui/hudminigame_soccersuddendeath.res b/toonhud/resource/ui/hudminigame_soccersuddendeath.res new file mode 100644 index 0000000..87afdd7 --- /dev/null +++ b/toonhud/resource/ui/hudminigame_soccersuddendeath.res @@ -0,0 +1,61 @@ +#base "HudMiniGame_Soccer.res" + +"Resource/UI/HudMiniGame_SuddenDeath.res" +{ + "PlayingTo" + { + "labelText" "#game_SuddenDeath" + } + + "RedScore" + { + "visible" "0" + } + + "RedScoreShadow" + { + "visible" "0" + } + + "BlueScore" + { + "visible" "0" + } + + "BlueScoreShadow" + { + "visible" "0" + } + + "RedSkullImage" + { + "ControlName" "ImagePanel" + "fieldName" "RedSkullImage" + "xpos" "c20" + "ypos" "r65" + "zpos" "5" + "wide" "20" + "tall" "20" + "visible" "1" + "enabled" "1" + "image" "../effects/skull001_hud" + "scaleImage" "1" + "proportionaltoparent" "1" + } + + "BlueSkullImage" + { + "ControlName" "ImagePanel" + "fieldName" "BlueSkullImage" + "xpos" "c-40" + "ypos" "r65" + "zpos" "5" + "wide" "20" + "tall" "20" + "visible" "1" + "enabled" "1" + "image" "../effects/skull001_hud" + "scaleImage" "1" + "proportionaltoparent" "1" + } +} diff --git a/toonhud/resource/ui/hudobjectiveflagpanel.res b/toonhud/resource/ui/hudobjectiveflagpanel.res new file mode 100644 index 0000000..635a54f --- /dev/null +++ b/toonhud/resource/ui/hudobjectiveflagpanel.res @@ -0,0 +1,663 @@ +"Resource/UI/HudObjectiveFlagPanel.res" +{ + "ObjectiveStatusFlagPanel" + { + "ControlName" "EditablePanel" + "fieldName" "ObjectiveStatusFlagPanel" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "f0" + "tall" "480" + "visible" "1" + "enabled" "1" + + "if_hybrid" + { + "zpos" "-1" + } + } + + "G_Borders" + { + "ControlName" "EditablePanel" + "fieldName" "G_Borders" + "xpos" "c-60" + "ypos" "r26" + "zpos" "50" + "wide" "120" + "tall" "20" + "paintborder" "1" + "border" "G_TargetBorder" + "visible" "1" + "enabled" "1" + + "if_hybrid" + { + "visible" "0" + } + + "if_mvm" + { + "visible" "0" + } + + "if_specialdelivery" + { + "visible" "0" + } + } + + "Gradient" + { + "ControlName" "CTFImagePanel" + "fieldName" "Gradient" + "xpos" "c-60" + "ypos" "r26" + "zpos" "5" + "wide" "120" + "tall" "20" + "visible" "1" + "enabled" "1" + "image" "replay/thumbnails/gradient" + "scaleImage" "1" + + if_mvm + { + "visible" "0" + } + + "if_specialdelivery" + { + "visible" "0" + } + } + + "BluePanel" + { + "ControlName" "CTFImagePanel" + "fieldName" "BluePanel" + "xpos" "c-60" + "ypos" "r26" + "zpos" "1" + "wide" "46" + "tall" "20" + "visible" "0" + "enabled" "0" + "image" "../hud/color_panel_blu" + "scaleImage" "1" + "paintborder" "1" + "border" "G_TargetBorder" + "src_corner_height" "23" + "src_corner_width" "23" + "draw_corner_width" "0" + "draw_corner_height" "0" + } + + "G_BluePanel" + { + "ControlName" "EditablePanel" + "fieldName" "G_BluePanel" + "xpos" "c-60" + "ypos" "r26" + "wide" "51" + "tall" "20" + "zpos" "2" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "paintbackground" "1" + "bgcolor_override" "G_TeamBlue" + + if_mvm + { + "visible" "0" + } + + "if_specialdelivery" + { + "visible" "0" + } + } + + "LeftSideBG" + { + "ControlName" "ImagePanel" + "fieldName" "LeftSideBG" + "xpos" "c-140" + "ypos" "r75" + "zpos" "1" + "wide" "280" + "tall" "80" + "visible" "0" + "enabled" "0" + "image" "../hud/objectives_flagpanel_bg_left" + "scaleImage" "1" + + "if_hybrid" + { + "visible" "0" + } + + "if_mvm" + { + "visible" "0" + } + + "if_specialdelivery" + { + "visible" "0" + } + } + + "RedPanel" + { + "ControlName" "CTFImagePanel" + "fieldName" "BluePanel" + "xpos" "c14" + "ypos" "r25" + "zpos" "1" + "wide" "46" + "tall" "20" + "visible" "0" + "enabled" "0" + "image" "../hud/color_panel_red" + "scaleImage" "1" + "paintborder" "1" + "border" "G_TargetBorder" + "src_corner_height" "23" + "src_corner_width" "23" + "draw_corner_width" "0" + "draw_corner_height" "0" + } + + "G_RedPanel" + { + "ControlName" "EditablePanel" + "fieldName" "G_RedPanel" + "xpos" "c-10" + "ypos" "r26" + "wide" "70" + "tall" "20" + "zpos" "3" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "paintbackground" "1" + "bgcolor_override" "G_TeamRed" + + if_mvm + { + "visible" "0" + } + + "if_specialdelivery" + { + "visible" "0" + } + } + + "RightSideBG" + { + "ControlName" "ImagePanel" + "fieldName" "RightSideBG" + "xpos" "c-140" + "ypos" "r75" + "zpos" "1" + "wide" "280" + "tall" "80" + "visible" "0" + "enabled" "0" + "image" "../hud/objectives_flagpanel_bg_right" + "scaleImage" "1" + + "if_hybrid" + { + "visible" "0" + } + + "if_mvm" + { + "visible" "0" + } + + "if_specialdelivery" + { + "visible" "0" + } + } + + "G_Slash" + { + "ControlName" "CExLabel" + "fieldName" "G_Slash" + "font" "G_Slash" + "labelText" "/" + "textAlignment" "west" + "xpos" "c-10" [$WINDOWS] + "xpos" "c-11" [!$WINDOWS] + "ypos" "r26" + "wide" "20" + "tall" "20" [$WINDOWS] + "tall" "21" [!$WINDOWS] + "zpos" "4" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor" "G_TeamBlue" + + if_mvm + { + "visible" "0" + } + + "if_specialdelivery" + { + "visible" "0" + } + } + + "OutlineBG" + { + "ControlName" "ImagePanel" + "fieldName" "OutlineBG" + "xpos" "c-140" + "ypos" "r75" + "zpos" "2" + "wide" "280" + "tall" "80" + "visible" "0" + "enabled" "1" + "image" "../hud/objectives_flagpanel_bg_outline" + "scaleImage" "1" + + "if_hybrid" + { + "visible" "0" + } + + "if_mvm" + { + "visible" "0" + } + + "if_specialdelivery" + { + "visible" "0" + } + } + + "BlueScore" + { + "ControlName" "CExLabel" + "fieldName" "BlueScore" + "xpos" "c-60" + "ypos" "r26" + "zpos" "9" + "wide" "50" + "tall" "20" + "visible" "1" + "enabled" "1" + "textAlignment" "center" + "textinsetx" "20" + "labelText" "%bluescore%" + "font" "G_FontMedium" + "fgcolor" "G_White" + + "if_hybrid" + { + "visible" "0" + } + + "if_mvm" + { + "visible" "0" + } + + "if_specialdelivery" + { + "visible" "0" + } + } + + "BlueScoreShadow" + { + "ControlName" "CExLabel" + "fieldName" "BlueScoreShadow" + "xpos" "c-58" + "ypos" "r23" + "zpos" "8" + "wide" "46" + "tall" "20" + "visible" "0" + "enabled" "0" + "textAlignment" "center" + "textinsetx" "20" + "labelText" "%bluescore%" + "font" "G_FontMedium" + "fgcolor" "G_Shadow" + } + + "RedScore" + { + "ControlName" "CExLabel" + "fieldName" "RedScore" + "xpos" "c+10" + "ypos" "r26" + "zpos" "9" + "wide" "50" + "tall" "20" + "visible" "1" + "enabled" "1" + "textAlignment" "center" + "textinsetx" "20" + "labelText" "%redscore%" + "font" "G_FontMedium" + "fgcolor" "G_White" + + "if_hybrid" + { + "visible" "0" + } + + "if_mvm" + { + "visible" "0" + } + + "if_specialdelivery" + { + "visible" "0" + } + } + + "RedScoreShadow" + { + "ControlName" "CExLabel" + "fieldName" "RedScoreShadow" + "xpos" "c16" + "ypos" "r23" + "zpos" "9" + "wide" "46" + "tall" "20" + "visible" "0" + "enabled" "0" + "textAlignment" "center" + "textinsetx" "20" + "labelText" "%redscore%" + "font" "G_FontMedium" + "fgcolor" "G_Shadow" + } + + "OutlineImage" + { + "ControlName" "CTFImagePanel" + "fieldName" "OutlineImage" + "xpos" "c-50" + "ypos" "r127" [$WINDOWS] + "ypos" "r148" [$X360] + "zpos" "9" + "wide" "100" + "tall" "50" + "visible" "1" + "enabled" "1" + "image" "../hud/objectives_flagpanel_carried_outline" + "scaleImage" "1" + } + + "CarriedImage" + { + "ControlName" "ImagePanel" + "fieldName" "CarriedImage" + "xpos" "c-20" + "ypos" "r76" + "zpos" "10" + "wide" "40" + "tall" "40" + "visible" "0" + "enabled" "1" + "image" "../hud/objectives_flagpanel_carried_red" + "scaleImage" "1" + + "if_hybrid" + { + "ypos" "r142" + } + + "if_specialdelivery" + { + "wide" "80" + "tall" "80" + "xpos" "c-40" + "ypos" "r86" + } + } + + "PlayingTo" + { + "ControlName" "CExLabel" + "fieldName" "PlayingTo" + "xpos" "c-60" + "ypos" "r36" + "zpos" "12" + "wide" "120" + "tall" "10" + "visible" "1" + "enabled" "1" + "labelText" "#TF_PlayingTo" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "font" "DefaultVerySmall" + "fgcolor" "G_White" + "centerwrap" "1" + + "if_hybrid" + { + "visible" "0" + } + + "if_mvm" + { + "visible" "0" + } + + "if_specialdelivery" + { + "visible" "0" + } + } + + "PlayingToBG" + { + "ControlName" "CTFImagePanel" + "fieldName" "PlayingToBG" + "xpos" "c-15" + "ypos" "r10" + "zpos" "10" + "wide" "29" + "tall" "10" + "visible" "0" + "enabled" "0" + "image" "../hud/objectives_flagpanel_bg_playingto" + "scaleImage" "1" + "paintborder" "1" + "border" "G_TargetBorder" + "src_corner_height" "23" + "src_corner_width" "23" + "draw_corner_width" "0" + "draw_corner_height" "0" + "Alpha" "0" + + + + "if_hybrid" + { + "visible" "0" + } + + "if_mvm" + { + "visible" "0" + } + + "if_specialdelivery" + { + "visible" "0" + } + } + + "BlueFlag" + { + "ControlName" "CTFFlagStatus" + "fieldName" "BlueFlag" + "xpos" "c-117" + "ypos" "r100" + "zpos" "5" + "wide" "100" + "tall" "90" + "visible" "1" + "enabled" "1" + "paintbackground" "1" + "bgcolor_override" "0 200 0 0" + + "if_hybrid" + { + "visible" "0" + "ypos" "r100" + } + + "if_hybrid_single" + { + "xpos" "c-80" + } + + "if_hybrid_double" + { + "xpos" "c-115" + } + + "if_specialdelivery" + { + "ypos" "r80" + } + + "if_no_flags" + { + "visible" "0" + } + } + + "RedFlag" + { + "ControlName" "CTFFlagStatus" + "fieldName" "RedFlag" + "xpos" "c-44" + "ypos" "r100" + "zpos" "5" + "wide" "160" + "tall" "90" + "visible" "1" + "enabled" "1" + + "if_hybrid" + { + "visible" "0" + "ypos" "r100" + } + + "if_hybrid_single" + { + "xpos" "c-80" + } + + "if_hybrid_double" + { + "xpos" "c-45" + } + + "if_specialdelivery" + { + "ypos" "r80" + } + + "if_no_flags" + { + "visible" "0" + } + } + + "CaptureFlag" + { + "ControlName" "CTFArrowPanel" + "fieldName" "CaptureFlag" + "xpos" "c-40" + "ypos" "r104" + "zpos" "5" + "wide" "80" + "tall" "80" + "visible" "0" + "enabled" "1" + + "if_hybrid" + { + "ypos" "r100" + } + + "if_specialdelivery" + { + "ypos" "r80" + } + } + + "PoisonIcon" + { + "ControlName" "ImagePanel" + "fieldName" "PoisonIcon" + "xpos" "cs-0.5" + "ypos" "r85" + "zpos" "20" + "wide" "40" + "tall" "o1" + "visible" "0" + "enabled" "1" + "image" "marked_for_death" + "scaleImage" "1" + "drawcolor" "255 0 0 255" + } + + "PoisonTimeLabel" + { + "ControlName" "CExLabel" + "fieldName" "PoisonTimeLabel" + "xpos" "cs-0.5" + "ypos" "r60" + "zpos" "6" + "wide" "40" + "tall" "20" + "visible" "0" + "enabled" "1" + "textAlignment" "center" + "labelText" "%redscore%" + "font" "G_FontSmall" + "fgcolor" "G_White" + } + + "SpecCarriedImage" + { + "ControlName" "ImagePanel" + "fieldName" "SpecCarriedImage" + "xpos" "c-50" + "ypos" "r117" + "zpos" "10" + "wide" "100" + "tall" "100" + "visible" "0" + "enabled" "1" + "image" "../hud/objectives_flagpanel_carried_red" + "scaleImage" "1" + } +} diff --git a/toonhud/resource/ui/hudobjectivekothtimepanel.res b/toonhud/resource/ui/hudobjectivekothtimepanel.res new file mode 100644 index 0000000..b02fc67 --- /dev/null +++ b/toonhud/resource/ui/hudobjectivekothtimepanel.res @@ -0,0 +1,151 @@ +"Resource/UI/HudObjectiveKothTimePanel.res" +{ + "HudKothTimeStatus" + { + if_match + { + "zpos" "5" + } + } + + "BlueTimer" + { + "ControlName" "CTFHudTimeStatus" + "fieldName" "BlueTimer" + "xpos" "0" + "ypos" "0" + "zpos" "2" + "wide" "100" + "tall" "150" + "visible" "1" + "enabled" "1" + "delta_item_x" "22" + "delta_item_start_y" "-7" + "delta_item_end_y" "50" + "PositiveColor" "0 255 0 255" + "NegativeColor" "255 0 0 255" + "delta_lifetime" "1.5" + "delta_item_font" "G_FontMedium" + "paintbackground" "0" + + if_match + { + "proportionaltoparent" "1" + "xpos" "cs-0.5" + "ypos" "0" + "delta_item_x" "10" + "delta_item_start_y" "12" + "delta_item_end_y" "50" + "PositiveColor" "0 255 0 255" + "NegativeColor" "255 0 0 255" + "delta_lifetime" "1.5" + "delta_item_font" "G_FontSmall" + } + + "TimePanelValue" + { + "ControlName" "CExLabel" + "fieldName" "TimePanelValue" + "font" "G_FontMedium" + "fgcolor" "G_White" + "xpos" "0" + "ypos" "0" + "zpos" "3" + "wide" "60" + "tall" "21" + "visible" "1" + "enabled" "1" + "textAlignment" "center" + "labelText" "0:00" + "textinsety" "-1" + + if_match + { + "proportionaltoparent" "1" + "xpos" "cs-1" + "ypos" "6" + "tall" "16" + "wide" "38" + "font" "G_FontSmall" + } + } + } + + "RedTimer" + { + "ControlName" "CTFHudTimeStatus" + "fieldName" "RedTimer" + "xpos" "70" + "ypos" "0" + "zpos" "2" + "wide" "100" + "tall" "150" + "visible" "1" + "enabled" "1" + "delta_item_x" "22" + "delta_item_start_y" "-7" + "delta_item_end_y" "50" + "PositiveColor" "0 255 0 255" + "NegativeColor" "255 0 0 255" + "delta_lifetime" "1.5" + "delta_item_font" "G_FontMedium" + + if_match + { + "proportionaltoparent" "1" + "xpos" "cs-0.5" + "ypos" "0" + "delta_item_x" "50" + "delta_item_start_y" "12" + "delta_item_end_y" "50" + "PositiveColor" "0 255 0 255" + "NegativeColor" "255 0 0 255" + "delta_lifetime" "1.5" + "delta_item_font" "G_FontSmall" + } + + "TimePanelValue" + { + "ControlName" "CExLabel" + "fieldName" "TimePanelValue" + "font" "G_FontMedium" + "fgcolor" "G_White" + "xpos" "0" + "ypos" "0" + "zpos" "3" + "wide" "60" + "tall" "21" + "visible" "1" + "enabled" "1" + "textAlignment" "center" + "labelText" "0:00" + "paintbackground" "0" + "textinsety" "-1" + + if_match + { + "proportionaltoparent" "1" + "xpos" "cs" + "ypos" "6" + "tall" "16" + "wide" "38" + "font" "G_FontSmall" + } + } + } + + "ActiveTimerBG" + { + "ControlName" "ImagePanel" + "fieldName" "ActiveTimerBG" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "60" + "tall" "20" + "visible" "0" + "enabled" "1" + "image" "pipboy_overlay" + "scaleImage" "0" + } +} diff --git a/toonhud/resource/ui/hudobjectiveplayerdestruction.res b/toonhud/resource/ui/hudobjectiveplayerdestruction.res new file mode 100644 index 0000000..412ae74 --- /dev/null +++ b/toonhud/resource/ui/hudobjectiveplayerdestruction.res @@ -0,0 +1,1235 @@ +"Resource/UI/HudObjectivePlayerDestruction.res" +{ + "ObjectiveStatusRobotDestruction" + { + "ControlName" "EditablePanel" + "fieldName" "ObjectiveStatusRobotDestruction" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "f0" + "tall" "480" + "visible" "1" + "enabled" "1" + + "left_steal_edge_offset" "15" + "right_steal_edge_offset" "15" + "robot_x_offset" "8" + "robot_y_offset" "-1" + "robot_x_step" "30" + "robot_y_step" "0" + + "color_blue" "84 111 127 255" + "color_red" "171 59 59 255" + + "if_hybrid" + { + "zpos" "-1" + } + + "robot_kv" + { + "ControlName" "CTFHudRobotDestruction_RobotIndicator" + "xpos" "0" + "ypos" "0" + "wide" "16" + "tall" "300" + "zpos" "200" + "visible" "1" + "bgcolor_override" "0 0 0 0" + "PaintBackgroundType" "0" + "paintborder" "0" + "AutoResize" "0" + "skip_autoresize" "1" + } + } + + "G_Borders" + { + "ControlName" "EditablePanel" + "fieldName" "G_Borders" + "xpos" "c-90" + "ypos" "r31" + "zpos" "40" + "wide" "180" + "tall" "20" + "paintborder" "1" + "border" "G_TargetBorder" + "visible" "1" + "enabled" "1" + } + + "Gradient" + { + "ControlName" "CTFImagePanel" + "fieldName" "Gradient" + "xpos" "c-90" + "ypos" "r31" + "zpos" "5" + "wide" "180" + "tall" "20" + "visible" "1" + "enabled" "1" + "image" "replay/thumbnails/gradient" + "scaleImage" "1" + } + + "G_BlueStripe" + { + "ControlName" "EditablePanel" + "fieldName" "G_BlueStripe" + "xpos" "c-90" + "ypos" "r11" + "zpos" "1" + "wide" "90" + "tall" "1" + "visible" "1" + "enabled" "1" + "paintbackground" "1" + "bgcolor_override" "G_TeamBlue" + } + + "G_RedStripe" + { + "ControlName" "EditablePanel" + "fieldName" "G_RedStripe" + "xpos" "c-90" + "ypos" "r11" + "zpos" "0" + "wide" "180" + "tall" "1" + "visible" "1" + "enabled" "1" + "paintbackground" "1" + "bgcolor_override" "G_TeamRed" + } + + "PlayingTo" + { + "ControlName" "CExLabel" + "fieldName" "PlayingTo" + "xpos" "c-90" + "ypos" "r10" + "zpos" "4" + "wide" "180" + "tall" "10" + "visible" "1" + "enabled" "1" + "labelText" "#TF_PlayingTo" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "font" "DefaultVerySmall" + "fgcolor" "G_White" + + "if_hybrid" + { + "visible" "0" + } + + "if_mvm" + { + "visible" "0" + } + + "if_specialdelivery" + { + "visible" "0" + } + } + + "PlayingToBG" + { + "ControlName" "CTFImagePanel" + "fieldName" "PlayingToBG" + "xpos" "c-75" + "ypos" "r31" + "zpos" "3" + "wide" "150" + "tall" "38" + "visible" "0" + "enabled" "0" + "image" "../hud/objectives_flagpanel_bg_playingto" + "scaleImage" "1" + "Alpha" "0" + + "if_hybrid" + { + "visible" "0" + } + + "if_mvm" + { + "visible" "0" + } + + "if_specialdelivery" + { + "visible" "0" + } + } + + "CarriedContainer" + { + "ControlName" "EditablePanel" + "fieldName" "CarriedContainer" + "xpos" "c-30" + "ypos" "r95" + "zpos" "1" + "wide" "60" + "tall" "30" + "visible" "0" + "enabled" "1" + "bgcolor_override" "0 0 0 0" + + "CarriedImage" + { + "ControlName" "ImagePanel" + "fieldName" "CarriedImage" + "xpos" "42" + "ypos" "6" + "zpos" "12" + "wide" "18" + "tall" "18" + "visible" "0" + "enabled" "0" + "alpha" "0" + "image" "../hud/hud_obj_status_ammo_64" + "scaleImage" "1" + "proportionalToParent" "1" + } + + "CarriedProgressBar" + { + "fieldName" "CarriedProgressBar" + "ControlName" "ImagePanel" + "xpos" "0" + "ypos" "0" + "zpos" "0" + "wide" "f0" + "tall" "f0" + "scaleimage" "0" + "visible" "0" + "proportionalToParent" "1" + } + + "G_FlagValue" + { + "ControlName" "CExLabel" + "fieldName" "G_FlagValue" + "xpos" "0" + "ypos" "13" + "zpos" "12" + "wide" "60" + "tall" "18" + "visible" "1" + "enabled" "1" + "textinsetx" "1" + "textAlignment" "center" + "labelText" "%flagvalue%" + "font" "G_FontSmall" + "fgcolor" "G_White" + "proportionalToParent" "1" + } + + "G_FlagValueShadow" + { + "ControlName" "CExLabel" + "fieldName" "G_FlagValueShadow" + "xpos" "0" + "ypos" "13" + "zpos" "11" + "wide" "60" + "tall" "18" + "visible" "1" + "enabled" "1" + "textinsetx" "1" + "textAlignment" "center" + "labelText" "%flagvalue%" + "font" "G_FontSmallBlur" + "fgcolor" "G_Black" + "proportionalToParent" "1" + } + + "FlagValue" + { + "ControlName" "CExLabel" + "fieldName" "FlagValue" + "xpos" "-9999" + "ypos" "-9999" + "zpos" "0" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + "textAlignment" "center" + "labelText" "%flagvalue%" + "font" "G_FontSmall" + "fgcolor" "G_White" + "proportionalToParent" "1" + } + + "FlagValueShadow" + { + "ControlName" "CExLabel" + "fieldName" "FlagValueShadow" + "xpos" "-9999" + "ypos" "-9999" + "zpos" "0" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + "textAlignment" "center" + "labelText" "%flagvalue%" + "font" "G_FontSmall" + "fgcolor" "G_Shadow" + "proportionalToParent" "1" + } + + "TCCircle" + { + "ControlName" "CTFImagePanel" + "fieldName" "TCCircle" + "xpos" "21" + "ypos" "13" + "zpos" "10" + "wide" "18" + "tall" "18" + "enabled" "1" + "visible" "1" + "image" "replay/thumbnails/hitmarker_red" + "scaleImage" "1" + "teambg_2" "replay/thumbnails/hitmarker_red" + "teambg_3" "replay/thumbnails/hitmarker_blue" + } + + "WhiteBG" + { + "ControlName" "EditablePanel" + "fieldName" "WhiteBG" + "xpos" "0" + "ypos" "0" + "zpos" "0" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + "PaintBackgroundType" "0" + "bgcolor_override" "TanLight" + } + + "GreenBG" + { + "ControlName" "EditablePanel" + "fieldName" "GreenBG" + "xpos" "0" + "ypos" "0" + "zpos" "0" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + "PaintBackgroundType" "2" + "bgcolor_override" "CreditsGreen" + } + + "TeamLeaderImage" + { + "ControlName" "CTFImagePanel" + "fieldName" "TeamLeaderImage" + "xpos" "25" + "ypos" "7" + "zpos" "11" + "wide" "10" + "tall" "10" + "visible" "0" + "enabled" "1" + "image" "importtool_goldstar" + "scaleImage" "1" + } + } + + "ScoreContainer" + { + "fieldName" "ScoreContainer" + "ControlName" "EditablePanel" + "xpos" "c-90" + "ypos" "r160" + "zpos" "0" + "wide" "180" + "tall" "160" + "scaleimage" "0" + "visible" "1" + "enabled" "1" + "bgcolor_override" "0 0 0 0" + + "ProgressBarContainer" + { + "fieldName" "ProgressBarContainer" + "ControlName" "EditablePanel" + "xpos" "c-90" + "ypos" "r31" + "zpos" "1" + "wide" "180" + "tall" "20" + "visible" "1" + "enabled" "1" + "proportionalToParent" "1" + "bgcolor_override" "0 0 0 100" + "paintborder" "0" + "border" "G_TargetBorder" + + "ScoreOutline" + { + "fieldName" "ScoreOutline" + "ControlName" "ImagePanel" + "xpos" "0" + "ypos" "0" + "zpos" "0" + "wide" "f0" + "tall" "f0" + "scaleimage" "1" + "visible" "0" + "enabled" "0" + "Image" "../hud/objectives_corepanel_bg" + "proportionalToParent" "1" + } + + "FlagImageBlue" + { + "ControlName" "ImagePanel" + "fieldName" "FlagImageBlue" + "xpos" "0" + "ypos" "-2" + "zpos" "4" + "wide" "24" + "tall" "24" + "visible" "1" + "enabled" "1" + "image" "../hud/hud_obj_status_ammo_64" + "scaleImage" "1" + "proportionalToParent" "1" + } + + "EscrowBlue" + { + "ControlName" "CExLabel" + "fieldName" "EscrowBlue" + "xpos" "24" + "ypos" "0" + "zpos" "4" + "wide" "25" + "tall" "20" + "visible" "1" + "enabled" "1" + "textAlignment" "west" + "labelText" "%blue_escrow%" + "font" "G_FontSmall" + "fgcolor" "G_White" + "proportionalToParent" "1" + } + + "EscrowBlueShadow" + { + "ControlName" "CExLabel" + "fieldName" "EscrowBlueShadow" + "xpos" "25" + "ypos" "1" + "zpos" "4" + "wide" "25" + "tall" "20" + "visible" "1" + "enabled" "1" + "textAlignment" "west" + "labelText" "%blue_escrow%" + "font" "G_FontSmall" + "fgcolor" "G_Shadow" + "proportionalToParent" "1" + } + + "FlagImageRed" + { + "ControlName" "ImagePanel" + "fieldName" "FlagImageRed" + "xpos" "156" + "ypos" "-2" + "zpos" "4" + "wide" "24" + "tall" "24" + "visible" "1" + "enabled" "1" + "image" "../hud/hud_obj_status_ammo_64" + "scaleImage" "1" + "proportionalToParent" "1" + } + + "G_EscrowRed" + { + "ControlName" "CExLabel" + "fieldName" "G_EscrowRed" + "xpos" "131" + "ypos" "0" + "zpos" "4" + "wide" "25" + "tall" "20" + "visible" "1" + "enabled" "1" + "textAlignment" "east" + "labelText" "%red_escrow%" + "font" "G_FontSmall" + "fgcolor" "G_White" + "proportionalToParent" "1" + "bgcolor_override" "0 0 0 0" + } + + "G_EscrowRedShadow" + { + "ControlName" "CExLabel" + "fieldName" "G_EscrowRedShadow" + "xpos" "132" + "ypos" "1" + "zpos" "4" + "wide" "25" + "tall" "20" + "visible" "1" + "enabled" "1" + "textAlignment" "east" + "labelText" "%red_escrow%" + "font" "G_FontSmall" + "fgcolor" "G_Shadow" + "proportionalToParent" "1" + } + + "EscrowRed" + { + "ControlName" "CExLabel" + "fieldName" "EscrowRed" + "xpos" "-9999" + "ypos" "-9999" + "zpos" "0" + "wide" "0" + "tall" "0" + "visible" "1" + "enabled" "1" + "alpha" "0" + "textAlignment" "east" + "labelText" "%red_escrow%" + "font" "G_FontSmall" + "fgcolor" "255 255 0 255" + "proportionalToParent" "1" + "bgcolor_override" "0 0 0 0" + } + + "EscrowRedShadow" + { + "ControlName" "CExLabel" + "fieldName" "EscrowRedShadow" + "xpos" "-9999" + "ypos" "-9999" + "zpos" "0" + "wide" "0" + "tall" "0" + "visible" "1" + "enabled" "1" + "alpha" "0" + "textAlignment" "east" + "labelText" "%red_escrow%" + "font" "G_FontSmall" + "fgcolor" "G_Shadow" + "proportionalToParent" "1" + } + + "BlueVictoryContainer" + { + "fieldName" "BlueVictoryContainer" + "ControlName" "EditablePanel" + "xpos" "0" + "ypos" "0" + "zpos" "5" + "wide" "f0" + "tall" "f0" + "visible" "0" + "enabled" "1" + "proportionalToParent" "1" + + "VictoryLabel" + { + "ControlName" "CExLabel" + "fieldName" "VictoryLabel" + "xpos" "40" + "ypos" "0" + "zpos" "8" + "wide" "38" + "tall" "20" + "visible" "1" + "enabled" "1" + "textAlignment" "west" + "labelText" "#TF_RD_BlueFinale" + "font" "DefaultVerySmall" + "fgcolor" "G_White" + "proportionalToParent" "1" + } + + "VictoryLabelShadow" + { + "ControlName" "CExLabel" + "fieldName" "VictoryLabelShadow" + "xpos" "1" + "ypos" "1" + "zpos" "7" + "wide" "95" + "tall" "35" + "visible" "0" + "enabled" "0" + "textAlignment" "west" + "labelText" "#TF_RD_BlueFinale" + "font" "HudFontSmallBold" + "fgcolor" "Black" + "proportionalToParent" "1" + } + + "VictoryLabelTime" + { + "ControlName" "CExLabel" + "fieldName" "VictoryLabelTime" + "xpos" "0" + "ypos" "0" + "zpos" "8" + "wide" "16" + "tall" "20" + "visible" "1" + "enabled" "1" + "textAlignment" "west" + "labelText" "%victorytime%" + "font" "DefaultVerySmall" + "fgcolor" "G_White" + "proportionalToParent" "1" + + "pin_to_sibling" "VictoryLabel" + "pin_corner_to_sibling" "7" + "pin_to_sibling_corner" "5" + } + + "VictoryLabelTimeShadow" + { + "ControlName" "CExLabel" + "fieldName" "VictoryLabelTimeShadow" + "xpos" "1" + "ypos" "1" + "zpos" "7" + "wide" "55" + "tall" "35" + "visible" "0" + "enabled" "0" + "textAlignment" "west" + "labelText" "%victorytime%" + "font" "HudFontSmallBold" + "fgcolor" "Black" + "proportionalToParent" "1" + + "pin_to_sibling" "VictoryLabel" + "pin_corner_to_sibling" "7" + "pin_to_sibling_corner" "5" + } + } + + "BlueProgressBarFill" + { + "fieldName" "BlueProgressBarFill" + "ControlName" "ImagePanel" + "xpos" "0" + "ypos" "0" + "zpos" "2" + "wide" "90" + "tall" "f0" + "scaleimage" "0" + "visible" "1" + "proportionalToParent" "1" + "positionImage" "0" + "drawcolor" "84 111 127 255" + "Image" "replay/thumbnails/fill" + + "left_offset" "0" + "right_offset" "0" + "standard_color" "84 111 127 255" + "bright_color" "110 159 189 255" + "left_to_right" "0" + "blink_threshold" "1.0" + "blink_rate" "10" + } + + "BlueProgressBarEscrow" + { + "fieldName" "BlueProgressBarEscrow" + "ControlName" "ImagePanel" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "90" + "tall" "f0" + "scaleimage" "0" + "visible" "1" + "proportionalToParent" "1" + "positionImage" "0" + "drawcolor" "84 111 127 255" + "Image" "replay/thumbnails/fill" + + "left_offset" "0" + "right_offset" "0" + "standard_color" "60 80 92 255" + "bright_color" "84 111 127 255" + "left_to_right" "0" + "blink_threshold" "1" + "blink_rate" "20" + } + + "RedVictoryContainer" + { + "fieldName" "RedVictoryContainer" + "ControlName" "EditablePanel" + "xpos" "90" + "ypos" "0" + "zpos" "5" + "wide" "f0" + "tall" "f0" + "visible" "0" + "enabled" "1" + "proportionalToParent" "1" + + "VictoryLabel" + { + "ControlName" "CExLabel" + "fieldName" "VictoryLabel" + "xpos" "10" + "ypos" "0" + "zpos" "8" + "wide" "38" + "tall" "20" + "visible" "1" + "enabled" "1" + "textAlignment" "west" + "labelText" "#TF_RD_RedFinale" + "font" "DefaultVerySmall" + "fgcolor" "G_White" + "proportionalToParent" "1" + } + + "VictoryLabelShadow" + { + "ControlName" "CExLabel" + "fieldName" "VictoryLabelShadow" + "xpos" "141" + "ypos" "1" + "zpos" "7" + "wide" "90" + "tall" "35" + "visible" "0" + "enabled" "0" + "textAlignment" "west" + "labelText" "#TF_RD_RedFinale" + "font" "HudFontSmallBold" + "fgcolor" "Black" + "proportionalToParent" "1" + } + + "VictoryLabelTime" + { + "ControlName" "CExLabel" + "fieldName" "VictoryLabelTime" + "xpos" "0" + "ypos" "0" + "zpos" "8" + "wide" "16" + "tall" "20" + "visible" "1" + "enabled" "1" + "textAlignment" "west" + "labelText" "%victorytime%" + "font" "DefaultVerySmall" + "fgcolor" "G_White" + "proportionalToParent" "1" + + "pin_to_sibling" "VictoryLabel" + "pin_corner_to_sibling" "7" + "pin_to_sibling_corner" "5" + } + + "VictoryLabelTimeShadow" + { + "ControlName" "CExLabel" + "fieldName" "VictoryLabelTimeShadow" + "xpos" "1" + "ypos" "1" + "zpos" "7" + "wide" "55" + "tall" "35" + "visible" "0" + "enabled" "0" + "textAlignment" "west" + "labelText" "%victorytime%" + "font" "HudFontSmallBold" + "fgcolor" "Black" + "proportionalToParent" "1" + + "pin_to_sibling" "VictoryLabel" + "pin_corner_to_sibling" "7" + "pin_to_sibling_corner" "5" + } + } + + "RedProgressBarFill" + { + "fieldName" "RedProgressBarFill" + "ControlName" "ImagePanel" + "xpos" "90" + "ypos" "0" + "zpos" "2" + "wide" "90" + "tall" "f0" + "scaleimage" "0" + "positionImage" "0" + "visible" "1" + "proportionalToParent" "1" + "drawcolor" "171 59 59 255" + "Image" "replay/thumbnails/fill" + + "left_offset" "0" + "right_offset" "0" + "standard_color" "171 59 59 255" + "bright_color" "222 65 65 255" + "left_to_right" "1" + "blink_threshold" "1.0" + "blink_rate" "10" + } + + "RedProgressBarEscrow" + { + "fieldName" "RedProgressBarEscrow" + "ControlName" "ImagePanel" + "xpos" "90" + "ypos" "0" + "zpos" "1" + "wide" "90" + "tall" "f0" + "scaleimage" "0" + "positionImage" "0" + "visible" "1" + "proportionalToParent" "1" + "drawcolor" "140 89 98 255" + "Image" "replay/thumbnails/fill" + + "left_offset" "0" + "right_offset" "0" + "standard_color" "128 42 42 255" + "bright_color" "140 89 98 255" + "left_to_right" "1" + "blink_threshold" "1" + "blink_rate" "20" + } + } + + "BlueScoreValueContainer" + { + "ControlName" "EditablePanel" + "fieldName" "BlueScoreValueContainer" + "xpos" "0" + "ypos" "r41" + "zpos" "10" + "wide" "90" + "tall" "30" + "visible" "1" + "enabled" "1" + "bgcolor_override" "0 0 0 0" + "proportionalToParent" "1" + + "Score" + { + "ControlName" "CExLabel" + "fieldName" "Score" + "xpos" "0" + "ypos" "10" + "zpos" "8" + "wide" "80" + "tall" "20" + "visible" "1" + "enabled" "1" + "textAlignment" "east" + "labelText" "%score%" + "font" "G_FontMedium" + "fgcolor" "G_White" + "proportionalToParent" "1" + } + + "ScoreShadow" + { + "ControlName" "CExLabel" + "fieldName" "ScoreShadow" + "xpos" "1" + "ypos" "11" + "zpos" "8" + "wide" "80" + "tall" "20" + "visible" "1" + "enabled" "1" + "textAlignment" "east" + "labelText" "%score%" + "font" "G_FontMedium" + "fgcolor" "G_Shadow" + "proportionalToParent" "1" + } + } + + "RedScoreValueContainer" + { + "ControlName" "EditablePanel" + "fieldName" "RedScoreValueContainer" + "xpos" "90" + "ypos" "r41" + "zpos" "10" + "wide" "90" + "tall" "30" + "visible" "1" + "enabled" "1" + "bgcolor_override" "0 0 0 0" + "proportionalToParent" "1" + + "Score" + { + "ControlName" "CExLabel" + "fieldName" "Score" + "xpos" "10" + "ypos" "10" + "zpos" "8" + "wide" "80" + "tall" "20" + "visible" "1" + "enabled" "1" + "textAlignment" "west" + "labelText" "%score%" + "font" "G_FontMedium" + "fgcolor" "G_White" + "proportionalToParent" "1" + } + + "ScoreShadow" + { + "ControlName" "CExLabel" + "fieldName" "ScoreShadow" + "xpos" "11" + "ypos" "11" + "zpos" "8" + "wide" "80" + "tall" "20" + "visible" "1" + "enabled" "1" + "textAlignment" "west" + "labelText" "%score%" + "font" "G_FontMedium" + "fgcolor" "G_Shadow" + "proportionalToParent" "1" + } + } + + "BlueStolenContainer" + { + "ControlName" "EditablePanel" + "fieldName" "BlueStolenContainer" + "xpos" "r45" + "ypos" "r77" + "zpos" "1" + "wide" "30" + "tall" "40" + "visible" "1" + "enabled" "1" + "bgcolor_override" "0 0 0 0" + "proportionalToParent" "1" + + "IntelImage" + { + "ControlName" "ImagePanel" + "fieldName" "IntelImage" + "xpos" "5" + "ypos" "19" + "zpos" "10" + "wide" "21" + "tall" "21" + "visible" "0" + "enabled" "1" + "image" "../HUD/obj_thief_red" + "scaleImage" "1" + "proportionalToParent" "1" + } + + "DroppedIntelContainer" + { + "ControlName" "EditablePanel" + "fieldName" "DroppedIntelContainer" + "xpos" "0" + "ypos" "20" + "zpos" "1" + "wide" "f0" + "tall" "f0" + "visible" "1" + "enabled" "1" + "bgcolor_override" "0 0 0 0" + + "proportionalToParent" "1" + + "DroppedIntelImage" + { + "ControlName" "ImagePanel" + "fieldName" "DroppedIntelImage" + "xpos" "0" + "ypos" "0" + "zpos" "0" + "wide" "f0" + "tall" "20" + "visible" "1" + "enabled" "1" + "image" "../HUD/obj_rd_thief_dropped_blue" + "scaleImage" "1" + "proportionalToParent" "1" + } + } + + "IntelValue" + { + "ControlName" "CExLabel" + "fieldName" "IntelValue" + "xpos" "0" + "ypos" "0" + "zpos" "12" + "wide" "f0" + "tall" "20" + "visible" "1" + "enabled" "1" + "textAlignment" "center" + "labelText" "%intelvalue%" + "font" "HudFontSmallishBold" + "fgcolor" "TanLight" + "bgcolor_override" "0 0 0 0" + "proportionalToParent" "1" + } + + "IntelValueShadow" + { + "ControlName" "CExLabel" + "fieldName" "IntelValueShadow" + "xpos" "1" + "ypos" "1" + "zpos" "11" + "wide" "f0" + "tall" "20" + "visible" "1" + "enabled" "1" + "textAlignment" "center" + "labelText" "%intelvalue%" + "font" "HudFontSmallishBold" + "fgcolor" "Black" + "proportionalToParent" "1" + } + } + + "RedStolenContainer" + { + "ControlName" "EditablePanel" + "fieldName" "RedStolenContainer" + "xpos" "r45" + "ypos" "r77" + "zpos" "1" + "wide" "30" + "tall" "40" + "visible" "1" + "enabled" "1" + "bgcolor_override" "0 0 0 0" + "proportionalToParent" "1" + + "IntelImage" + { + "ControlName" "ImagePanel" + "fieldName" "IntelImage" + "xpos" "5" + "ypos" "19" + "zpos" "10" + "wide" "21" + "tall" "21" + "visible" "0" + "enabled" "1" + "image" "../HUD/obj_thief_blue" + "scaleImage" "1" + "proportionalToParent" "1" + } + + "DroppedIntelContainer" + { + "ControlName" "EditablePanel" + "fieldName" "DroppedIntelContainer" + "xpos" "0" + "ypos" "20" + "zpos" "1" + "wide" "f0" + "tall" "f0" + "visible" "1" + "enabled" "1" + "bgcolor_override" "0 0 0 0" + + "proportionalToParent" "1" + + "DroppedIntelImage" + { + "ControlName" "ImagePanel" + "fieldName" "DroppedIntelImage" + "xpos" "0" + "ypos" "0" + "zpos" "0" + "wide" "f0" + "tall" "20" + "visible" "1" + "enabled" "1" + "image" "../HUD/obj_rd_thief_dropped_red" + "scaleImage" "1" + "proportionalToParent" "1" + } + } + + "IntelValue" + { + "ControlName" "CExLabel" + "fieldName" "IntelValue" + "xpos" "0" + "ypos" "0" + "zpos" "12" + "wide" "f0" + "tall" "20" + "visible" "1" + "enabled" "1" + "textAlignment" "center" + "labelText" "%intelvalue%" + "font" "HudFontSmallishBold" + "fgcolor" "TanLight" + "bgcolor_override" "0 0 0 0" + "proportionalToParent" "1" + } + + "IntelValueShadow" + { + "ControlName" "CExLabel" + "fieldName" "IntelValueShadow" + "xpos" "1" + "ypos" "1" + "zpos" "11" + "wide" "f0" + "tall" "20" + "visible" "1" + "enabled" "1" + "textAlignment" "center" + "labelText" "%intelvalue%" + "font" "HudFontSmallishBold" + "fgcolor" "Black" + "proportionalToParent" "1" + } + } + } + + "CountdownContainer" + { + "fieldName" "CountdownContainer" + "ControlName" "EditablePanel" + "xpos" "c-150" + "ypos" "r75" + "zpos" "1" + "wide" "300" + "tall" "110" + "visible" "0" + "enabled" "1" + "bgcolor_override" "0 0 0 0" + + "Background" + { + "ControlName" "CTFImagePanel" + "fieldName" "Background" + "xpos" "105" + "ypos" "10" + "zpos" "1" + "wide" "90" + "tall" "45" + "visible" "0" + "enabled" "1" + "image" "../hud/ammo_blue_bg" + "scaleImage" "1" + "teambg_2" "../hud/ammo_red_bg" + "teambg_3" "../hud/ammo_blue_bg" + "proportionalToParent" "1" + } + + "BackgroundColor" + { + "ControlName" "EditablePanel" + "fieldName" "BackgroundColor" + "xpos" "115" + "ypos" "15" + "zpos" "1" + "wide" "70" + "tall" "24" + "visible" "1" + "enabled" "1" + "bgcolor_override" "31 129 75 210" + "border" "G_TargetBorder" + "proportionalToParent" "1" + } + + "CountdownImage" + { + "ControlName" "ImagePanel" + "fieldName" "CountdownImage" + "xpos" "115" + "ypos" "15" + "zpos" "2" + "wide" "24" + "tall" "24" + "visible" "0" + "enabled" "1" + "image" "../hud/arrow_big_down" + "scaleImage" "1" + "proportionalToParent" "1" + } + + "CountdownLabelTime" + { + "ControlName" "CExLabel" + "fieldName" "CountdownLabelTime" + "xpos" "139" + "ypos" "15" + "zpos" "8" + "wide" "46" + "tall" "24" + "visible" "1" + "enabled" "1" + "textAlignment" "center" + "labelText" "%countdowntime%" + "font" "G_FontMedium" + "fgcolor" "G_White" + "proportionalToParent" "1" + "bgcolor_override" "200 0 0 0" + } + + "CountdownLabelTimeTimeShadow" + { + "ControlName" "CExLabel" + "fieldName" "CountdownLabelTimeTimeShadow" + "xpos" "140" + "ypos" "16" + "zpos" "8" + "wide" "46" + "tall" "24" + "visible" "1" + "enabled" "1" + "textAlignment" "center" + "labelText" "%countdowntime%" + "font" "G_FontMedium" + "fgcolor" "G_Shadow" + "proportionalToParent" "1" + } + } +} diff --git a/toonhud/resource/ui/hudobjectiverobotdestruction.res b/toonhud/resource/ui/hudobjectiverobotdestruction.res new file mode 100644 index 0000000..0b110e1 --- /dev/null +++ b/toonhud/resource/ui/hudobjectiverobotdestruction.res @@ -0,0 +1,918 @@ +"Resource/UI/HudObjectiveFlagPanel.res" +{ + "ObjectiveStatusRobotDestruction" + { + "ControlName" "EditablePanel" + "fieldName" "ObjectiveStatusRobotDestruction" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "f0" + "tall" "480" + "visible" "1" + "enabled" "1" + + "left_steal_edge_offset" "15" + "right_steal_edge_offset" "15" + "robot_x_offset" "8" + "robot_y_offset" "-1" + "robot_x_step" "30" + "robot_y_step" "0" + + "color_blue" "84 111 127 255" + "color_red" "171 59 59 255" + + "if_hybrid" + { + "zpos" "-1" + } + + "robot_kv" + { + "ControlName" "CTFHudRobotDestruction_RobotIndicator" + "xpos" "0" + "ypos" "0" + "wide" "16" + "tall" "300" + "zpos" "200" + "visible" "1" + "bgcolor_override" "0 0 0 0" + "PaintBackgroundType" "0" + "paintborder" "0" + "AutoResize" "0" + "skip_autoresize" "1" + } + + "bar_kv" + { + "ControlName" "ImagePanel" + "xpos" "0" + "ypos" "r35" + "zpos" "0" + "wide" "90" + "tall" "4" + "visible" "0" + "enabled" "0" + "labelText" "" + "image" "../hud/cart_track" + "scaleImage" "1" + "Alpha" "0" + } + } + + + "G_Borders" + { + "ControlName" "EditablePanel" + "fieldName" "G_Borders" + "xpos" "c-90" + "ypos" "r44" + "zpos" "40" + "wide" "180" + "tall" "32" + "paintborder" "1" + "border" "G_TargetBorder" + "visible" "1" + "enabled" "1" + } + + "Gradient" + { + "ControlName" "CTFImagePanel" + "fieldName" "Gradient" + "xpos" "c-90" + "ypos" "r44" + "zpos" "5" + "wide" "180" + "tall" "32" + "visible" "1" + "enabled" "1" + "image" "replay/thumbnails/gradient" + "scaleImage" "1" + } + + "Gradient2" + { + "ControlName" "CTFImagePanel" + "fieldName" "Gradient2" + "xpos" "c-90" + "ypos" "r30" + "zpos" "5" + "wide" "180" + "tall" "18" + "visible" "1" + "enabled" "1" + "image" "replay/thumbnails/gradient" + "scaleImage" "1" + } + + "G_BlueStripe" + { + "ControlName" "EditablePanel" + "fieldName" "G_BlueStripe" + "xpos" "c-90" + "ypos" "r30" + "zpos" "1" + "wide" "90" + "tall" "18" + "visible" "1" + "enabled" "1" + "paintbackground" "1" + "bgcolor_override" "G_TeamBlue" + } + + "G_RedStripe" + { + "ControlName" "EditablePanel" + "fieldName" "G_RedStripe" + "xpos" "c-90" + "ypos" "r30" + "zpos" "0" + "wide" "180" + "tall" "18" + "visible" "1" + "enabled" "1" + "paintbackground" "1" + "bgcolor_override" "G_TeamRed" + } + + "PlayingTo" + { + "ControlName" "CExLabel" + "fieldName" "PlayingTo" + "xpos" "c-90" + "ypos" "r10" + "zpos" "4" + "wide" "180" + "tall" "8" + "visible" "1" + "enabled" "1" + "labelText" "#TF_PlayingTo" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "font" "DefaultVerySmall" + "fgcolor" "G_White" + + "if_hybrid" + { + "visible" "0" + } + + "if_mvm" + { + "visible" "0" + } + + "if_specialdelivery" + { + "visible" "0" + } + } + + "PlayingToBG" + { + "ControlName" "CTFImagePanel" + "fieldName" "PlayingToBG" + "xpos" "c-75" + "ypos" "r31" + "zpos" "3" + "wide" "150" + "tall" "38" + "visible" "0" + "enabled" "0" + "image" "../hud/objectives_flagpanel_bg_playingto" + "scaleImage" "1" + "Alpha" "0" + + "if_hybrid" + { + "visible" "0" + } + + "if_mvm" + { + "visible" "0" + } + + "if_specialdelivery" + { + "visible" "0" + } + } + + "CarriedContainer" + { + "ControlName" "EditablePanel" + "fieldName" "CarriedContainer" + "xpos" "c-50" + "ypos" "r134" + "zpos" "1" + "wide" "100" + "tall" "66" + "visible" "0" + "enabled" "1" + "bgcolor_override" "0 0 0 0" + + "CarriedImage" + { + "ControlName" "ImagePanel" + "fieldName" "CarriedImage" + "xpos" "0" + "ypos" "0" + "zpos" "10" + "wide" "f0" + "tall" "f0" + "visible" "1" + "enabled" "1" + "image" "../hud/obj_rd_powersupply_outline" + "scaleImage" "1" + "proportionalToParent" "1" + } + + "CarriedProgressBar" + { + "fieldName" "CarriedProgressBar" + "ControlName" "ImagePanel" + "xpos" "0" + "ypos" "0" + "zpos" "10" + "wide" "f0" + "tall" "f0" + "scaleimage" "0" + "visible" "1" + "proportionalToParent" "1" + "positionImage" "0" + "drawcolor" "84 111 127 255" + "Image" "../HUD/obj_rd_powersupply_meter" + + "left_offset" "20" + "right_offset" "20" + "standard_color" "84 111 127 255" + "bright_color" "110 159 189 255" + "left_to_right" "1" + } + + "FlagValue" + { + "ControlName" "CExLabel" + "fieldName" "FlagValue" + "xpos" "c-50" + "ypos" "18" + "zpos" "11" + "wide" "100" + "tall" "31" + "visible" "1" + "enabled" "1" + "textAlignment" "center" + "labelText" "%flagvalue%" + "font" "G_FontMedium" + "fgcolor" "G_White" + "proportionalToParent" "1" + "bgcolor_override" "0 0 0 0" + } + + "FlagValueShadow" + { + "ControlName" "CExLabel" + "fieldName" "FlagValueShadow" + "xpos" "c-49" + "ypos" "19" + "zpos" "11" + "wide" "100" + "tall" "31" + "visible" "1" + "enabled" "1" + "textAlignment" "center" + "labelText" "%flagvalue%" + "font" "G_FontMedium" + "fgcolor" "G_Shadow" + "proportionalToParent" "1" + } + } + + + "ScoreContainer" + { + "fieldName" "ScoreContainer" + "ControlName" "EditablePanel" + "xpos" "c-90" + "ypos" "r160" + "zpos" "0" + "wide" "180" + "tall" "150" + "scaleimage" "0" + "visible" "1" + "enabled" "1" + "bgcolor_override" "0 0 0 0" + + "ProgressBarContainer" + { + "fieldName" "ProgressBarContainer" + "ControlName" "EditablePanel" + "xpos" "c-90" + "ypos" "r34" + "zpos" "1" + "wide" "180" + "tall" "15" + "visible" "1" + "enabled" "1" + "proportionalToParent" "1" + "bgcolor_override" "0 0 0 100" + "paintborder" "0" + "border" "G_TargetBorder" + + "ScoreOutline" + { + "fieldName" "ScoreOutline" + "ControlName" "ImagePanel" + "xpos" "0" + "ypos" "0" + "zpos" "0" + "wide" "f0" + "tall" "f0" + "scaleimage" "1" + "visible" "0" + "enabled" "0" + "Image" "../HUD/obj_rd_scorebar_outline" + "proportionalToParent" "1" + } + + "BlueVictoryContainer" + { + "fieldName" "BlueVictoryContainer" + "ControlName" "EditablePanel" + "xpos" "0" + "ypos" "0" + "zpos" "5" + "wide" "f0" + "tall" "f0" + "visible" "0" + "enabled" "1" + "proportionalToParent" "1" + + "VictoryLabel" + { + "ControlName" "CExLabel" + "fieldName" "VictoryLabel" + "xpos" "10" + "ypos" "0" + "zpos" "8" + "wide" "38" + "tall" "14" + "visible" "1" + "enabled" "1" + "textAlignment" "west" + "labelText" "#TF_RD_BlueFinale" + "font" "DefaultVerySmall" + "fgcolor" "G_White" + "proportionalToParent" "1" + } + + "VictoryLabelShadow" + { + "ControlName" "CExLabel" + "fieldName" "VictoryLabelShadow" + "xpos" "1" + "ypos" "1" + "zpos" "7" + "wide" "95" + "tall" "35" + "visible" "0" + "enabled" "0" + "textAlignment" "west" + "labelText" "#TF_RD_BlueFinale" + "font" "HudFontSmallBold" + "fgcolor" "Black" + "proportionalToParent" "1" + } + + "VictoryLabelTime" + { + "ControlName" "CExLabel" + "fieldName" "VictoryLabelTime" + "xpos" "0" + "ypos" "0" + "zpos" "8" + "wide" "16" + "tall" "14" + "visible" "1" + "enabled" "1" + "textAlignment" "west" + "labelText" "%victorytime%" + "font" "DefaultVerySmall" + "fgcolor" "G_White" + "proportionalToParent" "1" + + "pin_to_sibling" "VictoryLabel" + "pin_corner_to_sibling" "7" + "pin_to_sibling_corner" "5" + } + + "VictoryLabelTimeShadow" + { + "ControlName" "CExLabel" + "fieldName" "VictoryLabelTimeShadow" + "xpos" "1" + "ypos" "1" + "zpos" "7" + "wide" "55" + "tall" "35" + "visible" "0" + "enabled" "0" + "textAlignment" "west" + "labelText" "%victorytime%" + "font" "HudFontSmallBold" + "fgcolor" "Black" + "proportionalToParent" "1" + + "pin_to_sibling" "VictoryLabel" + "pin_corner_to_sibling" "7" + "pin_to_sibling_corner" "5" + } + } + + "BlueProgressBarFill" + { + "fieldName" "BlueProgressBarFill" + "ControlName" "ImagePanel" + "xpos" "0" + "ypos" "0" + "zpos" "2" + "wide" "f0" + "tall" "f0" + "scaleimage" "0" + "visible" "1" + "proportionalToParent" "1" + "positionImage" "0" + "drawcolor" "84 111 127 255" + "Image" "replay/thumbnails/fill" + + "left_offset" "0" + "right_offset" "90" + "standard_color" "84 111 127 255" + "bright_color" "110 159 189 255" + "left_to_right" "0" + "blink_threshold" "0.85" + "blink_rate" "3" + } + + "BlueProgressBarEscrow" + { + "fieldName" "BlueProgressBarEscrow" + "ControlName" "ImagePanel" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "f0" + "tall" "f0" + "scaleimage" "0" + "visible" "1" + "proportionalToParent" "1" + "positionImage" "0" + "drawcolor" "84 111 127 255" + "Image" "replay/thumbnails/fill" + + "left_offset" "0" + "right_offset" "90" + "standard_color" "60 80 92 255" + "bright_color" "84 111 127 255" + "left_to_right" "0" + "blink_threshold" "1" + "blink_rate" "10" + } + + "RedVictoryContainer" + { + "fieldName" "RedVictoryContainer" + "ControlName" "EditablePanel" + "xpos" "90" + "ypos" "0" + "zpos" "5" + "wide" "f0" + "tall" "f0" + "visible" "0" + "enabled" "1" + "proportionalToParent" "1" + + "VictoryLabel" + { + "ControlName" "CExLabel" + "fieldName" "VictoryLabel" + "xpos" "10" + "ypos" "0" + "zpos" "8" + "wide" "38" + "tall" "14" + "visible" "1" + "enabled" "1" + "textAlignment" "west" + "labelText" "#TF_RD_RedFinale" + "font" "DefaultVerySmall" + "fgcolor" "G_White" + "proportionalToParent" "1" + } + + "VictoryLabelShadow" + { + "ControlName" "CExLabel" + "fieldName" "VictoryLabelShadow" + "xpos" "141" + "ypos" "1" + "zpos" "7" + "wide" "90" + "tall" "35" + "visible" "0" + "enabled" "0" + "textAlignment" "west" + "labelText" "#TF_RD_RedFinale" + "font" "HudFontSmallBold" + "fgcolor" "Black" + "proportionalToParent" "1" + } + + "VictoryLabelTime" + { + "ControlName" "CExLabel" + "fieldName" "VictoryLabelTime" + "xpos" "0" + "ypos" "0" + "zpos" "8" + "wide" "16" + "tall" "14" + "visible" "1" + "enabled" "1" + "textAlignment" "west" + "labelText" "%victorytime%" + "font" "DefaultVerySmall" + "fgcolor" "G_White" + "proportionalToParent" "1" + + "pin_to_sibling" "VictoryLabel" + "pin_corner_to_sibling" "7" + "pin_to_sibling_corner" "5" + } + + "VictoryLabelTimeShadow" + { + "ControlName" "CExLabel" + "fieldName" "VictoryLabelTimeShadow" + "xpos" "1" + "ypos" "1" + "zpos" "7" + "wide" "55" + "tall" "35" + "visible" "0" + "enabled" "0" + "textAlignment" "west" + "labelText" "%victorytime%" + "font" "HudFontSmallBold" + "fgcolor" "Black" + "proportionalToParent" "1" + + "pin_to_sibling" "VictoryLabel" + "pin_corner_to_sibling" "7" + "pin_to_sibling_corner" "5" + } + } + + "RedProgressBarFill" + { + "fieldName" "RedProgressBarFill" + "ControlName" "ImagePanel" + "xpos" "0" + "ypos" "0" + "zpos" "2" + "wide" "f0" + "tall" "f0" + "scaleimage" "0" + "positionImage" "0" + "visible" "1" + "proportionalToParent" "1" + "drawcolor" "171 59 59 255" + "Image" "replay/thumbnails/fill" + + "left_offset" "90" + "right_offset" "0" + "standard_color" "171 59 59 255" + "bright_color" "222 65 65 255" + "left_to_right" "1" + "blink_threshold" "0.85" + "blink_rate" "3" + } + + "RedProgressBarEscrow" + { + "fieldName" "RedProgressBarEscrow" + "ControlName" "ImagePanel" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "f0" + "tall" "f0" + "scaleimage" "0" + "positionImage" "0" + "visible" "1" + "proportionalToParent" "1" + "drawcolor" "140 89 98 255" + "Image" "replay/thumbnails/fill" + + "left_offset" "90" + "right_offset" "0" + "standard_color" "128 42 42 255" + "bright_color" "173 56 56 255" + "left_to_right" "1" + "blink_threshold" "1" + "blink_rate" "10" + } + } + + "BlueScoreValueContainer" + { + "ControlName" "EditablePanel" + "fieldName" "BlueScoreValueContainer" + "xpos" "0" + "ypos" "r44" + "zpos" "50" + "wide" "90" + "tall" "24" + "visible" "1" + "enabled" "1" + "bgcolor_override" "0 0 0 0" + "proportionalToParent" "1" + + "Score" + { + "ControlName" "CExLabel" + "fieldName" "Score" + "xpos" "0" + "ypos" "10" + "zpos" "8" + "wide" "85" + "tall" "14" + "visible" "1" + "enabled" "1" + "textAlignment" "east" + "labelText" "%score%" + "font" "G_FontSmall" + "fgcolor" "G_White" + } + + "ScoreShadow" + { + "ControlName" "CExLabel" + "fieldName" "ScoreShadow" + "xpos" "1" + "ypos" "11" + "zpos" "7" + "wide" "85" + "tall" "14" + "visible" "1" + "enabled" "1" + "textAlignment" "east" + "labelText" "%score%" + "font" "G_FontSmall" + "fgcolor" "G_Shadow" + } + } + + "RedScoreValueContainer" + { + "ControlName" "EditablePanel" + "fieldName" "RedScoreValueContainer" + "xpos" "95" + "ypos" "r44" + "zpos" "50" + "wide" "90" + "tall" "24" + "visible" "1" + "enabled" "1" + "bgcolor_override" "0 0 0 0" + "proportionalToParent" "1" + + "Score" + { + "ControlName" "CExLabel" + "fieldName" "Score" + "xpos" "0" + "ypos" "10" + "zpos" "8" + "wide" "90" + "tall" "14" + "visible" "1" + "enabled" "1" + "textAlignment" "west" + "labelText" "%score%" + "font" "G_FontSmall" + "fgcolor" "G_White" + } + + "ScoreShadow" + { + "ControlName" "CExLabel" + "fieldName" "ScoreShadow" + "xpos" "1" + "ypos" "11" + "zpos" "7" + "wide" "90" + "tall" "14" + "visible" "1" + "enabled" "1" + "textAlignment" "west" + "labelText" "%score%" + "font" "G_FontSmall" + "fgcolor" "G_Shadow" + } + } + + "BlueStolenContainer" + { + "ControlName" "EditablePanel" + "fieldName" "BlueStolenContainer" + "xpos" "0" + "ypos" "r67" + "zpos" "1" + "wide" "30" + "tall" "30" + "visible" "1" + "enabled" "1" + "bgcolor_override" "0 0 0 0" + "proportionalToParent" "1" + + "IntelImage" + { + "ControlName" "ImagePanel" + "fieldName" "IntelImage" + "xpos" "5" + "ypos" "0" + "zpos" "10" + "wide" "20" + "tall" "20" + "visible" "0" + "enabled" "1" + "image" "../HUD/obj_thief_red" + "scaleImage" "1" + } + + "DroppedIntelContainer" + { + "ControlName" "EditablePanel" + "fieldName" "DroppedIntelContainer" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "30" + "tall" "30" + "visible" "1" + "enabled" "1" + "bgcolor_override" "0 0 0 0" + "proportionalToParent" "1" + + "DroppedIntelImage" + { + "ControlName" "ImagePanel" + "fieldName" "DroppedIntelImage" + "xpos" "0" + "ypos" "0" + "zpos" "0" + "wide" "30" + "tall" "20" + "visible" "1" + "enabled" "1" + "image" "../HUD/obj_rd_thief_dropped_blue" + "scaleImage" "1" + } + } + + "IntelValue" + { + "ControlName" "CExLabel" + "fieldName" "IntelValue" + "xpos" "0" + "ypos" "20" + "zpos" "12" + "wide" "30" + "tall" "10" + "visible" "1" + "enabled" "1" + "textAlignment" "center" + "labelText" "%intelvalue%" + "font" "G_FontSmall" + "fgcolor" "G_White" + "bgcolor_override" "0 0 0 0" + } + + "IntelValueShadow" + { + "ControlName" "CExLabel" + "fieldName" "IntelValueShadow" + "xpos" "1" + "ypos" "21" + "zpos" "11" + "wide" "30" + "tall" "10" + "visible" "1" + "enabled" "1" + "textAlignment" "center" + "labelText" "%intelvalue%" + "font" "G_FontSmall" + "fgcolor" "G_Shadow" + } + } + + "RedStolenContainer" + { + "ControlName" "EditablePanel" + "fieldName" "RedStolenContainer" + "xpos" "c+60" + "ypos" "r67" + "zpos" "1" + "wide" "30" + "tall" "30" + "visible" "1" + "enabled" "1" + "bgcolor_override" "0 0 0 0" + "proportionalToParent" "1" + + "IntelImage" + { + "ControlName" "ImagePanel" + "fieldName" "IntelImage" + "xpos" "5" + "ypos" "0" + "zpos" "10" + "wide" "20" + "tall" "20" + "visible" "0" + "enabled" "1" + "image" "../HUD/obj_thief_blue" + "scaleImage" "1" + } + + "DroppedIntelContainer" + { + "ControlName" "EditablePanel" + "fieldName" "DroppedIntelContainer" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "30" + "tall" "30" + "visible" "1" + "enabled" "1" + "bgcolor_override" "0 0 0 0" + "proportionalToParent" "1" + + "DroppedIntelImage" + { + "ControlName" "ImagePanel" + "fieldName" "DroppedIntelImage" + "xpos" "0" + "ypos" "0" + "zpos" "0" + "wide" "30" + "tall" "20" + "visible" "1" + "enabled" "1" + "image" "../HUD/obj_rd_thief_dropped_red" + "scaleImage" "1" + } + } + + "IntelValue" + { + "ControlName" "CExLabel" + "fieldName" "IntelValue" + "xpos" "0" + "ypos" "20" + "zpos" "12" + "wide" "30" + "tall" "10" + "visible" "1" + "enabled" "1" + "textAlignment" "center" + "labelText" "%intelvalue%" + "font" "G_FontSmall" + "fgcolor" "G_White" + "bgcolor_override" "0 0 0 0" + } + + "IntelValueShadow" + { + "ControlName" "CExLabel" + "fieldName" "IntelValueShadow" + "xpos" "1" + "ypos" "21" + "zpos" "11" + "wide" "30" + "tall" "10" + "visible" "1" + "enabled" "1" + "textAlignment" "center" + "labelText" "%intelvalue%" + "font" "G_FontSmall" + "fgcolor" "G_Shadow" + } + } + } +} diff --git a/toonhud/resource/ui/hudobjectivetimepanel.res b/toonhud/resource/ui/hudobjectivetimepanel.res new file mode 100644 index 0000000..959d9c3 --- /dev/null +++ b/toonhud/resource/ui/hudobjectivetimepanel.res @@ -0,0 +1,341 @@ +"Resource/UI/HudObjectiveTimePanel.res" +{ + "TimePanelBG" + { + "ControlName" "ScalableImagePanel" + "fieldName" "TimePanelBG" + "xpos" "0" + "ypos" "0" + "zpos" "2" + "wide" "60" + "tall" "21" + "visible" "1" + "enabled" "1" + "image" "../hud/objectives_timepanel_blue_bg" + "scaleImage" "1" + "src_corner_height" "23" + "src_corner_width" "23" + "draw_corner_width" "0" + "draw_corner_height" "0" + + if_match + { + "visible" "0" + } + } + + "Gradient" + { + "ControlName" "CTFImagePanel" + "fieldName" "Gradient" + "xpos" "0" + "ypos" "0" + "zpos" "3" + "wide" "60" + "tall" "21" + "visible" "1" + "enabled" "1" + "image" "replay/thumbnails/gradient" + "scaleImage" "1" + + if_match + { + "visible" "0" + } + } + + "TimePanelBorder" + { + "ControlName" "EditablePanel" + "fieldName" "TimePanelBorder" + "xpos" "0" + "ypos" "0" + "zpos" "4" + "wide" "60" + "tall" "21" + "visible" "1" + "enabled" "1" + "paintborder" "1" + "border" "G_TargetBorder" + + if_match + { + "visible" "0" + } + } + "TimePanelProgressBar" + { + "ControlName" "CTFProgressBar" + "fieldName" "TimePanelProgressBar" + "xpos" "67" + "ypos" "16" + "zpos" "4" + "wide" "20" + "tall" "20" + "visible" "0" + "visible_minmode" "0" + "enabled" "0" + "scaleImage" "1" + "image" "../hud/objectives_timepanel_progressbar" + "color_active" "TimerProgress.Active" + "color_inactive" "TimerProgress.InActive" + "color_warning" "TimerProgress.Warning" + "percent_warning" "0.75" + + if_match + { + "visible" "0" + } + } + "WaitingForPlayersLabel" + { + "ControlName" "CExLabel" + "fieldName" "WaitingForPlayersLabel" + "xpos" "0" + "ypos" "21" + "zpos" "5" + "wide" "60" + "tall" "10" + "visible" "0" + "enabled" "1" + "labelText" "#game_WaitingForPlayers" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "wrap" "0" + "font" "DefaultVerySmall" + "font_minmode" "DefaultVerySmall" + "textinsety" "-1" + "fgcolor_override" "G_GhostWhite" + + if_match + { + "proportionaltoparent" "1" + "xpos" "cs-0.5" + "wide" "76" + } + } + "WaitingForPlayersBG" + { + "ControlName" "EditablePanel" + "fieldName" "WaitingForPlayersBG" + "xpos" "0" + "ypos" "21" + "zpos" "4" + "wide" "60" + "tall" "10" + "visible" "0" + "enabled" "1" + "bgcolor_override" "G_PanelBg" + "paintborder" "1" + "border" "G_TimerSetupBorder" + + if_match + { + "proportionaltoparent" "1" + "xpos" "cs-0.5" + "wide" "76" + } + } + "OvertimeLabel" + { + "ControlName" "CExLabel" + "fieldName" "OvertimeLabel" + "xpos" "0" + "ypos" "21" + "zpos" "5" + "wide" "60" + "tall" "10" + "visible" "0" + "enabled" "1" + "labelText" "#game_Overtime" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "wrap" "0" + "font" "DefaultVerySmall" + "font_minmode" "DefaultVerySmall" + "textinsety" "-1" + "fgcolor_override" "G_GhostWhite" + + if_match + { + "proportionaltoparent" "1" + "xpos" "cs-0.5" + "wide" "76" + } + } + "OvertimeBG" + { + "ControlName" "EditablePanel" + "fieldName" "OvertimeBG" + "xpos" "0" + "ypos" "21" + "zpos" "4" + "wide" "60" + "tall" "10" + "visible" "0" + "enabled" "1" + "bgcolor_override" "G_PanelBg" + "paintborder" "1" + "border" "G_TimerSetupBorder" + + if_match + { + "proportionaltoparent" "1" + "xpos" "cs-0.5" + "wide" "76" + } + } + "SuddenDeathLabel" + { + "ControlName" "CExLabel" + "fieldName" "SuddenDeathLabel" + "xpos" "0" + "ypos" "21" + "zpos" "5" + "wide" "60" + "tall" "10" + "visible" "0" + "enabled" "1" + "labelText" "#game_SuddenDeath" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "wrap" "0" + "font" "DefaultVerySmall" + "font_minmode" "DefaultVerySmall" + "textinsety" "-1" + "fgcolor_override" "G_GhostWhite" + + if_match + { + "proportionaltoparent" "1" + "xpos" "cs-0.5" + "wide" "76" + } + } + "SuddenDeathBG" + { + "ControlName" "EditablePanel" + "fieldName" "SuddenDeathBG" + "xpos" "0" + "ypos" "21" + "zpos" "4" + "wide" "60" + "tall" "10" + "visible" "0" + "enabled" "1" + "bgcolor_override" "G_PanelBg" + "paintborder" "1" + "border" "G_TimerSetupBorder" + + if_match + { + "proportionaltoparent" "1" + "xpos" "cs-0.5" + "wide" "76" + } + } + "SetupLabel" + { + "ControlName" "CExLabel" + "fieldName" "SetupLabel" + "xpos" "0" + "ypos" "21" + "zpos" "5" + "wide" "60" + "tall" "10" + "visible" "0" + "enabled" "1" + "labelText" "#game_Setup" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "wrap" "0" + "font" "DefaultVerySmall" + "font_minmode" "DefaultVerySmall" + "textinsety" "-1" + "fgcolor_override" "G_GhostWhite" + + if_match + { + "proportionaltoparent" "1" + "xpos" "cs-0.5" + "wide" "76" + } + } + "SetupBG" + { + "ControlName" "EditablePanel" + "fieldName" "SetupBG" + "xpos" "0" + "ypos" "21" + "zpos" "4" + "wide" "60" + "tall" "10" + "visible" "0" + "enabled" "1" + "bgcolor_override" "G_PanelBg" + "paintborder" "1" + "border" "G_TimerSetupBorder" + + if_match + { + "proportionaltoparent" "1" + "xpos" "cs-0.5" + "wide" "76" + } + } + + "ServerTimeLimitLabel" + { + "ControlName" "CExLabel" + "fieldName" "ServerTimeLimitLabel" + "xpos" "0" + "ypos" "21" + "zpos" "1" + "wide" "60" + "tall" "10" + "visible" "0" + "enabled" "1" + "labelText" "%servertimeleft%" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "wrap" "0" + "font" "DefaultVerySmall" + "font_minmode" "DefaultVerySmall" + "textinsety" "-1" + "fgcolor_override" "G_GhostWhite" + + if_match + { + "proportionaltoparent" "1" + "xpos" "cs-0.5" + "wide" "76" + } + } + "ServerTimeLimitLabelBG" + { + "ControlName" "EditablePanel" + "fieldName" "ServerTimeLimitLabelBG" + "xpos" "0" + "ypos" "21" + "zpos" "0" + "wide" "60" + "tall" "10" + "visible" "0" + "enabled" "1" + "bgcolor_override" "G_PanelBg" + "paintborder" "1" + "border" "G_TimerSetupBorder" + + if_match + { + "proportionaltoparent" "1" + "xpos" "cs-0.5" + "wide" "76" + } + } +} diff --git a/toonhud/resource/ui/hudpasstimeballstatus.res b/toonhud/resource/ui/hudpasstimeballstatus.res new file mode 100644 index 0000000..0c85e10 --- /dev/null +++ b/toonhud/resource/ui/hudpasstimeballstatus.res @@ -0,0 +1,658 @@ +"Resource/UI/HudPasstimeBallStatus.res" +{ + "HudPasstimeBallStatus" + { + "ControlName" "EditablePanel" + "fieldName" "HudPasstimeBallStatus" + "xpos" "0" + "ypos" "0" + "zpos" "100" + "wide" "f0" + "tall" "f0" + "visible" "1" + "enabled" "1" + } + + "EventTitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "EventTitleLabel" + "dropshadow" "1" + "font" "G_FontMedium" + "xpos" 0 + "ypos" c100 + "zpos" "3" + "wide" "f" + "tall" "25" + "visible" "1" + "enabled" "1" + "textAlignment" "center" + "labelText" "A TEAM STOLE THE BALL" + fgcolor_override "G_White" + } + + "EventBonusLabel" + { + "ControlName" "CExLabel" + "fieldName" "EventBonusLabel" + "font" "G_FontSmall" + "dropshadow" "1" + "xpos" 0 + "ypos" 0 + "zpos" "3" + "wide" "f" + "tall" "20" + "visible" "1" + "enabled" "1" + "textAlignment" "center" + "labelText" "" + fgcolor_override "G_Yellow" + pin_to_sibling EventTitleLabel + pin_corner_to_sibling 6 + pin_to_sibling_corner 4 + } + + "EventDetailLabel" + { + "ControlName" "CExLabel" + "fieldName" "EventDetailLabel" + "font" "G_FontSmall_2" + "dropshadow" "1" + "xpos" 0 + "ypos" 0 + "zpos" "3" + "wide" "f" + "tall" "24" + "visible" "1" + "enabled" "1" + "textAlignment" "center" + "labelText" "A TEAM STOLE THE BALL" + fgcolor_override "G_White" + pin_to_sibling EventTitleLabel + pin_corner_to_sibling 4 + pin_to_sibling_corner 6 + } + + "ProgressLevelBar" + { + "ControlName" "ImagePanel" + "fieldName" "ProgressLevelBar" + "xpos" "c-90" + "ypos" "r74" + "zpos" "0" + "wide" "180" + "tall" "22" + "visible" "1" + "enabled" "1" + "labelText" "" + "image" "../passtime/hud/passtime_ballcontrol_bar" + "scaleImage" "1" + } + + "BlueProgressEnd" + { + // tells the code where the end of the progress bar is since the image + // might be padded for npot reasons. + "ControlName" "Panel" + "fieldName" "BlueProgressEnd" + "xpos" "c-75" + "ypos" "r64" + "visible" "0" + } + + "RedProgressEnd" + { + // tells the code where the end of the progress bar is since the image + // might be padded for npot reasons. + "ControlName" "Panel" + "fieldName" "RedProgressEnd" + "xpos" "c75" + "ypos" "r64" + "visible" "0" + } + + "GoalBlue0" + { + "ControlName" "ImagePanel" + "fieldName" "GoalBlue0" + "xpos" "c-79" + "ypos" "r69" + "zpos" "1" + "wide" "12" + "tall" "12" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "tabPosition" "0" + "labelText" "" + "image" "../passtime/hud/passtime_goal_blue_icon" + "scaleImage" "1" + } + + "GoalBlue1" + { + "ControlName" "ImagePanel" + "fieldName" "GoalBlue1" + "xpos" "c-61" + "ypos" "r69" + "zpos" "1" + "wide" "12" + "tall" "12" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "tabPosition" "0" + "labelText" "" + "image" "../passtime/hud/passtime_goal_blue_icon" + "scaleImage" "1" + } + + "GoalBlue2" + { + "ControlName" "ImagePanel" + "fieldName" "GoalBlue2" + "xpos" "c-47" + "ypos" "r69" + "zpos" "1" + "wide" "12" + "tall" "12" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "tabPosition" "0" + "labelText" "" + "image" "../passtime/hud/passtime_goal_blue_icon" + "scaleImage" "1" + } + + "GoalRed0" + { + "ControlName" "ImagePanel" + "fieldName" "GoalRed0" + "xpos" "c67" + "ypos" "r69" + "zpos" "1" + "wide" "12" + "tall" "12" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "tabPosition" "0" + "labelText" "" + "image" "../passtime/hud/passtime_goal_red_icon" + "scaleImage" "1" + } + + "GoalRed1" + { + "ControlName" "ImagePanel" + "fieldName" "GoalRed1" + "xpos" "c49" + "ypos" "r69" + "zpos" "1" + "wide" "12" + "tall" "12" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "tabPosition" "0" + "labelText" "" + "image" "../passtime/hud/passtime_goal_red_icon" + "scaleImage" "1" + } + + + "GoalRed2" + { + "ControlName" "ImagePanel" + "fieldName" "GoalRed2" + "xpos" "c35" + "ypos" "r69" + "zpos" "1" + "wide" "12" + "tall" "12" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "tabPosition" "0" + "labelText" "" + "image" "../passtime/hud/passtime_goal_red_icon" + "scaleImage" "1" + } + + "ProgressBallIcon" + { + "ControlName" "ImagePanel" + "fieldName" "ProgressBallIcon" + "xpos" "0" + "ypos" "0" + "zpos" "10" + "wide" "30" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "" + "image" "../passtime/hud/passtime_ball" + "scaleImage" "1" + } + + "ProgressSelfPlayerIcon" + { + "ControlName" "ImagePanel" + "fieldName" "ProgressSelfPlayerIcon" + "xpos" "0" + "ypos" "0" + "zpos" "-100" + "wide" "36" + "tall" "36" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "" + "scaleImage" "1" + } + + "ProgressBallCarrierName" + { + "ControlName" "Label" + "fieldName" "ProgressBallCarrierName" + "font" "DefaultVerySmall" + "visible" "1" + "enabled" "1" + "zpos" "-400" + "xpos" "0" + "ypos" "4" + "wide" "120" + "tall" "10" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "1" + "labelText" "NameOfCarrier" + "fgcolor_override" "G_White" + "bgcolor_override" "0 0 0 100" + "paintbackgroundtype" "2" + pin_to_sibling ProgressLevelBar + pin_corner_to_sibling 4 + pin_to_sibling_corner 6 + } + + "BallPowerCluster" + { + "ControlName" "EditablePanel" + "fieldName" "BallPowerCluster" + "xpos" "0" + "ypos" "32" + "zpos" "5" + "wide" "f0" + "tall" "f0" + "autoResize" "0" + "visible" "1" + "enabled" "1" + + "BallPowerMeterFrame" + { + "ControlName" "ImagePanel" + "fieldName" "BallPowerMeterFrame" + "xpos" "c-100" + "ypos" "0" + "zpos" "5" + "wide" "200" + "tall" "50" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "image" "../passtime/hud/passtime_powerball_meter_frame" + "scaleImage" "1" + } + + "BallPowerMeterFinalSectionContainer" + { + // This exists because the bar is filled by changing the width dynamically + // and if you change the width of the ImagePanel, it will stretch the image. + // But if you instead change the width of this container, the image is simply + // cut off instead of stretched. + // Also so that the bar is clipped nicely to the border. + "ControlName" "EditablePanel" + "fieldName" "BallPowerMeterFinalSectionContainer" + "xpos" "c-85" + "ypos" "16" + "zpos" "3" + "wide" "168" + "tall" "18" + "visible" "1" + "enabled" "1" + + "BallPowerMeterFinalSection" + { + "ControlName" "ImagePanel" + "fieldName" "BallPowerMeterFinalSection" + "xpos" "0" + "ypos" "0" + "zpos" "0" + "wide" "168" + "tall" "18" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "image" "white" + "scaleImage" "1" + } + } + + + "BallPowerMeterFillContainer" + { + // This exists because the bar is filled by changing the width dynamically + // and if you change the width of the ImagePanel, it will stretch the image. + // But if you instead change the width of this container, the image is simply + // cut off instead of stretched. + // Also so that the bar is clipped nicely to the border. + "ControlName" "EditablePanel" + "fieldName" "BallPowerMeterFillContainer" + "xpos" "c-85" + "ypos" "16" + "zpos" "4" + "wide" "168" + "tall" "18" + "visible" "1" + "enabled" "1" + + "BallPowerMeterFill" + { + "ControlName" "ImagePanel" + "fieldName" "BallPowerMeterFill" + "xpos" "0" + "ypos" "0" + "zpos" "0" + "wide" "168" + "tall" "18" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "image" "white" + "scaleImage" "1" + } + } + } + + "playericon0" + { + "ControlName" "ImagePanel" + "fieldName" "playericon0" + wide 10 + tall 10 + } + + "playericon1" + { + "ControlName" "ImagePanel" + "fieldName" "playericon1" + wide 10 + tall 10 + } + + "playericon2" + { + "ControlName" "ImagePanel" + "fieldName" "playericon2" + wide 10 + tall 10 + } + + "playericon3" + { + "ControlName" "ImagePanel" + "fieldName" "playericon3" + wide 10 + tall 10 + } + + "playericon4" + { + "ControlName" "ImagePanel" + "fieldName" "playericon4" + wide 10 + tall 10 + } + + "playericon5" + { + "ControlName" "ImagePanel" + "fieldName" "playericon5" + wide 10 + tall 10 + } + + "playericon6" + { + "ControlName" "ImagePanel" + "fieldName" "playericon6" + wide 10 + tall 10 + } + + "playericon7" + { + "ControlName" "ImagePanel" + "fieldName" "playericon7" + wide 10 + tall 10 + } + + "playericon8" + { + "ControlName" "ImagePanel" + "fieldName" "playericon8" + wide 10 + tall 10 + } + + "playericon9" + { + "ControlName" "ImagePanel" + "fieldName" "playericon9" + wide 10 + tall 10 + } + + "playericon10" + { + "ControlName" "ImagePanel" + "fieldName" "playericon10" + wide 10 + tall 10 + } + + "playericon11" + { + "ControlName" "ImagePanel" + "fieldName" "playericon11" + wide 10 + tall 10 + } + + "playericon12" + { + "ControlName" "ImagePanel" + "fieldName" "playericon12" + wide 10 + tall 10 + } + + "playericon13" + { + "ControlName" "ImagePanel" + "fieldName" "playericon13" + wide 10 + tall 10 + } + + "playericon14" + { + "ControlName" "ImagePanel" + "fieldName" "playericon14" + wide 10 + tall 10 + } + + "playericon15" + { + "ControlName" "ImagePanel" + "fieldName" "playericon15" + wide 10 + tall 10 + } + + "playericon16" + { + "ControlName" "ImagePanel" + "fieldName" "playericon16" + wide 10 + tall 10 + } + + "playericon17" + { + "ControlName" "ImagePanel" + "fieldName" "playericon17" + wide 10 + tall 10 + } + + "playericon18" + { + "ControlName" "ImagePanel" + "fieldName" "playericon18" + wide 10 + tall 10 + } + + "playericon19" + { + "ControlName" "ImagePanel" + "fieldName" "playericon19" + wide 10 + tall 10 + } + + "playericon20" + { + "ControlName" "ImagePanel" + "fieldName" "playericon20" + wide 10 + tall 10 + } + + "playericon21" + { + "ControlName" "ImagePanel" + "fieldName" "playericon21" + wide 10 + tall 10 + } + + "playericon22" + { + "ControlName" "ImagePanel" + "fieldName" "playericon22" + wide 10 + tall 10 + } + + "playericon23" + { + "ControlName" "ImagePanel" + "fieldName" "playericon23" + wide 10 + tall 10 + } + + "playericon24" + { + "ControlName" "ImagePanel" + "fieldName" "playericon24" + wide 10 + tall 10 + } + + "playericon25" + { + "ControlName" "ImagePanel" + "fieldName" "playericon25" + wide 10 + tall 10 + } + + "playericon26" + { + "ControlName" "ImagePanel" + "fieldName" "playericon26" + wide 10 + tall 10 + } + + "playericon27" + { + "ControlName" "ImagePanel" + "fieldName" "playericon27" + wide 10 + tall 10 + } + + "playericon28" + { + "ControlName" "ImagePanel" + "fieldName" "playericon28" + wide 10 + tall 10 + } + + "playericon29" + { + "ControlName" "ImagePanel" + "fieldName" "playericon29" + wide 10 + tall 10 + } + + "playericon30" + { + "ControlName" "ImagePanel" + "fieldName" "playericon30" + wide 10 + tall 10 + } + + "playericon31" + { + "ControlName" "ImagePanel" + "fieldName" "playericon31" + wide 10 + tall 10 + } + + "playericon32" + { + "ControlName" "ImagePanel" + "fieldName" "playericon32" + wide 10 + tall 10 + } +} \ No newline at end of file diff --git a/toonhud/resource/ui/hudpasstimepassnotify.res b/toonhud/resource/ui/hudpasstimepassnotify.res new file mode 100644 index 0000000..2e84a42 --- /dev/null +++ b/toonhud/resource/ui/hudpasstimepassnotify.res @@ -0,0 +1,152 @@ +// enum PinCorner_e +// { +// PIN_TOPLEFT = 0, +// PIN_TOPRIGHT, +// PIN_BOTTOMLEFT, +// PIN_BOTTOMRIGHT, + +// // For sibling pinning +// PIN_CENTER_TOP, +// PIN_CENTER_RIGHT, +// PIN_CENTER_BOTTOM, +// PIN_CENTER_LEFT, +// }; + +"Resource/UI/HudPasstimePassNotify.res" +{ + "HudPasstimePassNotify" + { + "ControlName" "EditablePanel" + "fieldName" "HudPasstimePassNotify" + "xpos" "0" + "ypos" "16" + "zpos" "0" + "wide" "f0" + "tall" "480" + "visible" "1" + "enabled" "1" + } + + TextBox + { + ControlName EditablePanel + fieldName TextBox + xpos c-100 + ypos 40 + zpos 1 + wide 200 + tall 30 + visible 1 + enabled 1 + border NoBorder + RoundedCorners 0 + "bgcolor_override" "G_ItemDescriptionPanelBg" + "Alpha" "150" + + TextInPassRange + { + ControlName CExLabel + fieldName TextInPassRange + font G_FontSmall + xpos 0 + ypos 0 + zpos 3 + wide 200 + tall 15 + visible 1 + enabled 1 + centerwrap 1 + textAlignment center + labelText #Msg_PasstimeInPassRange + fgcolor_override "G_White" + } + + TextLockedOn + { + ControlName CExLabel + fieldName TextLockedOn + font G_FontSmall + xpos 0 + ypos 0 + zpos 3 + wide 200 + tall 15 + visible 1 + enabled 1 + centerwrap 1 + textAlignment center + labelText #Msg_PasstimeLockedOn + fgcolor_override "G_White" + } + + TextPassIncoming + { + ControlName CExLabel + fieldName TextPassIncoming + font G_FontSmall + xpos 0 + ypos 4 + zpos 3 + wide 200 + tall 15 + visible 1 + enabled 1 + centerwrap 1 + textAlignment center + labelText #Msg_PasstimePassIncoming + fgcolor_override "G_White" + } + + TextPlayerName + { + ControlName CExLabel + fieldName TextPlayerName + font G_FontSmall_2 + xpos 0 + ypos 15 + zpos 3 + wide 200 + tall 15 + visible 1 + enabled 1 + textAlignment center + labelText "WWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWW" + fgcolor_override "G_White" + } + } + + + "PassLockIndicator" + { + ControlName ImagePanel + fieldName PassLockIndicator + xpos -8 + ypos 14 + wide 64 + tall 64 + visible 1 + enabled 1 + scaleImage 1 + image "../passtime/hud/passtime_ball_reticle_incomingpass" + pin_to_sibling TextBox + pin_corner_to_sibling 0 + pin_to_sibling_corner 1 + } + + "SpeechIndicator" + { + ControlName ImagePanel + fieldName SpeechIndicator + xpos 8 + ypos 8 + wide 48 + tall 48 + visible 1 + enabled 1 + scaleImage 1 + image "../passtime/hud/passtime_pass_to_me_prompt" + pin_to_sibling TextBox + pin_corner_to_sibling 1 + pin_to_sibling_corner 0 + } +} \ No newline at end of file diff --git a/toonhud/resource/ui/hudpasstimeteamscore.res b/toonhud/resource/ui/hudpasstimeteamscore.res new file mode 100644 index 0000000..23291c7 --- /dev/null +++ b/toonhud/resource/ui/hudpasstimeteamscore.res @@ -0,0 +1,265 @@ +"Resource/UI/HudPasstimeTeamScore.res" +{ + "HudTeamScore" + { + "ControlName" "EditablePanel" + "fieldName" "HudPasstimeTeamScore" + "xpos" "0" + "ypos" "25" + "zpos" "0" + "wide" "f0" + "tall" "480" + "visible" "1" + "enabled" "1" + } + + "G_Borders" + { + "ControlName" "EditablePanel" + "fieldName" "G_Borders" + "xpos" "c-60" + "ypos" "r51" + "zpos" "50" + "wide" "120" + "tall" "20" + "paintborder" "1" + "border" "G_TargetBorder" + "visible" "1" + "enabled" "1" + } + + "Gradient" + { + "ControlName" "CTFImagePanel" + "fieldName" "Gradient" + "xpos" "c-60" + "ypos" "r51" + "zpos" "5" + "wide" "120" + "tall" "20" + "visible" "1" + "enabled" "1" + "image" "replay/thumbnails/gradient" + "scaleImage" "1" + } + + "G_BluePanel" + { + "ControlName" "EditablePanel" + "fieldName" "G_BluePanel" + "xpos" "c-60" + "ypos" "r51" + "wide" "51" + "tall" "20" + "zpos" "2" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "paintbackground" "1" + "bgcolor_override" "G_TeamBlue" + } + + "G_RedPanel" + { + "ControlName" "EditablePanel" + "fieldName" "G_RedPanel" + "xpos" "c-10" + "ypos" "r51" + "wide" "70" + "tall" "20" + "zpos" "3" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "paintbackground" "1" + "bgcolor_override" "G_TeamRed" + } + + "G_Slash" + { + "ControlName" "CExLabel" + "fieldName" "G_Slash" + "font" "G_Slash" + "labelText" "/" + "textAlignment" "west" + "xpos" "c-10" [$WINDOWS] + "xpos" "c-11" [!$WINDOWS] + "ypos" "r51" + "wide" "20" + "tall" "20" [$WINDOWS] + "tall" "21" [!$WINDOWS] + "zpos" "4" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor" "G_TeamBlue" + } + + "LeftSideBG" + { + "ControlName" "ImagePanel" + "fieldName" "LeftSideBG" + "xpos" "c-140" + "ypos" "r95" + "zpos" "1" + "wide" "280" + "tall" "80" + "visible" "0" + "enabled" "0" + "image" "../hud/objectives_flagpanel_bg_left" + "scaleImage" "1" + } + + "RightSideBG" + { + "ControlName" "ImagePanel" + "fieldName" "RightSideBG" + "xpos" "c-140" + "ypos" "r95" + "zpos" "1" + "wide" "280" + "tall" "80" + "visible" "0" + "enabled" "0" + "image" "../hud/objectives_flagpanel_bg_right" + "scaleImage" "1" + } + + "OutlineBG" + { + "ControlName" "ImagePanel" + "fieldName" "OutlineBG" + "xpos" "c-140" + "ypos" "r95" + "zpos" "2" + "wide" "280" + "tall" "80" + "visible" "0" + "enabled" "0" + "image" "../hud/objectives_flagpanel_bg_outline" + "scaleImage" "1" + } + + "BlueScore" + { + "ControlName" "CExLabel" + "fieldName" "BlueScore" + "xpos" "c-60" + "ypos" "r51" + "zpos" "9" + "wide" "50" + "tall" "20" + "visible" "1" + "enabled" "1" + "textAlignment" "center" + "textinsetx" "20" + "labelText" "%bluescore%" + "font" "G_FontMedium" + "fgcolor" "G_White" + } + + "BlueScoreShadow" + { + "ControlName" "CExLabel" + "fieldName" "BlueScoreShadow" + "xpos" "c-118" + "ypos" "r66" + "zpos" "7" + "wide" "80" + "tall" "35" + "visible" "0" + "enabled" "0" + "textAlignment" "west" + "labelText" "%bluescore%" + "font" "HudFontBig" + "fgcolor" "Black" + } + + "RedScore" + { + "ControlName" "CExLabel" + "fieldName" "RedScore" + "xpos" "c+10" + "ypos" "r51" + "zpos" "9" + "wide" "50" + "tall" "20" + "visible" "1" + "enabled" "1" + "textAlignment" "center" + "textinsetx" "20" + "labelText" "%redscore%" + "font" "G_FontMedium" + "fgcolor" "G_White" + } + + "RedScoreShadow" + { + "ControlName" "CExLabel" + "fieldName" "RedScoreShadow" + "xpos" "c44" + "ypos" "r66" + "zpos" "7" + "wide" "80" + "tall" "35" + "visible" "0" + "enabled" "0" + "textAlignment" "east" + "labelText" "%redscore%" + "font" "HudFontBig" + "fgcolor" "Black" + } + + "PlayingToCluster" + { + "ControlName" "EditablePanel" + "fieldName" "PlayingToCluster" + "xpos" "0" + "ypos" "0" + "zpos" "10" + "wide" "f0" + "tall" "480" + "visible" "1" + "enabled" "1" + + "PlayingTo" + { + "ControlName" "CExLabel" + "fieldName" "PlayingTo" + "xpos" "c-60" + "ypos" "r61" + "zpos" "12" + "wide" "120" + "tall" "10" + "visible" "1" + "enabled" "1" + "labelText" "#TF_PlayingTo" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "font" "DefaultVerySmall" + "fgcolor" "G_White" + "centerwrap" "1" + "bgcolor_override" "200 0 0 0" + } + + "PlayingToBG" + { + "ControlName" "CTFImagePanel" + "fieldName" "PlayingToBG" + "xpos" "c-75" + "ypos" "r60" + "zpos" "3" + "wide" "150" + "tall" "38" + "visible" "0" + "enabled" "0" + "image" "../hud/objectives_flagpanel_bg_playingto" + "image_hidef" "../hud/objectives_flagpanel_bg_playingto_hidef" + "scaleImage" "1" + } + } +} \ No newline at end of file diff --git a/toonhud/resource/ui/hudplayerclass.res b/toonhud/resource/ui/hudplayerclass.res new file mode 100644 index 0000000..887172a --- /dev/null +++ b/toonhud/resource/ui/hudplayerclass.res @@ -0,0 +1,352 @@ +"Resource/UI/HudPlayerClass.res" +{ + // player class data + "HudPlayerClass" + { + "ControlName" "EditablePanel" + "fieldName" "HudPlayerClass" + "xpos" "0" + "ypos" "0" + "zpos" "20" + "wide" "f0" + "tall" "480" + "visible" "1" + "enabled" "1" + } + "PlayerStatusClassImage" + { + "ControlName" "CTFClassImage" + "fieldName" "PlayerStatusClassImage" + "xpos" "-9999" + "ypos" "-9999" + "zpos" "2" + "wide" "50" + "tall" "50" + "visible" "1" + "enabled" "1" + "image" "../hud/class_scoutred" + "scaleImage" "1" + } + "PlayerStatusSpyImage" + { + "ControlName" "CTFImagePanel" + "fieldName" "PlayerStatusSpyImage" + "xpos" "-9999" + "ypos" "-9999" + "zpos" "2" + "wide" "40" + "tall" "40" + "visible" "0" + "enabled" "0" + "image" "../hud/class_spyred" + "scaleImage" "1" + "teambg_2" "../hud/class_spyred" + "teambg_3" "../hud/class_spyblue" + "Alpha" "0" + } + "PlayerStatusSpyOutlineImage" + { + "ControlName" "CTFImagePanel" + "fieldName" "PlayerStatusSpyOutlineImage" + "xpos" "3" + "ypos" "r67" + "zpos" "7" + "wide" "55" + "wide_minmode" "27" + "tall" "55" + "tall_minmode" "27" + "visible" "0" + "enabled" "1" + "image" "../hud/class_spy_outline" + "scaleImage" "1" + } + "PlayerStatusClassImageBG" + { + "ControlName" "CTFImagePanel" + "fieldName" "PlayerStatusClassImageBG" + "xpos" "9" + "ypos" "r60" + "zpos" "1" + "wide" "100" + "tall" "50" + "visible" "0" + "enabled" "0" + "image" "../hud/character_red_bg" + "scaleImage" "1" + "teambg_2" "../hud/character_red_bg" + "teambg_2_lodef" "../hud/character_red_bg_lodef" + "teambg_3" "../hud/character_blue_bg" + "teambg_3_lodef" "../hud/character_blue_bg_lodef" + "Alpha" "0" + } + + "classmodelpanelBG" + { + "ControlName" "CTFImagePanel" + "fieldName" "classmodelpanelBG" + "xpos" "0" + "ypos" "r0" + "zpos" "50" + "wide" "0" + "tall" "0" + "visible" "-9999" + "enabled" "-9999" + "scaleImage" "1" + "image" "replay/thumbnails/redcorner" + "teambg_2" "replay/thumbnails/redcorner" + "teambg_3" "replay/thumbnails/bluecorner" + } + + "classmodelpanel" + { + "ControlName" "CTFPlayerModelPanel" + "fieldName" "classmodelpanel" + + "xpos" "-9999" + "ypos" "-9999" + "zpos" "2" + "wide" "240" + "tall" "200" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + + "render_texture" "0" + "fov" "52" + "allow_rot" "1" + + "model" + { + "force_pos" "1" + + "angles_x" "0" + "angles_y" "172" + "angles_z" "0" + "origin_x" "200" + "origin_y" "0" + "origin_z" "-60" + "frame_origin_x" "0" + "frame_origin_y" "0" + "frame_origin_z" "0" + "spotlight" "1" + "fov" "100" + + "modelname" "" + + } + + "customclassdata" + { + "undefined" + { + "fov" "100" + "angles_x" "-17" + "angles_y" "200" + "angles_z" "-10" + "origin_x" "105" + "origin_y" "5" + "origin_z" "-78" + } + "Scout" + { + "fov" "11" + "angles_x" "-5" + "angles_y" "200" + "angles_z" "0" + "origin_x" "825" + "origin_y" "60" + "origin_z" "-98" + } + "Sniper" + { + "fov" "12" + "angles_x" "0" + "angles_y" "200" + "angles_z" "0" + "origin_x" "805" + "origin_y" "58" + "origin_z" "-108" + } + "Soldier" + { + "fov" "13" + "angles_x" "0" + "angles_y" "190" + "angles_z" "0" + "origin_x" "805" + "origin_y" "63" + "origin_z" "-108" + } + "Demoman" + { + "fov" "13" + "angles_x" "-3" + "angles_y" "200" + "angles_z" "0" + "origin_x" "805" + "origin_y" "63" + "origin_z" "-108" + } + "Medic" + { + "fov" "13" + "angles_x" "0" + "angles_y" "200" + "angles_z" "0" + "origin_x" "805" + "origin_y" "63" + "origin_z" "-108" + } + "Heavy" + { + "fov" "13" + "angles_x" "0" + "angles_y" "200" + "angles_z" "0" + "origin_x" "805" + "origin_y" "63" + "origin_z" "-108" + } + "Pyro" + { + "fov" "13" + "angles_x" "0" + "angles_y" "210" + "angles_z" "0" + "origin_x" "805" + "origin_y" "67" + "origin_z" "-108" + } + "Spy" + { + "fov" "12" + "angles_x" "-3" + "angles_y" "200" + "angles_z" "0" + "origin_x" "805" + "origin_y" "60" + "origin_z" "-108" + } + "Engineer" + { + "fov" "12" + "angles_x" "0" + "angles_y" "200" + "angles_z" "0" + "origin_x" "805" + "origin_y" "60" + "origin_z" "-100" + } + } + } + + "CarryingWeapon" + { + "ControlName" "EditablePanel" + "fieldName" "CarryingWeapon" + "xpos" "0" + "ypos" "r20" + "zpos" "100" + "wide" "500" + "tall" "28" + + "CarryingBackground" + { + "ControlName" "CTFImagePanel" + "fieldName" "CarryingBackground" + "xpos" "0" + "ypos" "0" + "zpos" "0" + "wide" "f0" + "tall" "f0" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "image" "../hud/color_panel_brown" + "scaleImage" "1" + "teambg_1" "../hud/color_panel_brown" + "teambg_2" "../hud/color_panel_red" + "teambg_2_lodef" "../hud/color_panel_red" + "teambg_3" "../hud/color_panel_blu" + "teambg_3_lodef" "../hud/color_panel_blu" + "proportionaltoparent" "1" + "paintborder" "1" + "border" "G_TargetBorder" + "src_corner_height" "23" + "src_corner_width" "23" + "draw_corner_width" "0" + "draw_corner_height" "0" + } + + "CarryingLabel" + { + "ControlName" "CExLabel" + "fieldName" "CarryingLabel" + "font" "G_FontSmall_2" + "font_minmode" "G_FontSmall_2" + "xpos" "5" + "ypos" "3" + "zpos" "1" + "wide" "f0" + "tall" "f0" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "0" + "textAlignment" "North-West" + "dulltext" "0" + "brighttext" "0" + "proportionaltoparent" "1" + "auto_wide_tocontents" "1" + "fgcolor" "G_White" + "labelText" "%carrying%" + } + + "CarryingLabelDropShadow" + { + "ControlName" "CExLabel" + "fieldName" "CarryingLabelDropShadow" + "font" "DefaultVerySmall" + "font_minmode" "DefaultVerySmall" + "xpos" "5" + "ypos" "3" + "zpos" "0" + "wide" "f0" + "tall" "f0" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "textAlignment" "North-West" + "dulltext" "0" + "brighttext" "0" + "proportionaltoparent" "1" + "auto_wide_tocontents" "1" + "fgcolor" "G_White" + "labelText" "%carrying%" + } + + "OwnerLabel" + { + "ControlName" "Label" + "fieldName" "OwnerLabel" + "font" "DefaultVerySmall" + "xpos" "5" + "ypos" "10" + "zpos" "0" + "wide" "200" + "tall" "f0" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "textAlignment" "West" + "dulltext" "0" + "brighttext" "0" + "proportionaltoparent" "1" + "auto_wide_tocontents" "1" + } + } +} diff --git a/toonhud/resource/ui/hudplayerhealth.res b/toonhud/resource/ui/hudplayerhealth.res new file mode 100644 index 0000000..9c09131 --- /dev/null +++ b/toonhud/resource/ui/hudplayerhealth.res @@ -0,0 +1,760 @@ +"Resource/UI/HudPlayerHealth.res" +{ + + "Crosshair1" + { + "ControlName" "CTFImagePanel" + "fieldName" "Crosshair1" + "xpos" "cs-0.5" + "ypos" "cs-0.5" + "zpos" "198" + "wide" "32" // Crosshair1 size + "tall" "32" // Crosshair1 size + "visible" "1" // Crosshair1 enabled + "enabled" "1" // Crosshair1 enabled + "image" "replay/thumbnails/xhairs/xhair1" + "scaleImage" "1" + "drawcolor" "G_Crosshair1Color" + "Alpha" "255" // Crosshair1 opacity + } + "Crosshair2" + { + "ControlName" "CTFImagePanel" + "fieldName" "Crosshair2" + "xpos" "cs-0.5" + "ypos" "cs-0.5" + "zpos" "197" + "wide" "24" // Crosshair2 size + "tall" "24" // Crosshair2 size + "visible" "0" // Crosshair2 enabled + "enabled" "0" // Crosshair2 enabled + "image" "replay/thumbnails/xhairs/xhair2" + "scaleImage" "1" + "drawcolor" "G_Crosshair2Color" + "Alpha" "0" // Crosshair2 opacity + } + "Crosshair3" + { + "ControlName" "CTFImagePanel" + "fieldName" "Crosshair3" + "xpos" "cs-0.5" + "ypos" "cs-0.5" + "zpos" "196" + "wide" "24" // Crosshair3 size + "tall" "24" // Crosshair3 size + "visible" "0" // Crosshair3 enabled + "enabled" "0" // Crosshair3 enabled + "image" "replay/thumbnails/xhairs/xhair3" + "scaleImage" "1" + "drawcolor" "G_Crosshair3Color" + "Alpha" "255" // Crosshair3 opacity + } + + "Hitmarker" + { + "ControlName" "CTFImagePanel" + "fieldName" "Hitmarker" + "xpos" "c-4" + "ypos" "c-4" + "zpos" "20" + "wide" "8" + "tall" "8" + "enabled" "1" + "visible" "1" + "image" "replay/thumbnails/hitmarker_red" + "scaleImage" "1" + "Alpha" "0" + "teambg_2" "replay/thumbnails/hitmarker_red" + "teambg_3" "replay/thumbnails/hitmarker_blue" + } + + // ============================================================================== + + // Team indicator (on the bottom left corner) + + "teamindicator" + { + "ControlName" "CTFImagePanel" + "fieldName" "teamindicator" + "xpos" "-9999" // 1 TI + "ypos" "-9999" // 2 TI + "zpos" "50" + "wide" "30" + "tall" "30" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "replay/thumbnails/redcorner" + "teambg_2" "replay/thumbnails/redcorner" + "teambg_3" "replay/thumbnails/bluecorner" + } + + "HudPlayerHealth" + { + "ControlName" "EditablePanel" + "fieldName" "HudPlayerHealth" + "xpos" "0" + "ypos" "0" + "xpos_minmode" "0" + "ypos_minmode" "0" + "zpos" "2" + "wide" "f0" + "tall" "480" + "visible" "1" + "enabled" "1" + "HealthBonusPosAdj" "30" // Grow size + "HealthDeathWarning" "0.25" // Warning percent + "HealthDeathWarningColor" "G_Warning" + } + + "PlayerStatusHealthImage" + { + "ControlName" "ImagePanel" + "fieldName" "PlayerStatusHealthImage" + "xpos" "c-268" // HB xpos + "ypos" "r81" // HB ypos + "xpos_minmode" "c-248" // HB min xpos + "ypos_minmode" "c+57" // HB min ypos + "zpos" "4" + "wide" "50" // HB size + "tall" "50" // HB size + "visible" "1" // HB enabled + "enabled" "1" // HB enabled + "scaleImage" "1" + } + + "PlayerStatusHealthImageBG" + { + "ControlName" "ImagePanel" + "fieldName" "PlayerStatusHealthImageBG" + "xpos" "c-270" // HB bg xpos + "ypos" "r83" // HB bg ypos + "xpos_minmode" "c-250" // HB bg min xpos + "ypos_minmode" "c+55" // HB bg min ypos + "zpos" "3" + "wide" "54" // HB bg size + "tall" "54"// HB bg size + "visible" "1" // HB enabled + "enabled" "1" // HB enabled + "Alpha" "255" // HB enabled + "image" "../hud/health_bg" + "scaleImage" "1" + } + + "PlayerStatusHealthBonusImage" + { + "ControlName" "ImagePanel" + "fieldName" "PlayerStatusHealthBonusImage" + "xpos" "-9999" // HOC + "ypos" "r87" + "xpos_minmode" "-9999" // HOC + "ypos_minmode" "c+53" + "zpos" "3" + "wide" "60" + "tall" "60" + "visible" "1" + "enabled" "1" + "image" "../hud/health_over_bg" + "scaleImage" "1" + } + + "PlayerStatusHealthValue" + { + "ControlName" "CExLabel" + "fieldName" "PlayerStatusHealthValue" + "xpos" "-9999" + "ypos" "-9999" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + "labelText" "" + } + + "G_PlayerStatusHealthValue" + { + "ControlName" "CExLabel" + "fieldName" "G_PlayerStatusHealthValue" + "xpos" "c-224" + "ypos" "r82" + "xpos_minmode" "c-204" + "ypos_minmode" "c+58" + "zpos" "7" + "wide" "124" + "tall" "50" + "visible" "1" + "enabled" "1" + "labelText" "%Health%" + "textAlignment" "center" + "font" "G_FontHealth" + "fgcolor" "G_HealthValue" + } + "G_PlayerStatusHealthValueShadow" + { + "ControlName" "CExLabel" + "fieldName" "PlayerStatusHealthValueShadow" + "xpos" "c-222" + "ypos" "r80" + "xpos_minmode" "c-202" + "ypos_minmode" "c+60" + "zpos" "7" + "wide" "124" + "tall" "50" + "visible" "1" + "enabled" "1" + "paintbackground" "1" + "bgcolor_override" "255 0 0 0" + "paintbackgroundtype" "2" + "labelText" "%Health%" + "textAlignment" "center" + "font" "G_FontHealth" + "fgcolor" "G_Shadow" + } + + "PlayerStatusMaxHealthValue" + { + "ControlName" "CExLabel" + "fieldName" "PlayerStatusMaxHealthValue" + "xpos" "76" + "xpos_minmode" "61" + "ypos" "20" [$WIN32] + "ypos" "55" [$X360] + "zpos" "6" + "wide" "50" + "tall" "18" + "visible" "0" + "enabled" "0" + "labelText" "%MaxHealth%" + "textAlignment" "center" + "font" "DefaultSmall" + "fgcolor" "TanDark" + } + + "PlayerStatusBleedImage" + { + "ControlName" "ImagePanel" + "fieldName" "PlayerStatusBleedImage" + "xpos" "0" + "ypos" "r114" + "ypos_minmode" "c+26" + "zpos" "7" + "wide" "32" + "tall" "32" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "../vgui/bleed_drop" + "fgcolor" "TanDark" + } + + "PlayerStatusHookBleedImage" + { + "ControlName" "ImagePanel" + "fieldName" "PlayerStatusHookBleedImage" + "xpos" "0" + "ypos" "r114" + "ypos_minmode" "c+26" + "zpos" "7" + "wide" "32" + "tall" "32" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "../vgui/bleed_drop_grapple" + "fgcolor" "TanDark" + } + + "PlayerStatusMilkImage" + { + "ControlName" "ImagePanel" + "fieldName" "PlayerStatusMilkImage" + "xpos" "0" + "ypos" "r114" + "ypos_minmode" "c+26" + "zpos" "7" + "wide" "32" + "tall" "32" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "../vgui/bleed_drop" + "fgcolor" "TanDark" + } + + "PlayerStatusGasImage" + { + "ControlName" "ImagePanel" + "fieldName" "PlayerStatusGasImage" + "xpos" "0" + "ypos" "r114" + "ypos_minmode" "c+26" + "zpos" "7" + "wide" "32" + "tall" "32" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "../vgui/covered_in_gas" + "fgcolor" "TanDark" + } + + "PlayerStatusMarkedForDeathImage" + { + "ControlName" "ImagePanel" + "fieldName" "PlayerStatusMarkedForDeathImage" + "xpos" "0" + "ypos" "r114" + "ypos_minmode" "c+26" + "zpos" "7" + "wide" "32" + "tall" "32" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "../vgui/marked_for_death" + "fgcolor" "TanDark" + } + "PlayerStatusMarkedForDeathSilentImage" + { + "ControlName" "ImagePanel" + "fieldName" "PlayerStatusMarkedForDeathSilentImage" + "xpos" "0" + "ypos" "r114" + "ypos_minmode" "c+26" + "zpos" "7" + "wide" "31" + "tall" "31" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "../vgui/marked_for_death" + "fgcolor" "TanDark" + } + "PlayerStatus_MedicUberBulletResistImage" + { + "ControlName" "ImagePanel" + "fieldName" "PlayerStatus_MedicUberBulletResistImage" + "xpos" "0" + "ypos" "r114" + "ypos_minmode" "c+26" + "zpos" "7" + "wide" "31" + "tall" "31" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "../HUD/defense_buff_bullet_blue" + "fgcolor" "TanDark" + } + "PlayerStatus_MedicUberBlastResistImage" + { + "ControlName" "ImagePanel" + "fieldName" "PlayerStatus_MedicUberBlastResistImage" + "xpos" "0" + "ypos" "r114" + "ypos_minmode" "c+26" + "zpos" "7" + "wide" "31" + "tall" "31" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "../HUD/defense_buff_explosion_blue" + "fgcolor" "TanDark" + } + "PlayerStatus_MedicUberFireResistImage" + { + "ControlName" "ImagePanel" + "fieldName" "PlayerStatus_MedicUberFireResistImage" + "xpos" "0" + "ypos" "r114" + "ypos_minmode" "c+26" + "zpos" "7" + "wide" "31" + "tall" "31" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "../HUD/defense_buff_fire_blue" + "fgcolor" "TanDark" + } + + "PlayerStatus_MedicSmallBulletResistImage" + { + "ControlName" "ImagePanel" + "fieldName" "PlayerStatus_MedicSmallBulletResistImage" + "xpos" "0" + "ypos" "r114" + "ypos_minmode" "c+26" + "zpos" "7" + "wide" "31" + "tall" "31" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "../HUD/defense_buff_bullet_blue" + "fgcolor" "TanDark" + } + "PlayerStatus_MedicSmallBlastResistImage" + { + "ControlName" "ImagePanel" + "fieldName" "PlayerStatus_MedicSmallBlastResistImage" + "xpos" "0" + "ypos" "r114" + "ypos_minmode" "c+26" + "zpos" "7" + "wide" "31" + "tall" "31" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "../HUD/defense_buff_explosion_blue" + "fgcolor" "TanDark" + } + "PlayerStatus_MedicSmallFireResistImage" + { + "ControlName" "ImagePanel" + "fieldName" "PlayerStatus_MedicSmallFireResistImage" + "xpos" "0" + "ypos" "r114" + "ypos_minmode" "c+26" + "zpos" "7" + "wide" "31" + "tall" "31" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "../HUD/defense_buff_fire_blue" + "fgcolor" "TanDark" + } + + + "PlayerStatus_WheelOfDoom" + { + "ControlName" "ImagePanel" + "fieldName" "PlayerStatus_WheelOfDoom" + "xpos" "c+284" + "xpos_minmode" "c+264" + "ypos" "r60" + "ypos_minmode" "c+138" + "zpos" "7" + "wide" "26" + "tall" "26" + "wide_minmode" "26" + "tall_minmode" "26" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "../signs/death_wheel_whammy" + "fgcolor" "TanDark" + } + + "PlayerStatus_SoldierOffenseBuff" + { + "ControlName" "ImagePanel" + "fieldName" "PlayerStatus_SoldierOffenseBuff" + "xpos" "0" + "ypos" "r114" + "ypos_minmode" "c+26" + "zpos" "7" + "wide" "31" + "tall" "31" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "../HUD/defense_buff_bullet_blue" + "fgcolor" "TanDark" + } + + "PlayerStatus_SoldierDefenseBuff" + { + "ControlName" "ImagePanel" + "fieldName" "PlayerStatus_SoldierDefenseBuff" + "xpos" "0" + "ypos" "r114" + "ypos_minmode" "c+26" + "zpos" "7" + "wide" "31" + "tall" "31" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "../HUD/defense_buff_bullet_blue" + "fgcolor" "TanDark" + } + + "PlayerStatus_SoldierHealOnHitBuff" + { + "ControlName" "ImagePanel" + "fieldName" "PlayerStatus_SoldierHealOnHitBuff" + "xpos" "0" + "ypos" "r114" + "ypos_minmode" "c+26" + "zpos" "7" + "wide" "31" + "tall" "31" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "../HUD/defense_buff_bullet_blue" + "fgcolor" "TanDark" + } + + "PlayerStatus_SpyMarked" + { + "ControlName" "ImagePanel" + "fieldName" "PlayerStatus_SpyMarked" + "xpos" "0" + "ypos" "r114" + "ypos_minmode" "c+26" + "zpos" "7" + "wide" "31" + "tall" "31" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "" + "fgcolor" "TanDark" + } + + "PlayerStatus_Parachute" + { + "ControlName" "ImagePanel" + "fieldName" "PlayerStatus_Parachute" + "xpos" "0" + "ypos" "r114" + "ypos_minmode" "c+26" + "zpos" "7" + "wide" "31" + "tall" "31" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "" + "fgcolor" "TanDark" + } + + "PlayerStatus_RuneStrength" + { + "ControlName" "ImagePanel" + "fieldName" "PlayerStatus_RuneStrength" + "xpos" "0" + "ypos" "r114" + "ypos_minmode" "c+26" + "zpos" "7" + "wide" "31" + "tall" "31" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "../Effects/powerup_strength_hud" + "fgcolor" "TanDark" + } + "PlayerStatus_RuneHaste" + { + "ControlName" "ImagePanel" + "fieldName" "PlayerStatus_RuneHaste" + "xpos" "0" + "ypos" "r114" + "ypos_minmode" "c+26" + "zpos" "7" + "wide" "31" + "tall" "31" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "../Effects/powerup_haste_hud" + "fgcolor" "TanDark" + } + "PlayerStatus_RuneRegen" + { + "ControlName" "ImagePanel" + "fieldName" "PlayerStatus_RuneRegen" + "xpos" "0" + "ypos" "r114" + "ypos_minmode" "c+26" + "zpos" "7" + "wide" "31" + "tall" "31" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "../Effects/powerup_regen_hud" + "fgcolor" "TanDark" + } + "PlayerStatus_RuneResist" + { + "ControlName" "ImagePanel" + "fieldName" "PlayerStatus_RuneResist" + "xpos" "0" + "ypos" "r114" + "ypos_minmode" "c+26" + "zpos" "7" + "wide" "31" + "tall" "31" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "../Effects/powerup_resist_hud" + "fgcolor" "TanDark" + } + "PlayerStatus_RuneVampire" + { + "ControlName" "ImagePanel" + "fieldName" "PlayerStatus_RuneVampire" + "xpos" "0" + "ypos" "r114" + "ypos_minmode" "c+26" + "zpos" "7" + "wide" "31" + "tall" "31" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "../Effects/powerup_vampire_hud" + "fgcolor" "TanDark" + } + "PlayerStatus_RuneReflect" + { + "ControlName" "ImagePanel" + "fieldName" "PlayerStatus_RuneReflect" + "xpos" "0" + "ypos" "r114" + "ypos_minmode" "c+26" + "zpos" "7" + "wide" "31" + "tall" "31" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "../Effects/powerup_reflect_hud" + "fgcolor" "TanDark" + } + "PlayerStatus_RunePrecision" + { + "ControlName" "ImagePanel" + "fieldName" "PlayerStatus_RunePrecision" + "xpos" "0" + "ypos" "r114" + "ypos_minmode" "c+26" + "zpos" "7" + "wide" "31" + "tall" "31" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "../Effects/powerup_precision_hud" + "fgcolor" "TanDark" + } + "PlayerStatus_RuneAgility" + { + "ControlName" "ImagePanel" + "fieldName" "PlayerStatus_RuneAgility" + "xpos" "0" + "ypos" "r114" + "ypos_minmode" "c+26" + "zpos" "7" + "wide" "31" + "tall" "31" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "../Effects/powerup_agility_hud" + "fgcolor" "TanDark" + } + "PlayerStatus_RuneKnockout" + { + "ControlName" "ImagePanel" + "fieldName" "PlayerStatus_RuneKnockout" + "xpos" "0" + "ypos" "r114" + "ypos_minmode" "c+26" + "zpos" "7" + "wide" "31" + "tall" "31" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "../Effects/powerup_knockout_hud" + "fgcolor" "TanDark" + } + "PlayerStatus_RuneKing" + { + "ControlName" "ImagePanel" + "fieldName" "PlayerStatus_RuneKing" + "xpos" "0" + "ypos" "r114" + "ypos_minmode" "c+26" + "zpos" "7" + "wide" "31" + "tall" "31" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "../Effects/powerup_king_hud" + "fgcolor" "TanDark" + } + "PlayerStatus_RunePlague" + { + "ControlName" "ImagePanel" + "fieldName" "PlayerStatus_RunePlague" + "xpos" "0" + "ypos" "r114" + "ypos_minmode" "c+26" + "zpos" "7" + "wide" "31" + "tall" "31" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "../Effects/powerup_plague_hud" + "fgcolor" "TanDark" + } + "PlayerStatus_RuneSupernova" + { + "ControlName" "ImagePanel" + "fieldName" "PlayerStatus_RuneSupernova" + "xpos" "0" + "ypos" "r114" + "ypos_minmode" "c+26" + "zpos" "7" + "wide" "31" + "tall" "31" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "../Effects/powerup_supernova_hud" + "fgcolor" "TanDark" + } + + "PlayerStatusSlowed" + { + "ControlName" "ImagePanel" + "fieldName" "PlayerStatusSlowed" + "xpos" "0" + "ypos" "r114" + "ypos_minmode" "c+26" + "zpos" "7" + "wide" "31" + "tall" "31" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "../vgui/slowed" + "fgcolor" "TanDark" + } +} + + + + + + + + + + + + + + diff --git a/toonhud/resource/ui/hudpowerupeffectmeter.res b/toonhud/resource/ui/hudpowerupeffectmeter.res new file mode 100644 index 0000000..369a63a --- /dev/null +++ b/toonhud/resource/ui/hudpowerupeffectmeter.res @@ -0,0 +1,97 @@ +"Resource/UI/HudItemEffectMeter.res" +{ + HudItemEffectMeter + { + "fieldName" "HudItemEffectMeter" + "visible" "1" + "enabled" "1" + "xpos" "c-60" + "ypos" "r118" // CIM + "ypos_minmode" "r105" + "wide" "140" + "tall" "30" + "MeterFG" "White" + "MeterBG" "Gray" + } + + "ItemEffectMeterBG" + { + "ControlName" "CTFImagePanel" + "fieldName" "ItemEffectMeterBG" + "xpos" "12" + "ypos" "6" + "zpos" "0" + "wide" "100" + "tall" "50" + "visible" "0" + "enabled" "0" + "image" "../hud/misc_ammo_area_horiz1_blue" + "scaleImage" "1" + "teambg_2" "../hud/misc_ammo_area_horiz1_red" + "teambg_2_lodef" "../hud/misc_ammo_area_red_lodef" + "teambg_3" "../hud/misc_ammo_area_horiz1_blue" + "teambg_3_lodef" "../hud/misc_ammo_area_blue_lodef" + } + + "ItemEffectMeterLabel" + { + "ControlName" "CExLabel" + "fieldName" "ItemEffectMeterLabel" + "xpos" "0" + "ypos" "0" + "zpos" "2" + "wide" "120" + "tall" "6" + "autoResize" "1" + "pinCorner" "2" + "visible" "0" // Show label + "enabled" "1" + "tabPosition" "0" + "labelText" "#TF_Ball" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "font" "DefaultVerySmall" + "fgcolor_override" "180 180 180 200" + "textinsety" "-1" + } + + "ItemEffectMeter" + { + "ControlName" "ContinuousProgressBar" + "fieldName" "ItemEffectMeter" + "font" "Default" + "xpos" "0" + "ypos" "0" + "zpos" "2" + "wide" "120" + "tall" "6" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "textAlignment" "Left" + "dulltext" "0" + "brighttext" "0" + "paintborder" "0" + "bgcolor_override" "226 92 26 255" // Orange + } + + "Borders" + { + "ControlName" "EditablePanel" + "fieldName" "Borders" + "xpos" "0" + "ypos" "0" + "zpos" "5" + "wide" "120" + "tall" "6" + "visible" "1" + "enabled" "1" + "dulltext" "0" + "brighttext" "0" + "paintborder" "1" + "border" "G_MeterBorder" + } +} + diff --git a/toonhud/resource/ui/hudpvewinpanel.res b/toonhud/resource/ui/hudpvewinpanel.res new file mode 100644 index 0000000..1fedeae --- /dev/null +++ b/toonhud/resource/ui/hudpvewinpanel.res @@ -0,0 +1,161 @@ +"resource/ui/HudPVEWinPanel.res" +{ + + "WinPanelBG" + { + "ControlName" "EditablePanel" + "fieldName" "WinPanelBG" + "xpos" "c-77" + "ypos" "r75" + "wide" "154" + "tall" "70" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "paintbackground" "1" + "bgcolor_override" "G_PanelBg" + } + + "Borders" + { + "ControlName" "EditablePanel" + "fieldName" "Borders" + "xpos" "c-77" + "ypos" "r75" + "zpos" "100" + "wide" "154" + "tall" "70" + "visible" "1" + "enabled" "1" + "border" "G_TargetBorder" + } + + "WaveCompleteContainer" + { + "ControlName" "EditablePanel" + "fieldName" "WaveCompleteContainer" + "xpos" "c-77" + "ypos" "r75" + "wide" "154" + "tall" "20" + "visible" "1" + "PaintBackgroundType" "0" + + "BluePanel" + { + "ControlName" "Panel" + "fieldName" "BluePanel" + "paintbackground" "1" + "bgcolor_override" "91 122 142 225" + "xpos" "0" + "ypos" "0" + "zpos" "0" + "wide" "154" + "tall" "20" + "visible" "1" + "enabled" "1" + } + + "Gradient" + { + "ControlName" "CTFImagePanel" + "fieldName" "Gradient" + "xpos" "0" + "ypos" "0" + "zpos" "5" + "wide" "154" + "tall" "20" + "visible" "1" + "enabled" "1" + "image" "replay/thumbnails/gradient" + "scaleImage" "1" + } + + "WinningTeamLabelDropshadow" + { + "ControlName" "CExLabel" + "fieldName" "WinningTeamLabelDropshadow" + "font" "G_FontSmall" + "fgcolor" "G_Shadow" + "xpos" "1" + "ypos" "1" + "zpos" "4" + "wide" "154" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "#Winpanel_PVE_Evil_Wins" + "textAlignment" "Center" + "dulltext" "0" + "brighttext" "0" + } + + "WinningTeamLabel" + { + "ControlName" "CExLabel" + "fieldName" "WinningTeamLabel" + "font" "G_FontSmall" + "xpos" "0" + "ypos" "0" + "zpos" "5" + "wide" "154" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "#Winpanel_PVE_Evil_Wins" + "textAlignment" "Center" + "fgcolor_override" "G_White" + } + } + + + "WinReasonLabel" + { + "ControlName" "CExLabel" + "fieldName" "WinReasonLabel" + "font" "G_FontSmall_2" + "xpos" "c-77" + "ypos" "r55" + "zpos" "1" + "wide" "154" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "%WinReasonLabel%" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "fgcolor_override" "G_White" + "bgcolor_override" "0 0 0 0" + } + + "DetailsLabel" + { + "ControlName" "CExLabel" + "fieldName" "DetailsLabel" + "font" "G_FontTiny_2" + "xpos" "c-77" + "ypos" "r35" + "zpos" "1" + "wide" "154" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "%DetailsLabel%" + "textAlignment" "north" + "dulltext" "0" + "brighttext" "0" + "centerwrap" "1" + "fgcolor_override" "G_White" + "bgcolor_override" "0 0 0 0" + } +} diff --git a/toonhud/resource/ui/hudrocketpack.res b/toonhud/resource/ui/hudrocketpack.res new file mode 100644 index 0000000..23eb241 --- /dev/null +++ b/toonhud/resource/ui/hudrocketpack.res @@ -0,0 +1,137 @@ +// Pyro: The Thermal Thruster + +"Resource/UI/HudRocketPack.res" +{ + HudItemEffectMeter + { + "fieldName" "HudItemEffectMeter" + "visible" "1" + "enabled" "1" + "xpos" "c-60" + "ypos" "r102" + "ypos_minmode" "c+79" + "wide" "120" + "tall" "6" + "MeterFG" "White" + "MeterBG" "Gray" + } + + "OutlineBorder" + { + "ControlName" "EditablePanel" + "fieldName" "OutlineBorder" + "font" "Default" + "xpos" "0" + "ypos" "0" + "zpos" "100" + "wide" "120" + "tall" "6" + "visible" "1" + "enabled" "1" + "paintborder" "1" + "border" "G_MeterBorder" + } + + "ItemEffectMeterLabel" + { + "ControlName" "CExLabel" + "fieldName" "ItemEffectMeterLabel" + "xpos" "0" + "ypos" "0" + "zpos" "10" + "wide" "120" + "tall" "7" + "autoResize" "1" + "pinCorner" "2" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#TF_RocketPack_Disabled" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "font" "DefaultVerySmall" + "fgcolor_override" "155 155 155 255" + "textinsety" "-1" + } + + "ItemEffectMeterBG" + { + "ControlName" "CTFImagePanel" + "fieldName" "ItemEffectMeterBG" + "xpos" "4" + "xpos_minmode" "28" + "ypos" "0" + "ypos_minmode" "28" + "zpos" "1" + "wide" "90" + "tall" "45" + "visible" "0" + "enabled" "0" + "scaleImage" "1" + "image" "../hud/ammo_blue_bg" + "teambg_2" "../hud/ammo_red_bg" + "teambg_2_lodef" "../hud/ammo_red_bg_lodef" + "teambg_3" "../hud/ammo_blue_bg" + "teambg_3_lodef" "../hud/ammo_blue_bg_lodef" + } + + "ItemEffectIcon" + { + "ControlName" "CTFImagePanel" + "fieldName" "ItemEffectIcon" + "xpos" "0" + "ypos" "0" + "ypos_minmode" "15" + "zpos" "2" + "wide" "32" + "tall" "32" + "visible" "0" + "enabled" "0" + "image" "../hud/pyro_jetpack_off2" + "scaleImage" "1" + } + + "ItemEffectMeter" + { + "ControlName" "ContinuousProgressBar" + "fieldName" "ItemEffectMeter" + "font" "Default" + "xpos" "0" + "ypos" "0" + "zpos" "2" + "wide" "60" + "tall" "6" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "textAlignment" "Left" + "dulltext" "0" + "brighttext" "0" + "bgcolor_override" "G_ItemMeterBg" + "paintborder" "0" + } + + "ItemEffectMeter2" + { + "ControlName" "ContinuousProgressBar" + "fieldName" "ItemEffectMeter2" + "font" "Default" + "xpos" "60" + "ypos" "0" + "zpos" "2" + "wide" "60" + "tall" "6" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "textAlignment" "Left" + "dulltext" "0" + "brighttext" "0" + "bgcolor_override" "G_ItemMeterBg" + "paintborder" "0" + } + +} diff --git a/toonhud/resource/ui/hudroundcounter.res b/toonhud/resource/ui/hudroundcounter.res new file mode 100644 index 0000000..08489cb --- /dev/null +++ b/toonhud/resource/ui/hudroundcounter.res @@ -0,0 +1,172 @@ +"Resource/UI/HudRoundCounter.res" +{ + "RoundCounter" + { + "fieldName" "RoundCounter" + "xpos" "cs-0.5" + "ypos" "-2" + "zpos" "2" + "wide" "300" + "tall" "25" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + + "starting_width" "20" + "width_per_round" "24" + "indicator_start_offset" "5" + "indicator_max_wide" "30" + + "RoundIndicatorPanel_kv" + { + "ypos" "3" + "wide" "4" + "tall" "4" + "zpos" "7" + "image" "../hud/comp_round_counter_dot_bg" + "scaleimage" "1" + "Alpha" "150" + } + + "RoundWinPanelRed_kv" + { + "ypos" "-2" + "wide" "13" + "tall" "13" + "zpos" "8" + "image" "../hud/comp_round_counter_light_red" + "scaleimage" "1" + } + + "RoundWinPanelBlue_kv" + { + "ypos" "-2" + "wide" "13" + "tall" "13" + "zpos" "8" + "image" "../hud/comp_round_counter_light_blue" + "scaleimage" "1" + } + } + + "Background" + { + "ControlName" "ImagePanel" + "fieldName" "Background" + "xpos" "cs-0.5" + "ypos" "0" + "zpos" "5" + "wide" "115" + "tall" "30" + "visible" "0" + + "backgroundtype" "2" + "proportionaltoparent" "1" + + "image" "../hud/comp_round_timer" + "scaleimage" "1" + } + + "BgColor" + { + "ControlName" "EditablePanel" + "fieldName" "BgColor" + "xpos" "cs-0.5" + "ypos" "0" + "zpos" "1" + "wide" "76" + "tall" "23" + "visible" "1" + "enabled" "1" + "bgcolor_override" "G_PanelBg" + "proportionaltoparent" "1" + } + + "Borders" + { + "ControlName" "EditablePanel" + "fieldName" "Borders" + "xpos" "cs-0.5" + "ypos" "0" + "zpos" "10" + "wide" "76" + "tall" "23" + "visible" "1" + "enabled" "1" + "paintborder" "1" + "border" "G_TargetBorder" + "proportionaltoparent" "1" + } + + "Gradient" + { + "ControlName" "CTFImagePanel" + "fieldName" "Gradient" + "xpos" "cs-0.5" + "ypos" "0" + "zpos" "9" + "wide" "76" + "tall" "23" + "visible" "1" + "enabled" "1" + "image" "replay/thumbnails/gradient" + "scaleImage" "1" + "proportionaltoparent" "1" + } + + "BlueBG" + { + "ControlName" "ScalableImagePanel" + "fieldName" "BlueBG" + "xpos" "cs-1" + "ypos" "0" + "zpos" "2" + "wide" "38" + "tall" "8" + "visible" "1" + "enabled" "1" + "image" "../hud/objectives_timepanel_blue_bg" + "scaleImage" "1" + "src_corner_height" "23" + "src_corner_width" "23" + "draw_corner_width" "0" + "draw_corner_height" "0" + "proportionaltoparent" "1" + } + + "RedBG" + { + "ControlName" "ScalableImagePanel" + "fieldName" "RedBG" + "xpos" "cs" + "ypos" "0" + "zpos" "2" + "wide" "38" + "tall" "8" + "visible" "1" + "enabled" "1" + "image" "../hud/objectives_timepanel_red_bg" + "scaleImage" "1" + "src_corner_height" "23" + "src_corner_width" "23" + "draw_corner_width" "0" + "draw_corner_height" "0" + "proportionaltoparent" "1" + } + + "TopBG" + { + "ControlName" "CTFImagePanel" + "fieldName" "TopBG" + "xpos" "cs-0.5" + "ypos" "0" + "zpos" "9" + "wide" "76" + "tall" "8" + "visible" "1" + "enabled" "1" + "image" "replay/thumbnails/gradient" + "scaleImage" "1" + "proportionaltoparent" "1" + } +} diff --git a/toonhud/resource/ui/hudspellselection.res b/toonhud/resource/ui/hudspellselection.res new file mode 100644 index 0000000..8a2ecb8 --- /dev/null +++ b/toonhud/resource/ui/hudspellselection.res @@ -0,0 +1,108 @@ +"Resource/UI/HudSpellSelection.res" +{ + "ItemEffectMeterBG" + { + "ControlName" "EditablePanel" + "fieldName" "ItemEffectMeterBG" + "xpos" "0" + "ypos" "0" + "wide" "42" + "tall" "28" + "visible" "1" + "enabled" "1" + "paintbackground" "1" + "PaintBackgroundType" "2" + "bgcolor_override" "G_ItemMeterBg" + } + + "Spellbook" + { + "ControlName" "CTFImagePanel" + "fieldName" "Spellbook" + "xpos" "10" + "ypos" "0" + "zpos" "0" + "wide" "64" + "tall" "56" + "visible" "0" + "enabled" "0" + "image" "spellbook_book" + "scaleImage" "1" + } + + "SpellIcon" + { + "ControlName" "ImagePanel" + "fieldName" "SpellIcon" + "xpos" "3" + "ypos" "4" + "zpos" "7" + "wide" "20" + "tall" "20" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "../signs/death_wheel_whammy" + "fgcolor" "G_White" + } + + "ActionText" + { + "ControlName" "CExLabel" + "fieldName" "ActionText" + "font" "DefaultVerySmall" + "labelText" "%actiontext%" + "textAlignment" "west" + "xpos" "66" + "ypos" "12" + "wide" "100" + "tall" "10" + "fgcolor" "G_White" + "visible" "1" + } + + "SpellText" + { + "ControlName" "CExLabel" + "fieldName" "SpellText" + "font" "Default" + "labelText" "%selectedspell%" + "textAlignment" "west" + "xpos" "55" + "ypos" "25" + "wide" "100" + "tall" "10" + "fgcolor" "tanlight" + "visible" "0" + } + + "CountTextShadow" + { + "ControlName" "CExLabel" + "fieldName" "CountTextShadow" + "font" "G_FontMedium" + "labelText" "%counttext%" + "textAlignment" "center" + "xpos" "24" + "ypos" "2" + "wide" "19" + "tall" "26" + "fgcolor" "G_Shadow" + } + + "CountText" + { + "ControlName" "CExLabel" + "fieldName" "CountText" + "font" "G_FontMedium" + "labelText" "%counttext%" + "textAlignment" "center" + "xpos" "23" + "ypos" "1" + "wide" "19" + "tall" "26" + "fgcolor" "QualityColorHaunted" + "paintbackground" "1" + "bgcolor_override" "233 0 0 0" + } +} diff --git a/toonhud/resource/ui/hudstopwatch.res b/toonhud/resource/ui/hudstopwatch.res new file mode 100644 index 0000000..3114fd5 --- /dev/null +++ b/toonhud/resource/ui/hudstopwatch.res @@ -0,0 +1,263 @@ +"Resource/UI/HudStopWatch.res" +{ + "HudStopWatchBG" + { + "ControlName" "EditablePanel" + "fieldName" "HudStopWatchBG" + "xpos" "0" + "ypos" "0" + "zpos" "-1" + "wide" "130" + "tall" "21" + "tall_minmode" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "paintbackground" "1" + "bgcolor_override" "G_PanelBg" + "paintborder" "1" + "border" "G_TargetBorderNoTop" + + if_comp + { + "xpos" "132" + "ypos" "32" + "wide" "76" + "tall" "12" + "tall_minmode" "12" + "paintborder" "0" + } + } + + "StopWatchImageCaptureTime" + { + "ControlName" "ImagePanel" + "fieldName" "StopWatchImageCaptureTime" + "xpos" "5" + "ypos" "3" + "ypos_minmode" "1" + "zpos" "10" + "wide" "15" + "tall" "15" + "wide_minmode" "12" + "tall_minmode" "12" + "visible" "1" + "enabled" "1" + "image" "../hud/ico_time_10" + "scaleImage" "1" + + if_comp + { + "visible" "0" + } + } + + "ObjectiveStatusTimePanel" + { + "ControlName" "EditablePanel" + "fieldName" "ObjectiveStatusTimePanel" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "60" + "tall" "21" + "tall_minmode" "15" + "visible" "0" + "enabled" "1" + "paintbackground" "1" + "bgcolor_override" "G_Shadow" + + if_comp + { + "xpos" "132" + "ypos" "32" + "wide" "26" + "tall" "12" + "tall_minmode" "12" + "bgcolor_override" "0 0 0 0" + } + + "TimePanelValue" + { + "ControlName" "CExLabel" + "fieldName" "TimePanelValue" + "font" "G_FontSmall" + "font_minmode" "G_FontSmall" + "fgcolor" "G_White" + "xpos" "25" + "xpos_minmode" "22" + "ypos" "0" + "ypos_minmode" "0" + "zpos" "3" + "wide" "45" + "wide_minmode" "45" + "tall" "21" + "tall_minmode" "15" + "visible" "1" + "enabled" "1" + "textAlignment" "west" + "textinsetx" "5" + + if_comp + { + "font" "DefaultVerySmall" + "font_minmode" "DefaultVerySmall" + "textAlignment" "center" + "xpos" "0" + "xpos_minmode" "0" + "wide" "26" + "tall" "12" + "tall_minmode" "12" + } + } + } + + "StopWatchScoreToBeat" + { + "ControlName" "CExLabel" + "fieldName" "StopWatchScoreToBeat" + "font" "G_FontSmall" + "labelText" "%scoretobeat%" + "textAlignment" "east" + "xpos" "0" + "ypos" "0" + "zpos" "4" + "wide" "77" + "tall" "21" + "tall_minmode" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "fgcolor" "G_White" + "textinsetx" "5" + + if_comp + { + "font" "DefaultVerySmall" + "xpos" "159" + "ypos" "32" + "wide" "10" + "tall" "12" + "tall_minmode" "12" + } + } + "StopWatchPointsLabel" + { + "ControlName" "CExLabel" + "fieldName" "StopWatchPointsLabel" + "font" "G_FontTiny_2" + "labelText" "%pointslabel%" + "textAlignment" "west" + "xpos" "77" + "ypos" "1" + "zpos" "4" + "wide" "95" + "tall" "21" + "tall_minmode" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "0" + "fgcolor" "G_White" + + if_comp + { + "font" "DefaultVerySmall" + "xpos" "169" + "ypos" "32" + "wide" "25" + "tall" "12" + "tall_minmode" "12" + } + } + + "StopWatchLabel" + { + "ControlName" "CExLabel" + "fieldName" "StopWatchLabel" + "font" "G_FontTiny_2" + "labelText" "%stopwatchlabel%" + "textAlignment" "west" + "xpos" "21" + "ypos" "0" + "zpos" "4" + "wide" "130" + "tall" "21" + "tall_minmode" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "wrap" "1" + "fgcolor" "G_White" + + if_comp + { + "font" "DefaultVerySmall" + "xpos" "132" + "ypos" "32" + "wide" "76" + "tall" "12" + "tall_minmode" "12" + "textAlignment" "center" + "wrap" "0" + "bgcolor_override" "200 0 0 0" + } + } + + "HudStopWatchDescriptionBG" + { + "ControlName" "ScalableImagePanel" + "fieldName" "HudStopWatchDescriptionBG" + "xpos" "0" + "ypos" "21" + "ypos_minmode" "15" + "zpos" "-1" + "wide" "130" + "tall" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "image" "../hud/objectives_timepanel_suddendeath" + "paintborder" "1" + "border" "G_TargetBorder" + "src_corner_height" "23" + "src_corner_width" "23" + "draw_corner_width" "0" + "draw_corner_height" "0" + + if_comp + { + "ypos" "-9999" + } + } + + "StopWatchDescriptionLabel" + { + "ControlName" "CExLabel" + "fieldName" "StopWatchDescriptionLabel" + "font" "DefaultVerySmall" + "labelText" "%descriptionlabel%" + "textAlignment" "center" + "xpos" "0" + "ypos" "21" + "ypos_minmode" "15" + "zpos" "4" + "wide" "130" + "tall" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "wrap" "0" + + if_comp + { + "ypos" "-9999" + } + } +} \ No newline at end of file diff --git a/toonhud/resource/ui/hudteamgoal.res b/toonhud/resource/ui/hudteamgoal.res new file mode 100644 index 0000000..8e3454e --- /dev/null +++ b/toonhud/resource/ui/hudteamgoal.res @@ -0,0 +1,83 @@ +"Resource/UI/HudTeamGoal.res" +{ + "HudTeamGoalBG" + { + "ControlName" "CTFImagePanel" + "fieldName" "HudTeamGoalBG" + "xpos" "0" + "ypos" "0" + "zpos" "-1" + "wide" "246" + "tall" "31" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "image" "../hud/death_panel_blue_bg" + "scaleImage" "1" + "teambg_2" "../hud/death_panel_red_bg" + "teambg_3" "../hud/death_panel_blue_bg" + "paintborder" "1" + "border" "G_TargetBorder" + "src_corner_height" "23" + "src_corner_width" "23" + "draw_corner_width" "0" + "draw_corner_height" "0" + } + "SwitchLabel" + { + "ControlName" "Label" + "fieldName" "SwitchLabel" + "font" "DefaultSmall" + "xpos" "31" + "ypos" "3" + "zpos" "1" + "wide" "212" + "tall" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "labelText" "#TF_teamswitch_attackers" + "textAlignment" "North" + "fgcolor_override" "G_White" + "textinsetx" "5" + } + "GoalLabel" + { + "ControlName" "Label" + "fieldName" "GoalLabel" + "font" "DefaultVerySmall" + "xpos" "31" + "ypos" "13" + "zpos" "1" + "wide" "212" + "tall" "40" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "labelText" "" + "textAlignment" "North" + "fgcolor_override" "G_White" + "textinsetx" "5" + } + "GoalImage" + { + "ControlName" "CTFImagePanel" + "fieldName" "GoalImage" + "xpos" "3" + "ypos" "3" + "zpos" "1" + "wide" "25" + "tall" "25" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "image" "../hud/hud_icon_attack" + "scaleImage" "1" + } +} diff --git a/toonhud/resource/ui/hudteamgoaltournament.res b/toonhud/resource/ui/hudteamgoaltournament.res new file mode 100644 index 0000000..7a6bdbf --- /dev/null +++ b/toonhud/resource/ui/hudteamgoaltournament.res @@ -0,0 +1,154 @@ +"Resource/UI/HudTeamGoal.res" +{ + "HudStopWatchObjective" + { + "ControlName" "EditablePanel" + "fieldName" "HudStopWatchObjective" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "200" + "tall" "100" + "visible" "0" + "enabled" "1" + + if_comp + { + "ypos" "32" + } + + "HudStopWatchObjectiveBG" + { + "ControlName" "ScalableImagePanel" + "fieldName" "HudStopWatchObjectiveBG" + "xpos" "0" + "ypos" "0" + "zpos" "-1" + "wide" "200" + "tall" "80" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "image" "../HUD/color_panel_browner" + "src_corner_height" "23" + "src_corner_width" "23" + "draw_corner_width" "0" + "draw_corner_height" "0" + "paintborder" "1" + "border" "G_TargetBorder" + } + "HudStopWatchObjectiveBGSmall" + { + "ControlName" "ScalableImagePanel" + "fieldName" "HudStopWatchObjectiveBGSmall" + "xpos" "0" + "ypos" "0" + "zpos" "-1" + "wide" "200" + "tall" "60" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "image" "../HUD/color_panel_browner" + "src_corner_height" "23" + "src_corner_width" "23" + "draw_corner_width" "0" + "draw_corner_height" "0" + "paintborder" "1" + "border" "G_TargetBorder" + } + + "HudStopWatchObjectiveLabel" + { + "ControlName" "Label" + "fieldName" "HudStopWatchObjectiveLabel" + "font" "Default" + "xpos" "5" + "ypos" "5" + "zpos" "1" + "wide" "200" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "labelText" "%objectivelabel%" + "textAlignment" "west" + } + "HudStopWatchObjectiveText1" + { + "ControlName" "CExRichText" + "fieldName" "HudStopWatchObjectiveText1" + "xpos" "5" + "ypos" "25" + "wide" "190" + "tall" "150" + "wrap" "1" + "autoResize" "1" + "pinCorner" "1" + "visible" "1" + "enabled" "1" + "labelText" "They got 3 points in just 20 minutes 43 seconds." + "textAlignment" "west" + "font" "DefaultVerySmall" + "maxchars" "-1" + } + + "HudStopWatchObjectiveShadedBar" + { + "ControlName" "ImagePanel" + "fieldName" "HudStopWatchObjectiveShadedBar" + "xpos" "-9999" + "ypos" "-9999" + "zpos" "2" + "wide" "0" + "tall" "0" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "0" + "tabPosition" "0" + "fillcolor" "125 125 125 0" + "PaintBackgroundType" "0" + } + + "HudStopWatchObjectiveText2" + { + "ControlName" "CExRichText" + "fieldName" "HudStopWatchObjectiveText2" + "xpos" "5" [$WIN32] + "ypos" "45" [$WIN32] + "wide" "200" + "tall" "150" + "wrap" "1" + "autoResize" "1" + "pinCorner" "1" + "visible" "1" + "enabled" "1" + "labelText" "" + "textAlignment" "west" + "font" "DefaultVerySmall" + "maxchars" "-1" + } + } + + "HudStopWatchObjectiveArrow" + { + "ControlName" "ScalableImagePanel" + "fieldName" "HudStopWatchObjectiveArrow" + "xpos" "25" + "ypos" "30" + "zpos" "-1" + "wide" "80" + "tall" "80" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "0" + "image" "../HUD/arrow_big" + "Alpha" "0" + } +} diff --git a/toonhud/resource/ui/hudteamswitch.res b/toonhud/resource/ui/hudteamswitch.res new file mode 100644 index 0000000..7eb866b --- /dev/null +++ b/toonhud/resource/ui/hudteamswitch.res @@ -0,0 +1,83 @@ +"Resource/UI/HudTeamSwitch.res" +{ + "HudTeamSwitchBG" + { + "ControlName" "CTFImagePanel" + "fieldName" "HudTeamSwitchBG" + "xpos" "0" + "ypos" "0" + "zpos" "-1" + "wide" "246" + "tall" "31" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "image" "../hud/death_panel_blue_bg" + "scaleImage" "1" + "teambg_2" "../hud/death_panel_red_bg" + "teambg_3" "../hud/death_panel_blue_bg" + "paintborder" "1" + "border" "G_TargetBorder" + "src_corner_height" "23" + "src_corner_width" "23" + "draw_corner_width" "0" + "draw_corner_height" "0" + } + "SwitchLabel" + { + "ControlName" "Label" + "fieldName" "SwitchLabel" + "font" "DefaultSmall" + "xpos" "31" + "ypos" "3" + "zpos" "1" + "wide" "212" + "tall" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "labelText" "#TF_teambalanced" + "textAlignment" "North" + "fgcolor_override" "G_White" + "textinsetx" "5" + } + "BalanceLabel" + { + "ControlName" "Label" + "fieldName" "BalanceLabel" + "font" "DefaultVerySmall" + "xpos" "31" + "ypos" "13" + "zpos" "1" + "wide" "212" + "tall" "40" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "labelText" "" + "textAlignment" "North" + "fgcolor_override" "G_White" + "textinsetx" "5" + } + "SwitchImage" + { + "ControlName" "CTFImagePanel" + "fieldName" "SwitchImage" + "xpos" "3" + "ypos" "3" + "zpos" "1" + "wide" "25" + "tall" "25" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "image" "../hud/ico_teambalance" + "scaleImage" "1" + } +} diff --git a/toonhud/resource/ui/hudtournament.res b/toonhud/resource/ui/hudtournament.res new file mode 100644 index 0000000..2d41865 --- /dev/null +++ b/toonhud/resource/ui/hudtournament.res @@ -0,0 +1,1133 @@ +"Resource/UI/HudTournament.res" +{ + HudTournament + { + "ControlName" "EditablePanel" + "fieldName" "HudTournament" + + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "480" + "proportionaltoparent" "1" + + "team1_player_base_offset_x" "-75" + "team1_player_base_y" "0" + "team1_player_delta_x" "-47" + "team1_player_delta_y" "0" + "team2_player_base_offset_x" "25" + "team2_player_base_y" "0" + "team2_player_delta_x" "47" + "team2_player_delta_y" "0" + "teams_player_delta_x_comp" "47" + + "avatar_width" "63" + "spacer" "5" + "name_width" "57" + "horiz_inset" "2" + + if_mvm + { + "xpos" "c-250" + "ypos" "0" + "wide" "500" + "tall" "480" + + "team1_player_base_y" "66" + "team2_player_base_y" "66" + "team2_player_delta_x" "52" + } + + if_competitive + { + "xpos" "cs-0.5" + "ypos" "0" + "wide" "f0" + "tall" "480" + + "team1_player_base_y" "49" + "team2_player_base_y" "49" + "team2_player_base_offset_x" "5" + "team2_player_delta_x" "52" + } + + if_readymode + { + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "480" + + "team1_player_base_y" "66" + "team2_player_base_y" "66" + "team2_player_delta_x" "48" + "team2_player_base_offset_x" "5" + } + + "ModeImage" + { + "ControlName" "ImagePanel" + "fieldName" "ModeImage" + "xpos" "cs-0.5" + "ypos" "40" + "zpos" "0" + "wide" "40" + "tall" "40" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "image" "competitive/competitive_logo_laurel" + "scaleImage" "1" + "proportionaltoparent" "1" + + if_competitive + { + "visible" "1" + } + } + + "playerpanels_kv" + { + "visible" "0" + "wide" "50" + "tall" "33" + "zpos" "1" + + "color_ready" "0 255 0 220" + "color_notready" "0 0 0 220" + + "paintborder" "0" + "paintbackground" "0" + + "background" + { + "ControlName" "EditablePanel" + "fieldName" "background" + "xpos" "0" + "ypos" "0" + "zpos" "-5" + "wide" "50" + "tall" "35" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "textAlignment" "north-west" + "paintborder" "0" + "border" "G_TargetBorder" + "paintbackground" "1" + "bgcolor_override" "0 0 0 100" + + if_readymode + { + "visible" "0" + } + } + + "borders" + { + "ControlName" "EditablePanel" + "fieldName" "borders" + "xpos" "0" + "ypos" "0" + "zpos" "10" + "wide" "50" + "tall" "35" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "textAlignment" "north-west" + "paintborder" "1" + "border" "G_TargetBorder" + + if_readymode + { + "wide" "46" + "tall" "23" + } + if_competitive + { + "wide" "46" + "tall" "23" + } + } + + "playername" + { + "ControlName" "CExLabel" + "fieldName" "playername" + "font" "DefaultVerySmall" + "xpos" "0" + "ypos" "48" + "zpos" "5" + "wide" "50" + "tall" "9" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "labelText" "%playername%" + "textAlignment" "center" + "paintbackground" "1" + "bgcolor_override" "G_OpaquePanelBg" + "fgcolor" "G_White" + + if_mvm + { + "xpos" "0" + "ypos" "26" + } + + if_competitive + { + "xpos" "0" + "ypos" "15" + "wide" "46" + } + + if_readymode + { + "xpos" "0" + "ypos" "15" + } + } + + "classimage" + { + "ControlName" "CTFClassImage" + "fieldName" "classimage" + "xpos" "1" + "ypos" "1" + "zpos" "2" + "wide" "26" + "tall" "26" + "visible" "1" + "enabled" "1" + "image" "../hud/class_scoutred" + "scaleImage" "1" + + if_mvm + { + "xpos" "1" + "ypos" "2" + "wide" "26" + "tall" "26" + "image" "../vgui/hud_connecting" + } + + if_competitive + { + "xpos" "0" + "ypos" "-3" + "wide" "23" + "tall" "23" + "image" "../vgui/hud_connecting" + } + + if_readymode + { + "xpos" "0" + "ypos" "-3" + "wide" "23" + "tall" "23" + "image" "../vgui/hud_connecting" + } + } + + "classimagebg" + { + "ControlName" "Panel" + "fieldName" "classimagebg" + "xpos" "1" + "ypos" "1" + "zpos" "2" + "wide" "26" + "tall" "26" + "visible" "0" + "enabled" "0" + "bgcolor_override" "Black" + "PaintBackgroundType" "0" + } + + "HealthIcon" + { + "ControlName" "EditablePanel" + "fieldName" "HealthIcon" + "xpos" "22" + "ypos" "-3" + "zpos" "3" + "wide" "32" + "tall" "32" + "visible" "1" + "enabled" "1" + "HealthBonusPosAdj" "10" + "HealthDeathWarning" "0.49" + "TFFont" "HudFontSmallest" + "HealthDeathWarningColor" "HUDDeathWarning" + "TextColor" "HudOffWhite" + "paintborder" "0" + "paintbackground" "1" + "border" "G_HealthBorder" + "bgcolor_override" "G_HealthBarBg" + + if_competitive + { + "xpos" "22" + "ypos" "0" + "wide" "32" + "tall" "15" + } + if_readymode + { + "xpos" "22" + "ypos" "0" + "wide" "32" + "tall" "15" + } + } + + "ReadyBG" + { + "ControlName" "ScalableImagePanel" + "fieldName" "ReadyBG" + "xpos" "32" + "ypos" "4" + "zpos" "-1" + "wide" "0" + "tall" "0" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "0" + "image" "../HUD/tournament_panel_brown" + "paintborder" "1" + "border" "G_TargetBorder" + "src_corner_height" "23" + "src_corner_width" "23" + "draw_corner_width" "0" + "draw_corner_height" "0" + "Alpha" "0" + } + + "G_ReadyBG" + { + "ControlName" "EditablePanel" + "fieldName" "G_ReadyBG" + "xpos" "32" + "ypos" "4" + "zpos" "-1" + "wide" "14" + "tall" "14" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "paintborder" "1" + "border" "G_TargetBorder" + "paintbackground" "1" + "bgcolor_override" "G_PanelBg" + + + if_mvm + { + "visible" "1" + } + if_competitive + { + "visible" "1" + "xpos" "26" + "ypos" "2" + "wide" "15" + "tall" "12" + } + if_readymode + { + "visible" "1" + } + } + + "ReadyImage" + { + "ControlName" "ImagePanel" + "fieldName" "ReadyImage" + "xpos" "33" + "ypos" "5" + "zpos" "0" + "wide" "12" + "tall" "12" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "image" "hud/checkmark" + "scaleImage" "1" + + if_mvm + { + "visible" "1" + } + if_competitive + { + "visible" "1" + "xpos" "27" + "ypos" "2" + "wide" "12" + "tall" "12" + } + if_readymode + { + "visible" "1" + } + } + + "respawntime" + { + "ControlName" "CExLabel" + "fieldName" "respawntime" + "font" "DefaultSmall" + "xpos" "30" + "ypos" "18" + "zpos" "5" + "wide" "23" + "tall" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "labelText" "%respawntime%" + "textAlignment" "west" + //"fgcolor" "235 226 202 255" + } + + "chargeamount" + { + "ControlName" "CExLabel" + "fieldName" "chargeamount" + "font" "DefaultSmall" + "xpos" "25" + "ypos" "17" + "zpos" "6" + "wide" "25" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "labelText" "%chargeamount%" + "textAlignment" "north" + "fgcolor" "0 255 0 255" + + if_mvm + { + "visible" "0" + } + if_competitive + { + "xpos" "0" + "ypos" "0" + "wide" "23" + "zpos" "20" + "textAlignment" "center" + "font" "DefaultVerySmall" + } + } + + "specindex" + { + "ControlName" "CExLabel" + "fieldName" "specindex" + "font" "DefaultVerySmall" + "xpos" "4" + "ypos" "2" + "zpos" "5" + "wide" "50" + "tall" "8" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "labelText" "%specindex%" + "textAlignment" "north-west" + //"fgcolor" "235 226 202 255" + } + + if_mvm + { + "wide" "55" + "tall" "35" + } + if_competitive + { + "wide" "46" + "tall" "23" + "paintborder" "1" + } + if_readymode + { + "wide" "46" + "tall" "23" + "paintborder" "1" + } + } + } + + "HudTournamentBG" + { + "ControlName" "ScalableImagePanel" + "fieldName" "HudTournamentBG" + "xpos" "0" + "ypos" "0" + "zpos" "-1" + "wide" "0" + "tall" "0" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "0" + "image" "../HUD/tournament_panel_brown" + "proportionaltoparent" "1" + } + + "G_HudTournamentBG" + { + "ControlName" "EditablePanel" + "fieldName" "G_HudTournamentBG" + "xpos" "c-125" + "ypos" "0" + "zpos" "-1" + "wide" "250" + "tall" "55" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "paintbackground" "1" + "bgcolor_override" "G_PanelBg" + + if_mvm + { + "visible" "0" + } + if_competitive + { + "visible" "0" + } + if_readymode + { + "tall" "12" + } + } + + "Borders" + { + "ControlName" "EditablePanel" + "fieldName" "Borders" + "xpos" "c-125" + "ypos" "0" + "zpos" "10" + "wide" "250" + "tall" "55" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "paintborder" "1" + "border" "G_TargetBorderNoTop" + + if_mvm + { + "visible" "0" + } + if_competitive + { + "visible" "0" + } + if_readymode + { + "tall" "12" + } + } + + "Gradient" + { + "ControlName" "CTFImagePanel" + "fieldName" "Gradient" + "xpos" "c-125" + "ypos" "23" + "zpos" "5" + "wide" "250" + "tall" "16" + "visible" "1" + "enabled" "1" + "image" "replay/thumbnails/gradient" + "scaleImage" "1" + + if_mvm + { + "visible" "0" + } + if_competitive + { + "visible" "0" + } + if_readymode + { + "ypos" "0" + "tall" "12" + "visible" "1" + } + } + + "TournamentLabel" + { + "ControlName" "Label" + "fieldName" "TournamentLabel" + "font" "G_FontSmall" + "xpos" "c-120" + "ypos" "3" + "zpos" "1" + "wide" "240" + "tall" "19" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "0" + "labelText" "%tournamentstatelabel%" + "textAlignment" "center" + + if_mvm + { + "visible" "0" + } + + if_competitive + { + "xpos" "cs-0.5" + "visible" "0" + } + + if_readymode + { + "xpos" "200" + "visible" "0" + } + } + + "Slash" + { + "ControlName" "CExLabel" + "fieldName" "Slash" + "font" "G_SlashSmall" + "labelText" "/" + "textAlignment" "west" + "xpos" "c-10" + "ypos" "23" + "wide" "20" + "tall" "16" + "zpos" "3" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor" "G_TeamBlue" + + if_mvm + { + "visible" "0" + } + if_competitive + { + "visible" "0" + } + if_readymode + { + "visible" "0" + } + } + + "HudTournamentBLUEBG" + { + "ControlName" "EditablePanel" + "fieldName" "HudTournamentBLUEBG" + "xpos" "c-125" + "ypos" "23" + "zpos" "-1" + "wide" "116" + "tall" "16" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "paintbackground" "1" + "bgcolor_override" "G_TeamBlue" + + if_mvm + { + "visible" "0" + } + + if_competitive + { + "xpos" "cs-0.5" + "visible" "0" + } + + if_readymode + { + "xpos" "200" + "visible" "0" + } + } + "TournamentBLUELabel" + { + "ControlName" "Label" + "fieldName" "TournamentBLUELabel" + "font" "HudFontSmallest" + "xpos" "c-113" + "ypos" "24" + "zpos" "1" + "wide" "65" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "0" + "wrap" "0" + "labelText" "%bluenamelabel%" + "textAlignment" "west" + + if_mvm + { + "visible" "0" + } + + if_competitive + { + "xpos" "cs-0.5" + "visible" "0" + } + + if_readymode + { + "xpos" "207" + "visible" "0" + } + } + "TournamentBLUEStateLabel" + { + "ControlName" "Label" + "fieldName" "TournamentBLUEStateLabel" + "font" "G_FontSmall" + "xpos" "c-125" + "ypos" "23" + "zpos" "1" + "wide" "125" + "tall" "16" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "0" + "labelText" "%bluestate%" + "textAlignment" "center" + "fgcolor_override" "G_White" + + if_mvm + { + "visible" "0" + } + + if_competitive + { + "xpos" "cs-0.5" + "visible" "0" + } + + if_readymode + { + "xpos" "251" + "visible" "0" + } + } + + "HudTournamentREDBG" + { + "ControlName" "EditablePanel" + "fieldName" "HudTournamentREDBG" + "xpos" "c-10" + "ypos" "23" + "zpos" "-1" + "wide" "135" + "tall" "16" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "paintbackground" "1" + "bgcolor_override" "G_TeamRed" + + if_mvm + { + "visible" "0" + } + if_competitive + { + "visible" "0" + } + if_readymode + { + "visible" "0" + } + } + "TournamentREDLabel" + { + "ControlName" "Label" + "fieldName" "TournamentREDLabel" + "font" "G_FontSmall" + "xpos" "c" + "ypos" "23" + "zpos" "1" + "wide" "125" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "0" + "wrap" "0" + "labelText" "%rednamelabel%" + "textAlignment" "center" + + if_mvm + { + "visible" "0" + } + if_competitive + { + "visible" "0" + } + if_readymode + { + "visible" "0" + } + } + "TournamentREDStateLabel" + { + "ControlName" "Label" + "fieldName" "TournamentREDStateLabel" + "font" "G_FontSmall" + "xpos" "c" + "ypos" "23" + "zpos" "1" + "wide" "125" + "tall" "16" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "0" + "labelText" "%redstate%" + "textAlignment" "center" + "fgcolor_override" "G_White" + + if_mvm + { + "visible" "0" + } + if_competitive + { + "xpos" "200" + "visible" "0" + } + if_readymode + { + "xpos" "200" + "visible" "0" + } + } + "TournamentConditionLabel" + { + "ControlName" "CExLabel" + "fieldName" "TournamentConditionLabel" + "font" "TFFontSmall" + "fgcolor" "G_White" + "xpos" "c-117" + "ypos" "42" + "zpos" "1" + "wide" "234" + "tall" "35" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "0" + "labelText" "%winconditions%" + "textAlignment" "north-west" + + if_mvm + { + "visible" "0" + } + if_competitive + { + "xpos" "cs-0.5" + "ypos" "0" + "tall" "23" + "wide" "76" + "centerwrap" "1" + "visible" "1" + "font" "DefaultVerySmall" + "textAlignment" "center" + "fgcolor" "G_White" + "bgcolor_override" "G_OpaquePanelBg" + "proportionaltoparent" "1" + } + if_readymode + { + "ypos" "0" + "tall" "12" + "visible" "1" + "font" "DefaultVerySmall" + "textAlignment" "center" + "fgcolor" "G_White" + } + } + + "HudTournamentBGHelp" + { + "ControlName" "ScalableImagePanel" + "fieldName" "HudTournamentBGHelp" + "xpos" "0" + "ypos" "51" + "zpos" "-1" + "wide" "250" + "tall" "17" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "0" + "image" "../HUD/tournament_panel_brown" + "src_corner_height" "23" + "src_corner_width" "23" + "draw_corner_width" "8" + "draw_corner_height" "8" + + if_mvm + { + "visible" "0" + } + + if_competitive + { + "visible" "0" + } + + if_readymode + { + "visible" "0" + } + } + + "TournamentInstructionsLabel" + { + "ControlName" "CExLabel" + "fieldName" "TournamentInstructionsLabel" + "font" "G_FontSmall" + "xpos" "c-250" + "ypos" "58" + "wide" "500" + "tall" "60" + "zpos" "1" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "0" + "labelText" "%readylabel%" + "textAlignment" "North" + "fgcolor" "G_White" + + if_mvm + { + "font" "G_FontMedium" + "ypos" "105" + "zpos" "3" + "xpos" "0" + } + if_competitive + { + "font" "G_FontSmall" + "ypos" "24" + "tall" "12" + "zpos" "3" + } + if_readymode + { + "font" "G_FontSmall" + "ypos" "15" + "tall" "12" + "zpos" "3" + } + } + + "TournamentInstructionsLabelShadow" + { + "ControlName" "CExLabel" + "fieldName" "TournamentInstructionsLabelShadow" + "font" "G_FontSmall" + "xpos" "c-249" + "ypos" "59" + "wide" "500" + "tall" "60" + "zpos" "0" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "wrap" "0" + "labelText" "%readylabel%" + "textAlignment" "North" + "fgcolor" "G_Shadow" + + if_mvm + { + "font" "G_FontMedium" + "xpos" "1" + "ypos" "106" + "fgcolor" "G_Shadow" + "visible" "1" + } + if_competitive + { + "font" "G_FontSmall" + "ypos" "25" + "tall" "12" + "zpos" "2" + "visible" "1" + } + if_readymode + { + "font" "G_FontSmall" + "ypos" "16" + "tall" "12" + "zpos" "2" + "visible" "1" + } + } + + "TournamentReadyHintIcon" + { + "ControlName" "CExLabel" + "fieldName" "TournamentReadyHintIcon" + "font" "GameUIButtonsSteamControllerSmallest" + "xpos" "0" + "ypos" "54" + "zpos" "3" + "wide" "40" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "0" + "labelText" "Y" + "textAlignment" "left" + + if_mvm + { + "xpos" "166" + "ypos" "101" + "wide" "190" + "tall" "22" + } + + if_competitive + { + "xpos" "236" + "ypos" "106" + "wide" "190" + "tall" "22" + } + + if_readymode + { + "xpos" "236" + "ypos" "106" + "wide" "190" + "tall" "22" + } + } + + "CountdownBG" + { + "ControlName" "ScalableImagePanel" + "fieldName" "CountdownBG" + "xpos" "-9999" + "ypos" "-9999" + "zpos" "-1" + "wide" "80" + "tall" "32" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "0" + "image" "../HUD/color_panel_red" + "paintborder" "1" + "border" "G_TargetBorder" + "src_corner_height" "23" + "src_corner_width" "23" + "draw_corner_width" "0" + "draw_corner_height" "0" + "Alpha" "0" + } + + "CountdownLabel" + { + "ControlName" "CExLabel" + "fieldName" "CountdownLabel" + "font" "G_FontMedium" + "xpos" "0" + "ypos" "123" + "wide" "500" + "tall" "32" + "zpos" "5" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "wrap" "0" + "labelText" "%tournamentstatelabel%" + "fgcolor" "G_White" + "textAlignment" "center" + + if_competitive + { + "xpos" "cs-0.5" + "ypos" "cs-0.1" + } + } + + "CountdownLabelShadow" + { + "ControlName" "CExLabel" + "fieldName" "CountdownLabelShadow" + "font" "G_FontMedium" + "xpos" "1" + "ypos" "124" + "wide" "500" + "tall" "32" + "zpos" "4" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "wrap" "0" + "labelText" "%tournamentstatelabel%" + "textAlignment" "center" + "fgcolor" "G_Shadow" + "proportionaltoparent" "1" + + if_competitive + { + "xpos" "cs-0.497" + "ypos" "cs-0.097" + } + } + +} + diff --git a/toonhud/resource/ui/hudtournamentsetup.res b/toonhud/resource/ui/hudtournamentsetup.res new file mode 100644 index 0000000..0b1bba1 --- /dev/null +++ b/toonhud/resource/ui/hudtournamentsetup.res @@ -0,0 +1,151 @@ +"Resource/UI/HudTournamentSetup.res" +{ + "HudTournamentSetupBG" + { + "ControlName" "EditablePanel" + "fieldName" "HudTournamentSetupBG" + "xpos" "0" + "ypos" "0" + "zpos" "-1" + "wide" "180" + "tall" "59" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "paintborder" "1" + "border" "G_TargetBorder" + "paintbackground" "1" + "bgcolor_override" "G_PanelBg" + } + + "TournamentSetupLabel" + { + "ControlName" "Label" + "fieldName" "TournamentLabel" + "font" "G_FontSmall" + "xpos" "5" + "ypos" "1" + "zpos" "1" + "wide" "170" + "tall" "19" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "0" + "labelText" "%tournamentstatelabel%" + "textAlignment" "west" + "paintbackground" "0" + "bgcolor_override" "G_PanelBg" + } + + "TournamentTeamNameLabel" + { + "ControlName" "Label" + "fieldName" "TournamentTeamNameLabel" + "font" "G_FontSmall_2" + "xpos" "100" + "ypos" "20" + "zpos" "1" + "wide" "70" + "tall" "16" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "0" + "labelText" "#Tournament_TeamNamePanel" + "textAlignment" "east" + } + + "TournamentNameEdit" + { + "ControlName" "TextEntry" + "fieldName" "TournamentNameEdit" + "xpos" "5" + "ypos" "20" + "wide" "170" + "tall" "16" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "textHidden" "0" + "editable" "1" + "maxchars" "5" + "NumericInputOnly" "0" + "unicode" "0" + "wrap" "0" + "fgcolor_override" "235 226 202 255" + "bgcolor_override" "0 0 0 255" + "labelText" "%teamname%" + "textAlignment" "west" + "font" "G_FontSmall_2" + } + + "HudTournamentNameBG" + { + "ControlName" "CTFImagePanel" + "fieldName" "HudTournamentNameBG" + "xpos" "8" + "ypos" "28" + "wide" "50" + "tall" "14" + "zpos" "0" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "0" + "fillcolor" "0 0 0 255" + "scaleImage" "1" + "Alpha" "0" + } + + "TournamentNotReadyButton" + { + "ControlName" "CExButton" + "fieldName" "TournamentNotReadyButton" + "xpos" "5" + "ypos" "40" + "wide" "70" + "tall" "14" + "zpos" "0" + "autoResize" "0" + "pinCorner" "2" + "visible" "1" + "enabled" "1" + "labelText" "Not Ready" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "command" "teamnotready" + "default" "1" + "font" "HudFontSmallestBold" + "fgcolor" "Red" + } + + "TournamentReadyButton" + { + "ControlName" "CExButton" + "fieldName" "TournamentReadyButton" + "xpos" "105" + "ypos" "40" + "wide" "70" + "tall" "14" + "zpos" "0" + "autoResize" "0" + "pinCorner" "2" + "visible" "1" + "enabled" "1" + "labelText" "Ready" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "command" "teamready" + "default" "1" + "font" "HudFontSmallestBold" + "fgcolor" "FooterBGBlack" + } +} diff --git a/toonhud/resource/ui/hudupgradepanel.res b/toonhud/resource/ui/hudupgradepanel.res new file mode 100644 index 0000000..2794d07 --- /dev/null +++ b/toonhud/resource/ui/hudupgradepanel.res @@ -0,0 +1,834 @@ +"Resource/UI/HudUpgradePanel.res" +{ + "HudUpgradePanel" + { + "ControlName" "EditablePanel" + "fieldName" "HudUpgradePanel" + "xpos" "0" + "ypos" "0" + "zpos" "1000" + "wide" "f0" + "tall" "480" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "tabPosition" "0" + "settitlebarvisible" "0" + + "itempanel_xpos" "15" + "itempanel_ypos" "10" + "itempanel_xdelta" "5" + "itempanel_ydelta" "5" + + "upgradebuypanel_xpos" "160" + "upgradebuypanel_ypos" "65" + "upgradebuypanel_delta" "6" + + "modelpanels_kv" + { + "zpos" "11" + "wide" "70" + "tall" "50" + "bgcolor_override" "0 0 0 0" + "noitem_textcolor" "117 107 94 255" + "PaintBackgroundType" "2" + "paintborder" "0" + + "model_ypos" "5" + "model_tall" "32" + "model_wide" "48" + "model_center_x" "1" + "text_ypos" "60" + "text_center" "1" + "name_only" "1" + "text_forcesize" "3" + + "itemmodelpanel" + { + "use_item_rendertarget" "0" + "allow_rot" "0" + } + } + } + + "BGGrayoutPanel" + { + "ControlName" "EditablePanel" + "fieldName" "BGGrayoutPanel" + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "480" + "zpos" "-10" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "bgcolor_override" "G_TransparentMenuBg" + } + + "SelectWeaponPanel" + { + "ControlName" "EditablePanel" + "fieldName" "SelectWeaponPanel" + "xpos" "c-250" + "ypos" "85" + "wide" "500" + "tall" "350" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "bgcolor_override" "63 59 55 0" + + "OutterPanelBG" + { + "ControlName" "ScalableImagePanel" + "fieldName" "OutterPanelBG" + "xpos" "0" + "ypos" "0" + "zpos" "-8" + "wide" "500" + "tall" "310" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "0" + "image" "../HUD/tournament_panel_brown" + + "src_corner_height" "23" // pixels inside the image + "src_corner_width" "23" + + "draw_corner_width" "8" // screen size of the corners ( and sides ), proportional + "draw_corner_height" "8" + + } + + "G_Borders" + { + "ControlName" "EditablePanel" + "fieldName" "G_Borders" + "xpos" "0" + "ypos" "0" + "zpos" "-5" + "wide" "500" + "tall" "310" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "paintborder" "1" + "border" "G_TargetBorder" + "paintbackground" "1" + "bgcolor_override" "140 140 140 0" + } + + "G_OuterPanelBG" + { + "ControlName" "EditablePanel" + "fieldName" "G_OuterPanelBG" + "xpos" "0" + "ypos" "0" + "zpos" "-8" + "wide" "500" + "tall" "310" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "paintborder" "1" + "border" "NoBorder" + "bgcolor_override" "G_Footer" + } + + + "InnerPanelRim" + { + "ControlName" "Panel" + "fieldName" "InnerPanelRim" + "xpos" "0" + "ypos" "50" + "zpos" "-1" + "wide" "500" + "tall" "230" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "PaintBackgroundType" "0" + "bgcolor_override" "G_MenuBg" + "border" "G_TargetBorder" + } + + "G_InnerPanelRim" + { + "ControlName" "ScalableImagePanel" + "fieldName" "G_InnerPanelRim" + "xpos" "10" + "ypos" "50" + "zpos" "-1" + "wide" "480" + "tall" "230" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "image" "../hud/color_panel_red" + "paintborder" "0" + "src_corner_height" "23" + "src_corner_width" "23" + "draw_corner_width" "0" + "draw_corner_height" "0" + } + + "InnerBGPanel" + { + "ControlName" "EditablePanel" + "fieldName" "InnerBGPanel" + "xpos" "15" + "ypos" "55" + "zpos" "0" + "wide" "470" + "tall" "220" + "visible" "0" + "PaintBackgroundType" "0" + "border" "G_TargetBorder" + "bgcolor_override" "G_Footer" + } + + "PlayerUpgradeButton" + { + "ControlName" "CExButton" + "fieldName" "PlayerUpgradeButton" + "xpos" "15" + "ypos" "10" + "zpos" "-2" + "wide" "70" + "tall" "50" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "PLAYER" + "font" "HudFontSmallBold" + "textAlignment" "center" + "textinsetx" "50" + "dulltext" "0" + "brighttext" "0" + "Command" "PlayerUpgrade" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + //"bgcolor_override" "142 132 121 255" + "alpha" "0" + } + + "ClassImage" + { + "ControlName" "CTFClassImage" + "fieldName" "ClassImage" + "xpos" "30" + "ypos" "15" + "zpos" "-2" + "wide" "40" + "tall" "40" + "visible" "1" + "enabled" "1" + "image" "../hud/class_scoutred" + "scaleImage" "1" + } + + "SentryIcon" + { + "ControlName" "ImagePanel" + "fieldName" "SentryIcon" + "xpos" "332" + "ypos" "12" + "wide" "34" + "tall" "34" + "zpos" "-2" + "visible" "1" + "enabled" "1" + + "scaleImage" "1" + + "image" "../hud/eng_build_sentry" + } + + "ActiveTabPanel" + { + "ControlName" "EditablePanel" + "fieldName" "ActiveTabPanel" + "xpos" "88" + "ypos" "8" + "zpos" "-3" + "wide" "74" + "tall" "54" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "bgcolor_override" "G_Highlight" + "PaintBackgroundType" "0" + "border" "G_TargetBorder" + } + + "MouseOverTabPanel" + { + "ControlName" "EditablePanel" + "fieldName" "MouseOverTabPanel" + "xpos" "14" + "ypos" "9" + "zpos" "-4" + "wide" "72" + "tall" "54" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "bgcolor_override" "0 0 0 0" + "PaintBackgroundType" "0" + } + + "MouseOverUpgradePanel" + { + "ControlName" "EditablePanel" + "fieldName" "MouseOverUpgradePanel" + "xpos" "0" + "ypos" "0" + "zpos" "10" + "wide" "157" + "tall" "47" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "0" + "tabPosition" "0" + "bgcolor_override" "0 0 0 0" + "PaintBackgroundType" "0" + } + + "InactiveTabPanel1" + { + "ControlName" "EditablePanel" + "fieldName" "InactiveTabPanel1" + "xpos" "15" + "ypos" "10" + "zpos" "-5" + "wide" "70" + "tall" "54" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "bgcolor_override" "0 0 0 0" + "PaintBackgroundType" "0" + } + + "InactiveTabPanel2" + { + "ControlName" "EditablePanel" + "fieldName" "InactiveTabPanel2" + "xpos" "15" + "ypos" "10" + "zpos" "-5" + "wide" "70" + "tall" "54" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "bgcolor_override" "0 0 0 0" + "PaintBackgroundType" "0" + } + + "InactiveTabPanel3" + { + "ControlName" "EditablePanel" + "fieldName" "InactiveTabPanel3" + "xpos" "15" + "ypos" "10" + "zpos" "-5" + "wide" "70" + "tall" "54" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "bgcolor_override" "0 0 0 0" + "PaintBackgroundType" "0" + } + + "InactiveTabPanel4" + { + "ControlName" "EditablePanel" + "fieldName" "InactiveTabPanel4" + "xpos" "15" + "ypos" "10" + "zpos" "-5" + "wide" "70" + "tall" "54" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "bgcolor_override" "0 0 0 0" + "PaintBackgroundType" "0" + } + + "InactiveTabPanel5" + { + "ControlName" "EditablePanel" + "fieldName" "InactiveTabPanel5" + "xpos" "15" + "ypos" "10" + "zpos" "-5" + "wide" "70" + "tall" "54" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "bgcolor_override" "0 0 0 0" + "PaintBackgroundType" "0" + } + + "InactiveTabPanel6" + { + "ControlName" "EditablePanel" + "fieldName" "InactiveTabPanel6" + "xpos" "15" + "ypos" "10" + "zpos" "-5" + "wide" "70" + "tall" "54" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "bgcolor_override" "0 0 0 0" + "PaintBackgroundType" "0" + } + + "InactiveSeparatorPanel" + { + "ControlName" "EditablePanel" + "fieldName" "InactiveSeparatorPanel" + "xpos" "0" + "ypos" "50" + "zpos" "0" + "wide" "500" + "tall" "2" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "bgcolor_override" "G_Highlight" + "border" "G_TargetBorderSides" + } + + "GreyedOutLabel" + { + "ControlName" "CExLabel" + "fieldName" "GreyedOutLabel" + "font" "HudFontSmall" + "labelText" "%powerup_hint%" + "textAlignment" "north" + "wrap" "1" + "centerwrap" "1" + "xpos" "190" + "ypos" "95" + "zpos" "2" + "wide" "240" + "tall" "140" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "mouseinputenabled" "0" + } + + "QuickEquipButton" + { + "ControlName" "CExButton" + "fieldName" "QuickEquipButton" + "xpos" "250" + "ypos" "195" + "zpos" "1" + "wide" "120" + "tall" "17" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "tabPosition" "0" + "labelText" "#TF_PVE_Quick_Equip_Bottle" + "font" "HudFontSmallestBold" + "textAlignment" "center" + "textinsetx" "50" + "dulltext" "0" + "brighttext" "0" + "Command" "quick_equip_bottle" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + + "LoadoutButton" + { + "ControlName" "CExButton" + "fieldName" "LoadoutButton" + "xpos" "250" + "ypos" "215" + "zpos" "1" + "wide" "120" + "tall" "17" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "tabPosition" "0" + "labelText" "#OpenGeneralLoadout" + "font" "HudFontSmallestBold" + "textAlignment" "center" + "textinsetx" "50" + "dulltext" "0" + "brighttext" "0" + "Command" "open_charinfo_direct" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + + "UpgradeItemsDescriptionBG" + { + "ControlName" "Panel" + "fieldName" "UpgradeItemsDescriptionBG" + "xpos" "25" + "ypos" "65" + "zpos" "0" + "wide" "130" + "tall" "65" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + + "bgcolor_override" "G_ItemDescriptionPanelBg" + } + + "UpgradeItemsDescriptionLabel" + { + "ControlName" "CExLabel" + "fieldName" "UpgradeItemsDescriptionLabel" + "font" "ItemFontAttribLarge" + "labelText" "%upgrade_description%" + "fgcolor" "G_MenuText" + "textAlignment" "center" + "wrap" "1" + "centerwrap" "1" + "xpos" "30" + "ypos" "65" + "zpos" "2" + "wide" "120" + "tall" "65" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + + "UpgradeItemsBG" + { + "ControlName" "Panel" + "fieldName" "UpgradeItemsBG" + "xpos" "25" + "ypos" "135" + "zpos" "0" + "wide" "130" + "tall" "128" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + + "bgcolor_override" "G_ItemDescriptionPanelBg" + } + + "UpgradeItemsHeaderBG" + { + "ControlName" "Panel" + "fieldName" "UpgradeItemsHeaderBG" + "xpos" "25" + "ypos" "135" + "zpos" "1" + "wide" "130" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + + "bgcolor_override" "G_ItemDescriptionPanelBg" + } + + "UpgradeItemsLabel" + { + "ControlName" "CExLabel" + "fieldName" "UpgradeItemsLabel" + "font" "HudFontSmall" + "fgcolor" "G_MenuText" + "labelText" "%upgrade_label%" + "textAlignment" "center" + "xpos" "30" + "ypos" "136" + "zpos" "2" + "wide" "120" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + + "UpgradeItemStatsLabel" + { + "ControlName" "CExLabel" + "fieldName" "UpgradeItemStatsLabel" + "font" "ItemFontAttribSmall" + "labelText" "" + "textAlignment" "north-west" + "xpos" "30" + "ypos" "160" + "zpos" "2" + "wide" "120" + "tall" "103" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + } + + "G_FooterLine" + { + "ControlName" "EditablePanel" + "fieldName" "G_FooterLine" + "xpos" "0" + "ypos" "278" + "zpos" "0" + "wide" "500" + "tall" "2" + "visible" "1" + "enabled" "1" + "paintbackground" "1" + "bgcolor_override" "G_Highlight" + "border" "G_TargetBorderSides" + } + + "CreditsLabel" + { + "ControlName" "CExLabel" + "fieldName" "CreditsLabel" + "font" "G_FontMedium" + "labelText" "%credits%" + "textAlignment" "east" + "xpos" "0" + "ypos" "280" + "wide" "245" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor" "121 195 58 255" + "bgcolor_override" "200 0 0 0" + } + + "CreditsTextLabel" + { + "ControlName" "CExLabel" + "fieldName" "CreditsTextLabel" + "font" "G_FontMedium_2" + "labelText" "#TF_PVE_UpgradeAmount" + "textAlignment" "west" + "xpos" "250" + "ypos" "280" + "wide" "500" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor" "G_FooterText" + } + + "CancelButton" + { + "ControlName" "CExButton" + "fieldName" "CancelButton" + "xpos" "335" + "ypos" "286" + "zpos" "1" + "wide" "75" + "tall" "17" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#TF_PVE_UpgradeCancel" + "font" "HudFontSmallestBold" + "textAlignment" "center" + "textinsetx" "50" + "dulltext" "0" + "brighttext" "0" + "Command" "cancel" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + + "CloseButton" + { + "ControlName" "CExButton" + "fieldName" "CloseButton" + "xpos" "415" + "ypos" "286" + "zpos" "1" + "wide" "75" + "tall" "17" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "0" + "tabPosition" "0" + "labelText" "#TF_PVE_UpgradeDone" + "font" "HudFontSmallestBold" + "textAlignment" "center" + "textinsetx" "50" + "dulltext" "0" + "brighttext" "0" + "Command" "close" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + + "RespecButton" + { + "ControlName" "CExButton" + "fieldName" "RespecButton" + "xpos" "50" + "ypos" "286" + "zpos" "1" + "wide" "120" + "tall" "17" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "0" + "tabPosition" "0" + "labelText" "#TF_PVE_UpgradeRespec" + "font" "HudFontSmallestBold" + "textAlignment" "center" + "textinsetx" "50" + "dulltext" "0" + "brighttext" "1" + "Command" "respec" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + } + + "TipPanel" + { + "ControlName" "EditablePanel" + "fieldName" "TipPanel" + "xpos" "c-250" + "ypos" "400" + "zpos" "10" + "wide" "500" + "tall" "16" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "bgcolor_override" "G_Footer" + "border" "G_TargetBorder" + + "TipPanelBG" + { + "ControlName" "ScalableImagePanel" + "fieldName" "TipPanelBG" + "xpos" "0" + "ypos" "0" + "zpos" "-3" + "wide" "500" + "tall" "40" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "0" + "image" "../HUD/tournament_panel_brown" + + "src_corner_height" "23" // pixels inside the image + "src_corner_width" "23" + + "draw_corner_width" "8" // screen size of the corners ( and sides ), proportional + "draw_corner_height" "8" + } + + "TipText" + { + "ControlName" "CExLabel" + "fieldName" "TipText" + "font" "DefaultVerySmall" + "labelText" "%tiptext%" + "textAlignment" "west" + "xpos" "10" + "ypos" "0" + "zpos" "11" + "wide" "460" + "tall" "16" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor" "G_MenuText" + } + + "NextTipButton" + { + "ControlName" "CExButton" + "fieldName" "NextTipButton" + "xpos" "470" + "ypos" "0" + "zpos" "10" + "wide" "30" + "tall" "16" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" " > " + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "Command" "nexttip" + "font" "DefaultVerySmall" + "defaultBgColor_override" "0 0 0 0" + "armedBgColor_override" "0 0 0 0" + } + } +} \ No newline at end of file diff --git a/toonhud/resource/ui/ingamequeuestatus.res b/toonhud/resource/ui/ingamequeuestatus.res new file mode 100644 index 0000000..55617dd --- /dev/null +++ b/toonhud/resource/ui/ingamequeuestatus.res @@ -0,0 +1,55 @@ +"Resource/UI/InGameQueueStatus.res" +{ + "QueueHUDStatus" + { + "fieldName" "QueueHUDStatus" + "visible" "1" + "enabled" "1" + "xpos" "rs1-5" + "ypos" "1" + "zpos" "1001" + "wide" "200" + "tall" "18" + "proportionaltoparent" "1" + "keyboardinputenabled" "1" + "mouseinputenabled" "0" + "alpha" "100" + } + + "CTFLogoPanel" + { + "ControlName" "CTFLogoPanel" + "fieldname" "CTFLogoPanel" + "xpos" "rs1" + "ypos" "cs-0.5" + "zpos" "5" + "wide" "o1" + "tall" "f0" + "visible" "1" + "proportionaltoparent" "1" + + "radius" "8" + "velocity" "100" + + "fgcolor_override" "G_Highlight" + } + + "QueueText" + { + "ControlName" "Label" + "fieldName" "QueueText" + "xpos" "rs1-22" + "ypos" "cs-0.5" + "wide" "f35" + "zpos" "100" + "tall" "f0" + "visible" "1" + "enabled" "1" + "font" "G_FontSmall_2" + "fgcolor_override" "G_White" + "textAlignment" "east" + "labelText" "%queue_state%" + "proportionaltoparent" "1" + "mouseinputenabled" "0" + } +} diff --git a/toonhud/resource/ui/intromenu.res b/toonhud/resource/ui/intromenu.res new file mode 100644 index 0000000..5b660ff --- /dev/null +++ b/toonhud/resource/ui/intromenu.res @@ -0,0 +1,281 @@ +"Resource/UI/IntroMenu.res" +{ + "intro" + { + "ControlName" "CTFIntroMenu" + "fieldName" "intro" + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "480" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "paintbackground" "1" + "bgcolor_override" "G_TransparentMenuBG" + } + + "titlelabel" + { + "ControlName" "CExLabel" + "fieldName" "titlelabel" + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "70" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "0" + "tabPosition" "0" + } + + "Skip" [$WIN32] + { + "ControlName" "CExButton" + "fieldName" "Skip" + "xpos" "r190" + "xpos_lodef" "r222" + "xpos_hidef" "r232" + "ypos" "r40" + "ypos_lodef" "r64" + "ypos_hidef" "r54" + "zpos" "6" + "wide" "150" + "tall" "30" + "autoResize" "0" + "pinCorner" "2" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#Button_SkipIntro" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "wrap" "0" + "command" "skip" + "font" "MenuSmallFont" + } + + "Continue" [$WIN32] + { + "ControlName" "CExButton" + "fieldName" "Continue" + "xpos" "r190" + "xpos_lodef" "r222" + "xpos_hidef" "r232" + "ypos" "r40" + "ypos_lodef" "r64" + "ypos_hidef" "r54" + "zpos" "6" + "wide" "150" + "tall" "30" + "autoResize" "0" + "pinCorner" "2" + "visible" "0" + "enabled" "1" + "tabPosition" "0" + "labelText" "#TF_Continue" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "wrap" "0" + "command" "skip" + "font" "MenuSmallFont" + } + + "Back" [$WIN32] + { + "ControlName" "CExButton" + "fieldName" "Back" + "xpos" "40" + "xpos_hidef" "50" + "ypos" "r40" + "ypos_lodef" "r64" + "ypos_hidef" "r54" + "zpos" "6" + "wide" "150" + "tall" "30" + "autoResize" "0" + "pinCorner" "2" + "visible" "1" + "enabled" "1" + "labelText" "#TF_Back" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "command" "back" + "font" "MenuSmallFont" + "fgcolor" "Black" + } + + "ReplayVideo" [$WIN32] + { + "ControlName" "CExButton" + "fieldName" "ReplayVideo" + "xpos" "40" + "xpos_hidef" "50" + "ypos" "r40" + "ypos_lodef" "r64" + "ypos_hidef" "r54" + "zpos" "6" + "wide" "150" + "tall" "30" + "autoResize" "0" + "pinCorner" "2" + "visible" "0" + "enabled" "1" + "labelText" "#TF_ReplayIntro" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "command" "replayVideo" + "font" "MenuSmallFont" + "fgcolor" "Black" + } + + "ShadedBar" + { + "ControlName" "ImagePanel" + "fieldName" "ShadedBar" + "xpos" "0" + "ypos" "r50" + "ypos_lodef" "r74" + "ypos_hidef" "r65" + "zpos" "5" + "wide" "f0" + "tall" "50" + "tall_lodef" "74" + "tall_hidef" "65" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "image" "loadout_bottom_gradient" + "tileImage" "1" + "PaintBackgroundType" "0" + } + + "VideoPanel" + { + "ControlName" "CTFVideoPanel" + "fieldName" "VideoPanel" + "xpos" "c-145" + "ypos" "c-183" + "zpos" "3" + "wide" "300" + "tall" "225" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "start_delay" "2.0" + "end_delay" "2.0" + } + + "MenuBG" + { + "ControlName" "CModelPanel" + "fieldName" "MenuBG" + "xpos" "0" + "ypos" "0" + "zpos" "0" + "wide" "f0" + "tall" "480" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "0" + "fov" "20" + + "model" + { + "modelname" "models/vgui/UI_welcome01_screen.mdl" + "skin" "0" + "angles_x" "0" + "angles_y" "180" + "angles_z" "0" + "origin_x" "290" + "origin_x_lodef" "320" + "origin_x_hidef" "310" + "origin_y" "0" + "origin_z" "-39" + + "animation" + { + "name" "Up" + "sequence" "screenup" + } + + "animation" + { + "name" "UpSlow" + "sequence" "screenup_slow" + } + + "animation" + { + "name" "Down" + "sequence" "screendown" + "default" "1" + } + } + } + + "VideoCaption" + { + "ControlName" "CExLabel" + "fieldName" "VideoCaption" + "xpos" "c-145" + "ypos" "c40" + "zpos" "6" + "wide" "295" + "tall" "70" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "labelText" " " + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "font" "IntroMenuCaption" + "fgcolor" "White" + "wrap" "1" + } + + "Footer" [$X360] + { + "ControlName" "CTFFooter" + "fieldName" "Footer" + "zpos" "6" + "tall" "80" + "button_separator" "10" + "button_separator_lodef" "5" + "buttongap" "50" + "textadjust" "3" + "buttonoffsety" "20" + "buttonoffsety_hidef" "0" + "buttonoffsety_lodef" "18" + "fonttext" "MatchmakingDialogMenuLarge" + "fonttext_lodef" "MatchmakingDialogMenuSmall" + "fgcolor" "HudOffWhite" + + "button" + { + "name" "intro" + "text" "#GameUI_Back" + "icon" "#GameUI_Icons_B_BUTTON" + } + + "button" + { + "name" "continue" + "text" "#Button_SkipIntro_360" + "icon" "#GameUI_Icons_A_BUTTON" + } + } +} diff --git a/toonhud/resource/ui/itemoptionspanel.res b/toonhud/resource/ui/itemoptionspanel.res new file mode 100644 index 0000000..c8834c8 --- /dev/null +++ b/toonhud/resource/ui/itemoptionspanel.res @@ -0,0 +1,90 @@ +"Resource/UI/ItemOptionsPanel.res" +{ + "PanelListPanel" + { + "ControlName" "CPanelListPanel" + "fieldName" "PanelListPanel" + "xpos" "0" + "ypos" "0" + "wide" "f-19" + "tall" "f0" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "proportionalToParent" "1" + "autohide_scrollbar" "1" + "bgcolor_override" "0 0 0 0" + + "HatUseHeadCheckButton" + { + "ControlName" "CheckButton" + "fieldName" "HatUseHeadCheckButton" + "xpos" "0" + "ypos" "0" + "wide" "140" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "RoundedCorners" "15" + "pin_corner_to_sibling" "0" + "pin_to_sibling_corner" "0" + "visible" "0" + "enabled" "1" + "tabPosition" "0" + "labelText" "#GameUI_ParticleHatUseHead" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "1" + "wrap" "0" + "centerwrap" "0" + "textinsetx" "6" + "textinsety" "0" + "auto_wide_tocontents" "0" + "use_proportional_insets" "0" + "Default" "0" + "Command" "particle_use_head_clicked" + } + + "HatParticleSlider" + { + "ControlName" "CCvarSlider" + "fieldName" "HatParticleSlider" + "xpos" "0" + "ypos" "0" + "wide" "140" + "tall" "14" + "autoResize" "0" + "RoundedCorners" "15" + "visible" "0" + "enabled" "1" + "tabPosition" "0" + "fgcolor_override" "G_White" + } + + "SetStyleButton" + { + "ControlName" "CExButton" + "fieldName" "SetStyleButton" + "xpos" "0" + "ypos" "0" + "wide" "140" + "tall" "14" + "autoResize" "0" + "pinCorner" "3" + "visible" "0" + "enabled" "1" + "tabPosition" "0" + "labelText" "#TF_Item_SelectStyle" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "set_style" + } + } +} diff --git a/toonhud/resource/ui/itemquickswitch.res b/toonhud/resource/ui/itemquickswitch.res new file mode 100644 index 0000000..365b2f7 --- /dev/null +++ b/toonhud/resource/ui/itemquickswitch.res @@ -0,0 +1,201 @@ +"Resource/UI/ItemQuickSwitch.res" +{ + "ItemQuickSwitchPanel" + { + "ControlName" "EditablePanel" + "fieldName" "ItemQuickSwitchPanel" + "xpos" "c-125" + "ypos" "280" + "wide" "275" + "tall" "160" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "tabPosition" "0" + "settitlebarvisible" "0" + "paintborder" "1" + "border" "G_TargetBorder" + + "PaintBackgroundType" "2" + "bgcolor_override" "G_TransparentMenuBG" + + "itempanel_xpos" "0" + "itempanel_ydelta" "0" + + "itemskv" + { + "wide" "200" + "tall" "30" + "paintbackground" "1" + "paintborder" "1" + "bgcolor_override" "59 54 48 255" + "PaintBackgroundType" "0" + "border" "NoBorder" + "text_forcesize" "2" + + "model_xpos" "5" + "model_ypos" "2" + "model_wide" "44" + "model_tall" "26" + + "text_center" "1" + "text_xpos" "60" + "text_wide" "140" + "name_only" "1" + + "noitem_textcolor" "117 107 94 255" + } + } + + "CaratLabel" + { + "ControlName" "CExLabel" + "fieldName" "CaratLabel" + "font" "HudFontSmallestBold" + "labelText" ">>" + "textAlignment" "west" + "xpos" "5" + "ypos" "8" + "zpos" "1" + "wide" "20" + "tall" "15" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "200 80 60 255" + } + "ClassLabel" + { + "ControlName" "CExLabel" + "fieldName" "ClassLabel" + "font" "HudFontSmallestBold" + "labelText" "#ClassBeingEquipped" + "textAlignment" "west" + "xpos" "20" + "ypos" "8" + "zpos" "1" + "wide" "60" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + + "ItemSlotLabel" + { + "ControlName" "CExLabel" + "fieldName" "ItemSlotLabel" + "font" "HudFontSmallestBold" + "labelText" "#PrimaryWeapon" + "textAlignment" "west" + "xpos" "80" + "ypos" "8" + "zpos" "1" + "wide" "140" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + + "TopLine" + { + "ControlName" "ImagePanel" + "fieldName" "TopLine" + "xpos" "5" + "ypos" "20" + "zpos" "2" + "wide" "265" + "tall" "10" + "visible" "0" + "enabled" "0" + "image" "loadout_dotted_line" + "tileImage" "1" + "tileVertically" "0" + } + + "itemcontainerscroller" + { + "ControlName" "EditablePanel" + "fieldName" "itemcontainerscroller" + "xpos" "55" + "ypos" "30" + "wide" "220" + "tall" "125" + "PaintBackgroundType" "2" + "fgcolor_override" "59 54 48 255" + "bgcolor_override" "200 187 161 0" + "autohide_buttons" "0" + } + + "itemcontainer" + { + "ControlName" "EditablePanel" + "fieldName" "itemcontainer" + "xpos" "0" + "ypos" "0" + "wide" "180" + "tall" "125" + "PaintBackgroundType" "2" + "bgcolor_override" "200 187 161 0" + + "CurrentlyEquippedBackground" + { + "ControlName" "CExLabel" + "fieldName" "CurrentlyEquippedBackground" + "font" "ItemFontNameSmallest" + "labelText" "#QuickSwitchEquipped" + "textAlignment" "north-west" + "xpos" "3" + "ypos" "2" + "zpos" "100" + "wide" "175" + "tall" "40" + "visible" "1" + "PaintBackgroundType" "2" + "fgcolor_override" "200 80 60 255" + "bgcolor_override" "0 0 0 0" + } + } + + "NoItemsLabel" + { + "ControlName" "CExLabel" + "fieldName" "NoItemsLabel" + "font" "ItemFontNameSmallest" + "labelText" "#NoItemsToEquip" + "textAlignment" "center" + "xpos" "3" + "ypos" "0" + "zpos" "10" + "wide" "220" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "fgcolor_override" "200 80 60 255" + } + + "loadout_preset_panel" + { + "ControlName" "CLoadoutPresetPanel" + "FieldName" "loadout_preset_panel" + "xpos" "-5" + "ypos" "28" + "zpos" "20" + "wide" "50" + "tall" "90" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "paintbackground" "0" + "bgcolor_override" "0 0 0 0" + } +} diff --git a/toonhud/resource/ui/itemselectionpanel.res b/toonhud/resource/ui/itemselectionpanel.res new file mode 100644 index 0000000..3c3a060 --- /dev/null +++ b/toonhud/resource/ui/itemselectionpanel.res @@ -0,0 +1,480 @@ +"Resource/UI/ItemSelectionPanel.res" +{ + "ItemSelectionPanel" + { + "ControlName" "EditablePanel" + "fieldName" "ItemSelectionPanel" + "xpos" "0" + "ypos" "0" + "zpos" "500" + "wide" "f0" + "tall" "480" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "settitlebarvisible" "0" + "bgcolor_override" "G_MenuBg" + + "item_ypos" "60" + "item_ydelta" "80" + "item_backpack_offcenter_x" "-288" + "item_backpack_xdelta" "4" + "item_backpack_ydelta" "3" + + "modelpanels_selection_kv" + { + "wide" "94" + "tall" "70" + "model_xpos" "2" + "model_wide" "90" + "model_tall" "50" + "text_ypos" "0" + "text_forcesize" "2" + "text_center" "0" + "text_yoffset" "2" + "inset_eq_y" "55" + "deferred_description" "1" + "deferred_icon" "1" + } + "modelpanels_kv" + { + "ControlName" "CItemModelPanel" + "xpos" "c-70" + "ypos" "270" + "wide" "54" + "tall" "42" + "visible" "0" + "paintbackground" "1" + "bgcolor_override" "G_LoadoutItemBg" + "noitem_textcolor" "117 107 94 255" + "PaintBackgroundType" "2" + "paintborder" "1" + + "model_xpos" "2" + "model_ypos" "5" + "model_wide" "50" + "model_tall" "35" + "text_ypos" "60" + "text_center" "1" + "name_only" "1" + + "inset_eq_x" "4" + "inset_eq_y" "2" + "deferred_description" "1" + + "itemmodelpanel" + { + "use_item_rendertarget" "0" + "inventory_image_type" "1" // HQ images + "allow_rot" "0" + } + + "use_item_sounds" "1" + } + "duplicatelabels_kv" + { + "font" "ItemFontNameSmallest" + "textAlignment" "center" + "wide" "20" + "tall" "15" + "zpos" "1" + "autoResize" "0" + "pinCorner" "0" + "enabled" "1" + "fgcolor" "153 204 255 255" + } + } + + "CaratLabel" + { + "ControlName" "CExLabel" + "fieldName" "CaratLabel" + "font" "HudFontSmallestBold" + "labelText" ">>" + "textAlignment" "west" + "xpos" "c-300" + "ypos" "20" + "zpos" "1" + "wide" "20" + "tall" "15" + "autoResize" "1" + "pinCorner" "0" + "visible" "0" + "enabled" "0" + "fgcolor_override" "200 80 60 255" + } + "ClassLabel" + { + "ControlName" "CExLabel" + "fieldName" "ClassLabel" + "font" "HudFontMediumBold" + "fgcolor_override" "G_MenuText" + "labelText" "#ClassBeingEquipped" + "textAlignment" "center" + "xpos" "0" + "ypos" "15" + "zpos" "1" + "wide" "f0" + "tall" "25" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + + "NameFilterLabel" + { + "ControlName" "CExLabel" + "fieldName" "NameFilterLabel" + "font" "HudFontSmallestBold" + "labelText" "#Store_NameFilterLabel" + "textAlignment" "west" + "xpos" "c+137" + "ypos" "0" + "zpos" "1" + "wide" "90" + "tall" "20" + "autoResize" "1" + "pinCorner" "0" + "visible" "0" + "enabled" "0" + "fgcolor" "G_MenuText" + } + + "NameFilterTextEntry" + { + "ControlName" "TextEntry" + "fieldName" "NameFilterTextEntry" + "xpos" "c195" + "ypos" "16" + "wide" "100" + "tall" "19" + "zpos" "50" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "1" + "textHidden" "0" + "editable" "1" + "unicode" "1" + "fgcolor_override" "G_InputText" + "bgcolor_override" "G_MenuText" + "paintbackgroundtype" "2" + "font" "DefaultSmall" // "HudFontSmallest" + } + + "SearchIcon" + { + "ControlName" "CTFImagePanel" + "fieldName" "SearchIcon" + "xpos" "c276" + "ypos" "16" + "wide" "19" + "tall" "19" + "zpos" "100" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "mouseinputenabled" "0" + "image" "replay/thumbnails/search" + "drawcolor" "G_InputText" + } + + "TopLine" + { + "ControlName" "ImagePanel" + "fieldName" "TopLine" + "xpos" "c-305" + "ypos" "40" + "zpos" "2" + "wide" "610" + "tall" "10" + "visible" "0" + "enabled" "0" + "image" "loadout_dotted_line" + "tileImage" "1" + "tileVertically" "0" + } + "BottomLine" + { + "ControlName" "ImagePanel" + "fieldName" "BottomLine" + "xpos" "c-305" + "ypos" "330" + "zpos" "2" + "wide" "610" + "tall" "10" + "visible" "0" + "enabled" "0" + "image" "loadout_dotted_line" + "tileImage" "1" + "tileVertically" "0" + } + + "ItemSlotLabel" + { + "ControlName" "CExLabel" + "fieldName" "ItemSlotLabel" + "font" "HudFontSmallestBold" + "labelText" "#PrimaryWeapon" + "textAlignment" "south" + "xpos" "0" + "ypos" "39" + "zpos" "1" + "wide" "f0" + "tall" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "textinsetx" "20" + "fgcolor" "G_MenuText" + } + + "NoItemsLabel" + { + "ControlName" "CExLabel" + "fieldName" "NoItemsLabel" + "font" "HudFontSmallBold" + "labelText" "#NoItemsToEquip" + "textAlignment" "center" + "xpos" "c-300" + "ypos" "120" + "zpos" "10" + "wide" "600" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "fgcolor_override" "G_MenuText" + } + + "CancelButton" + { + "ControlName" "CExButton" + "fieldName" "CancelButton" + "xpos" "c-200" + "ypos" "400" + "zpos" "2" + "wide" "200" + "tall" "25" + "autoResize" "0" + "pinCorner" "2" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#Cancel" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "Command" "vguicancel" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + + "OnlyAllowUniqueQuality" + { + "ControlName" "CheckButton" + "fieldName" "OnlyAllowUniqueQuality" + "labelText" "#OnlyAllowUniqueQuality" + "Font" "HudFontSmallestBold" + "textAlignment" "east" + "xpos" "c-292" + "ypos" "340" + "zpos" "1" + "wide" "290" + "tall" "25" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "dulltext" "0" + "brighttext" "0" + + "defaultFgColor_override" "G_InputText" + "defaultBgColor_override" "0 0 0 0" + "armedFgColor_override" "G_InputText" + "armedBgColor_override" "0 0 0 0" + "paintbackgroundtype" "2" + } + + "ShowBackpack" + { + "ControlName" "CExButton" + "fieldName" "ShowBackpack" + "xpos" "c95" + "ypos" "340" + "zpos" "20" + "wide" "200" + "tall" "25" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#Selection_ShowBackpack" + "font" "HudFontSmallBold" + "textAlignment" "center" + "textinsetx" "50" + "dulltext" "0" + "brighttext" "0" + "Command" "show_backpack" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + "ShowSelection" + { + "ControlName" "CExButton" + "fieldName" "ShowSelection" + "xpos" "c100" + "ypos" "340" + "zpos" "20" + "wide" "200" + "tall" "25" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#Selection_ShowSelection" + "font" "HudFontSmallBold" + "textAlignment" "center" + "textinsetx" "50" + "dulltext" "0" + "brighttext" "0" + "Command" "show_selection" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + + "PrevPageButton" + { + "ControlName" "CExButton" + "fieldName" "PrevPageButton" + "xpos" "c155" + "ypos" "290" + "zpos" "1" + "wide" "40" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "&A" + "font" "G_MenuArrowSmall" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "Command" "prevpage" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + + "CurPageLabel" + { + "ControlName" "CExLabel" + "fieldName" "CurPageLabel" + "font" "HudFontSmallBold" + "labelText" "%backpackpage%" + "textAlignment" "center" + "xpos" "c200" + "ypos" "290" + "zpos" "1" + "wide" "40" + "tall" "20" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "200 80 60 255" + } + + "NextPageButton" + { + "ControlName" "CExButton" + "fieldName" "NextPageButton" + "xpos" "c245" + "ypos" "290" + "zpos" "1" + "wide" "40" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "&D" + "font" "G_MenuArrowSmall" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "Command" "nextpage" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + + "mouseoveritempanel" + { + "ControlName" "CItemModelPanel" + "fieldName" "mouseoveritempanel" + "xpos" "c-70" + "ypos" "270" + "zpos" "100" + "wide" "300" + "tall" "300" + "visible" "0" + "bgcolor_override" "0 0 0 0" + "noitem_textcolor" "117 107 94 255" + "PaintBackgroundType" "2" + "paintborder" "1" + + "text_ypos" "20" + "text_center" "1" + "model_hide" "1" + "resize_to_text" "1" + "padding_height" "15" + + "attriblabel" + { + "font" "ItemFontAttribLarge" + "xpos" "0" + "ypos" "30" + "zpos" "2" + "wide" "140" + "tall" "60" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "%attriblist%" + "textAlignment" "center" + "fgcolor" "117 107 94 255" + "centerwrap" "1" + } + } + + "Wall" + { + "ControlName" "EditablePanel" + "fieldName" "Wall" + "xpos" "0" + "ypos" "50" + "zpos" "-5" + "wide" "f0" + "tall" "280" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "paintbackground" "1" + "bgcolor_override" "G_MenuShader" + } +} + + diff --git a/toonhud/resource/ui/loadoutpresetpanel.res b/toonhud/resource/ui/loadoutpresetpanel.res new file mode 100644 index 0000000..440c8b4 --- /dev/null +++ b/toonhud/resource/ui/loadoutpresetpanel.res @@ -0,0 +1,29 @@ +"Resource/UI/LoadoutPresetPanel.res" +{ + "loadout_preset_panel" + { + "ControlName" "CLoadoutPresetPanel" + "fieldName" "loadout_preset_panel" + + "presetbutton_kv" + { + "zpos" "20" + "wide" "44" + "tall" "18" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "tabPosition" "0" + "font" "HudFontMediumSmallBold" + "textAlignment" "center" + "textinsetx" "0" + "dulltext" "0" + "brighttext" "0" + "Command" "" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "centerwrap" "1" + } + } +} diff --git a/toonhud/resource/ui/lobbycontainerframe.res b/toonhud/resource/ui/lobbycontainerframe.res new file mode 100644 index 0000000..7067399 --- /dev/null +++ b/toonhud/resource/ui/lobbycontainerframe.res @@ -0,0 +1,322 @@ +"Resource/UI/LobbyContainerFrame.res" +{ + "LobbyContainerFrame" + { + "ControlName" "EditablePanel" + "fieldName" "LobbyContainerFrame" + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "480" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "settitlebarvisible" "1" + "PaintBackgroundType" "0" + "bgcolor_override" "46 43 42 0" + "infocus_bgcolor_override" "46 43 42 0" + "outoffocus_bgcolor_override" "46 43 42 0" + + "title" "#CharInfoAndSetup" + "title_font" "G_FontNone" + "titletextinsetX" "40" + "titletextinsetY" "0" + "titlebarfgcolor_override" "200 187 161 255" + "titlebardisabledfgcolor_override" "200 187 161 255" + "titlebarbgcolor_override" "46 43 42 255" + + "clientinsetx_override" "0" + "sheetinset_bottom" "32" + + "NavToRelay" "BackButton" + } + + "BackgroundHeader" + { + "ControlName" "EditablePanel" + "fieldName" "BackgroundHeader" + "xpos" "0" + "ypos" "0" + "zpos" "-2" + "wide" "f0" + "tall" "44" + "visible" "1" + "enabled" "1" + "paintbackground" "1" + "bgcolor_override" "G_Footer" + "paintborder" "1" + "border" "G_MenuHeader" + } + + "BackgroundFooter" + { + "ControlName" "EditablePanel" + "fieldName" "BackgroundFooter" + "xpos" "0" + "ypos" "r46" + "zpos" "0" + "wide" "f0" + "tall" "50" + "visible" "1" + "enabled" "1" + "paintbackground" "1" + "bgcolor_override" "G_Footer" + } + + "FooterLine" + { + "ControlName" "EditablePanel" + "fieldName" "FooterLine" + "xpos" "0" + "ypos" "r46" + "zpos" "1" + "wide" "f0" + "tall" "2" + "visible" "1" + "enabled" "1" + "paintbackground" "1" + "bgcolor_override" "G_Highlight" + } + + "Sheet" + { + "ControlName" "EditablePanel" + "fieldName" "Sheet" + "tabxindent" "50" + "tabxdelta" "10" + "tabwidth" "240" + "tabheight" "30" + "transition_time" "0" + + "HeaderLine" + { + "ControlName" "EditablePanel" + "fieldName" "HeaderLine" + "xpos" "0" + "ypos" "29" + "zpos" "2" + "wide" "f0" + "tall" "2" + "visible" "1" + "enabled" "1" + "paintbackground" "1" + "bgcolor_override" "G_Highlight" + } + + "tabskv" + { + "textinsety" "-3" + "textinsetx" "5" + "font" "G_FontMedium" + "selectedcolor" "G_FooterText" + "unselectedcolor" "G_DimmFooterText" + "defaultBgColor_override" "0 0 0 0" + "selectedBgColor_override" "0 0 0 0" + "activeBgColor_override" "0 0 0 0" + "paintbackground" "0" + "paintborder" "0" + "activeborder_override" "" + "normalborder_override" "" + } + } + + "OptionsButton" + { + "ControlName" "CExImageButton" + "fieldName" "OptionsButton" + "xpos" "c275" + "ypos" "10" + "zpos" "100" + "wide" "20" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "Command" "options" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "image_drawcolor" "G_ButtonText" + "image_armedcolor" "G_ButtonHoverText" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "2" + "ypos" "2" + "zpos" "1" + "wide" "16" + "tall" "16" + "visible" "1" + "enabled" "1" + "image" "glyph_options" + "scaleImage" "1" + } + } + + "BackButton" + { + "ControlName" "CExButton" + "fieldName" "BackButton" + "xpos" "c-288" + "ypos" "r35" + "zpos" "2" + "wide" "184" + "tall" "25" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "Command" "back" + + "NavUp" "PlayNowButton" + "NavRight" "LearnMoreButton" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + + "BackButtonQKey" + { + "ControlName" "CExButton" + "fieldName" "BackButtonQKey" + "xpos" "-9999" + "ypos" "-9999" + "zpos" "-9999" + "wide" "0" + "tall" "0" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "&Q" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "Command" "back" + } + + "NotificationsPresentPanel" + { + "ControlName" "CNotificationsPresentPanel" + "fieldName" "NotificationsPresentPanel" + "xpos" "r200" + "ypos" "10" + "zpos" "10000" + "wide" "190" + "tall" "50" + "visible" "0" + "enabled" "1" + } + + "MatchmakingBanPanel" + { + "ControlName" "EditablePanel" + "fieldName" "MatchmakingBanPanel" + "xpos" "c-113" + "ypos" "428" + "zpos" "2" + "wide" "220" + "tall" "40" + "visible" "0" + "enabled" "1" + "mouseinputenabled" "0" + "bgcolor_override" "Black" + + "MatchmakingBanDurationLabel" + { + "ControlName" "CExLabel" + "fieldName" "MatchmakingBanDurationLabel" + "font" "HudFontSmallest" + "fgcolor_override" "RedSolid" + "labelText" "#TF_Matchmaking_Ban_Duration_Remaining" + "textalignment" "center" + "xpos" "5" + "ypos" "0" + "zpos" "2" + "wide" "200" + "tall" "40" + "visible" "1" + "enabled" "1" + "autoResize" "1" + "pinCorner" "0" + } + } + + "NextButton" + { + "ControlName" "CExImageButton" + "fieldName" "NextButton" + "xpos" "c+104" + "ypos" "r35" + "zpos" "2" + "wide" "184" + "tall" "25" + "autoResize" "0" + //"pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "Command" "next" + + "NavUp" "StartPartyButton" + "NavDown" "LearnMoreButton" + "NavLeft" "LearnMoreButton" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + + "StartPartyButton" + { + "ControlName" "CExButton" + "fieldName" "StartPartyButton" + "xpos" "c+110" + "ypos" "310" + "zpos" "10" + "wide" "180" + "tall" "25" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#TF_Matchmaking_StartParty" + "font" "HudFontSmallBold" + "textAlignment" "center" + "textinsetx" "50" + "dulltext" "0" + "brighttext" "0" + "Command" "start_party" + + "NavUp" "Sheet" + "NavDown" "NextButton" + "NavLeft" "PracticeButton" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } +} \ No newline at end of file diff --git a/toonhud/resource/ui/lobbycontainerframe_casual.res b/toonhud/resource/ui/lobbycontainerframe_casual.res new file mode 100644 index 0000000..c2d5312 --- /dev/null +++ b/toonhud/resource/ui/lobbycontainerframe_casual.res @@ -0,0 +1,1062 @@ +#base "LobbyContainerFrame.res" + +"Resource/UI/LobbyContainerFrame_Casual.res" +{ + "StartPartyButton" + { + // "xpos" "c+120" + "ypos" "380" + } + + "RankPanel" + { + "ControlName" "CPvPRankPanel" + "fieldName" "RankPanel" + "xpos" "cs-0.5" + "ypos" "-147" + "zpos" "100" + "wide" "f0" + "tall" "480" + "visible" "1" + "proportionaltoparent" "1" + "mouseinputenabled" "0" + + "matchgroup" "MatchGroup_Casual_12v12" + } + + "SearchStatus" + { + "ControlName" "CTFMatchMakingSearchStatusPanel" + "FieldName" "SearchStatus" + "xpos" "cs-0.5" + "ypos" "-5" + "zpos" "10000" + "wide" "150" + "tall" "65" + "visible" "1" + "enabled" "1" + "mouseinputenabled" "1" + } + + "StartExplanation" + { + "ControlName" "CExplanationPopup" + "fieldName" "StartExplanation" + "zpos" "10000" + "wide" "250" + "tall" "160" + "visible" "0" + "PaintBackgroundType" "2" + "paintbackground" "0" + "border" "MainMenuHighlightBorder" + + "force_close" "1" + "end_x" "c-150" + "end_y" "150" + "end_wide" "250" + "end_tall" "160" + "callout_inparents_x" "c0" + "callout_inparents_y" "c0" + "next_explanation" "ModesExplanation" + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "HudFontSmallBold" + "labelText" "#TF_Casual_Explanation_Intro_Title" + "textAlignment" "north" + "xpos" "cs-0.5" + "ypos" "10" + "wide" "f20" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "proportionaltoparent" "1" + "fgcolor_override" "46 43 42 255" + } + + "TextLabel" + { + "ControlName" "CExLabel" + "fieldName" "TextLabel" + "font" "HudFontSmall" + "labelText" "#TF_Casual_Explanation_Intro_Body" + "textAlignment" "north-west" + "xpos" "cs-0.5" + "ypos" "45" + "wide" "f20" + "tall" "135" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "proportionaltoparent" "1" + "fgcolor_override" "46 43 42 255" + } + + "CloseButton" + { + "ControlName" "CExImageButton" + "fieldName" "CloseButton" + "xpos" "rs1-5" + "ypos" "5" + "zpos" "10" + "wide" "14" + "tall" "14" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "close" + "proportionaltoparent" "1" + + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "200 80 60 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "117 107 94 255" + "image_armedcolor" "200 80 60 255" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "image" "close_button" + "scaleImage" "1" + } + } + "NextButton" + { + "ControlName" "CExImageButton" + "fieldName" "NextButton" + "xpos" "rs1-5" + "ypos" "rs1" + "zpos" "10" + "wide" "30" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "nextexplanation" + "proportionaltoparent" "1" + + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "200 80 60 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "235 226 202 255" + "image_armedcolor" "255 255 255 255" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "30" + "tall" "30" + "visible" "1" + "enabled" "1" + "image" "blog_forward" + "scaleImage" "1" + } + } + "PositionLabel" + { + "ControlName" "CExLabel" + "fieldName" "PositionLabel" + "font" "HudFontSmallBold" + "labelText" "%explanationnumber%" + "textAlignment" "center" + "xpos" "cs-0.5" + "ypos" "rs1" + "zpos" "-1" + "wide" "300" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "200 80 60 255" + "proportionaltoparent" "1" + } + } + + "ModesExplanation" + { + "ControlName" "CExplanationPopup" + "fieldName" "ModesExplanation" + "xpos" "0" + "ypos" "0" + "zpos" "10000" + "wide" "250" + "tall" "210" + "visible" "0" + "PaintBackgroundType" "2" + "paintbackground" "0" + "PaintBackgroundType" "2" + "paintbackground" "0" + "border" "MainMenuHighlightBorder" + "next_explanation" "RankExplanation" + + "force_close" "1" + "end_x" "c-30" + "end_y" "140" + "end_wide" "250" + "end_tall" "210" + "callout_inparents_x" "c-140" + "callout_inparents_y" "c-100" + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "HudFontSmallBold" + "labelText" "#TF_Casual_Explanation_Modes_Title" + "textAlignment" "north" + "xpos" "cs-0.5" + "ypos" "10" + "wide" "f20" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "proportionaltoparent" "1" + "fgcolor_override" "46 43 42 255" + } + + "TextLabel" + { + "ControlName" "CExLabel" + "fieldName" "TextLabel" + "font" "HudFontSmall" + "labelText" "#TF_Casual_Explanation_Modes_Body" + "textAlignment" "north-west" + "xpos" "cs-0.5" + "ypos" "45" + "wide" "f20" + "tall" "135" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "proportionaltoparent" "1" + "fgcolor_override" "46 43 42 255" + } + + "CloseButton" + { + "ControlName" "CExImageButton" + "fieldName" "CloseButton" + "xpos" "rs1-5" + "ypos" "5" + "zpos" "10" + "wide" "14" + "tall" "14" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "close" + "proportionaltoparent" "1" + + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "200 80 60 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "117 107 94 255" + "image_armedcolor" "200 80 60 255" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "image" "close_button" + "scaleImage" "1" + } + } + "PrevButton" + { + "ControlName" "CExImageButton" + "fieldName" "PrevButton" + "xpos" "10" + "ypos" "rs1" + "zpos" "10" + "wide" "30" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "prevexplanation" + "proportionaltoparent" "1" + + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "200 80 60 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "235 226 202 255" + "image_armedcolor" "255 255 255 255" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "30" + "tall" "30" + "visible" "1" + "enabled" "1" + "image" "blog_back" + "scaleImage" "1" + } + } + "NextButton" + { + "ControlName" "CExImageButton" + "fieldName" "NextButton" + "xpos" "rs1-5" + "ypos" "rs1" + "zpos" "10" + "wide" "30" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "nextexplanation" + "proportionaltoparent" "1" + + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "200 80 60 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "235 226 202 255" + "image_armedcolor" "255 255 255 255" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "30" + "tall" "30" + "visible" "1" + "enabled" "1" + "image" "blog_forward" + "scaleImage" "1" + } + } + "PositionLabel" + { + "ControlName" "CExLabel" + "fieldName" "PositionLabel" + "font" "HudFontSmallBold" + "labelText" "%explanationnumber%" + "textAlignment" "center" + "xpos" "cs-0.5" + "ypos" "rs1" + "zpos" "-1" + "wide" "300" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "200 80 60 255" + "proportionaltoparent" "1" + } + } + + "RankExplanation" + { + "ControlName" "CExplanationPopup" + "fieldName" "RankExplanation" + "zpos" "10000" + "wide" "250" + "tall" "160" + "visible" "0" + "PaintBackgroundType" "2" + "paintbackground" "0" + "border" "MainMenuHighlightBorder" + + "next_explanation" "PartyExplanation" + "force_close" "1" + "end_x" "c-150" + "end_y" "150" + "end_wide" "250" + "end_tall" "160" + "callout_inparents_x" "c30" + "callout_inparents_y" "115" + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "HudFontSmallBold" + "labelText" "#TF_Casual_Explanation_Rank_Title" + "textAlignment" "north" + "xpos" "cs-0.5" + "ypos" "10" + "wide" "f20" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "proportionaltoparent" "1" + "fgcolor_override" "46 43 42 255" + } + + "TextLabel" + { + "ControlName" "CExLabel" + "fieldName" "TextLabel" + "font" "HudFontSmall" + "labelText" "#TF_Casual_Explanation_Rank_Body" + "textAlignment" "north-west" + "xpos" "cs-0.5" + "ypos" "45" + "wide" "f20" + "tall" "135" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "proportionaltoparent" "1" + "fgcolor_override" "46 43 42 255" + } + + "CloseButton" + { + "ControlName" "CExImageButton" + "fieldName" "CloseButton" + "xpos" "rs1-5" + "ypos" "5" + "zpos" "10" + "wide" "14" + "tall" "14" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "close" + "proportionaltoparent" "1" + + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "200 80 60 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "117 107 94 255" + "image_armedcolor" "200 80 60 255" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "image" "close_button" + "scaleImage" "1" + } + } + "NextButton" + { + "ControlName" "CExImageButton" + "fieldName" "NextButton" + "xpos" "rs1-5" + "ypos" "rs1" + "zpos" "10" + "wide" "30" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "nextexplanation" + "proportionaltoparent" "1" + + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "200 80 60 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "235 226 202 255" + "image_armedcolor" "255 255 255 255" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "30" + "tall" "30" + "visible" "1" + "enabled" "1" + "image" "blog_forward" + "scaleImage" "1" + } + } + "PrevButton" + { + "ControlName" "CExImageButton" + "fieldName" "PrevButton" + "xpos" "10" + "ypos" "rs1" + "zpos" "10" + "wide" "30" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "prevexplanation" + "proportionaltoparent" "1" + + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "200 80 60 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "235 226 202 255" + "image_armedcolor" "255 255 255 255" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "30" + "tall" "30" + "visible" "1" + "enabled" "1" + "image" "blog_back" + "scaleImage" "1" + } + } + "PositionLabel" + { + "ControlName" "CExLabel" + "fieldName" "PositionLabel" + "font" "HudFontSmallBold" + "labelText" "%explanationnumber%" + "textAlignment" "center" + "xpos" "cs-0.5" + "ypos" "rs1" + "zpos" "-1" + "wide" "300" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "200 80 60 255" + "proportionaltoparent" "1" + } + } + + "PartyExplanation" + { + "ControlName" "CExplanationPopup" + "fieldName" "PartyExplanation" + "zpos" "10000" + "wide" "250" + "tall" "130" + "visible" "0" + "PaintBackgroundType" "2" + "paintbackground" "0" + "border" "MainMenuHighlightBorder" + + "force_close" "1" + "end_x" "c-250" + "end_y" "250" + "end_wide" "250" + "end_tall" "130" + "callout_inparents_x" "c130" + "callout_inparents_y" "395" + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "HudFontSmallBold" + "labelText" "#TF_Casual_Explanation_Party_Title" + "textAlignment" "north" + "xpos" "cs-0.5" + "ypos" "10" + "wide" "f20" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "proportionaltoparent" "1" + "fgcolor_override" "46 43 42 255" + } + + "TextLabel" + { + "ControlName" "CExLabel" + "fieldName" "TextLabel" + "font" "HudFontSmall" + "labelText" "#TF_Casual_Explanation_Party_Body" + "textAlignment" "north-west" + "xpos" "cs-0.5" + "ypos" "45" + "wide" "f20" + "tall" "135" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "proportionaltoparent" "1" + "fgcolor_override" "46 43 42 255" + } + + "CloseButton" + { + "ControlName" "CExImageButton" + "fieldName" "CloseButton" + "xpos" "rs1-5" + "ypos" "5" + "zpos" "10" + "wide" "14" + "tall" "14" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "close" + "proportionaltoparent" "1" + + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "200 80 60 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "117 107 94 255" + "image_armedcolor" "200 80 60 255" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "image" "close_button" + "scaleImage" "1" + } + } + "PrevButton" + { + "ControlName" "CExImageButton" + "fieldName" "PrevButton" + "xpos" "10" + "ypos" "rs1" + "zpos" "10" + "wide" "30" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "prevexplanation" + "proportionaltoparent" "1" + + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "200 80 60 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "235 226 202 255" + "image_armedcolor" "255 255 255 255" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "30" + "tall" "30" + "visible" "1" + "enabled" "1" + "image" "blog_back" + "scaleImage" "1" + } + } + "PositionLabel" + { + "ControlName" "CExLabel" + "fieldName" "PositionLabel" + "font" "HudFontSmallBold" + "labelText" "%explanationnumber%" + "textAlignment" "center" + "xpos" "cs-0.5" + "ypos" "rs1" + "zpos" "-1" + "wide" "300" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "200 80 60 255" + "proportionaltoparent" "1" + } + } + + "PlayWithFriendsExplanation" + { + "ControlName" "EditablePanel" + "fieldName" "PlayWithFriendsExplanation" + "xpos" "c-20" + "ypos" "130" + "zpos" "8" + "wide" "321" + "tall" "285" + "PaintBackgroundType" "0" + "paintbackground" "1" + "bgcolor_override" "0 0 0 200" + "border" "QuickplayBorder" + + "PlayWithFriendsExplanationTitle" + { + "ControlName" "CExLabel" + "fieldName" "PlayWithFriendsExplanationTitle" + "font" "HudFontSmallBold" + "labelText" "#TF_Matchmaking_PlayWithFriends" + "textAlignment" "center" + "xpos" "cs-0.5" + "ypos" "0" + "zpos" "10" + "wide" "p0.8" + "tall" "32" + "proportionaltoparent" "1" + } + + "FriendsImage" + { + "ControlName" "ImagePanel" + "fieldName" "FriendsImage" + "xpos" "cs-0.5" + "ypos" "32" + "zpos" "0" + "wide" "180" + "tall" "90" + "visible" "1" + "enabled" "1" + "image" "pve/mvm_friends_image" + "scaleImage" "1" + "proportionaltoparent" "1" + } + + "PlayWithFriendsExplanationLabel" + { + "ControlName" "CExLabel" + "fieldName" "PlayWithFriendsExplanationLabel" + "font" "HudFontSmall" + "labelText" "#TF_Casual_PlayWithFriendsExplanation" + "textAlignment" "north-west" + "xpos" "cs-0.5" + "ypos" "130" + "zpos" "10" + "wide" "p0.8" + "tall" "150" + "wrap" "1" + "proportionaltoparent" "1" + } + } + + "MapSelectionDetailsExplanation" + { + "ControlName" "CExplanationPopup" + "fieldName" "MapSelectionDetailsExplanation" + "xpos" "0" + "ypos" "0" + "zpos" "10000" + "wide" "250" + "tall" "260" + "visible" "0" + "PaintBackgroundType" "2" + "paintbackground" "0" + "PaintBackgroundType" "2" + "paintbackground" "0" + "border" "MainMenuHighlightBorder" + "next_explanation" "RankExplanation" + + "force_close" "1" + "end_x" "c-30" + "end_y" "140" + "end_wide" "250" + "end_tall" "240" + "callout_inparents_x" "c100" + "callout_inparents_y" "c-000" + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "HudFontSmallBold" + "labelText" "#TF_Casual_Explanation_MapsDetails_Title" + "textAlignment" "north" + "xpos" "cs-0.5" + "ypos" "10" + "wide" "f20" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "proportionaltoparent" "1" + "fgcolor_override" "46 43 42 255" + } + + "TextLabel" + { + "ControlName" "CExLabel" + "fieldName" "TextLabel" + "font" "HudFontSmall" + "labelText" "#TF_Casual_Explanation_MapsDetails_Body" + "textAlignment" "north-west" + "xpos" "cs-0.5" + "ypos" "45" + "wide" "f20" + "tall" "240" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "proportionaltoparent" "1" + "fgcolor_override" "46 43 42 255" + } + + "CloseButton" + { + "ControlName" "CExImageButton" + "fieldName" "CloseButton" + "xpos" "rs1-5" + "ypos" "5" + "zpos" "10" + "wide" "14" + "tall" "14" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "close" + "proportionaltoparent" "1" + + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "200 80 60 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "117 107 94 255" + "image_armedcolor" "200 80 60 255" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "image" "close_button" + "scaleImage" "1" + } + } + } + + "Tooltip_CasualLobby" + { + "ControlName" "EditablePanel" + "fieldName" "Tooltip_CasualLobby" + "xpos" "0" + "ypos" "0" + "zpos" "10000" + "wide" "300" + "tall" "0" + "visible" "0" + "PaintBackgroundType" "2" + "border" "MainMenuBGBorder" + + "TipLabel" + { + "ControlName" "CExLabel" + "fieldName" "TipLabel" + "font" "HudFontSmallestBold" + "labelText" "%tiptext%" + "textAlignment" "west" + "xpos" "20" + "ypos" "10" + "zpos" "2" + "wide" "100" + "tall" "10" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "TanLight" + "auto_wide_tocontents" "1" + } + } +} diff --git a/toonhud/resource/ui/lobbycontainerframe_mvm.res b/toonhud/resource/ui/lobbycontainerframe_mvm.res new file mode 100644 index 0000000..cf5509f --- /dev/null +++ b/toonhud/resource/ui/lobbycontainerframe_mvm.res @@ -0,0 +1,177 @@ +#base "LobbyContainerFrame.res" + +"Resource/UI/LobbyContainerFrame_MvM.res" +{ + "OptionsButton" + { + "ControlName" "CExImageButton" + "fieldName" "OptionsButton" + "visible" "0" + } + + "LearnMoreButton" + { + "ControlName" "CExImageButton" + "fieldName" "LearnMoreButton" + "xpos" "c106" + "ypos" "385" + "zpos" "2" + "wide" "195" + "tall" "25" + "autoResize" "0" + //"pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#TF_MvM_LearnMore" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "Command" "learn_more" + + "NavUp" "PracticeButton" + "NavLeft" "BackButton" + "NavRight" "NextButton" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + + "PlayNowButton" + { + "ControlName" "CExButton" + "fieldName" "PlayNowButton" + "xpos" "c-295" + "ypos" "300" + "zpos" "20" + "wide" "180" + "tall" "40" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#TF_MvM_MannUp" + "font" "HudFontMediumBold" + "textAlignment" "center" + "textinsetx" "50" + "dulltext" "0" + "brighttext" "0" + "Command" "mannup" + + "NavUp" "Sheet" + "NavDown" "BackButton" + "NavLeft" "Sheet" + "NavRight" "PracticeButton" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "border_default" "MainMenuButtonDefault" + "border_armed" "MainMenuButtonArmed" + "paintbackground" "0" + + "defaultFgColor_override" "G_ButtonText" + "armedFgColor_override" "G_ButtonHoverText" + "depressedFgColor_override" "G_ButtonHoverText" + } + + "PracticeButton" + { + "ControlName" "CExButton" + "fieldName" "PracticeButton" + "xpos" "c-95" + "ypos" "300" + "zpos" "20" + "wide" "180" + "tall" "40" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#TF_MvM_BootCamp" + "font" "HudFontMediumBold" + "textAlignment" "center" + "textinsetx" "50" + "dulltext" "0" + "brighttext" "0" + "Command" "practice" + + "NavUp" "Sheet" + "NavDown" "LearnMoreButton" + "NavLeft" "PlayNowButton" + "NavRight" "StartPartyButton" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "border_default" "MainMenuButtonDefault" + "border_armed" "MainMenuButtonArmed" + "paintbackground" "0" + + "defaultFgColor_override" "G_ButtonText" + "armedFgColor_override" "G_ButtonHoverText" + "depressedFgColor_override" "G_ButtonHoverText" + } + + "PlayWithFriendsExplanation" + { + "ControlName" "EditablePanel" + "fieldName" "PlayWithFriendsExplanation" + "xpos" "c+100" + "ypos" "62" + "zpos" "8" + "wide" "200" + "tall" "285" + "PaintBackgroundType" "0" + "paintbackground" "1" + "bgcolor_override" "0 0 0 200" + "border" "QuickplayBorder" + + "PlayWithFriendsExplanationTitle" + { + "ControlName" "CExLabel" + "fieldName" "PlayWithFriendsExplanationTitle" + "font" "HudFontSmallBold" + "labelText" "#TF_Matchmaking_PlayWithFriends" + "textAlignment" "center" + "xpos" "0" + "ypos" "0" + "zpos" "10" + "wide" "200" + "tall" "32" + } + + "FriendsImage" + { + "ControlName" "ImagePanel" + "fieldName" "FriendsImage" + "xpos" "10" + "ypos" "32" + "zpos" "0" + "wide" "180" + "tall" "90" + "visible" "1" + "enabled" "1" + "image" "pve/mvm_friends_image" + "scaleImage" "1" + } + + "PlayWithFriendsExplanationLabel" + { + "ControlName" "CExLabel" + "fieldName" "PlayWithFriendsExplanationLabel" + "font" "HudFontSmall" + "labelText" "#TF_MvM_PlayWithFriendsExplanation" + "textAlignment" "north-west" + "xpos" "10" + "ypos" "130" + "zpos" "10" + "wide" "180" + "tall" "150" + "wrap" "1" + } + } +} diff --git a/toonhud/resource/ui/lobbypanel_casual.res b/toonhud/resource/ui/lobbypanel_casual.res new file mode 100644 index 0000000..3d4793f --- /dev/null +++ b/toonhud/resource/ui/lobbypanel_casual.res @@ -0,0 +1,281 @@ +#base "LobbyPanel.res" + +"Resource/UI/LobbyPanel_Casual.res" +{ + "LobbyPanel" + { + "ControlName" "Frame" + "fieldName" "LobbyPanel" + "xpos" "0" + "ypos" "50" + "wide" "f0" + "tall" "f0" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "tabPosition" "0" + "settitlebarvisible" "0" + "PaintBackgroundType" "0" + "bgcolor_override" "G_MenuBg" + "proportionaltoparent" "1" + } + + "ModeBackgroundImage" + { + "ControlName" "ImagePanel" + "fieldName" "ModeBackgroundImage" + "xpos" "0" + "ypos" "0" + "zpos" "-1" + "wide" "f0" + "tall" "f0" + "visible" "0" + "enabled" "1" + "mouseinputenabled" "0" + "image" "competitive/comp_background_tier001a" + "scaleImage" "1" + } + + "criteria" + { + //"ControlName" "CCasualCriteriaPanel" + "fieldName" "criteria" + "xpos" "c-305" + "ypos" "r343" + "zpos" "100" + "wide" "260" + "tall" "290" + "visible" "1" + "proportionaltoparent" "1" + + "border" "MainMenuBGBorder" + } + + + "PartyActiveGroupBox" + { + "xpos" "c+100" + "ypos" "r340" + "tall" "300" + "proportionaltoparent" "1" + + "PartyGroupBox" + { + "tall" "160" + "border" "QuickplayBorder" + } + + "ChatLog" + { + "ypos" "165" + "tall" "100" + "border" "QuickplayBorder" + } + + "ChatTextEntry" + { + "ypos" "270" + "tall" "16" + "border" "QuickplayBorder" + } + } + + "SearchActiveGroupBox" + { + "xpos" "c-300" + "ypos" "r340" + "wide" "250" + "tall" "285" + "proportionaltoparent" "1" + + "SearchActiveTitle" + { + "xpos" "10" + "ypos" "5" + } + + "NearbyColumnHead" + { + "font" "HudFontSmallest" + "xpos" "rs1-90" + "proportionaltoparent" "1" + } + + "WorldwideColumnHead" + { + "font" "HudFontSmallest" + "xpos" "rs1-10" + "proportionaltoparent" "1" + } + + "PlayersInGameLabel" + { + "font" "HudFontSmallestBold" + "xpos" "10" + } + + "PlayersInGameTotalLabel" + { + "font" "HudFontSmallest" + "xpos" "20" + "ypos" "85" + } + + "PlayersInGameTotalNearbyValue" + { + "font" "HudFontSmallest" + "xpos" "rs1-90" + "ypos" "85" + "proportionaltoparent" "1" + } + + "PlayersInGameTotalWorldwideValue" + { + "font" "HudFontSmallest" + "xpos" "rs1-10" + "ypos" "85" + "proportionaltoparent" "1" + } + + "PlayersInGameMatchingLabel" + { + "font" "HudFontSmallest" + "xpos" "20" + "ypos" "97" + } + + "PlayersInGameMatchingNearbyValue" + { + "font" "HudFontSmallest" + "xpos" "rs1-90" + "ypos" "97" + "proportionaltoparent" "1" + } + + "PlayersInGameMatchingWorldwideValue" + { + "font" "HudFontSmallest" + "xpos" "rs1-10" + "ypos" "97" + "proportionaltoparent" "1" + } + + "PlayersSearchingLabel" + { + "font" "HudFontSmallestBold" + "xpos" "10" + "ypos" "120" + } + + "PlayersSearchingTotalLabel" + { + "font" "HudFontSmallest" + "xpos" "20" + "ypos" "135" + } + + "PlayersSearchingTotalNearbyValue" + { + "font" "HudFontSmallest" + "xpos" "rs1-90" + "ypos" "135" + "proportionaltoparent" "1" + } + + "PlayersSearchingTotalWorldwideValue" + { + "font" "HudFontSmallest" + "xpos" "rs1-10" + "ypos" "135" + "proportionaltoparent" "1" + } + + "PlayersSearchingMatchingLabel" + { + "font" "HudFontSmallest" + "xpos" "20" + "ypos" "147" + } + + "PlayersSearchingMatchingNearbyValue" + { + "font" "HudFontSmallest" + "xpos" "rs1-90" + "ypos" "147" + "proportionaltoparent" "1" + } + + "PlayersSearchingMatchingWorldwideValue" + { + "font" "HudFontSmallest" + "xpos" "rs1-10" + "ypos" "147" + "proportionaltoparent" "1" + } + + "EmptyGameserversLabel" + { + "font" "HudFontSmallestBold" + "xpos" "10" + "ypos" "170" + } + + "EmptyGameserversMatchingNearbyValue" + { + "font" "HudFontSmallest" + "xpos" "rs1-90" + "ypos" "170" + "proportionaltoparent" "1" + } + + "EmptyGameserversMatchingWorldwideValue" + { + "font" "HudFontSmallest" + "xpos" "rs1-10" + "ypos" "170" + "proportionaltoparent" "1" + } + + "PartyHasLowPriorityGroupBox" + { + "xpos" "10" + "ypos" "rs1-10" + "wide" "f0" + "tall" "65" + "proportionaltoparent" "1" + + "PartyLowPriorityImage" + { + "xpos" "0" + "ypos" "0" + "wide" "50" + "tall" "50" + "scaleImage" "1" + } + + "PartyHasLowPriorityLabel" + { + "font" "HudFontSmallest" + "xpos" "60" + "ypos" "0" + "zpos" "2" + "wide" "f70" + "tall" "f0" + "textAlignment" "north-west" + "proportionaltoparent" "1" + } + + "PartyLowPriorityPenaltyTimer" + { + "font" "HudFontSmallest" + "xpos" "60" + "ypos" "rs1" + "wide" "f0" + "tall" "30" + "textAlignment" "south-west" + "proportionaltoparent" "1" + } + } + } +} diff --git a/toonhud/resource/ui/lobbypanel_comp.res b/toonhud/resource/ui/lobbypanel_comp.res new file mode 100644 index 0000000..6148f02 --- /dev/null +++ b/toonhud/resource/ui/lobbypanel_comp.res @@ -0,0 +1,607 @@ +#base "LobbyPanel.res" + +"Resource/UI/LobbyPanel_Comp.res" +{ + "LobbyPanel" + { + "ControlName" "Frame" + "fieldName" "LobbyPanel" + "xpos" "0" + "ypos" "50" + "wide" "f0" + "tall" "f0" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "tabPosition" "0" + "settitlebarvisible" "0" + "PaintBackgroundType" "0" + "bgcolor_override" "G_MenuBg" + "proportionaltoparent" "1" + } + + "ModeBackgroundImage" + { + "ControlName" "ImagePanel" + "fieldName" "ModeBackgroundImage" + "xpos" "0" + "ypos" "0" + "zpos" "-1" + "wide" "f0" + "tall" "f0" + "visible" "0" + "enabled" "1" + "mouseinputenabled" "0" + "image" "competitive/comp_background_tier001a" + "scaleImage" "1" + } + + "ScrollableContainer" + { + "ControlName" "EditablePanel" + "fieldName" "ScrollableContainer" + "xpos" "c-305" + "ypos" "r343" + "zpos" "100" + "wide" "260" + "tall" "290" + "visible" "1" + "proportionaltoparent" "1" + + "ShowLeaderboardsButton" + { + "ControlName" "CExButton" + "fieldName" "ShowLeaderboardsButton" + "xpos" "rs1-10" + "ypos" "6" + "zpos" "0" + "wide" "p0.45" + "tall" "15" + "visible" "1" + "proportionaltoparent" "1" + + + "actionsignallevel" "2" + "command" "show_leaderboards" + "labeltext" "#TF_Competitive_ViewLeaderboards" + "font" "HudFontSmallestBold" + "fgcolor_override" "TanLight" + "textAlignment" "center" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + + "ShowMatchHistoryButton" + { + "ControlName" "Button" + "fieldName" "ShowMatchHistoryButton" + "xpos" "10" + "ypos" "6" + "zpos" "0" + "wide" "p0.45" + "tall" "15" + "visible" "1" + "proportionaltoparent" "1" + + "actionsignallevel" "2" + "command" "show_match_history" + "labeltext" "#TF_Competitive_ViewMatches" + "font" "HudFontSmallestBold" + "fgcolor_override" "TanLight" + "textAlignment" "center" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + + + "PlaylistBGPanel" + { + "ControlName" "EditablePanel" + "fieldName" "PlaylistBGPanel" + "xpos" "cs-0.5" + "ypos" "0" + "zpos" "-1" + "wide" "p0.98" + "tall" "p1" + "visible" "1" + "PaintBackgroundType" "2" + "border" "MainMenuBGBorder" + "proportionaltoparent" "1" + + "pinCorner" "2" + "autoResize" "1" + + "PlayListDropShadow" + { + "ControlName" "EditablePanel" + "fieldName" "PlayListDropShadow" + "xpos" "cs-0.5" + "ypos" "25" + "zpos" "100" + "wide" "p0.95" + "tall" "p0.89" + "visible" "1" + "PaintBackgroundType" "2" + "border" "InnerShadowBorder" + "proportionaltoparent" "1" + "mouseinputenabled" "0" + + } + + "MatchHistoryCategories" + { + "ControlName" "EditablePanel" + "fieldName" "MatchHistoryCategories" + "xpos" "cs-0.5" + "ypos" "25" + "zpos" "10" + "wide" "p0.95" + "tall" "20" + "visible" "1" + "proportionaltoparent" "1" + + "BGPanel" + { + "ControlName" "EditablePanel" + "fieldName" "BGPanel" + "xpos" "cs-0.5" + "ypos" "rs1" + "zpos" "-100" + "wide" "p1.2" + "tall" "p1.3" + "visible" "1" + "proportionaltoparent" "1" + "border" "MainMenuBGBorder" + } + + "SortArrow" + { + "ControlName" "Label" + "fieldName" "SortArrow" + "xpos" "0" + "ypos" "0" + "wide" "20" + "tall" "f0" + "proportionaltoparent" "1" + "visible" "1" + "paintbackground" "0" + "mouseinputenabled" "0" + + "labeltext" "6" + "font" "MarlettSmall" + "textAlignment" "west" + + "defaultFgColor_override" "TanDark" + "armedFgColor_override" "TanDark" + "selectedFgColor_override" "TanDark" + } + + "ResultButton" + { + "ControlName" "CExButton" + "fieldName" "ResultButton" + "xpos" "0" + "ypos" "0" + "wide" "p0.18" + "tall" "18" + "proportionaltoparent" "1" + "visible" "1" + "paintbackground" "0" + "border_default" "SortCategoryBorder" + + "labeltext" "#TF_Competitive_Result" + "font" "HudFontSmallest" + "fgcolor_override" "141 63 63 255" + "textAlignment" "west" + "textinsetx" "15" + + "defaultFgColor_override" "TanDark" + "armedFgColor_override" "Orange" + "selectedFgColor_override" "TanLight" + + "image_selectedcolor" "255 255 255 255" + "image_armedcolor" "0 0 0 0" + "image_drawcolor" "0 0 0 0" + + "command" "sort0" + "actionsignallevel" "4" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + + "DateButton" + { + "ControlName" "CExButton" + "fieldName" "DateButton" + "xpos" "p0.18" + "ypos" "0" + "wide" "p0.4" + "tall" "18" + "proportionaltoparent" "1" + "visible" "1" + "paintbackground" "0" + "border_default" "SortCategoryBorder" + + "labeltext" "#TF_Competitive_Date" + "font" "HudFontSmallest" + "fgcolor_override" "TanLight" + "textAlignment" "west" + "textinsetx" "15" + + "defaultFgColor_override" "TanDark" + "armedFgColor_override" "Orange" + "selectedFgColor_override" "TanLight" + + "image_selectedcolor" "255 255 255 255" + "image_armedcolor" "0 0 0 0" + "image_drawcolor" "0 0 0 0" + + "command" "sort1" + "actionsignallevel" "4" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + + "MapButton" + { + "ControlName" "CExButton" + "fieldName" "MapButton" + "xpos" "p0.58" + "ypos" "0" + "wide" "p0.29" + "tall" "18" + "proportionaltoparent" "1" + "visible" "1" + "paintbackground" "0" + "border_default" "SortCategoryBorder" + + "labeltext" "#TF_Competitive_Map" + "font" "HudFontSmallest" + "fgcolor_override" "TanLight" + "textAlignment" "west" + "textinsetx" "15" + + "defaultFgColor_override" "TanDark" + "armedFgColor_override" "Orange" + "selectedFgColor_override" "TanLight" + + "image_selectedcolor" "255 255 255 255" + "image_armedcolor" "0 0 0 0" + "image_drawcolor" "0 0 0 0" + + "command" "sort2" + "actionsignallevel" "4" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + + "KDRButton" + { + "ControlName" "CExButton" + "fieldName" "KDRButton" + "xpos" "p0.87" + "ypos" "0" + "wide" "p0.12" + "tall" "18" + "proportionaltoparent" "1" + "visible" "1" + "paintbackground" "0" + + "labeltext" "#TF_Competitive_KDR" + "font" "HudFontSmallest" + "fgcolor_override" "TanLight" + "textAlignment" "west" + + "defaultFgColor_override" "TanDark" + "armedFgColor_override" "Orange" + "selectedFgColor_override" "TanLight" + + "image_selectedcolor" "255 255 255 255" + "image_armedcolor" "0 0 0 0" + "image_drawcolor" "0 0 0 0" + + "command" "sort3" + "actionsignallevel" "4" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + } + + "MatchHistoryContainer" + { + "ControlName" "CScrollableList" + "fieldName" "MatchHistoryContainer" + "xpos" "cs-0.5" + "ypos" "40" + "wide" "p0.95" + "tall" "p0.84" + "visible" "1" + "proportionaltoparent" "1" + "restrict_width" "0" + + + "ScrollBar" + { + "ControlName" "ScrollBar" + "FieldName" "ScrollBar" + "xpos" "rs1-1" + "ypos" "0" + "tall" "f0" + "wide" "5" // This gets slammed from client schme. GG. + "zpos" "1000" + "nobuttons" "1" + "proportionaltoparent" "1" + + "Slider" + { + "fgcolor_override" "TanDark" + } + + "UpButton" + { + "ControlName" "Button" + "FieldName" "UpButton" + "visible" "0" + } + + "DownButton" + { + "ControlName" "Button" + "FieldName" "DownButton" + "visible" "0" + } + } + } + + "Leaderboard" + { + "ControlName" "CLadderLobbyLeaderboard" + "fieldName" "Leaderboard" + "xpos" "cs-0.5" + "ypos" "25" + "wide" "p0.95" + "tall" "p0.89" + "tall" "f20" + "visible" "0" + "enabled" "1" + "mouseinputenabled" "1" + "scaleImage" "1" + "entry_step" "23" + "proportionaltoparent" "1" + } + } + } + + "PartyActiveGroupBox" + { + "xpos" "c+100" + "ypos" "r340" + "tall" "300" + "proportionaltoparent" "1" + + "PartyGroupBox" + { + "tall" "160" + "border" "QuickplayBorder" + } + + "ChatLog" + { + "ypos" "165" + "tall" "100" + "border" "QuickplayBorder" + } + + "ChatTextEntry" + { + "ypos" "270" + "tall" "16" + "border" "QuickplayBorder" + } + } + + "SearchActiveGroupBox" + { + "xpos" "c-300" + "ypos" "r340" + "wide" "250" + "tall" "285" + "proportionaltoparent" "1" + + "SearchActiveTitle" + { + "xpos" "10" + "ypos" "5" + } + + "NearbyColumnHead" + { + "font" "HudFontSmallest" + "xpos" "rs1-90" + "proportionaltoparent" "1" + } + + "WorldwideColumnHead" + { + "font" "HudFontSmallest" + "xpos" "rs1-10" + "proportionaltoparent" "1" + } + + "PlayersInGameLabel" + { + "font" "HudFontSmallestBold" + "xpos" "10" + } + + "PlayersInGameTotalLabel" + { + "font" "HudFontSmallest" + "xpos" "20" + "ypos" "85" + } + + "PlayersInGameTotalNearbyValue" + { + "font" "HudFontSmallest" + "xpos" "rs1-90" + "ypos" "85" + "proportionaltoparent" "1" + } + + "PlayersInGameTotalWorldwideValue" + { + "font" "HudFontSmallest" + "xpos" "rs1-10" + "ypos" "85" + "proportionaltoparent" "1" + } + + "PlayersInGameMatchingLabel" + { + "font" "HudFontSmallest" + "xpos" "20" + "ypos" "97" + } + + "PlayersInGameMatchingNearbyValue" + { + "font" "HudFontSmallest" + "xpos" "rs1-90" + "ypos" "97" + "proportionaltoparent" "1" + } + + "PlayersInGameMatchingWorldwideValue" + { + "font" "HudFontSmallest" + "xpos" "rs1-10" + "ypos" "97" + "proportionaltoparent" "1" + } + + "PlayersSearchingLabel" + { + "font" "HudFontSmallestBold" + "xpos" "10" + "ypos" "120" + } + + "PlayersSearchingTotalLabel" + { + "font" "HudFontSmallest" + "xpos" "20" + "ypos" "135" + } + + "PlayersSearchingTotalNearbyValue" + { + "font" "HudFontSmallest" + "xpos" "rs1-90" + "ypos" "135" + "proportionaltoparent" "1" + } + + "PlayersSearchingTotalWorldwideValue" + { + "font" "HudFontSmallest" + "xpos" "rs1-10" + "ypos" "135" + "proportionaltoparent" "1" + } + + "PlayersSearchingMatchingLabel" + { + "font" "HudFontSmallest" + "xpos" "20" + "ypos" "147" + } + + "PlayersSearchingMatchingNearbyValue" + { + "font" "HudFontSmallest" + "xpos" "rs1-90" + "ypos" "147" + "proportionaltoparent" "1" + } + + "PlayersSearchingMatchingWorldwideValue" + { + "font" "HudFontSmallest" + "xpos" "rs1-10" + "ypos" "147" + "proportionaltoparent" "1" + } + + "EmptyGameserversLabel" + { + "font" "HudFontSmallestBold" + "xpos" "10" + "ypos" "170" + } + + "EmptyGameserversMatchingNearbyValue" + { + "font" "HudFontSmallest" + "xpos" "rs1-90" + "ypos" "170" + "proportionaltoparent" "1" + } + + "EmptyGameserversMatchingWorldwideValue" + { + "font" "HudFontSmallest" + "xpos" "rs1-10" + "ypos" "170" + "proportionaltoparent" "1" + } + + "PartyHasLowPriorityGroupBox" + { + "xpos" "10" + "ypos" "rs1-10" + "wide" "f0" + "tall" "65" + "proportionaltoparent" "1" + + "PartyLowPriorityImage" + { + "xpos" "0" + "ypos" "0" + "wide" "50" + "tall" "50" + "scaleImage" "1" + } + + "PartyHasLowPriorityLabel" + { + "font" "HudFontSmallest" + "xpos" "60" + "ypos" "0" + "zpos" "2" + "wide" "f70" + "tall" "f0" + "textAlignment" "north-west" + "proportionaltoparent" "1" + } + + "PartyLowPriorityPenaltyTimer" + { + "font" "HudFontSmallest" + "xpos" "60" + "ypos" "rs1" + "wide" "f0" + "tall" "30" + "textAlignment" "south-west" + "proportionaltoparent" "1" + } + } + } +} diff --git a/toonhud/resource/ui/lobbypanel_mvm.res b/toonhud/resource/ui/lobbypanel_mvm.res new file mode 100644 index 0000000..51227c9 --- /dev/null +++ b/toonhud/resource/ui/lobbypanel_mvm.res @@ -0,0 +1,38 @@ +#base "LobbyPanel.res" + +"Resource/UI/LobbyPanel.res" +{ + "LobbyPanel" + { + "ControlName" "Frame" + "fieldName" "LobbyPanel" + "xpos" "0" + "ypos" "40" + "wide" "f0" + "tall" "480" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "tabPosition" "0" + "settitlebarvisible" "0" + "PaintBackgroundType" "0" + "bgcolor_override" "G_MenuBg" + + "NavToRelay" "MvMTourOfDutyGroupBox" + "NavDown" "MvMEconItemsGroupBox" + } + + "criteria" + { + "fieldname" "criteria" + "xpos" "c-305" + "ypos" "10" + "zpos" "1000" + "wide" "400" + "tall" "350" + "visible" "1" + "enabled" "1" + } +} + diff --git a/toonhud/resource/ui/mainmenuoverride.res b/toonhud/resource/ui/mainmenuoverride.res new file mode 100644 index 0000000..d03b46a --- /dev/null +++ b/toonhud/resource/ui/mainmenuoverride.res @@ -0,0 +1,4564 @@ +"Resource/UI/MainMenuOverride.res" +{ + MainMenuOverride + { + "fieldName" "MainMenuOverride" + "visible" "1" + "enabled" "1" + "xpos" "0" + "ypos" "0" + "zpos" "0" + "wide" "f0" + "tall" "480" + + "update_url" "http://store.steampowered.com/news/?filter=updates&appids=440" + "blog_url" "http://www.teamfortress.com/" + + "button_x_offset" "-285" + "button_y" "120" + "button_y_delta" "5" + + "button_kv" + { + "xpos" "0" + "ypos" "150" + "wide" "250" + "tall" "26" + "visible" "1" + + "SubButton" + { + "ControlName" "CExImageButton" + "fieldName" "SubButton" + "xpos" "0" + "ypos" "0" + "wide" "250" + "tall" "26" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "textinsetx" "25" + "use_proportional_insets" "1" + "font" "HudFontSmallBold" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "border_default" "MainMenuButtonDefault" + "border_armed" "MainMenuButtonArmed" + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "80 80 80 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "240 240 240 255" // Main Menu button text color + "image_armedcolor" "240 240 240 255" // Main Menu hovered button text color + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "6" + "ypos" "6" + "zpos" "1" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + } + } + } + + "SaxxySettings" + { + "xpos" "0" + "ypos" "0" + "zpos" "-101" + "wide" "f0" + "tall" "480" + + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + + "flashbounds_x" "50" + "flashbounds_y" "65" + "flashbounds_w" "250" + "flashbounds_h" "120" + + "flashstartsize_min" "8" + "flashstartsize_max" "12" + + "flash_maxscale" "4" + + "flash_lifelength_min" ".1" + "flash_lifelength_max" ".2" + + "curtain_anim_duration" "4.0" + "curtain_open_time" "2.8" + "flash_start_time" "4.0" + + "initial_freakout_duration" "15.0" + "clap_sound_duration" "10.0" + + "CameraFlashSettings" + { + "visible" "1" + "enabled" "1" + "tileImage" "0" + "scaleImage" "1" + "zpos" "9" + } + } + } + + "mouseoveritempanel" + { + "ControlName" "CItemModelPanel" + "fieldName" "mouseoveritempanel" + "xpos" "c-70" + "ypos" "270" + "zpos" "100" + "wide" "300" + "tall" "300" + "visible" "0" + "bgcolor_override" "0 0 0 0" + "noitem_textcolor" "117 107 94 255" + "PaintBackgroundType" "2" + "paintborder" "1" + "border" "MainMenuBGBorder" + + "text_ypos" "20" + "text_center" "1" + "model_hide" "1" + "resize_to_text" "1" + "padding_height" "15" + + "attriblabel" + { + "font" "ItemFontAttribLarge" + "xpos" "0" + "ypos" "30" + "zpos" "2" + "wide" "140" + "tall" "60" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "%attriblist%" + "textAlignment" "center" + "fgcolor" "117 107 94 255" + "centerwrap" "1" + } + } + + "ColorOverlay" + { + "ControlName" "EditablePanel" + "fieldName" "ColorOverlay" + "xpos" "0" + "ypos" "0" + "zpos" "-199" + "wide" "f0" + "tall" "480" + "visible" "1" + "enabled" "1" + "bgcolor_override" "G_MainMenuOverlay" + } + + "Background" + { + "ControlName" "ScalableImagePanel" + "fieldName" "Background" + "xpos" "cs-0.5" + "ypos" "0" + "zpos" "-200" + "wide" "o1.6" + "tall" "f0" + "visible" "0" + "enabled" "1" + "image" "" + "scaleImage" "1" + "proportionaltoparent" "1" + + if_wider + { + "wide" "f0" + "tall" "o0.628" + } + + if_taller + { + "wide" "o1.6" + "tall" "f0" + } + + if_halloween_0 + { + "image" "../console/title_team_halloween2011_widescreen" + } + if_halloween_1 + { + "image" "../console/title_team_halloween2012_widescreen" + } + if_halloween_2 + { + "image" "../console/title_team_halloween2013_widescreen" + } + if_halloween_3 + { + "image" "../console/title_team_halloween2014_widescreen" + } + if_halloween_4 + { + "image" "../console/title_team_halloween2015_widescreen" + } + if_halloween_5 + { + "image" "../console/title_scream_fortress_2017_widescreen" + } + if_fullmoon + { + "image" "../console/title_fullmoon_widescreen" + } + if_christmas + { + "image" "../console/background_xmas2020_widescreen" + } + } + + "TFLogoImage" + { + "ControlName" "ImagePanel" + "fieldName" "TFLogoImage" + "xpos" "c-310" + "ypos" "32" + "zpos" "1" + "wide" "160" + "tall" "40" + "visible" "1" + "enabled" "1" + "image" "../logo/new_tf2_logo" + "scaleImage" "1" + "mouseinputenabled" "0" + } + + "TFCharacterImage" + { + // "ControlName" "ImagePanel" + "fieldName" "TFCharacterImage" + "xpos" "c-250" // 1 RMMC + "ypos" "-80" // 1 RMMC + "zpos" "-99" + "wide" "600" // 2 RMMC + "tall" "600" // 2 RMMC + "visible" "1" // 2 RMMC + "enabled" "1" // 2 RMMC + "scaleImage" "1" + } + + "RankModelPanel" + { + "ControlName" "CPvPRankPanel" + "fieldName" "RankModelPanel" + "xpos" "c-330" + "ypos" "r90" + "zpos" "12" + "wide" "120" + "tall" "120" + "visible" "0" + "proportionaltoparent" "1" + "mouseinputenabled" "1" + "matchgroup" "MatchGroup_Casual_12v12" + "show_progress" "0" + } + + "CycleRankTypeButton" + { + "ControlName" "CExImageButton" + "fieldName" "CycleRankTypeButton" + "xpos" "c-228" + "ypos" "r44" + "wide" "10" + "tall" "10" + "zpos" "30" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "textinsetx" "25" + "labelText" "" + "use_proportional_insets" "1" + "font" "HudFontSmallBold" + "command" "open_rank_type_menu" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "vo/null.mp3" + "actionsignallevel" "1" + "proportionaltoparent" "1" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "paintbackground" "1" + "paintborder" "1" + "border" "NoBorder" + "image_drawcolor" "214 206 200 255" // Button text color + "image_armedcolor" "255 255 255 255" // Button hover text color + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "cs-0.5" + "ypos" "cs-0.5" + "zpos" "1" + "wide" "f2" + "tall" "f2" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "glyph_options" + + "proportionaltoparent" "1" + "mouseinputenabled" "0" + "keyboardinputenabled" "0" + } + } + + "RankTooltipPanel" + { + "ControlName" "ImagePanel" + "fieldName" "RankTooltipPanel" + "xpos" "c-308" + "ypos" "r20" + "zpos" "30" + "wide" "8" + "tall" "8" + "visible" "1" + "proportionaltoparent" "1" + "mouseinputenabled" "1" + "image" "info" + "scaleImage" "1" + "alpha" "15" + } + + "RankPanel" + { + "ControlName" "CPvPRankPanel" + "fieldName" "RankPanel" + "xpos" "c-265" + "ypos" "r48" + "zpos" "11" + "wide" "260" + "tall" "35" + "visible" "0" + "proportionaltoparent" "1" + "mouseinputenabled" "0" + "matchgroup" "MatchGroup_Casual_12v12" + "xp_source_notification_center_x" "285" + "show_model" "0" + "show_type" "1" + "show_name" "0" + } + + "RankBorder" + { + "ControlName" "EditablePanel" + "fieldName" "RankBorder" + "xpos" "c-310" + "ypos" "r48" + "zpos" "11" + "wide" "305" + "tall" "38" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "border" "FooterTextColorBorder" + "alpha" "20" + } + + "NoGCMessage" + { + "ControlName" "Label" + "fieldName" "NoGCMessage" + "xpos" "4" + "ypos" "0" + "zpos" "12" + "wide" "260" + "tall" "30" + "visible" "1" + "proportionaltoparent" "1" + "mouseinputenabled" "0" + "wrap" "1" + "textinsetx" "5" + "textinsety" "0" + "font" "G_FontTiny_2" + "fgcolor_override" "G_FooterText" + "labelText" "#TF_MM_NoGC_Rank" + "textAlignment" "north-west" + "use_proportional_insets" "1" + + "pin_to_sibling" "NoGCImage" + "pin_corner_to_sibling" "0" + "pin_to_sibling_corner" "1" + } + + "NoGCImage" + { + "ControlName" "ImagePanel" + "fieldName" "NoGCImage" + "xpos" "-4" + "ypos" "-4" + "zpos" "12" + "wide" "30" + "tall" "30" + "visible" "1" + "enabled" "1" + "image" "gc_dc" + "scaleImage" "1" + "proportionaltoparent" "1" + "drawcolor" "G_FooterText" + + "pin_to_sibling" "RankBorder" + "pin_corner_to_sibling" "0" + "pin_to_sibling_corner" "0" + } + + "G_MenuPanel" + { + "ControlName" "EditablePanel" + "fieldname" "G_MenuPanel" + "xpos" "c-310" + "ypos" "80" + "wide" "160" + "tall" "125" + "zpos" "5" + "visible" "1" + "bgcolor_override" "G_MainMenuPanel" + } + + "G_BookmarkPanel" + { + "ControlName" "EditablePanel" + "fieldname" "G_BookmarkPanel" + "xpos" "0" + "ypos" "0" // BMPY (10) + "wide" "160" + "tall" "0" // BMPH (0, 30, 55, 80) + "zpos" "5" + "visible" "1" + "bgcolor_override" "G_MainMenuPanel" + + "pin_to_sibling" "G_MenuPanel" + "pin_corner_to_sibling" "0" + "pin_to_sibling_corner" "2" + } + + "CharacterSetupButton" + { + "ControlName" "EditablePanel" + "fieldname" "CharacterSetupButton" + "xpos" "-5" + "ypos" "-5" + "wide" "150" + "tall" "40" + "zpos" "11" + "visible" "1" + "PaintBackgroundType" "2" + "paintborder" "1" + "border" "NoBorder" + "navDown" "GeneralStoreButton" + "navRight" "Notifications_ShowButtonPanel" + "navToRelay" "SubButton" + + "pin_to_sibling" "G_MenuPanel" + "pin_corner_to_sibling" "0" + "pin_to_sibling_corner" "0" + + "SubButton" + { + "ControlName" "CExImageButton" + "fieldName" "SubButton" + "xpos" "0" + "ypos" "0" + "zpos" "11" + "wide" "150" + "tall" "40" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "font" "G_FontMainMenuItem" + "textAlignment" "west" + "fgcolor" "G_White" + "textinsety" "0" + "textinsetx" "50" + "use_proportional_insets" "1" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "defaultFgColor_override" "G_MainMenuButtonFg" + "armedFgColor_override" "G_MainMenuButtonHoverFg" + "depressedFgColor_override" "G_MainMenuButtonHoverFg" + "defaultBgColor_override" "0 0 0 0" + "armedBgColor_override" "0 0 0 0" + "depressedBgColor_override" "0 0 0 0" + "border_default" "SharpMainMenuButton" + "border_armed" "SharpMainMenuButtonArmed" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "image_drawcolor" "240 240 240 255" // Main Menu button text color + "image_armedcolor" "240 240 240 255" // Main Menu hovered button text color + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "10" + "ypos" "5" + "zpos" "0" + "wide" "30" + "tall" "30" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + } + } + } + + "GeneralStoreButton" + { + "ControlName" "EditablePanel" + "fieldname" "GeneralStoreButton" + "xpos" "0" + "ypos" "5" + "wide" "150" + "tall" "20" + "zpos" "11" + "visible" "1" + "PaintBackgroundType" "2" + "paintborder" "1" + "border" "NoBorder" + "navUp" "CharacterSetupButton" + "navDown" "G_SettingsButton" + "navRight" "Notifications_ShowButtonPanel" + "navToRelay" "SubButton" + + "pin_to_sibling" "CharacterSetupButton" + "pin_corner_to_sibling" "0" + "pin_to_sibling_corner" "2" + + "SubButton" + { + "ControlName" "CExImageButton" + "fieldName" "SubButton" + "xpos" "0" + "ypos" "0" + "zpos" "11" + "wide" "150" + "tall" "20" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "font" "G_FontMainMenuItemSmall" + "textAlignment" "west" + "textinsety" "0" + "textinsetx" "28" + "use_proportional_insets" "1" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "defaultFgColor_override" "G_MainMenuButtonFg" + "armedFgColor_override" "G_MainMenuButtonHoverFg" + "depressedFgColor_override" "G_MainMenuButtonHoverFg" + "defaultBgColor_override" "0 0 0 0" + "armedBgColor_override" "0 0 0 0" + "depressedBgColor_override" "0 0 0 0" + "border_default" "SharpMainMenuButton" + "border_armed" "SharpMainMenuButtonArmed" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "image_drawcolor" "240 240 240 255" // Main Menu button text color + "image_armedcolor" "240 240 240 255" // Main Menu hovered button text color + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "7" + "ypos" "3" + "zpos" "0" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + } + } + } + + "SettingsButton" + { + "ControlName" "CExImageButton" + "fieldName" "SettingsButton" + "xpos" "-9999" + "ypos" "-9999" + "zpos" "-9999" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + } + + "G_SettingsButton" + { + "ControlName" "CExImageButton" + "fieldName" "G_SettingsButton" + "xpos" "0" + "ypos" "5" + "zpos" "11" + "wide" "150" + "tall" "20" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "font" "G_FontMainMenuItemSmall" + "textAlignment" "west" + "textinsety" "0" + "textinsetx" "28" + "use_proportional_insets" "1" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "defaultFgColor_override" "G_MainMenuButtonFg" + "armedFgColor_override" "G_MainMenuButtonHoverFg" + "depressedFgColor_override" "G_MainMenuButtonHoverFg" + "defaultBgColor_override" "0 0 0 0" + "armedBgColor_override" "0 0 0 0" + "depressedBgColor_override" "0 0 0 0" + "border_default" "SharpMainMenuButton" + "border_armed" "SharpMainMenuButtonArmed" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "image_drawcolor" "240 240 240 255" // Main Menu button text color + "image_armedcolor" "240 240 240 255" // Main Menu hovered button text color + "Command" "OpenOptionsDialog" + "labelText" "#GameUI_GameMenu_Options" + "tooltip" "" + "navUp" "GeneralStoreButton" + "navDown" "TF2SettingsButton" + "navRight" "Notifications_ShowButtonPanel" + "navToRelay" "SubButton" + + "pin_to_sibling" "GeneralStoreButton" + "pin_corner_to_sibling" "0" + "pin_to_sibling_corner" "2" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "7" + "ypos" "3" + "zpos" "0" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "glyph_options" + } + } + + "TF2SettingsButton" + { + "ControlName" "EditablePanel" + "fieldname" "TF2SettingsButton" + "xpos" "0" + "ypos" "5" + "wide" "150" + "tall" "20" + "zpos" "11" + "visible" "1" + "PaintBackgroundType" "2" + "paintborder" "1" + "border" "NoBorder" + "navUp" "G_SettingsButton" + "navDown" "Bookmark_1" + "navRight" "Notifications_ShowButtonPanel" + "navToRelay" "SubButton" + + "pin_to_sibling" "G_SettingsButton" + "pin_corner_to_sibling" "0" + "pin_to_sibling_corner" "2" + + "SubButton" + { + "ControlName" "CExImageButton" + "fieldName" "SubButton" + "xpos" "0" + "ypos" "0" + "zpos" "11" + "wide" "150" + "tall" "20" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "font" "G_FontMainMenuItemSmall" + "textAlignment" "west" + "textinsety" "0" + "textinsetx" "28" + "use_proportional_insets" "1" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "defaultFgColor_override" "G_MainMenuButtonFg" + "armedFgColor_override" "G_MainMenuButtonHoverFg" + "depressedFgColor_override" "G_MainMenuButtonHoverFg" + "defaultBgColor_override" "0 0 0 0" + "armedBgColor_override" "0 0 0 0" + "depressedBgColor_override" "0 0 0 0" + "border_default" "SharpMainMenuButton" + "border_armed" "SharpMainMenuButtonArmed" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "image_drawcolor" "240 240 240 255" // Main Menu button text color + "image_armedcolor" "240 240 240 255" // Main Menu hovered button text color + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "7" + "ypos" "3" + "zpos" "0" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + } + } + } + + + "TooltipPanel" + { + "ControlName" "EditablePanel" + "fieldName" "TooltipPanel" + "xpos" "0" + "ypos" "0" + "zpos" "10000" + "wide" "150" + "tall" "50" + "visible" "0" + "PaintBackgroundType" "2" + "border" "MainMenuBGBorder" + + "TipSubLabel" + { + "ControlName" "CExLabel" + "fieldName" "TipSubLabel" + "font" "G_FontSmall_2" + "labelText" "%tipsubtext%" + "textAlignment" "center" + "xpos" "20" + "ypos" "30" + "zpos" "2" + "wide" "250" + "tall" "50" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "G_White" + "wrap" "1" + } + + "TipLabel" + { + "ControlName" "CExLabel" + "fieldName" "TipLabel" + "font" "G_FontSmall_2" + "labelText" "%tiptext%" + "textAlignment" "center" + "xpos" "20" + "ypos" "5" + "zpos" "2" + "wide" "126" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "G_White" + "auto_wide_tocontents" "1" + } + } + + "Notifications_ShowButtonPanel" + { + "ControlName" "EditablePanel" + "fieldName" "Notifications_ShowButtonPanel" + "xpos" "r170" + "ypos" "30" + "zpos" "10" + "wide" "42" + "tall" "26" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + + "navUp" "MOTD_ShowButtonPanel" + "navDown" "Notifications_Panel" + "navLeft" "CharacterSetupButton" + "navRight" "WatchStreamButton" + "navToRelay" "Notifications_ShowButtonPanel_SB" + + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "3" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + "image" "glyph_achievements" + "scaleImage" "1" + "drawcolor" "G_Highlight" + } + + "Notifications_CountLabel" + { + "ControlName" "CExLabel" + "fieldName" "Notifications_CountLabel" + "font" "G_FontMainMenuItemSmall" + "labelText" "%noticount%" + "textAlignment" "center" + "xpos" "16" + "ypos" "0" + "zpos" "4" + "wide" "16" + "tall" "26" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "G_MainMenuButtonHoverFg" + "border" "SharpMainMenuButtonArmed" + "Alpha" "0" + } + + "Notifications_ShowButtonPanel_SB" + { + "ControlName" "CExImageButton" + "fieldName" "Notifications_ShowButtonPanel_SB" + "xpos" "16" + "ypos" "-26" + "zpos" "5" + "wide" "26" + "tall" "26" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "" + "font" "HudFontSmallestBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "actionsignallevel" "2" + + "Command" "noti_show" + "navActivate" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "Command" "nextpage" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + } + + "AdvOptionsContainer" + { + "ControlName" "EditablePanel" + "fieldName" "AdvOptionsContainer" + "xpos" "10" + "ypos" "45" + "zpos" "50" + "wide" "380" + "tall" "240" + "visible" "0" + "enabled" "1" + "border" "QuickplayBorder" + "bgcolor_override" "0 0 0 255" + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "HudFontSmallBold" + "fgcolor" "G_MenuText" + "labelText" "#TF_Quickplay_AdvancedOptions" + "textAlignment" "center" + "xpos" "10" + "ypos" "10" + "zpos" "1" + "wide" "355" + "tall" "15" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + + "GameModeOptionContainer" + { + "ControlName" "EditablePanel" + "fieldName" "GameModeOptionContainer" + "xpos" "10" + "ypos" "10" + "zpos" "60" + "wide" "355" + "tall" "20" + "visible" "0" + "enabled" "1" + + "OptionNameLabel" + { + "ControlName" "CExLabel" + "fieldName" "OptionNameLabel" + "font" "HudFontSmallBold" + "labelText" "Game mode" + "textAlignment" "left" + "xpos" "0" + "ypos" "0" + "zpos" "2" + "wide" "180" + "tall" "15" + } + + "OptionCombo" + { + "ControlName" "ComboBox" + "fieldName" "OptionCombo" + "Font" "HudFontSmallest" + "xpos" "190" + "ypos" "0" + "zpos" "1" + "wide" "165" + "tall" "15" + "editable" "0" + } + } + + "ValveServerOption" + { + "ControlName" "EditablePanel" + "fieldName" "ValveServerOption" + "xpos" "10" + "ypos" "30" + "zpos" "60" + "wide" "175" + "tall" "60" + + "OptionNameLabel" + { + "ControlName" "CExLabel" + "fieldName" "OptionNameLabel" + "font" "HudFontSmallBold" + "labelText" "#TF_Quickplay_ServerHost" + "textAlignment" "left" + "xpos" "0" + "ypos" "0" + "zpos" "2" + "wide" "175" + "tall" "15" + } + + "RadioButton0" + { + "ControlName" "RadioButton" + "fieldName" "RadioButton0" + "Font" "HudFontSmallest" + "xpos" "20" + "ypos" "15" + "zpos" "1" + "wide" "165" + "tall" "15" + } + + "RadioButton1" + { + "ControlName" "RadioButton" + "fieldName" "RadioButton1" + "Font" "HudFontSmallest" + "xpos" "20" + "ypos" "30" + "zpos" "1" + "wide" "165" + "tall" "15" + } + + "RadioButton2" + { + "ControlName" "RadioButton" + "fieldName" "RadioButton2" + "Font" "HudFontSmallest" + "xpos" "20" + "ypos" "45" + "zpos" "1" + "wide" "165" + "tall" "15" + } + } + + "IncreasedPlayerCountOption" + { + "ControlName" "EditablePanel" + "fieldName" "IncreasedPlayerCountOption" + "xpos" "195" + "ypos" "30" + "zpos" "60" + "wide" "175" + "tall" "60" + + "OptionNameLabel" + { + "ControlName" "CExLabel" + "fieldName" "OptionNameLabel" + "font" "HudFontSmallBold" + "labelText" "#TF_Quickplay_MaxPlayers" + "textAlignment" "left" + "xpos" "0" + "ypos" "0" + "zpos" "2" + "wide" "180" + "tall" "15" + } + + "RadioButton0" + { + "ControlName" "RadioButton" + "fieldName" "RadioButton0" + "Font" "HudFontSmallest" + "xpos" "20" + "ypos" "15" + "zpos" "1" + "wide" "165" + "tall" "15" + } + + "RadioButton1" + { + "ControlName" "RadioButton" + "fieldName" "RadioButton1" + "Font" "HudFontSmallest" + "xpos" "20" + "ypos" "30" + "zpos" "1" + "wide" "165" + "tall" "15" + } + + "RadioButton2" + { + "ControlName" "RadioButton" + "fieldName" "RadioButton2" + "Font" "HudFontSmallest" + "xpos" "20" + "ypos" "45" + "zpos" "1" + "wide" "165" + "tall" "15" + } + } + + "RandomCritsOption" + { + "ControlName" "EditablePanel" + "fieldName" "RandomCritsOption" + "xpos" "10" + "ypos" "100" + "zpos" "60" + "wide" "175" + "tall" "60" + + "OptionNameLabel" + { + "ControlName" "CExLabel" + "fieldName" "OptionNameLabel" + "font" "HudFontSmallBold" + "labelText" "#TF_Quickplay_RandomCrits" + "textAlignment" "left" + "xpos" "0" + "ypos" "0" + "zpos" "2" + "wide" "180" + "tall" "15" + } + + "RadioButton0" + { + "ControlName" "RadioButton" + "fieldName" "RadioButton0" + "Font" "HudFontSmallest" + "xpos" "20" + "ypos" "15" + "zpos" "1" + "wide" "165" + "tall" "15" + } + + "RadioButton1" + { + "ControlName" "RadioButton" + "fieldName" "RadioButton1" + "Font" "HudFontSmallest" + "xpos" "20" + "ypos" "30" + "zpos" "1" + "wide" "165" + "tall" "15" + } + + "RadioButton2" + { + "ControlName" "RadioButton" + "fieldName" "RadioButton2" + "Font" "HudFontSmallest" + "xpos" "20" + "ypos" "45" + "zpos" "1" + "wide" "165" + "tall" "15" + } + } + + "RespawnTimesOption" + { + "ControlName" "EditablePanel" + "fieldName" "RespawnTimesOption" + "xpos" "195" + "ypos" "100" + "zpos" "60" + "wide" "175" + "tall" "60" + + "OptionNameLabel" + { + "ControlName" "CExLabel" + "fieldName" "OptionNameLabel" + "font" "HudFontSmallBold" + "labelText" "#TF_Quickplay_RespawnTimes" + "textAlignment" "left" + "xpos" "0" + "ypos" "0" + "zpos" "2" + "wide" "180" + "tall" "15" + } + + "RadioButton0" + { + "ControlName" "RadioButton" + "fieldName" "RadioButton0" + "Font" "HudFontSmallest" + "xpos" "20" + "ypos" "15" + "zpos" "1" + "wide" "165" + "tall" "15" + } + + "RadioButton1" + { + "ControlName" "RadioButton" + "fieldName" "RadioButton1" + "Font" "HudFontSmallest" + "xpos" "20" + "ypos" "30" + "zpos" "1" + "wide" "165" + "tall" "15" + } + + "RadioButton2" + { + "ControlName" "RadioButton" + "fieldName" "RadioButton2" + "Font" "HudFontSmallest" + "xpos" "20" + "ypos" "45" + "zpos" "1" + "wide" "165" + "tall" "15" + } + } + + "DamageSpreadOption" + { + "ControlName" "EditablePanel" + "fieldName" "DamageSpreadOption" + "xpos" "10" + "ypos" "170" + "zpos" "60" + "wide" "175" + "tall" "60" + + "OptionNameLabel" + { + "ControlName" "CExLabel" + "fieldName" "OptionNameLabel" + "font" "HudFontSmallBold" + "labelText" "#TF_Quickplay_DamageSpread" + "textAlignment" "left" + "xpos" "0" + "ypos" "0" + "zpos" "2" + "wide" "180" + "tall" "15" + } + + "RadioButton0" + { + "ControlName" "RadioButton" + "fieldName" "RadioButton0" + "Font" "HudFontSmallest" + "xpos" "20" + "ypos" "15" + "zpos" "1" + "wide" "165" + "tall" "15" + } + + "RadioButton1" + { + "ControlName" "RadioButton" + "fieldName" "RadioButton1" + "Font" "HudFontSmallest" + "xpos" "20" + "ypos" "30" + "zpos" "1" + "wide" "165" + "tall" "15" + } + + "RadioButton2" + { + "ControlName" "RadioButton" + "fieldName" "RadioButton2" + "Font" "HudFontSmallest" + "xpos" "20" + "ypos" "45" + "zpos" "1" + "wide" "165" + "tall" "15" + } + } + + } + + "PlayNowButton" + { + "ControlName" "CExButton" + "fieldName" "PlayNowButton" + "xpos" "10" + "ypos" "300" + "zpos" "20" + "wide" "185" + "tall" "40" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#TF_Quickplay_PlayNow" + "font" "HudFontSmallBold" + "textAlignment" "center" + "textinsetx" "50" + "dulltext" "0" + "brighttext" "0" + "Command" "playnow" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "border_default" "MainMenuButtonDefault" + "border_armed" "MainMenuButtonArmed" + "paintbackground" "0" + + "defaultFgColor_override" "G_ButtonText" + "armedFgColor_override" "G_ButtonHoverText" + "depressedFgColor_override" "G_ButtonHoverText" + } + + "ShowServersButton" + { + "ControlName" "CExButton" + "fieldName" "ShowServersButton" + "xpos" "205" + "ypos" "300" + "zpos" "20" + "wide" "185" + "tall" "40" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#TF_Quickplay_ShowServers" + "font" "HudFontSmallBold" + "textAlignment" "center" + "textinsetx" "50" + "dulltext" "0" + "brighttext" "0" + "Command" "show_servers" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "border_default" "MainMenuButtonDefault" + "border_armed" "MainMenuButtonArmed" + "paintbackground" "0" + + "defaultFgColor_override" "G_ButtonText" + "armedFgColor_override" "G_ButtonHoverText" + "depressedFgColor_override" "G_ButtonHoverText" + } + + "OptionsButton" + { + "ControlName" "CExImageButton" + "fieldName" "OptionsButton" + "xpos" "10" + "ypos" "345" + "zpos" "1" + "wide" "25" + "tall" "25" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + //"labelText" "#GameUI_GameMenu_Options" + "font" "HudFontSmallBold" + "textAlignment" "west" + "textinsetx" "35" + "use_proportional_insets" "1" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "Command" "ToggleShowOptions" + + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "image_drawcolor" "235 226 202 255" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "3" + "ypos" "3" + "zpos" "1" + "wide" "19" + "tall" "19" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + "image" "glyph_options" + } + } + + "OptionsSummaryLabel" + { + "ControlName" "CExLabel" + "fieldName" "OptionsSummaryLabel" + "font" "HudFontSmallest" + "fgcolor" "G_MenuText" + "textAlignment" "left" + "wrap" "1" + "proportionalToParent" "1" + "xpos" "40" + "ypos" "345" + "zpos" "1" + "wide" "240" + "tall" "30" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + + "ExplainBetaButton" + { + "ControlName" "CExButton" + "fieldName" "ExplainBetaButton" + "xpos" "0" + "ypos" "0" + "zpos" "10" + "wide" "15" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "?" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "1" + "Command" "explain_beta" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "proportionaltoparent" "1" + + "pin_to_sibling" "BetaCheckButton" + "pin_corner_to_sibling" "7" + "pin_to_sibling_corner" "5" + } + + "BetaCheckButton" + { + "ControlName" "CheckButton" + "fieldName" "BetaCheckButton" + "labelText" "#TF_Quickplay_BetaMaps" + "Font" "HudFontSmallestBold" + "textAlignment" "west" + "Command" "beta_toggle" + "xpos" "10" + "ypos" "r30" + "zpos" "1" + "wide" "140" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "dulltext" "0" + "brighttext" "0" + "proportionaltoparent" "1" + } + + "CancelButton" + { + "ControlName" "CExButton" + "fieldName" "CancelButton" + "proportionalToParent" "1" + "xpos" "290" + "ypos" "r35" + "zpos" "20" + "wide" "100" + "tall" "25" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#Cancel" + "font" "HudFontSmallBold" + "textAlignment" "center" + "textinsetx" "50" + "dulltext" "0" + "brighttext" "0" + "Command" "cancel" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + } + + "BetaExplanation" + { + "ControlName" "CExplanationPopup" + "fieldName" "BetaExplanation" + "xpos" "0" + "ypos" "0" + "zpos" "10000" + "wide" "280" + "tall" "160" + "visible" "0" + "PaintBackgroundType" "2" + "paintbackground" "0" + "border" "MainMenuHighlightBorder" + + "force_close" "1" + "end_x" "50" + "end_y" "210" + "end_wide" "300" + "end_tall" "160" + "callout_inparents_x" "25" + "callout_inparents_y" "385" + "next_explanation" "" + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "HudFontSmallBold" + "labelText" "#QuickplayBetaExplanation_Title" + "textAlignment" "north" + "xpos" "20" + "ypos" "10" + "wide" "210" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor_override" "46 43 42 255" + } + + "TextLabel" + { + "ControlName" "CExLabel" + "fieldName" "TextLabel" + "font" "HudFontSmall" + "labelText" "#QuickplayBetaExplanation_Text" + "textAlignment" "north-west" + "xpos" "20" + "ypos" "35" + "wide" "f0" + "tall" "f0" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor_override" "46 43 42 255" + "proportionaltoparent" "1" + } + + "CloseButton" + { + "ControlName" "CExImageButton" + "fieldName" "CloseButton" + "xpos" "r5" + "ypos" "5" + "zpos" "10" + "wide" "14" + "tall" "14" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "Command" "close" + "proportionaltoparent" "1" + + "paintbackground" "0" + + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "235 226 202 255" + "depressedFgColor_override" "46 43 42 255" + + "image_drawcolor" "117 107 94 255" + "image_armedcolor" "200 80 60 255" + "SubImage" + { + "ControlName" "ImagePanel" + "fieldName" "SubImage" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "14" + "tall" "14" + "visible" "1" + "enabled" "1" + "image" "close_button" + "scaleImage" "1" + } + } + } + } +} diff --git a/toonhud/resource/ui/replaymessage.res b/toonhud/resource/ui/replaymessage.res new file mode 100644 index 0000000..6d2ed28 --- /dev/null +++ b/toonhud/resource/ui/replaymessage.res @@ -0,0 +1,61 @@ +"Resource/UI/ReplayMessage.res" +{ + "ReplayMessagePanel" + { + "ControlName" "EditablePanel" + "fieldName" "ReplayMessagePanel" + "zpos" "1000" + "tall" "84" + "wide" "150" + "autoResize" "0" + "visible" "1" + "enabled" "1" + } + + "ReplayLabel" + { + "ControlName" "CExLabel" + "fieldName" "ReplayLabel" + "font" "G_FontSmall" + "xpos" "11" + "ypos" "5" + "zpos" "0" + "wide" "180" + "tall" "60" + "visible" "1" + "enabled" "1" + "labelText" "#Replay_ReplayMsgTitle" + "textAlignment" "north-west" + "fgcolor" "235 226 202 255" + } + + "MessageLabel" + { + "ControlName" "CExLabel" + "fieldName" "MessageLabel" + "font" "DefaultVerySmall" + "zpos" "0" + "wide" "130" + "tall" "0" + "visible" "1" + "enabled" "1" + "textAlignment" "north" + "fgcolor" "235 226 202 255" + "centerwrap" "0" + "wrap" "1" + } + "Icon" + { + "ControlName" "ImagePanel" + "fieldName" "Icon" + "xpos" "8" + "ypos" "5" + "zpos" "1" + "wide" "18" + "tall" "18" + "visible" "0" + "enabled" "0" + "image" "../hud/ico_replay" + "scaleImage" "1" + } +} diff --git a/toonhud/resource/ui/replayreminder.res b/toonhud/resource/ui/replayreminder.res new file mode 100644 index 0000000..d6e177c --- /dev/null +++ b/toonhud/resource/ui/replayreminder.res @@ -0,0 +1,62 @@ +"Resource/UI/ReplayReminder.res" +{ + "ReplayReminder" + { + "ControlName" "CReplayReminderPanel" + "fieldName" "ReplayReminder" + "xpos" "c-83" + "ypos" "-50" + "zpos" "1" + "wide" "0" + "tall" "0" + "visible" "0" + + "BG" + { + "ControlName" "ImagePanel" + "fieldName" "BG" + "xpos" "0" + "ypos" "8" + "zpos" "0" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + "image" "../hud/freezecam_black_bg" + "scaleImage" "1" + } + "Icon" + { + "ControlName" "ImagePanel" + "fieldName" "Icon" + "xpos" "3" + "ypos" "0" + "zpos" "1" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + "image" "../hud/ico_replay" + "scaleImage" "1" + } + "Label" + { + "ControlName" "Label" + "fieldName" "Label" + "font" "SpectatorKeyHints" + "xpos" "40" + "ypos" "25" + "zpos" "2" + "wide" "0" + "tall" "0" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "0" + "labelText" "%text%" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" + } + } +} \ No newline at end of file diff --git a/toonhud/resource/ui/revivedialog.res b/toonhud/resource/ui/revivedialog.res new file mode 100644 index 0000000..6cac249 --- /dev/null +++ b/toonhud/resource/ui/revivedialog.res @@ -0,0 +1,117 @@ +"Resource/UI/ReviveDialog.res" +{ + "ConfirmDialog" + { + "ControlName" "Frame" + "fieldName" "ConfirmDialog" + "xpos" "c-110" + "ypos" "285" + "wide" "220" + "tall" "70" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "settitlebarvisible" "0" + "PaintBackgroundType" "0" + "paintbackground" "1" + "bgcolor_override" "Econ.Dialog.BgColor" + + "TitleLabel" + { + "ControlName" "CExLabel" + "fieldName" "TitleLabel" + "font" "EconFontSmall" + "labelText" "#ConfirmTitle" + "textAlignment" "north" + "xpos" "0" + "ypos" "10" + "zpos" "1" + "wide" "220" + "tall" "30" + "autoResize" "1" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + + "ExplanationLabel" + { + "ControlName" "CExLabel" + "fieldName" "ExplanationLabel" + "font" "ReplayBrowserSmallest" + "labelText" "%text%" + "textAlignment" "north" + "xpos" "10" + "ypos" "25" + "zpos" "1" + "wide" "200" + "tall" "170" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "centerwrap" "1" + "fgcolor_override" "200 80 60 255" + } + + "ConfirmButton" + { + "ControlName" "CExButton" + "fieldName" "ConfirmButton" + "xpos" "60" + "ypos" "45" + "zpos" "20" + "wide" "100" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#ConfirmButtonText" + "font" "ReplayBrowserSmallest" + "textAlignment" "center" + "textinsetx" "50" + "dulltext" "0" + "brighttext" "0" + "Command" "confirm" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + "border_default" "Econ.Button.Border.Default" + "border_armed" "Econ.Button.Border.Armed" + "armedBgColor_override" "Econ.Button.ArmedBgColor" + "armedFgColor_override" "Econ.Button.ArmedFgColor" + "depressedBgColor_override" "Econ.Button.DepressedBgColor" + "depressedFgColor_override" "Econ.Button.DepressedFgColor" + } + + + "SpectatorGUIHealth" + { + "ControlName" "EditablePanel" + "fieldName" "SpectatorGUIHealth" + "xpos" "175" + "ypos" "42" + "zpos" "20" + "wide" "32" // 1 CTHB + "tall" "32" // 1 CTHB + "visible" "1" + "enabled" "1" + "HealthBonusPosAdj" "10" // 2 CTHB + "HealthDeathWarning" "0.49" + "TFFont" "G_FontTiny" + "HealthDeathWarningColor" "HUDDeathWarning" + "TextColor" "G_White" + "paintborder" "0" // 3 CTHB + "paintbackground" "0" // 3 CTHB + "border" "G_HealthBorder" + "bgcolor_override" "G_HealthBarBg" + "autoResize" "0" + } + } +} + + + diff --git a/toonhud/resource/ui/scoreboard.res b/toonhud/resource/ui/scoreboard.res new file mode 100644 index 0000000..1491425 --- /dev/null +++ b/toonhud/resource/ui/scoreboard.res @@ -0,0 +1,1962 @@ +"Resource/UI/Scoreboard.res" +{ + "scores" + { + "ControlName" "CTFClientScoreBoardDialog" + "fieldName" "scoreinfo" + "xpos" "c-300" + "ypos" "0" + "zpos" "10000" + "wide" "600" + "tall" "480" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "spacer" "5" + "medal_width" "30" + "avatar_width" "57" + "name_width" "100" + "nemesis_width" "15" + "class_width" "18" + "score_width" "25" + "ping_width" "21" + "killstreak_width" "20" + "killstreak_image_width" "15" + } + + "Borders" + { + "ControlName" "EditablePanel" + "fieldName" "Borders" + "xpos" "0" + "ypos" "43" + "zpos" "19" + "wide" "600" + "tall" "20" + "paintborder" "1" + "border" "G_TargetBorder" + "visible" "1" + "enabled" "1" + + if_mvm + { + "ypos" "83" + } + } + + "Gradient" + { + "ControlName" "CTFImagePanel" + "fieldName" "Gradient" + "xpos" "0" + "ypos" "43" + "zpos" "5" + "wide" "600" + "tall" "20" + "visible" "1" + "enabled" "1" + "image" "replay/thumbnails/gradient" + "scaleImage" "1" + + if_mvm + { + "ypos" "83" + } + } + + "BlueScoreBG" + { + "ControlName" "CTFImagePanel" + "fieldName" "BlueScoreBG" + "xpos" "0" + "ypos" "43" + "wide" "300" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "0" + "image" "../hud/color_panel_blu" + "scaleImage" "1" + "paintborder" "1" + "border" "G_TargetBorder" + "src_corner_height" "23" + "src_corner_width" "23" + "draw_corner_width" "0" + "draw_corner_height" "0" + } + + "G_BlueScoreBG" + { + "ControlName" "EditablePanel" + "fieldName" "G_BlueScoreBG" + "xpos" "0" + "ypos" "43" + "wide" "290" + "tall" "20" + "zpos" "2" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "paintbackground" "1" + "bgcolor_override" "G_TeamBlue" + + if_mvm + { + "xpos" "510" + "ypos" "83" + "wide" "90" + } + } + + "BlueTeamImage" + { + "ControlName" "ImagePanel" + "fieldName" "BlueTeamImage" + "xpos" "0" + "ypos" "0" + "zpos" "0" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + "image" "../hud/team_blue" + "scaleImage" "1" + } + + "BlueLeaderAvatar" + { + "ControlName" "CAvatarImagePanel" + "fieldName" "BlueLeaderAvatar" + "xpos" "0" + "ypos" "17" + "zpos" "25" + "wide" "24" + "tall" "24" + "visible" "0" + "enabled" "1" + "image" "" + "scaleImage" "1" + "color_outline" "0 0 0 255" + } + + "BlueLeaderAvatarBG" + { + "ControlName" "EditablePanel" + "fieldName" "BlueLeaderAvatarBG" + "xpos" "0" + "ypos" "0" + "zpos" "0" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + "Alpha" "0" + "PaintBackgroundType" "2" + "bgcolor_override" "117 107 94 255" + } + + "RedScoreBG" + { + "ControlName" "CTFImagePanel" + "fieldName" "RedScoreBG" + "xpos" "300" + "ypos" "43" + "wide" "300" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "0" + "image" "../hud/color_panel_red" + "scaleImage" "1" + "paintborder" "1" + "border" "G_TargetBorder" + "src_corner_height" "23" + "src_corner_width" "23" + "draw_corner_width" "0" + "draw_corner_height" "0" + } + + "G_RedScoreBG" + { + "ControlName" "EditablePanel" + "fieldName" "G_RedScoreBG" + "xpos" "0" + "ypos" "43" + "wide" "600" + "tall" "20" + "zpos" "1" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "paintbackground" "1" + "bgcolor_override" "G_TeamRed" + + if_mvm + { + "ypos" "83" + } + + } + + "RedTeamImage" + { + "ControlName" "ImagePanel" + "fieldName" "RedTeamImage" + "fieldName" "BlueTeamImage" + "xpos" "0" + "ypos" "0" + "zpos" "0" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + "image" "../hud/team_red" + "scaleImage" "1" + } + + "RedLeaderAvatar" + { + "ControlName" "CAvatarImagePanel" + "fieldName" "RedLeaderAvatar" + "xpos" "576" + "ypos" "17" + "zpos" "25" + "wide" "24" + "tall" "24" + "visible" "0" + "enabled" "1" + "image" "" + "scaleImage" "1" + "color_outline" "0 0 0 255" + } + + "RedLeaderAvatarBG" + { + "ControlName" "EditablePanel" + "fieldName" "RedLeaderAvatarBG" + "xpos" "0" + "ypos" "0" + "zpos" "0" + "wide" "0" + "tall" "0" + "visible" "0" + "PaintBackgroundType" "2" + "bgcolor_override" "117 107 94 255" + } + + "G_Slash" + { + "ControlName" "CExLabel" + "fieldName" "G_Slash" + "font" "G_Slash" + "labelText" "/" + "textAlignment" "west" + "xpos" "290" [$WINDOWS] + "xpos" "289" [!$WINDOWS] + "ypos" "43" + "wide" "20" + "tall" "20" [$WINDOWS] + "tall" "21" [!$WINDOWS] + "zpos" "3" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor" "G_TeamBlue" + + if_mvm + { + "xpos" "510" [$WINDOWS] + "xpos" "509" [!$WINDOWS] + "ypos" "83" + "fgcolor" "G_TeamRed" + } + } + + "PlayersBg" + { + "ControlName" "EditablePanel" + "fieldName" "PlayersBg" + "xpos" "0" + "ypos" "64" + "zpos" "0" + "wide" "600" + "tall" "374" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "paintbackground" "1" + "bgcolor_override" "G_PanelBg" + "paintborder" "1" + "border" "G_TargetBorder" + + if_mvm + { + "ypos" "104" + "tall" "341" + } + } + + + "MainBG" + { + "ControlName" "CTFImagePanel" + "fieldName" "MainBG" + "xpos" "0" + "ypos" "0" + "zpos" "-1" + "wide" "600" + "tall" "480" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "0" + "image" "../hud/tournament_panel_red" + "scaleImage" "1" + } + + "BlueTeamLabel" + { + "ControlName" "CExLabel" + "fieldName" "BlueTeamLabel" + "font" "G_FontMedium" + "textinsetx" "5" + "labelText" "%blueteamname%" + "textAlignment" "west" + "xpos" "10" + "ypos" "43" + "zpos" "4" + "wide" "140" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "G_White" + + if_mvm + { + "visible" "0" + "fgcolor_override" "0 0 0 0" + } + } + "BlueTeamScore" + { + "ControlName" "CExLabel" + "fieldName" "BlueTeamScore" + "font" "G_FontBig" + "labelText" "%blueteamscore%" + "textAlignment" "east" + "xpos" "190" + "ypos" "43" + "zpos" "4" + "wide" "100" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "G_White" + "textinsetx" "5" + + if_mvm + { + "visible" "0" + } + } + "BlueTeamScoreDropshadow" + { + "ControlName" "CExLabel" + "fieldName" "BlueTeamScoreDropshadow" + "font" "G_FontHuge" + "fgcolor" "G_Shadow" + "labelText" "%blueteamscore%" + "textAlignment" "east" + "xpos" "192" + "ypos" "2" + "zpos" "4" + "wide" "100" + "tall" "42" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "0" + "textinsetx" "5" + } + "BlueTeamPlayerCount" + { + "ControlName" "CExLabel" + "fieldName" "BlueTeamPlayerCount" + "font" "G_FontMedium_2" + "labelText" "%blueteamplayercount%" + "textAlignment" "west" + "xpos" "150" + "ypos" "43" + "zpos" "4" + "wide" "100" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "G_White" + + if_mvm + { + "visible" "0" + } + } + "RedTeamLabel" + { + "ControlName" "CExLabel" + "fieldName" "RedTeamLabel" + "font" "G_FontMedium" + "textinsetx" "5" + "labelText" "%redteamname%" + "textAlignment" "east" + "xpos" "450" + "ypos" "43" + "zpos" "4" + "wide" "140" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "G_White" + + if_mvm + { + "visible" "0" + "fgcolor_override" "0 0 0 0" + } + } + "RedTeamScore" + { + "ControlName" "CExLabel" + "fieldName" "RedTeamScore" + "font" "G_FontBig" + "textinsetx" "5" + "labelText" "%redteamscore%" + "textAlignment" "west" + "xpos" "310" + "ypos" "43" + "zpos" "4" + "wide" "100" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "G_White" + + if_mvm + { + "visible" "0" + } + } + "RedTeamScoreDropshadow" + { + "ControlName" "CExLabel" + "fieldName" "RedTeamScoreDropshadow" + "font" "G_FontHuge" + "textinsetx" "5" + "fgcolor" "G_Shadow" + "labelText" "%redteamscore%" + "textAlignment" "west" + "xpos" "312" + "ypos" "2" + "zpos" "4" + "wide" "100" + "tall" "44" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "0" + } + + "RedTeamPlayerCount" + { + "ControlName" "CExLabel" + "fieldName" "RedTeamPlayerCount" + "font" "G_FontMedium_2" + "labelText" "%redteamplayercount%" + "textAlignment" "east" + "xpos" "350" + "ypos" "43" + "zpos" "4" + "wide" "100" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "G_White" + + if_mvm + { + "visible" "0" + } + } + "ServerLabel" + { + "ControlName" "CExLabel" + "fieldName" "ServerLabel" + "font" "ScoreboardVerySmall" + "labelText" "%server%" + "textAlignment" "east" + "xpos" "296" + "ypos" "425" + "zpos" "22" + "wide" "300" + "tall" "12" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor" "G_WhiteShadowCharge" + + if_mvm + { + "ypos" "r48" + } + } + "ServerTimeLeftValue" + { + "ControlName" "CExLabel" + "fieldName" "ServerTimeLeft" + "font" "ScoreboardVerySmall" + "labelText" "%servertime%" + "textAlignment" "east" + "xpos" "366" + "ypos" "374" + "zpos" "22" + "wide" "230" + "tall" "12" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor" "G_WhiteShadowCharge" + + if_mvm + { + "ypos" "381" + } + } + + "BluePlayerList" + { + "ControlName" "SectionedListPanel" + "fieldName" "BluePlayerList" + "xpos" "5" + "ypos" "65" + "zpos" "20" + "wide" "290" + "tall" "300" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "autoresize" "3" + "linespacing" "17" + "linegap" "1" + + if_mvm + { + "visible" "0" + } + } + "RedPlayerList" + { + "ControlName" "SectionedListPanel" + "fieldName" "RedPlayerList" + "xpos" "305" + "ypos" "65" + "zpos" "20" + "wide" "290" + "tall" "300" + "pinCorner" "0" + "visible" "0" + "enabled" "0" + "tabPosition" "0" + "autoresize" "3" + "linespacing" "17" + "linegap" "1" + + if_mvm + { + "visible" "0" + } + } + + "VerticalLine" + { + "ControlName" "ImagePanel" + "fieldName" "VerticalLine" + "xpos" "299" + "ypos" "70" + "zpos" "2" + "wide" "2" + "tall" "292" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "tabPosition" "0" + "fillcolor" "0 0 0 153" + "PaintBackgroundType" "0" + } + + "Spectators" + { + "ControlName" "CExLabel" + "fieldName" "Spectators" + "font" "ScoreboardVerySmall" + "labelText" "%spectators%" + "textAlignment" "west" + "xpos" "70" + "ypos" "374" + "zpos" "21" + "wide" "395" + "tall" "12" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor" "G_WhiteShadowCharge" + + if_mvm + { + "ypos" "381" + } + } + + "SpectatorsInQueue" + { + "ControlName" "CExLabel" + "fieldName" "SpectatorsInQueue" + "font" "ScoreboardVerySmall" + "labelText" "%waitingtoplay%" + "textAlignment" "west" + "xpos" "70" + "ypos" "425" + "zpos" "4" + "wide" "424" + "tall" "12" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor" "G_WhiteShadowCharge" + + if_mvm + { + "visible" "0" + } + } + + "TeamStripe" + { + "ControlName" "CTFImagePanel" + "fieldName" "TeamStripe" + "xpos" "0" + "ypos" "386" + "zpos" "18" + "wide" "600" + "tall" "40" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "image" "../hud/color_panel_brown" + "scaleImage" "1" + "teambg_1" "../hud/color_panel_brown" + "teambg_2" "../hud/color_panel_red" + "teambg_3" "../hud/color_panel_blu" + "paintborder" "1" + "border" "G_ScoreboardStripe" + "src_corner_height" "23" + "src_corner_width" "23" + "draw_corner_width" "0" + "draw_corner_height" "0" + + if_mvm + { + "ypos" "393" + "visible" "1" + } + } + + "ClassImage" + { + "ControlName" "ImagePanel" + "fieldName" "ClassImage" + "xpos" "2" + "ypos" "371" + "zpos" "19" + "wide" "66" + "tall" "66" + "visible" "1" + "enabled" "1" + "image" "../hud/class_scoutred" + "scaleImage" "1" + + if_mvm + { + "ypos" "378" + "visible" "1" + } + } + + "classmodelpanel" + { + "ControlName" "CTFPlayerModelPanel" + "fieldName" "classmodelpanel" + "xpos" "0" + "ypos" "257" + "zpos" "19" + "wide" "90" + "tall" "180" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "render_texture" "0" + "fov" "12" + "allow_rot" "1" + "disable_speak_event" "1" + + if_mvm + { + "visible" "0" + "ypos" "264" + } + + "model" + { + "force_pos" "1" + + "angles_x" "0" + "angles_y" "172" + "angles_z" "0" + "origin_x" "200" + "origin_y" "0" + "origin_z" "-60" + "frame_origin_x" "0" + "frame_origin_y" "0" + "frame_origin_z" "0" + "spotlight" "1" + + "modelname" "" + + } + + "customclassdata" + { + "undefined" + { + } + "Scout" + { + "fov" "22" + "angles_x" "-17" + "angles_y" "220" + "angles_z" "-2" + "origin_x" "115" + "origin_y" "-2" + "origin_z" "-85" + } + "Sniper" + { + "fov" "21" + "angles_x" "-15" + "angles_y" "172" + "angles_z" "0" + "origin_x" "130" + "origin_y" "0" + "origin_z" "-97" + } + "Soldier" + { + "fov" "25" + "angles_x" "-10" + "angles_y" "160" + "angles_z" "5" + "origin_x" "135" + "origin_y" "-8" + "origin_z" "-90" + } + "Demoman" + { + "fov" "21" + "angles_x" "-16" + "angles_y" "200" + "angles_z" "0" + "origin_x" "138" + "origin_y" "-4" + "origin_z" "-90" + } + "Medic" + { + "fov" "20" + "angles_x" "-5" + "angles_y" "210" + "angles_z" "0" + "origin_x" "150" + "origin_y" "-5" + "origin_z" "-96" + } + "Heavy" + { + "fov" "20" + "angles_x" "-5" + "angles_y" "200" + "angles_z" "0" + "origin_x" "175" + "origin_y" "0" + "origin_z" "-98" + } + "Pyro" + { + "fov" "20" + "angles_x" "-5" + "angles_y" "172" + "angles_z" "0" + "origin_x" "175" + "origin_y" "-5" + "origin_z" "-90" + } + "Spy" + { + "fov" "20" + "angles_x" "-5" + "angles_y" "160" + "angles_z" "0" + "origin_x" "160" + "origin_y" "0" + "origin_z" "-95" + } + "Engineer" + { + "fov" "20" + "angles_x" "-10" + "angles_y" "200" + "angles_z" "0" + "origin_x" "150" + "origin_y" "-2" + "origin_z" "-85" + } + } + } + + "PlayerNameLabel" + { + "ControlName" "CExLabel" + "fieldName" "PlayerNameLabel" + "font" "G_FontMedium" + "textinsetx" "5" + "labelText" "%playername%" + "textAlignment" "west" + "xpos" "115" + "ypos" "377" + "zpos" "3" + "wide" "325" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "0" + } + + "MapName" + { + "ControlName" "CExLabel" + "fieldName" "mapname" + "font" "G_FontMedium_2" + "labelText" "%mapname%" + "textAlignment" "center" + "xpos" "513" + "ypos" "386" + "zpos" "30" + "wide" "87" + "tall" "40" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor" "G_White" + "centerwrap" "1" + + "if_mvm" + { + "ypos" "393" + } + } + + "HorizontalLine" + { + "ControlName" "ImagePanel" + "fieldName" "HorizontalLine" + "xpos" "115" + "ypos" "397" + "zpos" "3" + "wide" "465" + "tall" "1" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "0" + "tabPosition" "0" + "fillcolor" "127 127 127 153" + "PaintBackgroundType" "0" + } + + "PlayerScoreLabel" + { + "ControlName" "CExLabel" + "fieldName" "PlayerScoreLabel" + "font" "G_FontSmall_2" + "labelText" "%playerscore%" + "textAlignment" "east" + "xpos" "455" + "ypos" "373" + "zpos" "3" + "wide" "140" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "0" + } + + "LocalPlayerDuelStatsPanel" + { + "ControlName" "EditablePanel" + "fieldName" "LocalPlayerDuelStatsPanel" + "xpos" "1" + "ypos" "382" + "zpos" "50" + "wide" "598" + "tall" "50" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + + if_mvm + { + "visible" "0" + } + + "DuelingLabel" + { + "ControlName" "CExLabel" + "fieldName" "DuelingLabel" + "font" "G_FontTiny_2" + "labelText" "#TF_ScoreBoard_Dueling" + "textAlignment" "center" + "xpos" "250" + "ypos" "2" + "zpos" "3" + "wide" "100" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor" "G_White" + } + + "DuelingIcon" + { + "ControlName" "ImagePanel" + "fieldName" "DuelingIcon" + "xpos" "284" + "ypos" "12" + "zpos" "2" + "wide" "32" + "tall" "32" + "visible" "1" + "enabled" "1" + "image" "../backpack/player/items/crafting/icon_dueling" + "scaleImage" "1" + } + + "LocalPlayerData" + { + "ControlName" "EditablePanel" + "fieldName" "LocalPlayerData" + "xpos" "75" + "ypos" "0" + "wide" "200" + "tall" "53" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "paintbackground" "0" + "bgcolor_override" "0 255 0 200" + + "AvatarBGPanel" + { + "ControlName" "EditablePanel" + "fieldName" "AvatarBGPanel" + "xpos" "157" + "ypos" "7" + "zpos" "-1" + "wide" "34" + "tall" "34" + "visible" "1" + "PaintBackgroundType" "2" + "bgcolor_override" "117 107 94 255" + } + "AvatarImage" + { + "ControlName" "CAvatarImagePanel" + "fieldName" "AvatarImage" + "xpos" "159" + "ypos" "9" + "zpos" "0" + "wide" "30" + "tall" "30" + "visible" "1" + "enabled" "1" + "image" "" + "scaleImage" "1" + "color_outline" "52 48 45 255" + } + "AvatarTextLabel" + { + "ControlName" "CExLabel" + "fieldName" "AvatarTextLabel" + "fgcolor" "TanLight" + "xpos" "50" + "ypos" "7" + "zpos" "2" + "wide" "100" + "tall" "18" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "0" + "labelText" "%playername%" + "textAlignment" "east" + "font" "G_FontSmall" + "textinsetx" "5" + } + "Score" + { + "ControlName" "CExLabel" + "fieldName" "Score" + "labelText" "%score%" + "textAlignment" "east" + "xpos" "50" + "ypos" "23" + "zpos" "3" + "wide" "100" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "font" "G_FontSmall" + "fgcolor" "G_White" + "textinsetx" "5" + } + } + + "OpponentData" + { + "ControlName" "EditablePanel" + "fieldName" "OpponentData" + "xpos" "325" + "ypos" "0" + "wide" "200" + "tall" "53" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + + "AvatarBGPanel" + { + "ControlName" "EditablePanel" + "fieldName" "AvatarBGPanel" + "xpos" "7" + "ypos" "7" + "zpos" "-1" + "wide" "34" + "tall" "34" + "visible" "1" + "PaintBackgroundType" "2" + "bgcolor_override" "117 107 94 255" + } + "AvatarImage" + { + "ControlName" "CAvatarImagePanel" + "fieldName" "AvatarImage" + "xpos" "9" + "ypos" "9" + "zpos" "0" + "wide" "30" + "tall" "30" + "visible" "1" + "enabled" "1" + "image" "" + "scaleImage" "1" + "color_outline" "52 48 45 255" + } + "AvatarTextLabel" + { + "ControlName" "CExLabel" + "fieldName" "AvatarTextLabel" + "fgcolor" "TanLight" + "xpos" "50" + "ypos" "7" + "zpos" "2" + "wide" "100" + "tall" "18" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "0" + "labelText" "%playername%" + "textAlignment" "west" + "font" "G_FontSmall" + "textinsetx" "5" + } + "Score" + { + "ControlName" "CExLabel" + "fieldName" "Score" + "labelText" "%score%" + "textAlignment" "west" + "xpos" "50" + "ypos" "23" + "zpos" "3" + "wide" "200" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "font" "G_FontSmall" + "fgcolor" "G_White" + "textinsetx" "5" + } + } + } + + "LocalPlayerStatsPanel" + { + "ControlName" "EditablePanel" + "fieldName" "LocalPlayerStatsPanel" + "xpos" "0" + "ypos" "369" + "zpos" "21" + "wide" "600" + "tall" "448" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "font" "G_FontSmall" + + if_mvm + { + "ypos" "376" + "visible" "1" + } + + "KillsLabel" + { + "ControlName" "CExLabel" + "fieldName" "KillsLabel" + "textinsetx" "5" + "font" "G_FontSmall_2" + "labelText_override" "Kills" + "textAlignment" "east" + "xpos" "0" + "ypos" "25" + "zpos" "3" + "wide" "95" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "0" + } + + "DeathsLabel" + { + "ControlName" "CExLabel" + "fieldName" "DeathsLabel" + "font" "ScoreboardVerySmall" + "labelText" "#TF_ScoreBoard_DeathsLabel" + "textAlignment" "east" + "xpos" "80" + "ypos" "10" + "zpos" "3" + "wide" "95" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "0" + } + "AssistsLabel" + { + "ControlName" "CExLabel" + "fieldName" "AssistsLabel" + "font" "ScoreboardVerySmall" + "labelText" "#TF_ScoreBoard_AssistsLabel" + "textAlignment" "east" + "xpos" "219" + "ypos" "17" + "zpos" "3" + "wide" "50" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + + + } + + "DestructionLabel" + { + "ControlName" "CExLabel" + "fieldName" "DestructionLabel" + "font" "ScoreboardVerySmall" + "labelText" "#TF_ScoreBoard_DestructionLabel" + "textAlignment" "east" + "xpos" "219" + "ypos" "27" + "zpos" "3" + "wide" "50" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + + + } + + "CapturesLabel" + { + "ControlName" "CExLabel" + "fieldName" "CapturesLabel" + "font" "ScoreboardVerySmall" + "labelText" "#TF_ScoreBoard_CapturesLabel" + "textAlignment" "east" + "xpos" "219" + "ypos" "37" + "zpos" "3" + "wide" "50" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + + + } + "Kills" + { + "ControlName" "CExLabel" + "fieldName" "Kills" + "textinsetx" "2" + "font" "G_FontMedium" + "labelText" "%kills%" + "textAlignment" "east" + "xpos" "48" + "ypos" "17" + "zpos" "3" + "wide" "60" + "tall" "40" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor" "G_White" + } + "Colon" + { + "ControlName" "CExLabel" + "fieldName" "Colon" + "font" "G_FontMedium" + "labelText" ":" + "textAlignment" "center" + "xpos" "106" + "ypos" "17" + "zpos" "3" + "wide" "15" + "tall" "40" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor" "G_White" + } + "Deaths" + { + "ControlName" "CExLabel" + "fieldName" "Deaths" + "font" "G_FontMedium" + "labelText" "%deaths%" + "textAlignment" "west" + "textinsetx" "2" + "xpos" "119" + "ypos" "17" + "zpos" "3" + "wide" "60" + "tall" "40" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor" "G_White" + } + + "GameType" + { + "ControlName" "CExLabel" + "fieldName" "gametype" + "font" "ScoreboardVerySmall" + "labelText" "%gametype%" + "textAlignment" "east" + "xpos" "435" + "ypos" "32" + "zpos" "5" + "wide" "145" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "0" + "fgcolor" "G_White" + } + "Assists" + { + "ControlName" "CExLabel" + "fieldName" "Assists" + "font" "ScoreboardVerySmall" + "labelText" "%assists%" + "textAlignment" "west" + "xpos" "271" + "ypos" "17" + "zpos" "3" + "wide" "20" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + "Destruction" + { + "ControlName" "CExLabel" + "fieldName" "Destruction" + "font" "ScoreboardVerySmall" + "labelText" "%destruction%" + "textAlignment" "west" + "xpos" "271" + "ypos" "27" + "zpos" "3" + "wide" "20" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + + "Captures" + { + "ControlName" "CExLabel" + "fieldName" "Captures" + "font" "ScoreboardVerySmall" + "labelText" "%captures%" + "textAlignment" "west" + "xpos" "271" + "ypos" "37" + "zpos" "3" + "wide" "20" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + + "DefensesLabel" + { + "ControlName" "CExLabel" + "fieldName" "DefensesLabel" + "font" "ScoreboardVerySmall" + "labelText" "#TF_ScoreBoard_DefensesLabel" + "textAlignment" "east" + "xpos" "293" + "ypos" "17" + "zpos" "3" + "wide" "50" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + + "DominationLabel" + { + "ControlName" "CExLabel" + "fieldName" "DominationLabel" + "font" "ScoreboardVerySmall" + "labelText" "#TF_ScoreBoard_DominationLabel" + "textAlignment" "east" + "xpos" "293" + "ypos" "27" + "zpos" "3" + "wide" "50" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + "RevengeLabel" + { + "ControlName" "CExLabel" + "fieldName" "RevengeLabel" + "font" "ScoreboardVerySmall" + "labelText" "#TF_ScoreBoard_RevengeLabel" + "textAlignment" "east" + "xpos" "293" + "ypos" "37" + "zpos" "3" + "wide" "50" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + + "Defenses" + { + "ControlName" "CExLabel" + "fieldName" "Defenses" + "font" "ScoreboardVerySmall" + "labelText" "%defenses%" + "textAlignment" "west" + "xpos" "345" + "ypos" "17" + "zpos" "3" + "wide" "20" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + "Domination" + { + "ControlName" "CExLabel" + "fieldName" "Domination" + "font" "ScoreboardVerySmall" + "labelText" "%dominations%" + "textAlignment" "west" + "xpos" "345" + "ypos" "27" + "zpos" "3" + "wide" "20" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + "Revenge" + { + "ControlName" "CExLabel" + "fieldName" "Revenge" + "font" "ScoreboardVerySmall" + "labelText" "%Revenge%" + "textAlignment" "west" + "xpos" "345" + "ypos" "37" + "zpos" "3" + "wide" "20" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + "InvulnLabel" + { + "ControlName" "CExLabel" + "fieldName" "InvulnLabel" + "font" "ScoreboardVerySmall" + "labelText" "#TF_ScoreBoard_InvulnLabel" + "textAlignment" "east" + "xpos" "367" + "ypos" "17" + "zpos" "3" + "wide" "50" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + + "HeadshotsLabel" + { + "ControlName" "CExLabel" + "fieldName" "HeadshotsLabel" + "font" "ScoreboardVerySmall" + "labelText" "#TF_ScoreBoard_HeadshotsLabel" + "textAlignment" "east" + "xpos" "367" + "ypos" "27" + "zpos" "3" + "wide" "50" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + + "TeleportsLabel" + { + "ControlName" "CExLabel" + "fieldName" "TeleportsLabel" + "font" "ScoreboardVerySmall" + "labelText" "#TF_ScoreBoard_TeleportsLabel" + "textAlignment" "east" + "xpos" "367" + "ypos" "37" + "zpos" "3" + "wide" "50" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + + "Invuln" + { + "ControlName" "CExLabel" + "fieldName" "Invuln" + "font" "ScoreboardVerySmall" + "labelText" "%invulns%" + "textAlignment" "west" + "xpos" "419" + "ypos" "17" + "zpos" "3" + "wide" "20" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + + "Headshots" + { + "ControlName" "CExLabel" + "fieldName" "Headshots" + "font" "ScoreboardVerySmall" + "labelText" "%headshots%" + "textAlignment" "west" + "xpos" "419" + "ypos" "27" + "zpos" "3" + "wide" "20" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + + "Teleports" + { + "ControlName" "CExLabel" + "fieldName" "Teleports" + "font" "ScoreboardVerySmall" + "labelText" "%teleports%" + "textAlignment" "west" + "xpos" "419" + "ypos" "37" + "zpos" "3" + "wide" "20" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + + "BackstabsLabel" + { + "ControlName" "CExLabel" + "fieldName" "BackstabsLabel" + "font" "ScoreboardVerySmall" + "labelText" "#TF_ScoreBoard_BackstabsLabel" + "textAlignment" "east" + "xpos" "441" + "ypos" "27" + "zpos" "3" + "wide" "50" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + "Backstabs" + { + "ControlName" "CExLabel" + "fieldName" "Backstabs" + "font" "ScoreboardVerySmall" + "labelText" "%backstabs%" + "textAlignment" "west" + "xpos" "493" + "ypos" "27" + "zpos" "3" + "wide" "20" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + "BonusLabel" + { + "ControlName" "CExLabel" + "fieldName" "BonusLabel" + "font" "ScoreboardVerySmall" + "labelText" "#TF_ScoreBoard_BonusLabel" + "textAlignment" "east" + "xpos" "441" + "ypos" "17" + "zpos" "3" + "zpos" "3" + "wide" "50" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + "Bonus" + { + "ControlName" "CExLabel" + "fieldName" "Bonus" + "font" "ScoreboardVerySmall" + "labelText" "%bonus%" + "textAlignment" "west" + "xpos" "493" + "ypos" "17" + "zpos" "3" + "wide" "20" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + + "HealingLabel" + { + "ControlName" "CExLabel" + "fieldName" "HealingLabel" + "font" "ScoreboardVerySmall" + "labelText" "#TF_ScoreBoard_HealingLabel" + "textAlignment" "east" + "xpos" "140" + "ypos" "27" + "zpos" "3" + "wide" "50" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + + "Healing" + { + "ControlName" "CExLabel" + "fieldName" "Healing" + "font" "ScoreboardVerySmall" + "labelText" "%healing%" + "textAlignment" "west" + "xpos" "192" + "ypos" "27" + "zpos" "3" + "wide" "25" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + + "SupportLabel" + { + "ControlName" "CExLabel" + "fieldName" "SupportLabel" + "font" "ScoreboardVerySmall" + "labelText" "#TF_Scoreboard_Support" + "textAlignment" "east" + "xpos" "140" + "ypos" "37" + "zpos" "3" + "wide" "50" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + "Support" + { + "ControlName" "CExLabel" + "fieldName" "Support" + "font" "ScoreboardVerySmall" + "labelText" "%support%" + "textAlignment" "west" + "xpos" "192" + "ypos" "37" + "zpos" "3" + "wide" "25" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + "DamageLabel" + { + "ControlName" "CExLabel" + "fieldName" "DamageLabel" + "font" "ScoreboardVerySmall" + "labelText" "#TF_Scoreboard_Damage" + "textAlignment" "east" + "xpos" "140" + "ypos" "17" + "zpos" "3" + "wide" "50" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + "Damage" + { + "ControlName" "CExLabel" + "fieldName" "Damage" + "font" "ScoreboardVerySmall" + "labelText" "%damage%" + "textAlignment" "west" + "xpos" "192" + "ypos" "17" + "zpos" "3" + "wide" "25" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + } + + "ButtonLegendBG" [$X360] + { + "ControlName" "ImagePanel" + "fieldName" "ButtonLegendBG" + "xpos" "10" + "ypos" "373" + "zpos" "0" + "wide" "539" + "tall" "38" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "fillcolor" "0 0 0 153" + "PaintBackgroundType" "0" + } + + "ButtonLegend" [$X360] + { + "ControlName" "EditablePanel" + "fieldName" "ButtonLegend" + "xpos" "10" + "ypos" "373" + "zpos" "1" + "wide" "539" + "tall" "150" + "visible" "1" + + "SelectHintIcon" + { + "ControlName" "CExLabel" + "fieldName" "SelectHintIcon" + "font" "GameUIButtons" + "xpos" "10" + "ypos" "0" + "zpos" "1" + "wide" "300" + "tall" "38" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "C" + "textAlignment" "Left" + "dulltext" "0" + "brighttext" "0" + } + + "SelectHintLabel" + { + "ControlName" "CExLabel" + "fieldName" "SelectHintLabel" + "font" "ScoreboardMedium" + "xpos" "25" + "ypos" "2" + "zpos" "1" + "wide" "300" + "tall" "39" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "#GameUI_Select" + "textAlignment" "Left" + "dulltext" "0" + "brighttext" "0" + } + + "GamerCardIcon" + { + "ControlName" "CExLabel" + "fieldName" "GamerCardIcon" + "font" "GameUIButtons" + "xpos" "150" + "ypos" "0" + "zpos" "1" + "wide" "300" + "tall" "38" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "A" + "textAlignment" "Left" + "dulltext" "0" + "brighttext" "0" + } + + "GamerCardLabel" + { + "ControlName" "CExLabel" + "fieldName" "GamerCardLabel" + "font" "ScoreboardMedium" + "xpos" "170" + "ypos" "2" + "zpos" "1" + "wide" "300" + "tall" "39" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "#TF_ViewGamercard" + "textAlignment" "Left" + "dulltext" "0" + "brighttext" "0" + } + + "ReputationIcon" + { + "ControlName" "CExLabel" + "fieldName" "ReputationIcon" + "font" "GameUIButtons" + "xpos" "350" + "ypos" "0" + "zpos" "1" + "wide" "300" + "tall" "38" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "X" + "textAlignment" "Left" + "dulltext" "0" + "brighttext" "0" + } + + "ReputationLabel" + { + "ControlName" "CExLabel" + "fieldName" "ReputationLabel" + "font" "ScoreboardMedium" + "xpos" "403" + "ypos" "2" + "zpos" "1" + "wide" "300" + "tall" "39" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "#GameUI_PlayerReview" + "textAlignment" "Left" + "dulltext" "0" + "brighttext" "0" + } + } + + "MvMScoreboard" + { + "ControlName" "CTFHudMannVsMachineScoreboard" + "fieldName" "MvMScoreboard" + "xpos" "0" + "ypos" "0" + "zpos" "10" + "wide" "f0" + "tall" "480" + "visible" "0" + "enabled" "1" + + "verbose" "1" + + if_mvm + { + "visible" "1" + } + } +} + diff --git a/toonhud/resource/ui/spectator.res b/toonhud/resource/ui/spectator.res new file mode 100644 index 0000000..bbbd2e4 --- /dev/null +++ b/toonhud/resource/ui/spectator.res @@ -0,0 +1,358 @@ +"Resource/UI/Spectator.res" +{ + "Spectator" + { + "ControlName" "Frame" + "fieldName" "Spectator" + "tall" "480" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + } + "specgui" + { + } + "topbar" + { + "ControlName" "Panel" + "fieldName" "TopBar" + "xpos" "0" + "ypos" "0" + "tall" "21" + "wide" "f0" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "paintbackground" "1" + "Alpha" "0" + } + "G_Topbar" + { + "ControlName" "EditablePanel" + "fieldName" "G_Topbar" + "xpos" "0" + "ypos" "0" + "zpos" "-10" + "tall" "21" + "wide" "f0" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "paintbackground" "1" + "Alpha" "255" + "bgcolor_override" "G_OpaquePanelBg" + } + "BottomBar" + { + "ControlName" "Frame" + "fieldName" "BottomBar" + "xpos" "0" + "ypos" "r" + "tall" "0" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "bgcolor" "G_TransparentMenuBG" + } + "bottombarblank" + { + "ControlName" "Panel" + "fieldName" "bottombarblank" + "xpos" "0" + "ypos" "r" + "tall" "0" // this needs to match the size of BottomBar + "wide" "f0" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "bgcolor_override" "G_TransparentMenuBG" + } + "ReinforcementsLabel" + { + "ControlName" "CExLabel" + "fieldName" "ReinforcementsLabel" + "xpos" "0" + "ypos" "50" + "wide" "f0" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "#game_respawntime_in_secs" + "textAlignment" "center" + "textinsety" "2" + "font" "G_FontMedium_2" + "fgcolor_override" "G_White" + "paintbackground" "0" + "bgcolor_override" "0 0 0 0" + } + + "BuyBackLabel" + { + "ControlName" "CExLabel" + "fieldName" "BuyBackLabel" + "xpos" "0" + "ypos" "0" + "wide" "400" + "tall" "f0" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "labelText" "" + "textAlignment" "center" + "font" "G_FontSmall" + "wrap" "1" + "centerwrap" "1" + } + + "MapLabel" + { + "ControlName" "CExLabel" + "fieldName" "MapLabel" + "font" "G_FontSmall" + "textinsetx" "5" + "xpos" "r260" + "ypos" "0" + "wide" "240" + "tall" "21" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "" // map: cp_bridge + "textAlignment" "east" + "fgcolor_override" "G_White" + } + "ClassOrTeamLabel" + { + "ControlName" "CExLabel" + "fieldName" "ClassOrTeamLabel" + "xpos" "0" + "ypos" "0" + "wide" "170" + "tall" "21" + "zpos" "2" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "#TF_Spectator_ChangeTeam" + "textAlignment" "center" + "font" "SpectatorKeyHints" + "fgcolor_override" "G_White" + } + "SwitchCamModeKeyLabel" + { + "ControlName" "CExLabel" + "fieldName" "SwitchCamModeKeyLabel" + "xpos" "5" + "ypos" "10" + "wide" "60" + "tall" "21" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "labelText" "#TF_Spectator_ChangeTeam" + "textAlignment" "east" + "font" "SpectatorKeyHints" + "fgcolor_override" "0 0 0 0" + "Alpha" "0" + + } + "SwitchCamModeLabel" + { + "ControlName" "CExLabel" + "fieldName" "SwitchCamModeLabel" + "xpos" "80" + "ypos" "10" + "wide" "125" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "0" + "labelText" "#TF_Spectator_SwitchCamMode" + "textAlignment" "west" + "font" "SpectatorKeyHints" + "fgcolor_override" "0 0 0 0" + "Alpha" "0" + } + "CycleTargetFwdKeyLabel" + { + "ControlName" "CExLabel" + "fieldName" "CycleTargetFwdKeyLabel" + "xpos" "5" [$WIN32] + "ypos" "20" [$WIN32] + "wide" "60" [$WIN32] + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "0" + "labelText" "#TF_Spectator_ClassOrTeamKey" + "textAlignment" "east" + "font" "SpectatorKeyHints" + "fgcolor_override" "0 0 0 0" + "Alpha" "0" + } + "CycleTargetFwdLabel" + { + "ControlName" "CExLabel" + "fieldName" "CycleTargetFwdLabel" + "xpos" "80" [$WIN32] + "ypos" "20" [$WIN32] + "wide" "125" [$WIN32] + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "0" + "labelText" "#TF_Spectator_CycleTargetFwd" + "textAlignment" "west" + "font" "SpectatorKeyHints" + "fgcolor_override" "0 0 0 0" + "Alpha" "0" + } + "CycleTargetRevKeyLabel" + { + "ControlName" "CExLabel" + "fieldName" "CycleTargetRevKeyLabel" + "xpos" "5" [$WIN32] + "ypos" "30" [$WIN32] + "wide" "60" [$WIN32] + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "0" + "labelText" "#TF_Spectator_ClassOrTeamKey" + "textAlignment" "east" + "font" "SpectatorKeyHints" + "fgcolor_override" "0 0 0 0" + "Alpha" "0" + } + "CycleTargetRevLabel" + { + "ControlName" "CExLabel" + "fieldName" "CycleTargetRevLabel" + "xpos" "80" [$WIN32] + "ypos" "30" [$WIN32] + "wide" "125" [$WIN32] + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "0" + "labelText" "#TF_Spectator_CycleTargetRev" + "textAlignment" "west" + "font" "SpectatorKeyHints" + "fgcolor_override" "0 0 0 0" + "Alpha" "0" + } + "TipLabel" + { + "ControlName" "CExLabel" + "fieldName" "TipLabel" + "xpos" "15" + "ypos" "r67" + "wide" "200" + "tall" "40" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "0" + "labelText" "%tip%" + "textAlignment" "center" [$WIN32] + "textAlignment" "north-west" [$X360] + "font" "SpectatorKeyHints" + "wrap" "1" + "paintbackground" "1" + "bgcolor_override" "0 0 0 200" + "Alpha" "0" + } + "itempanel" + { + "ControlName" "CItemModelPanel" + "fieldName" "itempanel" + "xpos" "r175" + "ypos" "200" + "zpos" "10" + "wide" "170" + "tall" "100" + "visible" "0" + "PaintBackgroundType" "0" + "paintborder" "1" + "border" "G_TargetBorder" + "paintbackground" "1" + "bgcolor_override" "G_PanelBg" + + "model_ypos" "10" + "model_center_x" "1" + "model_wide" "90" + "model_tall" "60" + + "text_xpos" "10" + "text_ypos" "10" + "text_wide" "150" + "text_center" "1" + + "max_text_height" "100" + "padding_height" "10" + "resize_to_text" "1" + "text_forcesize" "2" + + "itemmodelpanel" + { + "fieldName" "itemmodelpanel" + "use_item_rendertarget" "0" + "useparentbg" "1" + } + + "ItemLabel" + { + "ControlName" "Label" + "fieldName" "ItemLabel" + "font" "DefaultSmall" + "xpos" "10" + "ypos" "3" + "zpos" "1" + "wide" "150" + "tall" "9" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "#FreezePanel_Item" + "textAlignment" "Center" + "dulltext" "0" + "brighttext" "0" + } + } + + "spectator_extras" + { + "ControlName" "EditablePanel" + "fieldName" "spectator_extras" + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "480" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } +} diff --git a/toonhud/resource/ui/spectatorguihealth.res b/toonhud/resource/ui/spectatorguihealth.res new file mode 100644 index 0000000..8d1dfe8 --- /dev/null +++ b/toonhud/resource/ui/spectatorguihealth.res @@ -0,0 +1,127 @@ +"Resource/UI/SpectatorGUIHealth.res" +{ + "PlayerStatusHealthImage" + { + "ControlName" "ImagePanel" + "fieldName" "PlayerStatusHealthImage" + "xpos" "3" + "ypos" "3" + "zpos" "4" + "wide" "21" + "tall" "21" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + } + "PlayerStatusHealthImageBG" + { + "ControlName" "ImagePanel" + "fieldName" "PlayerStatusHealthImageBG" + "xpos" "2" + "ypos" "2" + "zpos" "3" + "wide" "23" + "tall" "23" + "visible" "1" + "enabled" "1" + "image" "../hud/health_bg" + "scaleImage" "1" + "Alpha" "255" + } + "BuildingStatusHealthImageBG" + { + "ControlName" "ImagePanel" + "fieldName" "BuildingStatusHealthImageBG" + "xpos" "0" + "ypos" "2" + "zpos" "3" + "wide" "23" + "tall" "23" + "visible" "0" + "enabled" "1" + "image" "../hud/health_equip_bg" + "scaleImage" "1" + "Alpha" "255" + } + "PlayerStatusHealthBonusImage" + { + "ControlName" "ImagePanel" + "fieldName" "PlayerStatusHealthBonusImage" + "xpos" "3" + "ypos" "3" + "zpos" "2" + "wide" "21" + "tall" "21" + "visible" "0" + "enabled" "1" + "image" "../hud/health_over_bg" // "../hud/ico_health_cluster" + "scaleImage" "1" + "Alpha" "255" + "autoResize" "1" + } + "PlayerStatusHealthBonusImageBG" + { + "ControlName" "EditablePanel" + "fieldName" "PlayerStatusHealthBonusImageBG" + "xpos" "-5" + "ypos" "-5" + "zpos" "7" + "wide" "25" + "tall" "25" + "visible" "0" + "enabled" "0" + "autoResize" "0" + "paintbackground" "1" + "bgcolor_override" "G_Heal" + "Alpha" "0" + } + "PlayerStatusHealthValue" + { + "ControlName" "CExLabel" + "fieldName" "PlayerStatusHealthValue" + "xpos" "-8" + "ypos" "2" + "zpos" "10" + "wide" "43" + "tall" "23" + "visible" "1" + "enabled" "1" + "labelText" "%Health%" + "textAlignment" "center" + "font" "G_FontTargetIDHealth" + "fgcolor" "G_TargetHealthValue" + "autoResize" "0" + } + "PlayerStatusHealthValueShadow" + { + "ControlName" "CExLabel" + "fieldName" "PlayerStatusHealthValueShadow" + "xpos" "-7" + "ypos" "3" + "zpos" "10" + "wide" "43" + "tall" "23" + "visible" "1" + "enabled" "1" + "labelText" "%Health%" + "textAlignment" "center" + "font" "G_FontTargetIDHealth" + "fgcolor" "G_TargetHealthValueShadow" + "autoResize" "0" + } + "PlayerStatusPlayerLevel" + { + "ControlName" "CExLabel" + "fieldName" "PlayerStatusPlayerLevel" + "xpos" "10" + "ypos" "9" + "zpos" "5" + "wide" "12" + "tall" "12" + "visible" "0" + "enabled" "0" + "textAlignment" "center" + "font" "ScoreboardVerySmall" + "fgcolor" "TFOrange" + } +} diff --git a/toonhud/resource/ui/spectatortournament.res b/toonhud/resource/ui/spectatortournament.res new file mode 100644 index 0000000..2babf6a --- /dev/null +++ b/toonhud/resource/ui/spectatortournament.res @@ -0,0 +1,556 @@ +"Resource/UI/SpectatorTournament.res" +{ + "specgui" + { + "ControlName" "Frame" + "fieldName" "specgui" + "wide" "f0" + "tall" "480" + "autoResize" "0" + "pinCorner" "0" + "enabled" "1" + + "team1_player_base_offset_x" "0" + "team1_player_base_y" "220" + "team1_player_delta_x" "0" + "team1_player_delta_y" "-16" + + "team2_player_base_offset_x" "0" + "team2_player_base_y" "245" + "team2_player_delta_x" "0" + "team2_player_delta_y" "16" + + "playerpanels_kv" + { + "visible" "0" + "wide" "46" // show names 100 + "tall" "15" + "zpos" "1" + + "color_ready" "0 255 0 220" + "color_notready" "0 0 0 220" + + "paintborder" "1" + "paintbackground" "0" + "bgcolor_override" "0 0 0 0" + + "borders" + { + "ControlName" "EditablePanel" + "fieldName" "borders" + "xpos" "0" + "ypos" "0" + "zpos" "20" + "wide" "46" // show names 100 + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "paintborder" "1" + "border" "G_TargetBorder" + } + + "playername" + { + "ControlName" "CExLabel" + "fieldName" "playername" + "font" "DefaultVerySmall" + "xpos" "46" + "ypos" "0" + "zpos" "5" + "wide" "54" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "labelText" "%playername%" + "textAlignment" "center" + "centerwrap" "1" + "paintbackground" "1" + "bgcolor_override" "0 0 0 0" + "textinsety" "0" + + if_mvm + { + "wide" "32" + } + } + + "classimage" + { + "ControlName" "CTFClassImage" + "fieldName" "classimage" + "xpos" "23" + "ypos" "-2" + "zpos" "2" + "wide" "23" + "tall" "23" + "visible" "1" + "enabled" "1" + "image" "../hud/class_scoutred" + "scaleImage" "1" + } + + "classimagebg" + { + "ControlName" "Panel" + "fieldName" "classimagebg" + "xpos" "0" + "ypos" "4" + "zpos" "2" + "wide" "23" + "tall" "23" + "visible" "0" + "enabled" "0" + "bgcolor_override" "Black" + "PaintBackgroundType" "0" + } + + "HealthIcon" + { + "ControlName" "EditablePanel" + "fieldName" "HealthIcon" + "xpos" "0" + "ypos" "0" + "wide" "23" + "tall" "15" + "visible" "1" + "enabled" "1" + "zpos" "1" + "HealthBonusPosAdj" "0" + "HealthDeathWarning" "0.49" + "TFFont" "G_FontTiny" + "HealthDeathWarningColor" "HUDDeathWarning" + "TextColor" "G_White" + "paintborder" "0" + "paintbackground" "1" + "border" "G_HealthBorder" + "bgcolor_override" "G_HealthBarBg" + } + + + "ReadyBG" + { + "ControlName" "ScalableImagePanel" + "fieldName" "ReadyBG" + "xpos" "23" + "ypos" "0" + "zpos" "-1" + "wide" "20" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "image" "../HUD/tournament_panel_brown" + + "src_corner_height" "22" // pixels inside the image + "src_corner_width" "22" + + "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional + "draw_corner_height" "0" + + if_mvm + { + "visible" "1" + } + } + + "ReadyImage" + { + "ControlName" "ImagePanel" + "fieldName" "ReadyImage" + "xpos" "32" + "ypos" "8" + "zpos" "0" + "wide" "12" + "tall" "12" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + "image" "hud/checkmark" + "scaleImage" "1" + + if_mvm + { + "visible" "1" + } + } + + "respawntime" + { + "ControlName" "CExLabel" + "fieldName" "respawntime" + "font" "G_RespawnTimer" + "xpos" "0" + "ypos" "0" + "zpos" "5" + "wide" "23" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "labelText" "%respawntime%" + "textAlignment" "center" + "fgcolor" "G_White" + } + + "chargeamount" + { + "ControlName" "CExLabel" + "fieldName" "chargeamount" + "font" "DefaultVerySmall" + "xpos" "23" + "ypos" "7" + "zpos" "6" + "wide" "23" + "tall" "8" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "labelText" "%chargeamount%" + "textAlignment" "center" + "fgcolor" "G_White" + } + + "chargeamountblur1" + { + "ControlName" "CExLabel" + "fieldName" "chargeamountblur1" + "font" "DefaultVerySmallBlur" + "xpos" "23" + "ypos" "7" + "zpos" "5" + "wide" "23" + "tall" "8" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "labelText" "%chargeamount%" + "textAlignment" "center" + "fgcolor" "0 0 0 255" + } + + "chargeamountblur2" + { + "ControlName" "CExLabel" + "fieldName" "chargeamountblur2" + "font" "DefaultVerySmallBlur" + "xpos" "23" + "ypos" "7" + "zpos" "5" + "wide" "23" + "tall" "8" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "labelText" "%chargeamount%" + "textAlignment" "center" + "fgcolor" "0 0 0 255" + } + + "chargeamountblur3" + { + "ControlName" "CExLabel" + "fieldName" "chargeamountblur3" + "font" "DefaultVerySmallBlur" + "xpos" "23" + "ypos" "7" + "zpos" "5" + "wide" "23" + "tall" "8" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "labelText" "%chargeamount%" + "textAlignment" "center" + "fgcolor" "0 0 0 255" + } + + "chargeamountblur4" + { + "ControlName" "CExLabel" + "fieldName" "chargeamountblur4" + "font" "DefaultVerySmallBlur" + "xpos" "23" + "ypos" "7" + "zpos" "5" + "wide" "23" + "tall" "8" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "labelText" "%chargeamount%" + "textAlignment" "center" + "fgcolor" "0 0 0 255" + "bgcolor_override" "0 0 0 0" + } + + "specindex" + { + "ControlName" "CExLabel" + "fieldName" "specindex" + "font" "DefaultVerySmall" + "xpos" "1" + "ypos" "1" + "zpos" "10" + "wide" "10" + "tall" "8" + "autoResize" "1" + "pinCorner" "0" + "visible" "0" + "labelText" "%specindex%" + "textAlignment" "center" + "fgcolor" "G_Yellow" + "paintbackground" "0" + } + } + + if_mvm + { + "team1_player_delta_x" "48" + "team1_player_delta_y" "0" + } + } + + "topbar" + { + "ControlName" "Panel" + "fieldName" "TopBar" + "visible" "1" + "tall" "37" + "Alpha" "0" + + if_mvm { + "tall" "40" + } + } + "BottomBar" + { + "ControlName" "Frame" + "fieldName" "BottomBar" + "visible" "0" + "ypos" "100" + "tall" "0" + } + "bottombarblank" + { + "ControlName" "Panel" + "fieldName" "bottombarblank" + "visible" "0" + "ypos" "480" + } + "ReinforcementsLabel" + { + "ControlName" "CExLabel" + "fieldName" "ReinforcementsLabel" + "xpos" "0" + "ypos" "0" + "zpos" "0" + "wide" "f0" + "tall" "21" + "tall_minmode" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "#game_respawntime_in_secs" + "textAlignment" "east" + "textinsety" "2" + "textinsetx" "60" + "font" "G_FontSmall_2" + "fgcolor_override" "G_White" + "paintborder" "0" + "paintbackground" "1" + "bgcolor_override" "G_OpaquePanelBg" + + if_mvm + { + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "20" + "tall_minmode" "20" + "paintborder" "0" + "font" "G_FontMedium_2" + "textAlignment" "center" + } + } + "BuyBackLabel" + { + "ControlName" "CExLabel" + "fieldName" "BuyBackLabel" + "xpos" "0" + "ypos" "20" + "wide" "f0" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "#TF_PVE_Buyback" + "textAlignment" "Center" + "textinsety" "2" + "font" "G_FontTiny_2" + "fgcolor" "G_Yellow" + "paintbackground" "1" + "bgcolor_override" "190 60 60 225" + + if_mvm + { + "visible" "1" + } + } + + "MapLabel" + { + "ControlName" "CExLabel" + "fieldName" "MapLabel" + "visible" "0" + } + "ClassOrTeamLabel" + { + "ControlName" "CExLabel" + "fieldName" "ClassOrTeamLabel" + "visible" "0" + } + "SwitchCamModeKeyLabel" + { + "ControlName" "CExLabel" + "fieldName" "SwitchCamModeKeyLabel" + "visible" "0" + + } + "SwitchCamModeLabel" + { + "ControlName" "CExLabel" + "fieldName" "SwitchCamModeLabel" + "visible" "0" + } + "CycleTargetFwdKeyLabel" + { + "ControlName" "CExLabel" + "fieldName" "CycleTargetFwdKeyLabel" + "visible" "0" + } + "CycleTargetFwdLabel" + { + "ControlName" "CExLabel" + "fieldName" "CycleTargetFwdLabel" + "visible" "0" + } + "CycleTargetRevKeyLabel" + { + "ControlName" "CExLabel" + "fieldName" "CycleTargetRevKeyLabel" + "visible" "0" + } + "CycleTargetRevLabel" + { + "ControlName" "CExLabel" + "fieldName" "CycleTargetRevLabel" + "visible" "0" + } + "TipLabel" + { + "ControlName" "CExLabel" + "fieldName" "TipLabel" + "visible" "0" + } + "itempanel" + { + "ControlName" "CItemModelPanel" + "fieldName" "itempanel" + "xpos" "r175" + "ypos" "200" + "zpos" "10" + "wide" "170" + "tall" "100" + "visible" "0" + "PaintBackgroundType" "0" + "paintborder" "1" + "border" "G_TargetBorder" + "paintbackground" "1" + "bgcolor_override" "G_PanelBg" + + "model_ypos" "10" + "model_center_x" "1" + "model_wide" "90" + "model_tall" "60" + + "text_xpos" "10" + "text_ypos" "10" + "text_wide" "150" + "text_center" "1" + + "max_text_height" "100" + "padding_height" "10" + "resize_to_text" "1" + "text_forcesize" "2" + + "itemmodelpanel" + { + "fieldName" "itemmodelpanel" + "use_item_rendertarget" "0" + "useparentbg" "1" + } + + "ItemLabel" + { + "ControlName" "Label" + "fieldName" "ItemLabel" + "font" "DefaultSmall" + "xpos" "10" + "ypos" "3" + "zpos" "1" + "wide" "150" + "tall" "9" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "labelText" "#FreezePanel_Item" + "textAlignment" "Center" + "dulltext" "0" + "brighttext" "0" + } + + // Shows Unknown label in MvM when spectating players items - Not fixed in default HUD! + // + // "attriblabel" + // { + // "ControlName" "CExLabel" + // "fieldName" "attriblabel" + // "font" "ItemFontAttribLarge" + // "xpos" "0" + // "ypos" "30" + // "zpos" "2" + // "wide" "140" + // "tall" "60" + // "autoResize" "0" + // "pinCorner" "0" + // "visible" "1" + // "enabled" "1" + // "labelText" "%attriblist%" + // "textAlignment" "south" + // "fgcolor" "235 226 202 255" + // "centerwrap" "1" + // } + } + + "spectator_extras" + { + "ControlName" "EditablePanel" + "fieldName" "spectator_extras" + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "480" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + +} diff --git a/toonhud/resource/ui/spectatortournamentguihealth.res b/toonhud/resource/ui/spectatortournamentguihealth.res new file mode 100644 index 0000000..d101b19 --- /dev/null +++ b/toonhud/resource/ui/spectatortournamentguihealth.res @@ -0,0 +1,126 @@ +"Resource/UI/SpectatorTournamentGUIHealth.res" +{ + "PlayerStatusHealthImage" + { + "ControlName" "ImagePanel" + "fieldName" "PlayerStatusHealthImage" + "xpos" "-488" + "ypos" "0" + "zpos" "4" + "wide" "1000" + "tall" "15" + "visible" "1" + "enabled" "1" + "scaleImage" "1" + } + "PlayerStatusHealthImageBG" + { + "ControlName" "ImagePanel" + "fieldName" "PlayerStatusHealthImageBG" + "xpos" "-28" + "ypos" "0" + "zpos" "3" + "wide" "79" + "tall" "15" + "visible" "0" + "enabled" "0" + "image" "../hud/health_bg" + "scaleImage" "1" + "Alpha" "0" + } + "BuildingStatusHealthImageBG" + { + "ControlName" "ImagePanel" + "fieldName" "BuildingStatusHealthImageBG" + "xpos" "0" + "ypos" "2" + "zpos" "3" + "wide" "23" + "tall" "15" + "visible" "0" + "enabled" "1" + "image" "../hud/health_equip_bg" + "scaleImage" "1" + } + "PlayerStatusHealthBonusImage" + { + "ControlName" "ImagePanel" + "fieldName" "PlayerStatusHealthBonusImage" + "xpos" "-4" + "ypos" "-10" + "zpos" "6" + "wide" "34" + "tall" "34" + "visible" "0" + "enabled" "1" + "image" "../hud/ico_health_cluster" + "scaleImage" "1" + "Alpha" "255" + "autoResize" "1" + } + "PlayerStatusHealthBonusImageBG" + { + "ControlName" "EditablePanel" + "fieldName" "PlayerStatusHealthBonusImageBG" + "xpos" "-5" + "ypos" "-5" + "zpos" "7" + "wide" "100" + "tall" "50" + "visible" "1" + "enabled" "1" + "autoResize" "0" + "paintbackground" "1" + "bgcolor_override" "G_Heal" + "Alpha" "0" + } + "PlayerStatusHealthValue" + { + "ControlName" "CExLabel" + "fieldName" "PlayerStatusHealthValue" + "xpos" "-10" + "ypos" "0" + "zpos" "10" + "wide" "43" + "tall" "15" + "visible" "1" + "enabled" "1" + "labelText" "%Health%" + "textAlignment" "center" + "font" "G_FontTargetIDHealth" + "fgcolor" "G_TargetHealthValue" + "autoResize" "1" + } + "PlayerStatusHealthValueShadow" + { + "ControlName" "CExLabel" + "fieldName" "PlayerStatusHealthValueShadow" + "xpos" "-9" + "ypos" "1" + "zpos" "10" + "wide" "43" + "tall" "15" + "visible" "1" + "enabled" "1" + "labelText" "%Health%" + "textAlignment" "center" + "font" "G_FontTargetIDHealth" + "fgcolor" "G_TargetHealthValueShadow" + "autoResize" "1" + } + "PlayerStatusPlayerLevel" + { + "ControlName" "CExLabel" + "fieldName" "PlayerStatusPlayerLevel" + "xpos" "10" + "ypos" "9" + "zpos" "5" + "wide" "12" + "tall" "12" + "visible" "0" + "enabled" "1" + "textAlignment" "center" + "font" "ScoreboardVerySmall" + "fgcolor" "TFOrange" + } +} diff --git a/toonhud/resource/ui/statpanel_base.res b/toonhud/resource/ui/statpanel_base.res new file mode 100644 index 0000000..5f564c1 --- /dev/null +++ b/toonhud/resource/ui/statpanel_base.res @@ -0,0 +1,155 @@ +"Resource/UI/StatPanel_PlayTime.res" +{ + "StatPanelBG" + { + "ControlName" "CTFImagePanel" + "fieldName" "StatPanelBG" + "xpos" "-12" + "ypos" "5" + "zpos" "0" + "wide" "286" + "wide_lodef" "420" + "tall" "183" + "tall_lodef" "210" + "visible" "0" + "enabled" "0" + "image" "../hud/death_panel_blue_bg" + "scaleImage" "1" + "teambg_2" "../hud/death_panel_red_bg" + "teambg_3" "../hud/death_panel_blue_bg" + } + "StatPanelClassImage" + { + "ControlName" "ImagePanel" + "fieldName" "StatPanelClassImage" + "xpos" "0" + "xpos_lodef" "3" + "ypos" "30" + "ypos_lodef" "17" + "zpos" "1" + "wide" "72" + "wide_lodef" "100" + "tall" "72" + "tall_lodef" "100" + "visible" "0" + "enabled" "0" + "image" "../hud/class_scoutred" + "scaleImage" "1" + } + "titleLable" + { + "ControlName" "Label" + "fieldName" "titleLable" + "font" "TFFontSmall" + "font_lodef" "HudFontSmall" + "xpos" "72" + "xpos_lodef" "100" + "ypos" "29" + "ypos_lodef" "30" + "zpos" "2" + "wide" "175" + "wide_lodef" "250" + "tall" "10" + "tall_lodef" "18" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "0" + "labelText" "%title%" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" + } + "summaryLabel" + { + "ControlName" "Label" + "fieldName" "summaryLabel" + "font" "TFFontMedium" + "font_lodef" "HudFontSmall" + "xpos" "72" + "xpos_lodef" "100" + "ypos" "35" + "ypos_lodef" "45" + "zpos" "2" + "wide" "175" + "wide_lodef" "280" + "tall" "40" + "tall_lodef" "40" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "0" + "labelText" "%statdesc%" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" + "wrap" "1" + } + "StatLabelLarge" + { + "ControlName" "Label" + "fieldName" "StatLabelLarge" + "font" "HudFontMedium" + "xpos" "82" + "xpos_lodef" "110" + "ypos" "78" + "ypos_hidef" "80" + "ypos_lodef" "94" + "zpos" "3" + "wide" "200" + "tall" "20" + "tall_lodef" "24" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "0" + "labelText" "%stattextlarge%" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" + } + "StatLabelSmall" + { + "ControlName" "Label" + "fieldName" "StatLabelSmall" + "font" "TFFontMedium" + "font_lodef" "HudFontSmall" + "xpos" "82" + "xpos_lodef" "110" + "ypos" "78" + "ypos_lodef" "92" + "zpos" "3" + "wide" "200" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "0" + "labelText" "%stattextsmall%" + "textAlignment" "west" + "dulltext" "0" + "brighttext" "0" + } + StatBox + { + "ControlName" "Panel" + "fieldName" "StatBox" + "visible" "0" + "enabled" "0" + "pinCorner" "0" + "xpos" "72" + "xpos_lodef" "100" + "ypos" "77" + "ypos_lodef" "88" + "zpos" "3" + "wide" "175" + "wide_lodef" "240" + "tall" "20" + "tall_lodef" "24" + "PaintBackgroundType" "0" + "paintborder" "1" + "border" "G_TargetBorder" + "paintbackground" "1" + "bgcolor_override" "0 0 0 100" + } +} diff --git a/toonhud/resource/ui/statsummary.res b/toonhud/resource/ui/statsummary.res new file mode 100644 index 0000000..a4a8317 --- /dev/null +++ b/toonhud/resource/ui/statsummary.res @@ -0,0 +1,2379 @@ +"Resource/UI/winpanel.res" +{ + "TFStatsSummary" + { + "ControlName" "EditablePanel" + "fieldName" "TFStatsSummary" + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "480" + "visible" "1" + "enabled" "1" + } + + "MainBackground" + { + "ControlName" "ImagePanel" + "fieldName" "MainBackground" + "xpos" "-9999" + "ypos" "0" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + "image" "" + "scaleImage" "1" + } + + "MainBackgroundColor" + { + "ControlName" "EditablePanel" + "fieldName" "MainBackgroundColor" + "xpos" "0" + "ypos" "0" + "zpos" "0" + "wide" "f0" + "tall" "f0" + "visible" "1" + "enabled" "1" + "bgcolor_override" "G_MenuBg" + } + + "MapInfo" + { + "ControlName" "EditablePanel" + "fieldName" "MapInfo" + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "480" + "visible" "1" + "enabled" "1" + "bgcolor_override" "0 0 0 0" + + "BackgroundColor" + { + "ControlName" "EditablePanel" + "fieldName" "BackgroundColor" + "xpos" "0" + "ypos" "0" + "zpos" "0" + "wide" "f0" + "tall" "f0" + "visible" "1" + "enabled" "1" + "bgcolor_override" "G_MenuBg" + } + + "Background" + { + "ControlName" "ImagePanel" + "fieldName" "Background" + "xpos" "-9999" + "ypos" "0" + "wide" "0" + "tall" "0" + "visible" "0" + "enabled" "0" + "image" "stamp_background_map" + "scaleImage" "1" + } + + "MapImage" + { + "ControlName" "ImagePanel" + "fieldName" "MapImage" + "xpos" "-9999" + "ypos" "30" + "zpos" "2" + "wide" "300" + "tall" "300" + "visible" "0" + "enabled" "0" + "image" "" + "scaleImage" "1" + } + + "TeamSilhouette" + { + "ControlName" "CTFImagePanel" + "fieldName" "TeamSilhouette" + "xpos" "c-300" + "ypos" "r385" + "zpos" "198" + "wide" "600" + "tall" "300" + "visible" "1" + "enabled" "1" + "image" "replay/thumbnails/teamsilhouette" + "scaleImage" "1" + "drawcolor" "G_Highlight" + "Alpha" "255" + } + + "FooterShade" + { + "ControlName" "EditablePanel" + "fieldname" "FooterShade" + "xpos" "0" + "ypos" "r100" + "zpos" "2" + "wide" "f0" + "tall" "100" + "pinCorner" "0" + "autoResize" "0" + "visible" "1" + "enable" "1" + "paintbackground" "1" + "bgcolor_override" "G_Footer" + } + + "ContributedLabel" + { + "ControlName" "EditablePanel" + "fieldName" "ContributedLabel" + "xpos" "0" + "ypos" "150" + "zpos" "40" + "wide" "f0" + "tall" "50" + "visible" "0" + "enabled" "1" + + "BG" + { + "ControlName" "EditablePanel" + "fieldName" "BG" + "xpos" "0" + "ypos" "0" + "wide" "0" + "tall" "0" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "0" + "paintborder" "0" + "paintbackground" "0" + } + + "ActualLabel" + { + "ControlName" "CExLabel" + "fieldName" "ActualLabel" + "font" "DefaultVerySmall" + "labelText" "#TF_Contributed" + "textAlignment" "center" + "fgcolor" "G_MenuText" + "xpos" "0" + "ypos" "0" + "zpos" "40" + "wide" "f0" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "centerwrap" "0" + "wrap" "0" + } + } + + "InfoBG" + { + "ControlName" "EditablePanel" + "fieldName" "InfoBG" + "xpos" "c-285" + "ypos" "125" + "wide" "245" + "tall" "280" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "paintborder" "0" + "border" "NoBorder" + "paintbackground" "1" + "bgcolor_override" "0 255 0 0" + } + + "Title" + { + "ControlName" "CExLabel" + "fieldName" "Title" + "font" "HudFontSmallBold" + "labelText" "%title%" + "textAlignment" "west" + "xpos" "-9999" + "ypos" "130" + "zpos" "2" + "wide" "245" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor" "255 181 50 255" + } + "MapAuthors" + { + "ControlName" "CExLabel" + "fieldName" "MapAuthors" + "font" "HudFontSmallBold" + "labelText" "%authors%" + "textAlignment" "north" + "xpos" "-9999" + "ypos" "150" + "zpos" "2" + "wide" "245" + "tall" "275" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "0" + } + + "MapLeaderboardTitle" + { + "ControlName" "CExLabel" + "fieldName" "MapLeaderboardTitle" + "font" "HudFontSmallBold" + "labelText" "%map_leaderboard_title%" + "textAlignment" "north" + "xpos" "-9999" + "ypos" "130" + "zpos" "2" + "wide" "245" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor" "137 191 60 255" + } + } + + "OnYourWayLabel" + { + "ControlName" "CExLabel" + "font" "G_FontMedium_2" + "labelText" "#LoadingMap" + "textAlignment" "center" + "xpos" "0" + "ypos" "50" + "zpos" "40" + "wide" "f0" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor" "G_MenuText" + "Alpha" "200" + } + + "MapLabel" + { + "ControlName" "CExLabel" + "fieldName" "MapLabel" + "font" "G_FontBig" + "labelText" "%maplabel%" + "textAlignment" "center" + "centerwrap" "1" + "xpos" "0" + "ypos" "80" + "zpos" "50" + "wide" "f0" + "tall" "40" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor" "G_MenuText" + } + + "MapType" + { + "ControlName" "CExLabel" + "fieldName" "MapType" + "font" "G_FontMedium_2" + "labelText" "%maptype%" + "textAlignment" "center" + "xpos" "0" + "ypos" "120" + "zpos" "50" + "wide" "f0" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor" "G_MenuText" + "Alpha" "200" + } + +/////// + + "StatData" + { + "ControlName" "EditablePanel" + "fieldName" "StatData" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "f0" + "tall" "480" + "visible" "1" + "enabled" "1" + + "NonInteractiveHeaders" + { + "ControlName" "EditablePanel" + "fieldName" "NonInteractiveHeaders" + "xpos" "0" + "ypos" "0" + "zpos" "2" + "wide" "f0" + "tall" "480" + "visible" "1" + "enabled" "1" + + "BarChartLabelA" + { + "ControlName" "Label" + "fieldName" "BarChartLabelA" + "font" "ScoreboardVerySmall" + "labelText" "#StatSummary_StatTitle_MostPoints" + "textAlignment" "east" + "xpos" "c-282" + "ypos" "182" + "zpos" "5" + "wide" "150" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "G_MenuText" + } + "BarChartLabelB" + { + "ControlName" "Label" + "fieldName" "BarChartLabelB" + "font" "ScoreboardVerySmall" + "labelText" "#StatSummary_StatTitle_TotalPlaytime" + "textAlignment" "west" + "xpos" "c-127" + "ypos" "182" + "zpos" "5" + "wide" "150" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "G_MenuText" + } + "OverallRecordLabel" + { + "ControlName" "Label" + "fieldName" "OverallRecordLabel" + "font" "ScoreboardVerySmall" + "labelText" "#StatSummary_Label_AsAnyClass" + "textAlignment" "west" + "xpos" "c+122" + "ypos" "182" + "zpos" "5" + "wide" "200" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "G_MenuText" + } + } + "InteractiveHeaders" + { + "ControlName" "EditablePanel" + "fieldName" "InteractiveHeaders" + "xpos" "0" + "ypos" "0" + "zpos" "2" + "wide" "f0" + "tall" "480" + "visible" "1" + "enabled" "1" + + "BarChartComboA" + { + "ControlName" "ComboBox" + "fieldName" "BarChartComboA" + "xpos" "c-285" + "ypos" "212" + "zpos" "10" + "wide" "154" + "tall" "14" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "1" + "textHidden" "0" + "editable" "0" + "maxchars" "-1" + "NumericInputOnly" "0" + "unicode" "0" + } + "BarChartComboB" + { + "ControlName" "ComboBox" + "fieldName" "BarChartComboB" + "xpos" "c-127" + "ypos" "212" + "zpos" "10" + "wide" "154" + "tall" "14" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "1" + "textHidden" "0" + "editable" "0" + "maxchars" "-1" + "NumericInputOnly" "0" + "unicode" "0" + } + "ClassCombo" + { + "ControlName" "ComboBox" + "fieldName" "ClassCombo" + "xpos" "c+124" + "ypos" "200" + "zpos" "10" + "wide" "167" + "tall" "14" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "1" + "textHidden" "0" + "editable" "0" + "maxchars" "-1" + "NumericInputOnly" "0" + "unicode" "0" + } + } + "AveragesBG" + { + "ControlName" "EditablePanel" + "fieldName" "AveragesBG" + "xpos" "c-295" + "ypos" "180" + "wide" "405" + "tall" "200" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "paintborder" "0" + "border" "NoBorder" + "paintbackground" "0" + "bgcolor_override" "0 0 0 0" + } + "AveragesLabel" + { + "ControlName" "Label" + "fieldName" "AveragesLabel" + "font" "ScoreboardMedium" + "labelText" "#StatSummary_Label_PerformanceReport" + "textAlignment" "west" + "xpos" "c-285" + "ypos" "140" [$WINDOWS] + "ypos" "185" [!$WINDOWS] + "wide" "300" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "0" + } + "ClassBarBG1A" + { + "ControlName" "ImagePanel" + "fieldName" "ClassBarBG1A" + "xpos" "c-285" + "ypos" "200" + "zpos" "2" + "wide" "312" + "tall" "16" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "fillcolor" "G_Footer" + "PaintBackgroundType" "0" + } + "ClassBarBG1B" + { + "ControlName" "ImagePanel" + "fieldName" "ClassBarBG1B" + "xpos" "c+30" + "ypos" "200" + "zpos" "2" + "wide" "70" + "tall" "16" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "fillcolor" "G_Footer" + "PaintBackgroundType" "0" + } + "ClassBar1A" + { + "ControlName" "ImagePanel" + "fieldName" "ClassBar1A" + "xpos" "c-282" + "ypos" "202" + "zpos" "3" + "wide" "151" + "tall" "12" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "fillcolor" "G_Highlight" + "PaintBackgroundType" "0" + } + "ClassBar1B" + { + "ControlName" "ImagePanel" + "fieldName" "ClassBar1B" + "xpos" "c-127" + "ypos" "202" + "zpos" "3" + "wide" "151" + "tall" "12" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "fillcolor" "G_Highlight" + "PaintBackgroundType" "0" + } + "ClassBarLabel1A" + { + "ControlName" "Label" + "fieldName" "ClassBarLabel1A" + "font" "ScoreboardVerySmall" + "labelText" "%classbarlabel1A%" + "textAlignment" "west" + "fgcolor_override" "G_White" + "xpos" "c-282" + "ypos" "198" + "zpos" "6" + "wide" "100" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + "ClassBarLabel1B" + { + "ControlName" "Label" + "fieldName" "ClassBarLabel1B" + "font" "ScoreboardVerySmall" + "labelText" "%classbarlabel1B%" + "fgcolor_override" "G_White" + "textAlignment" "west" + "xpos" "c-127" + "ypos" "198" + "zpos" "6" + "wide" "100" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + "ClassLabel1" + { + "ControlName" "Label" + "fieldName" "ClassLabel1" + "font" "G_FontSmall_2" + "fgcolor_override" "G_FooterText" + "labelText" "%class1%" + "textAlignment" "west" + "xpos" "c+34" + "ypos" "198" + "zpos" "5" + "wide" "300" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + "ClassBarBG2A" + { + "ControlName" "ImagePanel" + "fieldName" "ClassBarBG2A" + "xpos" "c-285" + "ypos" "218" + "zpos" "2" + "wide" "312" + "tall" "16" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "fillcolor" "G_Footer" + "PaintBackgroundType" "0" + } + "ClassBarBG2B" + { + "ControlName" "ImagePanel" + "fieldName" "ClassBarBG2B" + "xpos" "c+30" + "ypos" "218" + "zpos" "2" + "wide" "70" + "tall" "16" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "fillcolor" "G_Footer" + "PaintBackgroundType" "0" + } + "ClassBar2A" + { + "ControlName" "ImagePanel" + "fieldName" "ClassBar2A" + "xpos" "c-282" + "ypos" "220" + "zpos" "3" + "wide" "151" + "tall" "12" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "fillcolor" "G_Highlight" + "PaintBackgroundType" "0" + } + "ClassBar2B" + { + "ControlName" "ImagePanel" + "fieldName" "ClassBar2B" + "xpos" "c-127" + "ypos" "220" + "zpos" "3" + "wide" "151" + "tall" "12" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "fillcolor" "G_Highlight" + "PaintBackgroundType" "0" + } + "ClassBarLabel2A" + { + "ControlName" "Label" + "fieldName" "ClassBarLabel2A" + "font" "ScoreboardVerySmall" + "labelText" "%classbarlabel2A%" + "fgcolor_override" "G_White" + "textAlignment" "west" + "xpos" "c-282" + "ypos" "216" + "zpos" "6" + "wide" "100" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + "ClassBarLabel2B" + { + "ControlName" "Label" + "fieldName" "ClassBarLabel2B" + "font" "ScoreboardVerySmall" + "labelText" "%classbarlabel2B%" + "fgcolor_override" "G_White" + "textAlignment" "west" + "xpos" "c-127" + "ypos" "216" + "zpos" "6" + "wide" "100" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + "ClassLabel2" + { + "ControlName" "Label" + "fieldName" "ClassLabel2" + "fgcolor_override" "G_FooterText" + "font" "G_FontSmall_2" + "labelText" "%class2%" + "textAlignment" "west" + "xpos" "c+34" + "ypos" "216" + "zpos" "5" + "wide" "300" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + "ClassBarBG3A" + { + "ControlName" "ImagePanel" + "fieldName" "ClassBarBG3A" + "xpos" "c-285" + "ypos" "236" + "zpos" "2" + "wide" "312" + "tall" "16" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "fillcolor" "G_Footer" + "PaintBackgroundType" "0" + } + "ClassBarBG3B" + { + "ControlName" "ImagePanel" + "fieldName" "ClassBarBG3B" + "xpos" "c+30" + "ypos" "236" + "zpos" "2" + "wide" "70" + "tall" "16" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "fillcolor" "G_Footer" + "PaintBackgroundType" "0" + } + "ClassBar3A" + { + "ControlName" "ImagePanel" + "fieldName" "ClassBar3A" + "xpos" "c-282" + "ypos" "238" + "zpos" "3" + "wide" "151" + "tall" "12" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "fillcolor" "G_Highlight" + "PaintBackgroundType" "0" + } + "ClassBar3B" + { + "ControlName" "ImagePanel" + "fieldName" "ClassBar3B" + "xpos" "c-127" + "ypos" "238" + "zpos" "3" + "wide" "151" + "tall" "12" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "fillcolor" "G_Highlight" + "PaintBackgroundType" "0" + } + "ClassBarLabel3A" + { + "ControlName" "Label" + "fieldName" "ClassBarLabel3A" + "font" "ScoreboardVerySmall" + "labelText" "%classbarlabel3A%" + "fgcolor_override" "G_White" + "textAlignment" "west" + "xpos" "c-282" + "ypos" "234" + "zpos" "6" + "wide" "100" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + "ClassBarLabel3B" + { + "ControlName" "Label" + "fieldName" "ClassBarLabel3B" + "font" "ScoreboardVerySmall" + "labelText" "%classbarlabel3B%" + "fgcolor_override" "G_White" + "textAlignment" "west" + "xpos" "c-127" + "ypos" "234" + "zpos" "6" + "wide" "100" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + "ClassLabel3" + { + "ControlName" "Label" + "fieldName" "ClassLabel3" + "fgcolor_override" "G_FooterText" + "font" "G_FontSmall_2" + "labelText" "%class3%" + "textAlignment" "west" + "xpos" "c+34" + "ypos" "234" + "zpos" "5" + "wide" "300" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + "ClassBarBG4A" + { + "ControlName" "ImagePanel" + "fieldName" "ClassBarBG4A" + "xpos" "c-285" + "ypos" "254" + "zpos" "2" + "wide" "312" + "tall" "16" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "fillcolor" "G_Footer" + "PaintBackgroundType" "0" + } + "ClassBarBG4B" + { + "ControlName" "ImagePanel" + "fieldName" "ClassBarBG4B" + "xpos" "c+30" + "ypos" "254" + "zpos" "2" + "wide" "70" + "tall" "16" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "fillcolor" "G_Footer" + "PaintBackgroundType" "0" + } + "ClassBar4A" + { + "ControlName" "ImagePanel" + "fieldName" "ClassBar4A" + "xpos" "c-282" + "ypos" "256" + "zpos" "3" + "wide" "151" + "tall" "12" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "fillcolor" "G_Highlight" + "PaintBackgroundType" "0" + } + "ClassBar4B" + { + "ControlName" "ImagePanel" + "fieldName" "ClassBar4B" + "xpos" "c-127" + "ypos" "256" + "zpos" "3" + "wide" "151" + "tall" "12" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "fillcolor" "G_Highlight" + "PaintBackgroundType" "0" + } + "ClassBarLabel4A" + { + "ControlName" "Label" + "fieldName" "ClassBarLabel4A" + "font" "ScoreboardVerySmall" + "labelText" "%classbarlabel4A%" + "fgcolor_override" "G_White" + "textAlignment" "west" + "xpos" "c-282" + "ypos" "252" + "zpos" "6" + "wide" "100" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + "ClassBarLabel4B" + { + "ControlName" "Label" + "fieldName" "ClassBarLabel4B" + "font" "ScoreboardVerySmall" + "labelText" "%classbarlabel4B%" + "fgcolor_override" "G_White" + "textAlignment" "west" + "xpos" "c-127" + "ypos" "252" + "zpos" "6" + "wide" "100" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + "ClassLabel4" + { + "ControlName" "Label" + "fieldName" "ClassLabel4" + "fgcolor_override" "G_FooterText" + "font" "G_FontSmall_2" + "labelText" "%class4%" + "textAlignment" "west" + "xpos" "c+34" + "ypos" "252" + "zpos" "5" + "wide" "300" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + "ClassBarBG5A" + { + "ControlName" "ImagePanel" + "fieldName" "ClassBarBG5A" + "xpos" "c-285" + "ypos" "272" + "zpos" "2" + "wide" "312" + "tall" "16" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "fillcolor" "G_Footer" + "PaintBackgroundType" "0" + } + "ClassBarBG5B" + { + "ControlName" "ImagePanel" + "fieldName" "ClassBarBG5B" + "xpos" "c+30" + "ypos" "272" + "zpos" "2" + "wide" "70" + "tall" "16" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "fillcolor" "G_Footer" + "PaintBackgroundType" "0" + } + "ClassBar5A" + { + "ControlName" "ImagePanel" + "fieldName" "ClassBar5A" + "xpos" "c-282" + "ypos" "274" + "zpos" "3" + "wide" "151" + "tall" "12" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "fillcolor" "G_Highlight" + "PaintBackgroundType" "0" + } + "ClassBar5B" + { + "ControlName" "ImagePanel" + "fieldName" "ClassBar5B" + "xpos" "c-127" + "ypos" "274" + "zpos" "3" + "wide" "151" + "tall" "12" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "fillcolor" "G_Highlight" + "PaintBackgroundType" "0" + } + "ClassBarLabel5A" + { + "ControlName" "Label" + "fieldName" "ClassBarLabel5A" + "font" "ScoreboardVerySmall" + "labelText" "%classbarlabel5A%" + "fgcolor_override" "G_White" + "textAlignment" "west" + "xpos" "c-282" + "ypos" "270" + "zpos" "6" + "wide" "100" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + "ClassBarLabel5B" + { + "ControlName" "Label" + "fieldName" "ClassBarLabel5B" + "font" "ScoreboardVerySmall" + "labelText" "%classbarlabel5B%" + "fgcolor_override" "G_White" + "textAlignment" "west" + "xpos" "c-127" + "ypos" "270" + "zpos" "6" + "wide" "100" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + "ClassLabel5" + { + "ControlName" "Label" + "fieldName" "ClassLabel5" + "fgcolor_override" "G_FooterText" + "font" "G_FontSmall_2" + "labelText" "%class5%" + "textAlignment" "west" + "xpos" "c+34" + "ypos" "270" + "zpos" "5" + "wide" "282" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + "ClassBarBG6A" + { + "ControlName" "ImagePanel" + "fieldName" "ClassBarBG6A" + "xpos" "c-285" + "ypos" "290" + "zpos" "2" + "wide" "312" + "tall" "16" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "fillcolor" "G_Footer" + "PaintBackgroundType" "0" + } + "ClassBarBG6B" + { + "ControlName" "ImagePanel" + "fieldName" "ClassBarBG6B" + "xpos" "c+30" + "ypos" "290" + "zpos" "2" + "wide" "70" + "tall" "16" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "fillcolor" "G_Footer" + "PaintBackgroundType" "0" + } + "ClassBar6A" + { + "ControlName" "ImagePanel" + "fieldName" "ClassBar6A" + "xpos" "c-282" + "ypos" "292" + "zpos" "3" + "wide" "151" + "tall" "12" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "fillcolor" "G_Highlight" + "PaintBackgroundType" "0" + } + "ClassBar6B" + { + "ControlName" "ImagePanel" + "fieldName" "ClassBar6B" + "xpos" "c-127" + "ypos" "292" + "zpos" "3" + "wide" "151" + "tall" "12" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "fillcolor" "G_Highlight" + "PaintBackgroundType" "0" + } + "ClassBarLabel6A" + { + "ControlName" "Label" + "fieldName" "ClassBarLabel6A" + "font" "ScoreboardVerySmall" + "labelText" "%classbarlabel6A%" + "fgcolor_override" "G_White" + "textAlignment" "west" + "xpos" "c-282" + "ypos" "288" + "zpos" "6" + "wide" "100" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + "ClassBarLabel6B" + { + "ControlName" "Label" + "fieldName" "ClassBarLabel6B" + "font" "ScoreboardVerySmall" + "labelText" "%classbarlabel6B%" + "fgcolor_override" "G_White" + "textAlignment" "west" + "xpos" "c-127" + "ypos" "288" + "zpos" "6" + "wide" "100" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + "ClassLabel6" + { + "ControlName" "Label" + "fieldName" "ClassLabel6" + "fgcolor_override" "G_FooterText" + "font" "G_FontSmall_2" + "labelText" "%class6%" + "textAlignment" "west" + "xpos" "c+34" + "ypos" "288" + "zpos" "5" + "wide" "300" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + "ClassBarBG7A" + { + "ControlName" "ImagePanel" + "fieldName" "ClassBarBG7A" + "xpos" "c-285" + "ypos" "308" + "zpos" "2" + "wide" "312" + "tall" "16" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "fillcolor" "G_Footer" + "PaintBackgroundType" "0" + } + "ClassBarBG7B" + { + "ControlName" "ImagePanel" + "fieldName" "ClassBarBG7B" + "xpos" "c+30" + "ypos" "308" + "zpos" "2" + "wide" "70" + "tall" "16" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "fillcolor" "G_Footer" + "PaintBackgroundType" "0" + } + "ClassBar7A" + { + "ControlName" "ImagePanel" + "fieldName" "ClassBar7A" + "xpos" "c-282" + "ypos" "310" + "zpos" "3" + "wide" "151" + "tall" "12" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "fillcolor" "G_Highlight" + "PaintBackgroundType" "0" + } + "ClassBar7B" + { + "ControlName" "ImagePanel" + "fieldName" "ClassBar7B" + "xpos" "c-127" + "ypos" "310" + "zpos" "3" + "wide" "151" + "tall" "12" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "fillcolor" "G_Highlight" + "PaintBackgroundType" "0" + } + "ClassBarLabel7A" + { + "ControlName" "Label" + "fieldName" "ClassBarLabel7A" + "font" "ScoreboardVerySmall" + "labelText" "%classbarlabel7A%" + "fgcolor_override" "G_White" + "textAlignment" "west" + "xpos" "c-282" + "ypos" "306" + "zpos" "6" + "wide" "100" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + "ClassBarLabel7B" + { + "ControlName" "Label" + "fieldName" "ClassBarLabel7B" + "font" "ScoreboardVerySmall" + "labelText" "%classbarlabel7B%" + "fgcolor_override" "G_White" + "textAlignment" "west" + "xpos" "c-127" + "ypos" "306" + "zpos" "6" + "wide" "100" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + "ClassLabel7" + { + "ControlName" "Label" + "fieldName" "ClassLabel7" + "fgcolor_override" "G_FooterText" + "font" "G_FontSmall_2" + "labelText" "%class7%" + "textAlignment" "west" + "xpos" "c+34" + "ypos" "306" + "zpos" "5" + "wide" "300" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + "ClassBarBG8A" + { + "ControlName" "ImagePanel" + "fieldName" "ClassBarBG8A" + "xpos" "c-285" + "ypos" "326" + "zpos" "2" + "wide" "312" + "tall" "16" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "fillcolor" "G_Footer" + "PaintBackgroundType" "0" + } + "ClassBarBG8B" + { + "ControlName" "ImagePanel" + "fieldName" "ClassBarBG8B" + "xpos" "c+30" + "ypos" "326" + "zpos" "2" + "wide" "70" + "tall" "16" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "fillcolor" "G_Footer" + "PaintBackgroundType" "0" + } + "ClassBar8A" + { + "ControlName" "ImagePanel" + "fieldName" "ClassBar8A" + "xpos" "c-282" + "ypos" "328" + "zpos" "3" + "wide" "151" + "tall" "12" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "fillcolor" "G_Highlight" + "PaintBackgroundType" "0" + } + "ClassBar8B" + { + "ControlName" "ImagePanel" + "fieldName" "ClassBar8B" + "xpos" "c-127" + "ypos" "328" + "zpos" "3" + "wide" "151" + "tall" "12" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "fillcolor" "G_Highlight" + "PaintBackgroundType" "0" + } + "ClassBarLabel8A" + { + "ControlName" "Label" + "fieldName" "ClassBarLabel8A" + "font" "ScoreboardVerySmall" + "labelText" "%classbarlabel8A%" + "fgcolor_override" "G_White" + "textAlignment" "west" + "xpos" "c-282" + "ypos" "324" + "zpos" "6" + "wide" "100" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + "ClassBarLabel8B" + { + "ControlName" "Label" + "fieldName" "ClassBarLabel8B" + "font" "ScoreboardVerySmall" + "labelText" "%classbarlabel8B%" + "fgcolor_override" "G_White" + "textAlignment" "west" + "xpos" "c-127" + "ypos" "324" + "zpos" "6" + "wide" "100" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + "ClassLabel8" + { + "ControlName" "Label" + "fieldName" "ClassLabel8" + "fgcolor_override" "G_FooterText" + "font" "G_FontSmall_2" + "labelText" "%class8%" + "textAlignment" "west" + "xpos" "c+34" + "ypos" "324" + "zpos" "5" + "wide" "300" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + "ClassBarBG9A" + { + "ControlName" "ImagePanel" + "fieldName" "ClassBarBG9A" + "xpos" "c-285" + "ypos" "344" + "zpos" "2" + "wide" "312" + "tall" "16" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "fillcolor" "G_Footer" + "PaintBackgroundType" "0" + } + "ClassBarBG9B" + { + "ControlName" "ImagePanel" + "fieldName" "ClassBarBG9B" + "xpos" "c+30" + "ypos" "344" + "zpos" "2" + "wide" "70" + "tall" "16" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "fillcolor" "G_Footer" + "PaintBackgroundType" "0" + } + "ClassBar9A" + { + "ControlName" "ImagePanel" + "fieldName" "ClassBar9A" + "xpos" "c-282" + "ypos" "346" + "zpos" "3" + "wide" "151" + "tall" "12" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "fillcolor" "G_Highlight" + "PaintBackgroundType" "0" + } + "ClassBar9B" + { + "ControlName" "ImagePanel" + "fieldName" "ClassBar9B" + "xpos" "c-127" + "ypos" "346" + "zpos" "3" + "wide" "151" + "tall" "12" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "fillcolor" "G_Highlight" + "PaintBackgroundType" "0" + } + "ClassBarLabel9A" + { + "ControlName" "Label" + "fieldName" "ClassBarLabel9A" + "font" "ScoreboardVerySmall" + "labelText" "%classbarlabel9A%" + "fgcolor_override" "G_White" + "textAlignment" "west" + "xpos" "c-282" + "ypos" "342" + "zpos" "6" + "wide" "100" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + "ClassBarLabel9B" + { + "ControlName" "Label" + "fieldName" "ClassBarLabel9B" + "font" "ScoreboardVerySmall" + "labelText" "%classbarlabel9B%" + "fgcolor_override" "G_White" + "textAlignment" "west" + "xpos" "c-127" + "ypos" "342" + "zpos" "6" + "wide" "100" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + "ClassLabel9" + { + "ControlName" "Label" + "fieldName" "ClassLabel9" + "fgcolor_override" "G_FooterText" + "font" "G_FontSmall_2" + "labelText" "%class9%" + "textAlignment" "west" + "xpos" "c+34" + "ypos" "342" + "zpos" "5" + "wide" "300" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + "RecordsBG" + { + "ControlName" "EditablePanel" + "fieldName" "RecordsBG" + "xpos" "c+115" + "ypos" "180" + "wide" "200" + "tall" "200" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "0" + "paintborder" "0" + "border" "NoBorder" + "paintbackground" "0" + "bgcolor_override" "0 0 0 0" + } + "RecordsLabel1" + { + "ControlName" "Label" + "fieldName" "RecordsLabel1" + "font" "ScoreboardMediumSmall" + "labelText" "#StatSummary_Label_BestMoments" + "textAlignment" "west" + "xpos" "c+122" + "ypos" "140" [$WINDOWS] + "ypos" "140" [!$WINDOWS] + "wide" "300" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "0" + } + "RecordsSubBG1" + { + "ControlName" "ImagePanel" + "fieldName" "RecordsSubBG1" + "xpos" "c+118" + "ypos" "200" + "zpos" "2" + "wide" "167" + "tall" "160" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "fillcolor" "G_Footer" + "PaintBackgroundType" "0" + } + "RecordsLabel" + { + "ControlName" "Label" + "fieldName" "RecordsLabel" + "font" "ScoreboardMedium" + "labelText" "#StatSummary_Records" + "fgcolor_override" "G_FooterText" + "textAlignment" "west" + "xpos" "c-265" + "ypos" "202" + "zpos" "5" + "wide" "220" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + } + "OverallRecord1Label" + { + "ControlName" "Label" + "fieldName" "OverallRecord1Label" + "font" "ScoreboardVerySmall" + "labelText" "%classrecord1label%" + "textAlignment" "west" + "xpos" "c+122" + "ypos" "197" + "zpos" "5" + "wide" "200" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "G_FooterText" + } + "OverallRecord1Value" + { + "ControlName" "Label" + "fieldName" "OverallRecord1Value" + "font" "ScoreboardVerySmall" + "labelText" "%classrecord1value%" + "textAlignment" "west" + "xpos" "c+204" + "ypos" "197" + "zpos" "5" + "wide" "200" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "G_FooterText" + } + "OverallRecord2Label" + { + "ControlName" "Label" + "fieldName" "OverallRecord2Label" + "font" "ScoreboardVerySmall" + "labelText" "%classrecord2label%" + "textAlignment" "west" + "xpos" "c+122" + "ypos" "207" + "zpos" "5" + "wide" "200" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "G_FooterText" + } + "OverallRecord2Value" + { + "ControlName" "Label" + "fieldName" "OverallRecord2Value" + "font" "ScoreboardVerySmall" + "labelText" "%classrecord2value%" + "textAlignment" "west" + "xpos" "c+204" + "ypos" "207" + "zpos" "5" + "wide" "200" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "G_FooterText" + } + "OverallRecord3Label" + { + "ControlName" "Label" + "fieldName" "OverallRecord3Label" + "font" "ScoreboardVerySmall" + "labelText" "%classrecord3label%" + "textAlignment" "west" + "xpos" "c+122" + "ypos" "217" + "zpos" "5" + "wide" "200" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "G_FooterText" + } + "OverallRecord3Value" + { + "ControlName" "Label" + "fieldName" "OverallRecord3Value" + "font" "ScoreboardVerySmall" + "labelText" "%classrecord3value%" + "textAlignment" "west" + "xpos" "c+204" + "ypos" "217" + "zpos" "5" + "wide" "200" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "G_FooterText" + } + "OverallRecord4Label" + { + "ControlName" "Label" + "fieldName" "OverallRecord4Label" + "font" "ScoreboardVerySmall" + "labelText" "%classrecord4label%" + "textAlignment" "west" + "xpos" "c+122" + "ypos" "227" + "zpos" "5" + "wide" "200" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "G_FooterText" + } + "OverallRecord4Value" + { + "ControlName" "Label" + "fieldName" "OverallRecord4Value" + "font" "ScoreboardVerySmall" + "labelText" "%classrecord4value%" + "textAlignment" "west" + "xpos" "c+204" + "ypos" "227" + "zpos" "5" + "wide" "200" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "G_FooterText" + } + "OverallRecord5Label" + { + "ControlName" "Label" + "fieldName" "OverallRecord5Label" + "font" "ScoreboardVerySmall" + "labelText" "%classrecord5label%" + "textAlignment" "west" + "xpos" "c+122" + "ypos" "237" + "zpos" "5" + "wide" "200" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "G_FooterText" + } + "OverallRecord5Value" + { + "ControlName" "Label" + "fieldName" "OverallRecord5Value" + "font" "ScoreboardVerySmall" + "labelText" "%classrecord5value%" + "textAlignment" "west" + "xpos" "c+204" + "ypos" "237" + "zpos" "5" + "wide" "200" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "G_FooterText" + } + "OverallRecord6Label" + { + "ControlName" "Label" + "fieldName" "OverallRecord6Label" + "font" "ScoreboardVerySmall" + "labelText" "%classrecord6label%" + "textAlignment" "west" + "xpos" "c+122" + "ypos" "247" + "zpos" "5" + "wide" "200" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "G_FooterText" + } + "OverallRecord6Value" + { + "ControlName" "Label" + "fieldName" "OverallRecord6Value" + "font" "ScoreboardVerySmall" + "labelText" "%classrecord6value%" + "textAlignment" "west" + "xpos" "c+204" + "ypos" "247" + "zpos" "5" + "wide" "200" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "G_FooterText" + } + "OverallRecord7Label" + { + "ControlName" "Label" + "fieldName" "OverallRecord7Label" + "font" "ScoreboardVerySmall" + "labelText" "%classrecord7label%" + "textAlignment" "west" + "xpos" "c+122" + "ypos" "257" + "zpos" "5" + "wide" "200" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "G_FooterText" + } + "OverallRecord7Value" + { + "ControlName" "Label" + "fieldName" "OverallRecord7Value" + "font" "ScoreboardVerySmall" + "labelText" "%classrecord7value%" + "textAlignment" "west" + "xpos" "c+204" + "ypos" "257" + "zpos" "5" + "wide" "200" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "G_FooterText" + } + "OverallRecord8Label" + { + "ControlName" "Label" + "fieldName" "OverallRecord8Label" + "font" "ScoreboardVerySmall" + "labelText" "%classrecord8label%" + "textAlignment" "west" + "xpos" "c+122" + "ypos" "267" + "zpos" "5" + "wide" "200" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "G_FooterText" + } + "OverallRecord8Value" + { + "ControlName" "Label" + "fieldName" "OverallRecord8Value" + "font" "ScoreboardVerySmall" + "labelText" "%classrecord8value%" + "textAlignment" "west" + "xpos" "c+204" + "ypos" "267" + "zpos" "5" + "wide" "200" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "G_FooterText" + } + "OverallRecord9Label" + { + "ControlName" "Label" + "fieldName" "OverallRecord9Label" + "font" "ScoreboardVerySmall" + "labelText" "%classrecord9label%" + "textAlignment" "west" + "xpos" "c+122" + "ypos" "277" + "zpos" "5" + "wide" "200" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "G_FooterText" + } + "OverallRecord9Value" + { + "ControlName" "Label" + "fieldName" "OverallRecord9Value" + "font" "ScoreboardVerySmall" + "labelText" "%classrecord9value%" + "textAlignment" "west" + "xpos" "c+204" + "ypos" "277" + "zpos" "5" + "wide" "200" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "G_FooterText" + } + "OverallRecord10Label" + { + "ControlName" "Label" + "fieldName" "OverallRecord10Label" + "font" "ScoreboardVerySmall" + "labelText" "%classrecord10label%" + "textAlignment" "west" + "xpos" "c+122" + "ypos" "287" + "zpos" "5" + "wide" "200" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "G_FooterText" + } + "OverallRecord10Value" + { + "ControlName" "Label" + "fieldName" "OverallRecord10Value" + "font" "ScoreboardVerySmall" + "labelText" "%classrecord10value%" + "textAlignment" "west" + "xpos" "c+204" + "ypos" "287" + "zpos" "5" + "wide" "200" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "G_FooterText" + } + "OverallRecord11Label" + { + "ControlName" "Label" + "fieldName" "OverallRecord11Label" + "font" "ScoreboardVerySmall" + "labelText" "%classrecord11label%" + "textAlignment" "west" + "xpos" "c+122" + "ypos" "297" + "zpos" "5" + "wide" "200" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "G_FooterText" + } + "OverallRecord11Value" + { + "ControlName" "Label" + "fieldName" "OverallRecord11Value" + "font" "ScoreboardVerySmall" + "labelText" "%classrecord11value%" + "textAlignment" "west" + "xpos" "c+204" + "ypos" "297" + "zpos" "5" + "wide" "200" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "G_FooterText" + } + "OverallRecord12Label" + { + "ControlName" "Label" + "fieldName" "OverallRecord12Label" + "font" "ScoreboardVerySmall" + "labelText" "%classrecord12label%" + "textAlignment" "west" + "xpos" "c+122" + "ypos" "307" + "zpos" "5" + "wide" "200" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "G_FooterText" + } + "OverallRecord12Value" + { + "ControlName" "Label" + "fieldName" "OverallRecord12Value" + "font" "ScoreboardVerySmall" + "labelText" "%classrecord12value%" + "textAlignment" "west" + "xpos" "c+204" + "ypos" "307" + "zpos" "5" + "wide" "200" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "G_FooterText" + } + "OverallRecord13Label" + { + "ControlName" "Label" + "fieldName" "OverallRecord13Label" + "font" "ScoreboardVerySmall" + "labelText" "%classrecord13label%" + "textAlignment" "west" + "xpos" "c+122" + "ypos" "317" + "zpos" "5" + "wide" "200" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "G_FooterText" + } + "OverallRecord13Value" + { + "ControlName" "Label" + "fieldName" "OverallRecord13Value" + "font" "ScoreboardVerySmall" + "labelText" "%classrecord13value%" + "textAlignment" "west" + "xpos" "c+204" + "ypos" "317" + "zpos" "5" + "wide" "200" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "G_FooterText" + } + "OverallRecord14Label" + { + "ControlName" "Label" + "fieldName" "OverallRecord14Label" + "font" "ScoreboardVerySmall" + "labelText" "%classrecord14label%" + "textAlignment" "west" + "xpos" "c+122" + "ypos" "327" + "zpos" "5" + "wide" "200" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "G_FooterText" + } + "OverallRecord14Value" + { + "ControlName" "Label" + "fieldName" "OverallRecord14Value" + "font" "ScoreboardVerySmall" + "labelText" "%classrecord14value%" + "textAlignment" "west" + "xpos" "c+204" + "ypos" "327" + "zpos" "5" + "wide" "200" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "G_FooterText" + } + "OverallRecord15Label" + { + "ControlName" "Label" + "fieldName" "OverallRecord15Label" + "font" "ScoreboardVerySmall" + "labelText" "%classrecord15label%" + "textAlignment" "west" + "xpos" "c+122" + "ypos" "337" + "zpos" "5" + "wide" "200" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "G_FooterText" + } + "OverallRecord15Value" + { + "ControlName" "Label" + "fieldName" "OverallRecord15Value" + "font" "ScoreboardVerySmall" + "labelText" "%classrecord15value%" + "textAlignment" "west" + "xpos" "c+204" + "ypos" "337" + "zpos" "5" + "wide" "200" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "G_FooterText" + } + + "HideBgPanel" + { + "ControlName" "EditablePanel" + "fieldName" "HideBgPanel" + "xpos" "0" + "ypos" "r305" + "zpos" "0" + "wide" "f0" + "tall" "305" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "paintbackground" "1" + "bgcolor_override" "G_MenuBg" + } + + "StatFooterShade" + { + "ControlName" "EditablePanel" + "fieldname" "StatFooterShade" + "xpos" "0" + "ypos" "r100" + "zpos" "2" + "wide" "f0" + "tall" "100" + "pinCorner" "0" + "autoResize" "0" + "visible" "1" + "enable" "1" + "paintbackground" "1" + "bgcolor_override" "G_Footer" + } + + } + "TipImage" + { + "ControlName" "CTFImagePanel" + "fieldName" "TipImage" + "xpos" "c-285" + "ypos" "417" + "zpos" "12" + "wide" "35" + "tall" "35" + "visible" "0" + "enabled" "1" + "image" "" + "scaleImage" "1" + } + "TipText" + { + "ControlName" "Label" + "fieldName" "TipText" + "font" "ScoreboardVerySmall" + "labelText" "%tiptext%" + "textAlignment" "west" + "xpos" "c-245" + "ypos" "410" + "zpos" "12" + "wide" "350" + "tall" "48" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor_override" "G_FooterText" + } + "NextTipButton" [$WINDOWS] + { + "ControlName" "Button" + "fieldName" "NextTipButton" + "xpos" "c-248" + "ypos" "305" + "zpos" "6" + "wide" "90" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#TF_NextTip" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "Command" "nexttip" + } + "ResetStatsButton" [$WINDOWS] + { + "ControlName" "Button" + "fieldName" "ResetStatsButton" + "xpos" "c130" + "ypos" "270" + "zpos" "6" + "wide" "150" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#TF_ResetStats" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "Command" "resetstatsbutton" + } + "CloseButton" [$WINDOWS] + { + "ControlName" "Button" + "fieldName" "CloseButton" + "xpos" "r190" + "ypos" "r50" + "zpos" "6" + "wide" "150" + "tall" "30" + "autoResize" "0" + "pinCorner" "2" + "visible" "0" + "enabled" "1" + "tabPosition" "0" + "labelText" "#TF_Close" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "Command" "vguicancel" + } + "Footer" [$X360] + { + "ControlName" "CTFFooter" + "fieldName" "Footer" + "bgcolor" "TanDarker" + "paintbackground" "1" + "tall" "100" + "center" "1" + "buttonoffsety" "20" + "button_separator" "10" + "fonttext" "MatchmakingDialogMenuLarge" + "buttongap" "50" + "textadjust" "3" + "zpos" "6" + "fgcolor" "HudOffWhite" + + "button" + { + "name" "back" + "text" "#GameUI_Back" + "icon" "#GameUI_Icons_B_BUTTON" + } + + "button" + { + "name" "nexttip" + "text" "#TF_NextTip_360" + "icon" "#GameUI_Icons_A_BUTTON" + } + } + "TitleBanner" [$X360] + { + "ControlName" "ImagePanel" + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "128" + "image" "menu_header" + } +} \ No newline at end of file diff --git a/toonhud/resource/ui/statsummary_embedded.res b/toonhud/resource/ui/statsummary_embedded.res new file mode 100644 index 0000000..52fbb17 --- /dev/null +++ b/toonhud/resource/ui/statsummary_embedded.res @@ -0,0 +1,2138 @@ +"Resource/UI/winpanel.res" +{ + "TFStatsSummary" + { + "ControlName" "EditablePanel" + "fieldName" "TFStatsSummary" + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "480" + "visible" "0" + "enabled" "1" + "bgcolor_override" "G_MenuBg" + } + "MainBackground" + { + "ControlName" "EditablePanel" + "fieldName" "MainBackground" + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "480" + "visible" "0" + "enabled" "1" + "image" "" + "scaleImage" "1" + "bgcolor_override" "200 200 200 255" + } + "OnYourWayLabel" [$WINDOWS] + { + "ControlName" "CExLabel" + "fieldName" "OnYourWayLabel" + "font" "HudFontMediumBold" + "labelText" "#LoadingMap" + "textAlignment" "center" + "xpos" "0" + "ypos" "50" + "zpos" "50" + "wide" "360" + "tall" "35" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + } + "MapLabel" + { + "ControlName" "CExLabel" + "fieldName" "MapLabel" + "font" "HudFontMediumBigBold" [$WINDOWS] + "font" "HudFontMediumBold" [$X360] + "labelText" "%maplabel%" + "textAlignment" "center" [$WINDOWS] + "textAlignment" "west" [$X360] + "xpos" "5" [$WINDOWS] + "xpos" "60" [$X360] + "ypos" "92" + "zpos" "50" + "wide" "350" [$WINDOWS] + "wide" "600" [$X360] + "tall" "35" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + } + "MapType" [$WINDOWS] + { + "ControlName" "CExLabel" + "fieldName" "MapType" + "font" "HudFontMediumBigBold" + "labelText" "%maptype%" + "textAlignment" "center" + "xpos" "5" + "ypos" "117" + "zpos" "50" + "wide" "350" + "tall" "35" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + } + "StatData" + { + "ControlName" "EditablePanel" + "fieldName" "StatData" + "xpos" "0" + "ypos" "-110" + "zpos" "1" + "wide" "f0" + "tall" "480" + "visible" "1" + "enabled" "1" + + "NonInteractiveHeaders" + { + "ControlName" "EditablePanel" + "fieldName" "NonInteractiveHeaders" + "xpos" "0" + "ypos" "0" + "zpos" "2" + "wide" "f0" + "tall" "480" + "visible" "1" + "enabled" "1" + + "BarChartLabelA" + { + "ControlName" "Label" + "fieldName" "BarChartLabelA" + "font" "ScoreboardVerySmall" + "fgcolor_override" "G_MenuText" + "labelText" "#StatSummary_StatTitle_MostPoints" + "textAlignment" "east" + "xpos" "c-282" + "ypos" "212" + "zpos" "5" + "wide" "150" [!$X360] + "wide" "170" [$X360] + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + "BarChartLabelB" + { + "ControlName" "Label" + "fieldName" "BarChartLabelB" + "font" "ScoreboardVerySmall" + "fgcolor_override" "G_MenuText" + "labelText" "#StatSummary_StatTitle_TotalPlaytime" + "textAlignment" "west" + "xpos" "c-127" + "ypos" "212" + "zpos" "5" + "wide" "150" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + "OverallRecordLabel" + { + "ControlName" "Label" + "fieldName" "OverallRecordLabel" + "font" "ScoreboardVerySmall" + "fgcolor_override" "G_MenuText" + "labelText" "#StatSummary_Label_AsAnyClass" + "textAlignment" "west" + "xpos" "c+130" + "ypos" "200" + "zpos" "5" + "wide" "200" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + } + "InteractiveHeaders" + { + "ControlName" "EditablePanel" + "fieldName" "InteractiveHeaders" + "xpos" "0" + "ypos" "0" + "zpos" "2" + "wide" "f0" + "tall" "480" + "visible" "1" + "enabled" "1" + + "BarChartComboA" + { + "ControlName" "ComboBox" + "fieldName" "BarChartComboA" + "xpos" "c-285" + "ypos" "212" + "zpos" "10" + "wide" "154" + "tall" "14" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "1" + "textHidden" "0" + "editable" "0" + "maxchars" "-1" + "NumericInputOnly" "0" + "unicode" "0" + "fgcolor_override" "G_MenuText" + } + "BarChartComboB" + { + "ControlName" "ComboBox" + "fieldName" "BarChartComboB" + "xpos" "c-127" + "ypos" "212" + "zpos" "10" + "wide" "154" + "tall" "14" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "1" + "textHidden" "0" + "editable" "0" + "maxchars" "-1" + "NumericInputOnly" "0" + "unicode" "0" + "fgcolor_override" "G_MenuText" + } + "ClassCombo" + { + "ControlName" "ComboBox" + "fieldName" "ClassCombo" + "xpos" "c+124" + "ypos" "212" + "zpos" "10" + "wide" "167" + "tall" "14" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "1" + "textHidden" "0" + "editable" "0" + "maxchars" "-1" + "NumericInputOnly" "0" + "unicode" "0" + "fgcolor_override" "G_MenuText" + } + } + "AveragesBG" + { + "ControlName" "EditablePanel" + "fieldName" "AveragesBG" + "xpos" "c-295" + "ypos" "165" + "wide" "405" + "tall" "265" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "paintborder" "0" + "border" "NoBorder" + "paintbackground" "0" + "bgcolor_override" "G_MenuShader" + } + "AveragesLabel" + { + "ControlName" "Label" + "fieldName" "AveragesLabel" + "font" "G_FontMedium" + "labelText" "#StatSummary_Label_PerformanceReport" + "textAlignment" "west" + "xpos" "c-285" + "ypos" "180" [$WINDOWS] + "ypos" "195" [!$WINDOWS] + "wide" "385" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "G_MenuText" + } + "ClassBarBG1A" + { + "ControlName" "ImagePanel" + "fieldName" "ClassBarBG1A" + "xpos" "c-285" + "ypos" "230" + "zpos" "2" + "wide" "312" + "tall" "16" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "fillcolor" "G_Footer" + "PaintBackgroundType" "0" + } + "ClassBarBG1B" + { + "ControlName" "ImagePanel" + "fieldName" "ClassBarBG1B" + "xpos" "c+30" + "ypos" "230" + "zpos" "2" + "wide" "70" + "tall" "16" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "fillcolor" "G_Footer" + "PaintBackgroundType" "0" + } + "ClassBar1A" + { + "ControlName" "ImagePanel" + "fieldName" "ClassBar1A" + "xpos" "c-282" + "ypos" "232" + "zpos" "3" + "wide" "151" + "tall" "12" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "fillcolor" "G_Highlight" + "PaintBackgroundType" "0" + } + "ClassBar1B" + { + "ControlName" "ImagePanel" + "fieldName" "ClassBar1B" + "xpos" "c-127" + "ypos" "232" + "zpos" "3" + "wide" "151" + "tall" "12" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "fillcolor" "G_Highlight" + "PaintBackgroundType" "0" + } + "ClassBarLabel1A" + { + "ControlName" "Label" + "fieldName" "ClassBarLabel1A" + "font" "ScoreboardVerySmall" + "fgcolor_override" "G_White" + "labelText" "%classbarlabel1A%" + "textAlignment" "west" + "xpos" "c-282" + "ypos" "228" + "zpos" "6" + "wide" "100" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + "ClassBarLabel1B" + { + "ControlName" "Label" + "fieldName" "ClassBarLabel1B" + "font" "ScoreboardVerySmall" + "fgcolor_override" "G_White" + "labelText" "%classbarlabel1B%" + "textAlignment" "west" + "xpos" "c-127" + "ypos" "228" + "zpos" "6" + "wide" "100" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + "ClassLabel1" + { + "ControlName" "Label" + "fieldName" "ClassLabel1" + "font" "ScoreboardSmall" + "fgcolor_override" "G_FooterText" + "labelText" "%class1%" + "textAlignment" "west" + "xpos" "c+34" + "ypos" "228" + "zpos" "5" + "wide" "300" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + "ClassBarBG2A" + { + "ControlName" "ImagePanel" + "fieldName" "ClassBarBG2A" + "xpos" "c-285" + "ypos" "248" + "zpos" "2" + "wide" "312" + "tall" "16" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "fillcolor" "G_Footer" + "PaintBackgroundType" "0" + } + "ClassBarBG2B" + { + "ControlName" "ImagePanel" + "fieldName" "ClassBarBG2B" + "xpos" "c+30" + "ypos" "248" + "zpos" "2" + "wide" "70" + "tall" "16" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "fillcolor" "G_Footer" + "PaintBackgroundType" "0" + } + "ClassBar2A" + { + "ControlName" "ImagePanel" + "fieldName" "ClassBar2A" + "xpos" "c-282" + "ypos" "250" + "zpos" "3" + "wide" "151" + "tall" "12" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "fillcolor" "G_Highlight" + "PaintBackgroundType" "0" + } + "ClassBar2B" + { + "ControlName" "ImagePanel" + "fieldName" "ClassBar2B" + "xpos" "c-127" + "ypos" "250" + "zpos" "3" + "wide" "151" + "tall" "12" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "fillcolor" "G_Highlight" + "PaintBackgroundType" "0" + } + "ClassBarLabel2A" + { + "ControlName" "Label" + "fieldName" "ClassBarLabel2A" + "font" "ScoreboardVerySmall" + "fgcolor_override" "G_White" + "labelText" "%classbarlabel2A%" + "textAlignment" "west" + "xpos" "c-282" + "ypos" "246" + "zpos" "6" + "wide" "100" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + "ClassBarLabel2B" + { + "ControlName" "Label" + "fieldName" "ClassBarLabel2B" + "font" "ScoreboardVerySmall" + "fgcolor_override" "G_White" + "labelText" "%classbarlabel2B%" + "textAlignment" "west" + "xpos" "c-127" + "ypos" "246" + "zpos" "6" + "wide" "100" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + "ClassLabel2" + { + "ControlName" "Label" + "fieldName" "ClassLabel2" + "font" "ScoreboardSmall" + "fgcolor_override" "G_FooterText" + "labelText" "%class2%" + "textAlignment" "west" + "xpos" "c+34" + "ypos" "246" + "zpos" "5" + "wide" "300" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + "ClassBarBG3A" + { + "ControlName" "ImagePanel" + "fieldName" "ClassBarBG3A" + "xpos" "c-285" + "ypos" "266" + "zpos" "2" + "wide" "312" + "tall" "16" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "fillcolor" "G_Footer" + "PaintBackgroundType" "0" + } + "ClassBarBG3B" + { + "ControlName" "ImagePanel" + "fieldName" "ClassBarBG3B" + "xpos" "c+30" + "ypos" "266" + "zpos" "2" + "wide" "70" + "tall" "16" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "fillcolor" "G_Footer" + "PaintBackgroundType" "0" + } + "ClassBar3A" + { + "ControlName" "ImagePanel" + "fieldName" "ClassBar3A" + "xpos" "c-282" + "ypos" "268" + "zpos" "3" + "wide" "151" + "tall" "12" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "fillcolor" "G_Highlight" + "PaintBackgroundType" "0" + } + "ClassBar3B" + { + "ControlName" "ImagePanel" + "fieldName" "ClassBar3B" + "xpos" "c-127" + "ypos" "268" + "zpos" "3" + "wide" "151" + "tall" "12" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "fillcolor" "G_Highlight" + "PaintBackgroundType" "0" + } + "ClassBarLabel3A" + { + "ControlName" "Label" + "fieldName" "ClassBarLabel3A" + "font" "ScoreboardVerySmall" + "fgcolor_override" "G_White" + "labelText" "%classbarlabel3A%" + "textAlignment" "west" + "xpos" "c-282" + "ypos" "264" + "zpos" "6" + "wide" "100" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + "ClassBarLabel3B" + { + "ControlName" "Label" + "fieldName" "ClassBarLabel3B" + "font" "ScoreboardVerySmall" + "fgcolor_override" "G_White" + "labelText" "%classbarlabel3B%" + "textAlignment" "west" + "xpos" "c-127" + "ypos" "264" + "zpos" "6" + "wide" "100" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + "ClassLabel3" + { + "ControlName" "Label" + "fieldName" "ClassLabel3" + "font" "ScoreboardSmall" + "fgcolor_override" "G_FooterText" + "labelText" "%class3%" + "textAlignment" "west" + "xpos" "c+34" + "ypos" "264" + "zpos" "5" + "wide" "300" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + "ClassBarBG4A" + { + "ControlName" "ImagePanel" + "fieldName" "ClassBarBG4A" + "xpos" "c-285" + "ypos" "284" + "zpos" "2" + "wide" "312" + "tall" "16" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "fillcolor" "G_Footer" + "PaintBackgroundType" "0" + } + "ClassBarBG4B" + { + "ControlName" "ImagePanel" + "fieldName" "ClassBarBG4B" + "xpos" "c+30" + "ypos" "284" + "zpos" "2" + "wide" "70" + "tall" "16" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "fillcolor" "G_Footer" + "PaintBackgroundType" "0" + } + "ClassBar4A" + { + "ControlName" "ImagePanel" + "fieldName" "ClassBar4A" + "xpos" "c-282" + "ypos" "286" + "zpos" "3" + "wide" "151" + "tall" "12" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "fillcolor" "G_Highlight" + "PaintBackgroundType" "0" + } + "ClassBar4B" + { + "ControlName" "ImagePanel" + "fieldName" "ClassBar4B" + "xpos" "c-127" + "ypos" "286" + "zpos" "3" + "wide" "151" + "tall" "12" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "fillcolor" "G_Highlight" + "PaintBackgroundType" "0" + } + "ClassBarLabel4A" + { + "ControlName" "Label" + "fieldName" "ClassBarLabel4A" + "font" "ScoreboardVerySmall" + "fgcolor_override" "G_White" + "labelText" "%classbarlabel4A%" + "textAlignment" "west" + "xpos" "c-282" + "ypos" "282" + "zpos" "6" + "wide" "100" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + "ClassBarLabel4B" + { + "ControlName" "Label" + "fieldName" "ClassBarLabel4B" + "font" "ScoreboardVerySmall" + "fgcolor_override" "G_White" + "labelText" "%classbarlabel4B%" + "textAlignment" "west" + "xpos" "c-127" + "ypos" "282" + "zpos" "6" + "wide" "100" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + "ClassLabel4" + { + "ControlName" "Label" + "fieldName" "ClassLabel4" + "font" "ScoreboardSmall" + "fgcolor_override" "G_FooterText" + "labelText" "%class4%" + "textAlignment" "west" + "xpos" "c+34" + "ypos" "282" + "zpos" "5" + "wide" "300" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + "ClassBarBG5A" + { + "ControlName" "ImagePanel" + "fieldName" "ClassBarBG5A" + "xpos" "c-285" + "ypos" "302" + "zpos" "2" + "wide" "312" + "tall" "16" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "fillcolor" "G_Footer" + "PaintBackgroundType" "0" + } + "ClassBarBG5B" + { + "ControlName" "ImagePanel" + "fieldName" "ClassBarBG5B" + "xpos" "c+30" + "ypos" "302" + "zpos" "2" + "wide" "70" + "tall" "16" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "fillcolor" "G_Footer" + "PaintBackgroundType" "0" + } + "ClassBar5A" + { + "ControlName" "ImagePanel" + "fieldName" "ClassBar5A" + "xpos" "c-282" + "ypos" "304" + "zpos" "3" + "wide" "151" + "tall" "12" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "fillcolor" "G_Highlight" + "PaintBackgroundType" "0" + } + "ClassBar5B" + { + "ControlName" "ImagePanel" + "fieldName" "ClassBar5B" + "xpos" "c-127" + "ypos" "304" + "zpos" "3" + "wide" "151" + "tall" "12" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "fillcolor" "G_Highlight" + "PaintBackgroundType" "0" + } + "ClassBarLabel5A" + { + "ControlName" "Label" + "fieldName" "ClassBarLabel5A" + "font" "ScoreboardVerySmall" + "fgcolor_override" "G_White" + "labelText" "%classbarlabel5A%" + "textAlignment" "west" + "xpos" "c-282" + "ypos" "300" + "zpos" "6" + "wide" "100" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + "ClassBarLabel5B" + { + "ControlName" "Label" + "fieldName" "ClassBarLabel5B" + "font" "ScoreboardVerySmall" + "fgcolor_override" "G_White" + "labelText" "%classbarlabel5B%" + "textAlignment" "west" + "xpos" "c-127" + "ypos" "300" + "zpos" "6" + "wide" "100" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + "ClassLabel5" + { + "ControlName" "Label" + "fieldName" "ClassLabel5" + "font" "ScoreboardSmall" + "fgcolor_override" "G_FooterText" + "labelText" "%class5%" + "textAlignment" "west" + "xpos" "c+34" + "ypos" "300" + "zpos" "5" + "wide" "282" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + "ClassBarBG6A" + { + "ControlName" "ImagePanel" + "fieldName" "ClassBarBG6A" + "xpos" "c-285" + "ypos" "320" + "zpos" "2" + "wide" "312" + "tall" "16" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "fillcolor" "G_Footer" + "PaintBackgroundType" "0" + } + "ClassBarBG6B" + { + "ControlName" "ImagePanel" + "fieldName" "ClassBarBG6B" + "xpos" "c+30" + "ypos" "320" + "zpos" "2" + "wide" "70" + "tall" "16" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "fillcolor" "G_Footer" + "PaintBackgroundType" "0" + } + "ClassBar6A" + { + "ControlName" "ImagePanel" + "fieldName" "ClassBar6A" + "xpos" "c-282" + "ypos" "322" + "zpos" "3" + "wide" "151" + "tall" "12" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "fillcolor" "G_Highlight" + "PaintBackgroundType" "0" + } + "ClassBar6B" + { + "ControlName" "ImagePanel" + "fieldName" "ClassBar6B" + "xpos" "c-127" + "ypos" "322" + "zpos" "3" + "wide" "151" + "tall" "12" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "fillcolor" "G_Highlight" + "PaintBackgroundType" "0" + } + "ClassBarLabel6A" + { + "ControlName" "Label" + "fieldName" "ClassBarLabel6A" + "font" "ScoreboardVerySmall" + "fgcolor_override" "G_White" + "labelText" "%classbarlabel6A%" + "textAlignment" "west" + "xpos" "c-282" + "ypos" "318" + "zpos" "6" + "wide" "100" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + "ClassBarLabel6B" + { + "ControlName" "Label" + "fieldName" "ClassBarLabel6B" + "font" "ScoreboardVerySmall" + "fgcolor_override" "G_White" + "labelText" "%classbarlabel6B%" + "textAlignment" "west" + "xpos" "c-127" + "ypos" "318" + "zpos" "6" + "wide" "100" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + "ClassLabel6" + { + "ControlName" "Label" + "fieldName" "ClassLabel6" + "font" "ScoreboardSmall" + "fgcolor_override" "G_FooterText" + "labelText" "%class6%" + "textAlignment" "west" + "xpos" "c+34" + "ypos" "318" + "zpos" "5" + "wide" "300" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + "ClassBarBG7A" + { + "ControlName" "ImagePanel" + "fieldName" "ClassBarBG7A" + "xpos" "c-285" + "ypos" "338" + "zpos" "2" + "wide" "312" + "tall" "16" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "fillcolor" "G_Footer" + "PaintBackgroundType" "0" + } + "ClassBarBG7B" + { + "ControlName" "ImagePanel" + "fieldName" "ClassBarBG7B" + "xpos" "c+30" + "ypos" "338" + "zpos" "2" + "wide" "70" + "tall" "16" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "fillcolor" "G_Footer" + "PaintBackgroundType" "0" + } + "ClassBar7A" + { + "ControlName" "ImagePanel" + "fieldName" "ClassBar7A" + "xpos" "c-282" + "ypos" "340" + "zpos" "3" + "wide" "151" + "tall" "12" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "fillcolor" "G_Highlight" + "PaintBackgroundType" "0" + } + "ClassBar7B" + { + "ControlName" "ImagePanel" + "fieldName" "ClassBar7B" + "xpos" "c-127" + "ypos" "340" + "zpos" "3" + "wide" "151" + "tall" "12" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "fillcolor" "G_Highlight" + "PaintBackgroundType" "0" + } + "ClassBarLabel7A" + { + "ControlName" "Label" + "fieldName" "ClassBarLabel7A" + "font" "ScoreboardVerySmall" + "fgcolor_override" "G_White" + "labelText" "%classbarlabel7A%" + "textAlignment" "west" + "xpos" "c-282" + "ypos" "336" + "zpos" "6" + "wide" "100" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + "ClassBarLabel7B" + { + "ControlName" "Label" + "fieldName" "ClassBarLabel7B" + "font" "ScoreboardVerySmall" + "fgcolor_override" "G_White" + "labelText" "%classbarlabel7B%" + "textAlignment" "west" + "xpos" "c-127" + "ypos" "336" + "zpos" "6" + "wide" "100" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + "ClassLabel7" + { + "ControlName" "Label" + "fieldName" "ClassLabel7" + "font" "ScoreboardSmall" + "fgcolor_override" "G_FooterText" + "labelText" "%class7%" + "textAlignment" "west" + "xpos" "c+34" + "ypos" "336" + "zpos" "5" + "wide" "300" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + "ClassBarBG8A" + { + "ControlName" "ImagePanel" + "fieldName" "ClassBarBG8A" + "xpos" "c-285" + "ypos" "356" + "zpos" "2" + "wide" "312" + "tall" "16" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "fillcolor" "G_Footer" + "PaintBackgroundType" "0" + } + "ClassBarBG8B" + { + "ControlName" "ImagePanel" + "fieldName" "ClassBarBG8B" + "xpos" "c+30" + "ypos" "356" + "zpos" "2" + "wide" "70" + "tall" "16" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "fillcolor" "G_Footer" + "PaintBackgroundType" "0" + } + "ClassBar8A" + { + "ControlName" "ImagePanel" + "fieldName" "ClassBar8A" + "xpos" "c-282" + "ypos" "358" + "zpos" "3" + "wide" "151" + "tall" "12" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "fillcolor" "G_Highlight" + "PaintBackgroundType" "0" + } + "ClassBar8B" + { + "ControlName" "ImagePanel" + "fieldName" "ClassBar8B" + "xpos" "c-127" + "ypos" "358" + "zpos" "3" + "wide" "151" + "tall" "12" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "fillcolor" "G_Highlight" + "PaintBackgroundType" "0" + } + "ClassBarLabel8A" + { + "ControlName" "Label" + "fieldName" "ClassBarLabel8A" + "font" "ScoreboardVerySmall" + "fgcolor_override" "G_White" + "labelText" "%classbarlabel8A%" + "textAlignment" "west" + "xpos" "c-282" + "ypos" "354" + "zpos" "6" + "wide" "100" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "G_FooterText" + } + "ClassBarLabel8B" + { + "ControlName" "Label" + "fieldName" "ClassBarLabel8B" + "font" "ScoreboardVerySmall" + "fgcolor_override" "G_White" + "labelText" "%classbarlabel8B%" + "textAlignment" "west" + "xpos" "c-127" + "ypos" "354" + "zpos" "6" + "wide" "100" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "G_FooterText" + } + "ClassLabel8" + { + "ControlName" "Label" + "fieldName" "ClassLabel8" + "font" "ScoreboardSmall" + "fgcolor_override" "G_FooterText" + "labelText" "%class8%" + "textAlignment" "west" + "xpos" "c+34" + "ypos" "354" + "zpos" "5" + "wide" "300" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + "ClassBarBG9A" + { + "ControlName" "ImagePanel" + "fieldName" "ClassBarBG9A" + "xpos" "c-285" + "ypos" "374" + "zpos" "2" + "wide" "312" + "tall" "16" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "fillcolor" "G_Footer" + "PaintBackgroundType" "0" + } + "ClassBarBG9B" + { + "ControlName" "ImagePanel" + "fieldName" "ClassBarBG9B" + "xpos" "c+30" + "ypos" "374" + "zpos" "2" + "wide" "70" + "tall" "16" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "fillcolor" "G_Footer" + "PaintBackgroundType" "0" + } + "ClassBar9A" + { + "ControlName" "ImagePanel" + "fieldName" "ClassBar9A" + "xpos" "c-282" + "ypos" "376" + "zpos" "3" + "wide" "151" + "tall" "12" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "fillcolor" "G_Highlight" + "PaintBackgroundType" "0" + } + "ClassBar9B" + { + "ControlName" "ImagePanel" + "fieldName" "ClassBar9B" + "xpos" "c-127" + "ypos" "376" + "zpos" "3" + "wide" "151" + "tall" "12" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "fillcolor" "G_Highlight" + "PaintBackgroundType" "0" + } + "ClassBarLabel9A" + { + "ControlName" "Label" + "fieldName" "ClassBarLabel9A" + "font" "ScoreboardVerySmall" + "fgcolor_override" "G_White" + "labelText" "%classbarlabel9A%" + "textAlignment" "west" + "xpos" "c-282" + "ypos" "372" + "zpos" "6" + "wide" "100" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + "ClassBarLabel9B" + { + "ControlName" "Label" + "fieldName" "ClassBarLabel9B" + "font" "ScoreboardVerySmall" + "fgcolor_override" "G_White" + "labelText" "%classbarlabel9B%" + "textAlignment" "west" + "xpos" "c-127" + "ypos" "372" + "zpos" "6" + "wide" "100" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + "ClassLabel9" + { + "ControlName" "Label" + "fieldName" "ClassLabel9" + "font" "ScoreboardSmall" + "fgcolor_override" "G_FooterText" + "labelText" "%class9%" + "textAlignment" "west" + "xpos" "c+34" + "ypos" "372" + "zpos" "5" + "wide" "300" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + "RecordsBG" + { + "ControlName" "EditablePanel" + "fieldName" "RecordsBG" + "xpos" "c+115" + "ypos" "165" + "wide" "200" + "tall" "265" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "paintborder" "0" + "border" "NoBorder" + "paintbackground" "0" + "bgcolor_override" "G_MenuShader" + } + "RecordsLabel1" + { + "ControlName" "Label" + "fieldName" "RecordsLabel1" + "font" "ScoreboardMediumSmall" + "fgcolor_override" "G_FooterText" + "labelText" "#StatSummary_Label_BestMoments" + "textAlignment" "west" + "xpos" "c+124" + "ypos" "170" [$WINDOWS] + "ypos" "180" [!$WINDOWS] + "wide" "300" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + } + "RecordsSubBG1" + { + "ControlName" "ImagePanel" + "fieldName" "RecordsSubBG1" + "xpos" "c+124" + "ypos" "230" + "zpos" "2" + "wide" "167" + "tall" "160" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "fillcolor" "G_Footer" + "PaintBackgroundType" "0" + } + "RecordsLabel" + { + "ControlName" "Label" + "fieldName" "RecordsLabel" + "font" "ScoreboardMedium" + "fgcolor_override" "G_FooterText" + "labelText" "#StatSummary_Records" + "textAlignment" "west" + "xpos" "c-265" + "ypos" "232" + "zpos" "5" + "wide" "220" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "1" + } + "OverallRecord1Label" + { + "ControlName" "Label" + "fieldName" "OverallRecord1Label" + "font" "ScoreboardVerySmall" + "fgcolor_override" "G_FooterText" + "labelText" "%classrecord1label%" + "textAlignment" "west" + "xpos" "c+128" + "ypos" "227" + "zpos" "5" + "wide" "200" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + "OverallRecord1Value" + { + "ControlName" "Label" + "fieldName" "OverallRecord1Value" + "font" "ScoreboardVerySmall" + "fgcolor_override" "G_FooterText" + "labelText" "%classrecord1value%" + "textAlignment" "west" + "xpos" "c+210" + "ypos" "227" + "zpos" "5" + "wide" "200" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + "OverallRecord2Label" + { + "ControlName" "Label" + "fieldName" "OverallRecord2Label" + "font" "ScoreboardVerySmall" + "fgcolor_override" "G_FooterText" + "labelText" "%classrecord2label%" + "textAlignment" "west" + "xpos" "c+128" + "ypos" "237" + "zpos" "5" + "wide" "200" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + "OverallRecord2Value" + { + "ControlName" "Label" + "fieldName" "OverallRecord2Value" + "font" "ScoreboardVerySmall" + "fgcolor_override" "G_FooterText" + "labelText" "%classrecord2value%" + "textAlignment" "west" + "xpos" "c+210" + "ypos" "237" + "zpos" "5" + "wide" "200" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + "OverallRecord3Label" + { + "ControlName" "Label" + "fieldName" "OverallRecord3Label" + "font" "ScoreboardVerySmall" + "fgcolor_override" "G_FooterText" + "labelText" "%classrecord3label%" + "textAlignment" "west" + "xpos" "c+128" + "ypos" "247" + "zpos" "5" + "wide" "200" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + "OverallRecord3Value" + { + "ControlName" "Label" + "fieldName" "OverallRecord3Value" + "font" "ScoreboardVerySmall" + "fgcolor_override" "G_FooterText" + "labelText" "%classrecord3value%" + "textAlignment" "west" + "xpos" "c+210" + "ypos" "247" + "zpos" "5" + "wide" "200" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + "OverallRecord4Label" + { + "ControlName" "Label" + "fieldName" "OverallRecord4Label" + "font" "ScoreboardVerySmall" + "fgcolor_override" "G_FooterText" + "labelText" "%classrecord4label%" + "textAlignment" "west" + "xpos" "c+128" + "ypos" "257" + "zpos" "5" + "wide" "200" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + "OverallRecord4Value" + { + "ControlName" "Label" + "fieldName" "OverallRecord4Value" + "font" "ScoreboardVerySmall" + "fgcolor_override" "G_FooterText" + "labelText" "%classrecord4value%" + "textAlignment" "west" + "xpos" "c+210" + "ypos" "257" + "zpos" "5" + "wide" "200" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + "OverallRecord5Label" + { + "ControlName" "Label" + "fieldName" "OverallRecord5Label" + "font" "ScoreboardVerySmall" + "fgcolor_override" "G_FooterText" + "labelText" "%classrecord5label%" + "textAlignment" "west" + "xpos" "c+128" + "ypos" "267" + "zpos" "5" + "wide" "200" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + "OverallRecord5Value" + { + "ControlName" "Label" + "fieldName" "OverallRecord5Value" + "font" "ScoreboardVerySmall" + "fgcolor_override" "G_FooterText" + "labelText" "%classrecord5value%" + "textAlignment" "west" + "xpos" "c+210" + "ypos" "267" + "zpos" "5" + "wide" "200" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + "OverallRecord6Label" + { + "ControlName" "Label" + "fieldName" "OverallRecord6Label" + "font" "ScoreboardVerySmall" + "fgcolor_override" "G_FooterText" + "labelText" "%classrecord6label%" + "textAlignment" "west" + "xpos" "c+128" + "ypos" "277" + "zpos" "5" + "wide" "200" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + "OverallRecord6Value" + { + "ControlName" "Label" + "fieldName" "OverallRecord6Value" + "font" "ScoreboardVerySmall" + "fgcolor_override" "G_FooterText" + "labelText" "%classrecord6value%" + "textAlignment" "west" + "xpos" "c+210" + "ypos" "277" + "zpos" "5" + "wide" "200" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + "OverallRecord7Label" + { + "ControlName" "Label" + "fieldName" "OverallRecord7Label" + "font" "ScoreboardVerySmall" + "fgcolor_override" "G_FooterText" + "labelText" "%classrecord7label%" + "textAlignment" "west" + "xpos" "c+128" + "ypos" "287" + "zpos" "5" + "wide" "200" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + "OverallRecord7Value" + { + "ControlName" "Label" + "fieldName" "OverallRecord7Value" + "font" "ScoreboardVerySmall" + "fgcolor_override" "G_FooterText" + "labelText" "%classrecord7value%" + "textAlignment" "west" + "xpos" "c+210" + "ypos" "287" + "zpos" "5" + "wide" "200" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + "OverallRecord8Label" + { + "ControlName" "Label" + "fieldName" "OverallRecord8Label" + "font" "ScoreboardVerySmall" + "fgcolor_override" "G_FooterText" + "labelText" "%classrecord8label%" + "textAlignment" "west" + "xpos" "c+128" + "ypos" "297" + "zpos" "5" + "wide" "200" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + "OverallRecord8Value" + { + "ControlName" "Label" + "fieldName" "OverallRecord8Value" + "font" "ScoreboardVerySmall" + "fgcolor_override" "G_FooterText" + "labelText" "%classrecord8value%" + "textAlignment" "west" + "xpos" "c+210" + "ypos" "297" + "zpos" "5" + "wide" "200" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + "OverallRecord9Label" + { + "ControlName" "Label" + "fieldName" "OverallRecord9Label" + "font" "ScoreboardVerySmall" + "fgcolor_override" "G_FooterText" + "labelText" "%classrecord9label%" + "textAlignment" "west" + "xpos" "c+128" + "ypos" "307" + "zpos" "5" + "wide" "200" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + "OverallRecord9Value" + { + "ControlName" "Label" + "fieldName" "OverallRecord9Value" + "font" "ScoreboardVerySmall" + "fgcolor_override" "G_FooterText" + "labelText" "%classrecord9value%" + "textAlignment" "west" + "xpos" "c+210" + "ypos" "307" + "zpos" "5" + "wide" "200" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + "OverallRecord10Label" + { + "ControlName" "Label" + "fieldName" "OverallRecord10Label" + "font" "ScoreboardVerySmall" + "fgcolor_override" "G_FooterText" + "labelText" "%classrecord10label%" + "textAlignment" "west" + "xpos" "c+128" + "ypos" "317" + "zpos" "5" + "wide" "200" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + "OverallRecord10Value" + { + "ControlName" "Label" + "fieldName" "OverallRecord10Value" + "font" "ScoreboardVerySmall" + "fgcolor_override" "G_FooterText" + "labelText" "%classrecord10value%" + "textAlignment" "west" + "xpos" "c+210" + "ypos" "317" + "zpos" "5" + "wide" "200" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + "OverallRecord11Label" + { + "ControlName" "Label" + "fieldName" "OverallRecord11Label" + "font" "ScoreboardVerySmall" + "fgcolor_override" "G_FooterText" + "labelText" "%classrecord11label%" + "textAlignment" "west" + "xpos" "c+128" + "ypos" "327" + "zpos" "5" + "wide" "200" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + "OverallRecord11Value" + { + "ControlName" "Label" + "fieldName" "OverallRecord11Value" + "font" "ScoreboardVerySmall" + "fgcolor_override" "G_FooterText" + "labelText" "%classrecord11value%" + "textAlignment" "west" + "xpos" "c+210" + "ypos" "327" + "zpos" "5" + "wide" "200" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + "OverallRecord12Label" + { + "ControlName" "Label" + "fieldName" "OverallRecord12Label" + "font" "ScoreboardVerySmall" + "fgcolor_override" "G_FooterText" + "labelText" "%classrecord12label%" + "textAlignment" "west" + "xpos" "c+128" + "ypos" "337" + "zpos" "5" + "wide" "200" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + "OverallRecord12Value" + { + "ControlName" "Label" + "fieldName" "OverallRecord12Value" + "font" "ScoreboardVerySmall" + "fgcolor_override" "G_FooterText" + "labelText" "%classrecord12value%" + "textAlignment" "west" + "xpos" "c+210" + "ypos" "337" + "zpos" "5" + "wide" "200" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + "OverallRecord13Label" + { + "ControlName" "Label" + "fieldName" "OverallRecord13Label" + "font" "ScoreboardVerySmall" + "fgcolor_override" "G_FooterText" + "labelText" "%classrecord13label%" + "textAlignment" "west" + "xpos" "c+128" + "ypos" "347" + "zpos" "5" + "wide" "200" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + "OverallRecord13Value" + { + "ControlName" "Label" + "fieldName" "OverallRecord13Value" + "font" "ScoreboardVerySmall" + "fgcolor_override" "G_FooterText" + "labelText" "%classrecord13value%" + "textAlignment" "west" + "xpos" "c+210" + "ypos" "347" + "zpos" "5" + "wide" "200" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + "OverallRecord14Label" + { + "ControlName" "Label" + "fieldName" "OverallRecord14Label" + "font" "ScoreboardVerySmall" + "fgcolor_override" "G_FooterText" + "labelText" "%classrecord14label%" + "textAlignment" "west" + "xpos" "c+128" + "ypos" "357" + "zpos" "5" + "wide" "200" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + "OverallRecord14Value" + { + "ControlName" "Label" + "fieldName" "OverallRecord14Value" + "font" "ScoreboardVerySmall" + "fgcolor_override" "G_FooterText" + "labelText" "%classrecord14value%" + "textAlignment" "west" + "xpos" "c+210" + "ypos" "357" + "zpos" "5" + "wide" "200" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + "OverallRecord15Label" + { + "ControlName" "Label" + "fieldName" "OverallRecord15Label" + "font" "ScoreboardVerySmall" + "fgcolor_override" "G_FooterText" + "labelText" "%classrecord15label%" + "textAlignment" "west" + "xpos" "c+128" + "ypos" "367" + "zpos" "5" + "wide" "200" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + "OverallRecord15Value" + { + "ControlName" "Label" + "fieldName" "OverallRecord15Value" + "font" "ScoreboardVerySmall" + "fgcolor_override" "G_FooterText" + "labelText" "%classrecord15value%" + "textAlignment" "west" + "xpos" "c+210" + "ypos" "367" + "zpos" "5" + "wide" "200" + "tall" "20" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + } + } + "TipImage" + { + "ControlName" "CTFImagePanel" + "fieldName" "TipImage" + "xpos" "c-285" + "ypos" "340" [$WINDOWS] + "ypos" "335" [!$WINDOWS] + "zpos" "12" + "wide" "40" + "tall" "40" + "visible" "0" + "enabled" "1" + "image" "" + "scaleImage" "1" + } + "TipText" + { + "ControlName" "Label" + "fieldName" "TipText" + "font" "ScoreboardVerySmall" + "labelText" "%tiptext%" + "textAlignment" "west" + "xpos" "c-245" + "ypos" "340" + "zpos" "12" + "wide" "540" + "tall" "25" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "fgcolor_override" "G_MenuText" + } + "NextTipButton" + { + "ControlName" "Button" + "fieldName" "NextTipButton" + "font" "Default" + "xpos" "c-235" + "ypos" "365" [$WINDOWS] + "ypos" "360" [!$WINDOWS] + "zpos" "6" + "wide" "40" + "tall" "15" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#TF_NextTip" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "Command" "nexttip" + } + "ResetStatsButton" + { + "ControlName" "Button" + "fieldName" "ResetStatsButton" + "xpos" "c124" + "ypos" "287" + "zpos" "6" + "wide" "150" + "tall" "30" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "#TF_ResetStats" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "Command" "resetstatsbutton" + } + "CloseButton" [$WINDOWS] + { + "ControlName" "Button" + "fieldName" "CloseButton" + "xpos" "r190" + "ypos" "r50" + "zpos" "6" + "wide" "150" + "tall" "30" + "autoResize" "0" + "pinCorner" "2" + "visible" "0" + "enabled" "0" + "tabPosition" "0" + "labelText" "#TF_Close" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "Command" "vguicancel" + } + "Footer" [$X360] + { + "ControlName" "CTFFooter" + "fieldName" "Footer" + "bgcolor" "TanDarker" + "paintbackground" "1" + "tall" "100" + "center" "1" + "buttonoffsety" "20" + "button_separator" "10" + "fonttext" "MatchmakingDialogMenuLarge" + "buttongap" "50" + "textadjust" "3" + "zpos" "6" + "fgcolor" "HudOffWhite" + + "button" + { + "name" "back" + "text" "#GameUI_Back" + "icon" "#GameUI_Icons_B_BUTTON" + } + + "button" + { + "name" "nexttip" + "text" "#TF_NextTip_360" + "icon" "#GameUI_Icons_A_BUTTON" + } + } + "TitleBanner" [$X360] + { + "ControlName" "ImagePanel" + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "128" + "image" "menu_header" + } + + "Wall" + { + "ControlName" "EditablePanel" + "fieldName" "Wall" + "xpos" "0" + "ypos" "50" + "zpos" "-5" + "wide" "f0" + "tall" "280" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "paintbackground" "1" + "bgcolor_override" "G_MenuShader" + } +} diff --git a/toonhud/resource/ui/steamfriendpanel.res b/toonhud/resource/ui/steamfriendpanel.res new file mode 100644 index 0000000..29b06b4 --- /dev/null +++ b/toonhud/resource/ui/steamfriendpanel.res @@ -0,0 +1,77 @@ +"Resource/UI/SteamFriendPanel.res" +{ + "avatar" + { + "fieldName" "avatar" + "xpos" "1" + "ypos" "1" + "wide" "o1" + "tall" "f2" + "proportionaltoparent" "1" + "mouseinputenabled" "0" + "scaleImage" "1" + } + + "InteractButton" + { + "fieldName" "InteractButton" + "xpos" "0" + "ypos" "0" + "zpos" "-1" + "wide" "f0" + "tall" "f0" + "proportionaltoparent" "1" + "command" "open_menu" + "labeltext" "" + "textalignment" "center" + "stay_armed_on_click" "1" + "roundedcorners" "0" + "paintbackground" "1" + + "defaultBgColor_override" "0 0 0 0" + "armedBgColor_override" "94 150 49 5" + + "border_default" "NoBorder" + "border_armed" "FriendHighlightBorder" + } + + "NameLabel" + { + "ControlName" "Label" + "fieldName" "NameLabel" + "xpos" "rs1" + "ypos" "0" + "zpos" "100" + "wide" "f25" + "tall" "10" + "textAlignment" "north-west" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "wrap" "0" + "labelText" "%name%" + "proportionaltoparent" "1" + "font" "G_FontTiny_2" + "mouseinputenabled" "0" + } + + "StatusLabel" + { + "fieldName" "StatusLabel" + "xpos" "rs1" + "ypos" "10" + "zpos" "100" + "wide" "f25" + "tall" "10" + "textAlignment" "west" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + "wrap" "0" + "labelText" "%status%" + "proportionaltoparent" "1" + "font" "DefaultVerySmall" + "fgcolor_override" "TanDark" + "mouseinputenabled" "0" + } +} diff --git a/toonhud/resource/ui/streamlistpanel.res b/toonhud/resource/ui/streamlistpanel.res new file mode 100644 index 0000000..eac8115 --- /dev/null +++ b/toonhud/resource/ui/streamlistpanel.res @@ -0,0 +1,216 @@ +"Resource/UI/StreamListPanel.res" +{ + + "HeaderContainer" + { + "ControlName" "EditablePanel" + "fieldName" "HeaderContainer" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "300" + "tall" "24" + "visible" "1" + + "HeaderLabel" + { + "ControlName" "CExLabel" + "fieldName" "HeaderLabel" + "font" "HudFontSmallBold" + "textAlignment" "west" + "textinsetx" "15" + "labelText" "#MMenu_Stream_LiveStream" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "300" + "tall" "24" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fgcolor_override" "255 255 255 255" + } + } + + "CloseButton" + { + "ControlName" "CExImageButton" + "fieldName" "CloseButton" + "xpos" "281" + "ypos" "5" + "zpos" "10" + "wide" "14" + "tall" "14" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labeltext" "" + "font" "HudFontSmallBold" + "textAlignment" "center" + "dulltext" "0" + "brighttext" "0" + "default" "0" + + "navDown" "MOTD_URLButton" + "navActivate" "