My 3d model is always a red scout, how do I fix this? in Hudas Iscariote the 3d model only shows up when you're disguising as spy. I would like to keep it this way, but I'd like the correct 3d model to show up.
Thanks!
My 3d model is always a red scout, how do I fix this? in Hudas Iscariote the 3d model only shows up when you're disguising as spy. I would like to keep it this way, but I'd like the correct 3d model to show up.
Thanks!
Go to your hud folder, in there find resource/ui/hudplayerclass.res and open as notepad.
Find this
"PlayerStatusClassImage"
{
"ControlName" "CTFImagePanel"
"fieldName" "PlayerStatusClassImage"
...
...
...
and change it to this
"PlayerStatusClassImage"
{
"ControlName" "CTFClassImage"
"fieldName" "PlayerStatusClassImage"
...
...
...
Save and close it.
Resource: http://teamfortress.tv/forum/thread/12194-adding-3d-model-to-custom-huds/1
redd0tGo to your hud folder, in there find resource/ui/hudplayerclass.res and open as notepad.
Find this
"PlayerStatusClassImage" { "ControlName" "CTFImagePanel" "fieldName" "PlayerStatusClassImage" ... ... ...
and change it to this
Save and close it."PlayerStatusClassImage" { "ControlName" "CTFClassImage" "fieldName" "PlayerStatusClassImage" ... ... ...
Resource: http://teamfortress.tv/forum/thread/12194-adding-3d-model-to-custom-huds/1
thanks! this made it so the class picture shows up, is there any way to make it so the picture includes the current persons hats and weapons like in the new 3d models?