diff options
| author | CriticalFlaw <[email protected]> | 2019-09-16 17:01:00 -0400 |
|---|---|---|
| committer | CriticalFlaw <[email protected]> | 2019-09-16 17:01:00 -0400 |
| commit | be4b18177f743d06abe3b0480f528643e26acacb (patch) | |
| tree | ef2c3e0250c3ef876b8df87b4a11151ed29930d4 /resource/ui | |
| parent | ff15502cd402752ea6a9dfa8c5b2dfffc5afb7c5 (diff) | |
Alternate Player Model Position
- Added a customization to toggle to a different player model position via installer
Diffstat (limited to 'resource/ui')
| -rw-r--r-- | resource/ui/hudplayerclass.res | 201 |
1 files changed, 2 insertions, 199 deletions
diff --git a/resource/ui/hudplayerclass.res b/resource/ui/hudplayerclass.res index 113321b..ffb958d 100644 --- a/resource/ui/hudplayerclass.res +++ b/resource/ui/hudplayerclass.res @@ -1,199 +1,2 @@ -"Resource/UI/HudPlayerClass.res" -{ - // Player Class Data - "HudPlayerClass" - { - "ControlName" "EditablePanel" - "fieldName" "HudPlayerClass" - "xpos" "0" - "ypos" "0" - "zpos" "1" - "wide" "f0" - "tall" "480" - "visible" "1" - "enabled" "1" - } - "PlayerStatusClassImage" - { - "ControlName" "CTFClassImage" - "fieldName" "PlayerStatusClassImage" - "xpos" "c210" - "ypos" "r60" - "zpos" "2" - "wide" "60" - "tall" "60" - "visible" "1" - "enabled" "1" - "image" "../hud/class_scoutred" - "scaleImage" "1" - } - "PlayerStatusSpyImage" - { - "ControlName" "CTFImagePanel" - "fieldName" "PlayerStatusSpyImage" - "xpos" "9999" - } - "PlayerStatusSpyOutlineImage" - { - "ControlName" "CTFImagePanel" - "fieldName" "PlayerStatusSpyOutlineImage" - "xpos" "3" - "ypos" "r67" - "xpos_minmode" "-5" - "ypos_minmode" "r44" - "zpos" "7" - "wide" "55" - "tall" "55" - "wide_minmode" "27" - "tall_minmode" "27" - "visible" "0" - "enabled" "1" - "image" "../hud/class_spy_outline" - "scaleImage" "1" - } - "PlayerStatusClassImageBG" - { - "ControlName" "CTFImagePanel" - "fieldName" "PlayerStatusClassImageBG" - "xpos" "9999" - } - - "classmodelpanelBG" - { - "ControlName" "CTFImagePanel" - "fieldName" "classmodelpanelBG" - "xpos" "9999" - } - - "classmodelpanel" - { - "ControlName" "CTFPlayerModelPanel" - "fieldName" "classmodelpanel" - "xpos" "r210" - "ypos" "r148" - "zpos" "2" - "wide" "75" - "tall" "150" - "autoResize" "0" - "pinCorner" "0" - "visible" "1" - "enabled" "1" - "render_texture" "0" - "fov" "12" - "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" - "modelname" "" - } - - "customclassdata" - { - "undefined" - { - - } - "Scout" - { - "fov" "25" - "angles_x" "-17" - "angles_y" "150" - "angles_z" "-10" - "origin_x" "105" - "origin_y" "7" - "origin_z" "-82" - } - "Sniper" - { - "fov" "25" - "angles_x" "-10" - "angles_y" "150" - "angles_z" "0" - "origin_x" "130" - "origin_y" "-3" - "origin_z" "-97" - } - "Soldier" - { - "fov" "25" - "angles_x" "-10" - "angles_y" "150" - "angles_z" "0" - "origin_x" "145" - "origin_y" "-5" - "origin_z" "-90" - } - "Demoman" - { - "fov" "25" - "angles_x" "-13" - "angles_y" "150" - "angles_z" "0" - "origin_x" "138" - "origin_y" "-4" - "origin_z" "-93" - } - "Medic" - { - "fov" "20" - "angles_x" "-5" - "angles_y" "158" - "angles_z" "0" - "origin_x" "150" - "origin_y" "-5" - "origin_z" "-96" - } - "Heavy" - { - "fov" "20" - "angles_x" "-5" - "angles_y" "150" - "angles_z" "0" - "origin_x" "200" - "origin_y" "-7" - "origin_z" "-102" - } - "Pyro" - { - "fov" "20" - "angles_x" "-5" - "angles_y" "150" - "angles_z" "0" - "origin_x" "175" - "origin_y" "-5" - "origin_z" "-90" - } - "Spy" - { - "fov" "20" - "angles_x" "-5" - "angles_y" "150" - "angles_z" "0" - "origin_x" "160" - "origin_y" "0" - "origin_z" "-95" - } - "Engineer" - { - "fov" "20" - "angles_x" "-10" - "angles_y" "150" - "angles_z" "0" - "origin_x" "140" - "origin_y" "-2" - "origin_z" "-82" - } - } - } -}
\ No newline at end of file +//#base "../../customizations/player_model/hudplayerclass-left.res" +#base "../../customizations/player_model/hudplayerclass.res" |
