Player Class 3D Model - rbjaxter/budhud GitHub Wiki
You can disable both the 3D model and static image of the class you're currently playing by following the steps below.
- Navigate to
/budhud/#customization
- Move
bh_player_hideclassmodel.res
into the_enabled
folder
If you'd like to customize these yourself, follow these steps:
- Navigate to
/budhud/_budhud/resource/ui/hudplayerclass.res
- Under
bh_classmodelpanel
, modify thexpos
andypos
values to move the entire element around. - To adjust the orientation of the player model further, check the comments under
model
.
-
cl_hud_playerclass_use_playermodel <0/1>
- Disable/enable the 3d player model. When disabled, the static player model will be used instead.