Upvote Upvoted 3 Downvote Downvoted
Hudas Iscariote 3d Model is always scout?
posted in Customization
1
#1
2 Frags +

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!
2
#2
1 Frags +

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

Go to your hud folder, in there find resource/ui/hudplayerclass.res and open as notepad.

Find this

[code] "PlayerStatusClassImage"
{
"ControlName" "CTFImagePanel"
"fieldName" "PlayerStatusClassImage"
...
...
... [/code]

and change it to this

[code] "PlayerStatusClassImage"
{
"ControlName" "CTFClassImage"
"fieldName" "PlayerStatusClassImage"
...
...
... [/code]
Save and close it.

Resource: [url=http://teamfortress.tv/forum/thread/12194-adding-3d-model-to-custom-huds/1]http://teamfortress.tv/forum/thread/12194-adding-3d-model-to-custom-huds/1[/url]
3
#3
1 Frags +
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
	"PlayerStatusClassImage"
	{
		"ControlName"	"CTFClassImage"
		"fieldName"		"PlayerStatusClassImage"
...
...
...	
Save and close it.

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?

[quote=redd0t]Go to your hud folder, in there find resource/ui/hudplayerclass.res and open as notepad.

Find this

[code] "PlayerStatusClassImage"
{
"ControlName" "CTFImagePanel"
"fieldName" "PlayerStatusClassImage"
...
...
... [/code]

and change it to this

[code] "PlayerStatusClassImage"
{
"ControlName" "CTFClassImage"
"fieldName" "PlayerStatusClassImage"
...
...
... [/code]
Save and close it.

Resource: [url=http://teamfortress.tv/forum/thread/12194-adding-3d-model-to-custom-huds/1]http://teamfortress.tv/forum/thread/12194-adding-3d-model-to-custom-huds/1[/url][/quote]


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?
Please sign in through STEAM to post a comment.