diff options
| author | Seth Flynn <[email protected]> | 2021-09-10 03:25:31 -0400 |
|---|---|---|
| committer | Seth Flynn <[email protected]> | 2021-09-10 14:22:44 -0400 |
| commit | 8f20bd305da53eab11501e2809eaf039dce23780 (patch) | |
| tree | f130a5714c696ac4d4b02ec5d469c8065a4db192 /#customizations/_enabled/hudplayerclass-left.res | |
| parent | c416cb67497f3b98406d1562868c1ed470c46336 (diff) | |
initial commit of gethud
Diffstat (limited to '#customizations/_enabled/hudplayerclass-left.res')
| -rw-r--r-- | #customizations/_enabled/hudplayerclass-left.res | 139 |
1 files changed, 139 insertions, 0 deletions
diff --git a/#customizations/_enabled/hudplayerclass-left.res b/#customizations/_enabled/hudplayerclass-left.res new file mode 100644 index 0000000..81571c8 --- /dev/null +++ b/#customizations/_enabled/hudplayerclass-left.res @@ -0,0 +1,139 @@ +"Resource/UI/HudPlayerClass.res" +{ + "classmodelpanel" + { + "ControlName" "CTFPlayerModelPanel" + "fieldName" "classmodelpanel" + "xpos" "15" + "ypos" "r200" + "zpos" "2" + "wide" "100" + "tall" "200" + "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" "203" + "angles_z" "-5" + "origin_x" "115" + "origin_y" "-1" + "origin_z" "-85" + } + "Sniper" + { + "fov" "25" + "angles_x" "-10" + "angles_y" "172" + "angles_z" "0" + "origin_x" "125" + "origin_y" "-3" + "origin_z" "-93" + } + "Soldier" + { + "fov" "25" + "angles_x" "-5" + "angles_y" "172" + "angles_z" "0" + "origin_x" "145" + "origin_y" "-5" + "origin_z" "-90" + } + "Demoman" + { + "fov" "25" + "angles_x" "-13" + "angles_y" "225" + "angles_z" "0" + "origin_x" "145" + "origin_y" "-7" + "origin_z" "-95" + } + "Medic" + { + "fov" "20" + "angles_x" "-5" + "angles_y" "225" + "angles_z" "0" + "origin_x" "150" + "origin_y" "-5" + "origin_z" "-94" + } + "Heavy" + { + "fov" "20" + "angles_x" "-5" + "angles_y" "203" + "angles_z" "0" + "origin_x" "200" + "origin_y" "0" + "origin_z" "-102" + } + "Pyro" + { + "fov" "20" + "angles_x" "-10" + "angles_y" "172" + "angles_z" "0" + "origin_x" "175" + "origin_y" "-1" + "origin_z" "-90" + } + "Spy" + { + "fov" "20" + "angles_x" "-1" + "angles_y" "203" + "angles_z" "0" + "origin_x" "160" + "origin_y" "0" + "origin_z" "-95" + } + "Engineer" + { + "fov" "20" + "angles_x" "-10" + "angles_y" "203" + "angles_z" "0" + "origin_x" "140" + "origin_y" "-2" + "origin_z" "-82" + } + } + } + + "CarryingWeapon" + { + "xpos" "100" + } +}
\ No newline at end of file |
