Upvote Upvoted 3 Downvote Downvoted
Help please :)
posted in Customization
1
#1
0 Frags +

Hello i just want to ask you guys how can i remove that - http://imgur.com/a/RnNva

Hello i just want to ask you guys how can i remove that - http://imgur.com/a/RnNva
2
#2
-3 Frags +

cl_hud_playerclass_use_playermodel 0

cl_hud_playerclass_use_playermodel 0
3
#3
0 Frags +
Sentinelcl_hud_playerclass_use_playermodel 0

I have this on 0 and still this

[quote=Sentinel]cl_hud_playerclass_use_playermodel 0[/quote]
I have this on 0 and still this
4
#4
1 Frags +

It has to do with your custom HUD. The playerclass model is on by default in the stock HUD and requires tinkering in custom ones to remove it. Try looking in the custom HUD folder you downloaded and see if there's an option to remove it. If not, you'll have to do some digging into the code and remove it manually.

It has to do with your custom HUD. The playerclass model is on by default in the stock HUD and requires tinkering in custom ones to remove it. Try looking in the custom HUD folder you downloaded and see if there's an option to remove it. If not, you'll have to do some digging into the code and remove it manually.
5
#5
4 Frags +
bleghfarecIt has to do with your custom HUD. The playerclass model is on by default in the stock HUD and requires tinkering in custom ones to remove it. Try looking in the custom HUD folder you downloaded and see if there's an option to remove it. If not, you'll have to do some digging into the code and remove it manually.

Depending on the hud that you're using it may still be turned on. Rays actually has a video tutorial on his YouTube channel on this so if you'd like an elaborate explanation of how to remove it, that's what I'd reference

However the TL:DW version is as follows

  1. open your custom folder and navigate to your hud files.
  2. Open the "resource" and "ui" folders and locate the file named "hudplayerclass.res". Any text editor can work but notepad++ is recommended
  3. Find the section titled "playerstatusclassimage" and change the following values to "0"
    • wide
    • tall
    • visible
    • enabled
  4. save the file, and if you're in game, type hud_reloadscheme and you should see a change
[quote=bleghfarec]It has to do with your custom HUD. The playerclass model is on by default in the stock HUD and requires tinkering in custom ones to remove it. Try looking in the custom HUD folder you downloaded and see if there's an option to remove it. If not, you'll have to do some digging into the code and remove it manually.[/quote]

Depending on the hud that you're using it may still be turned on. Rays actually has a [url=https://www.youtube.com/watch?v=XGyieBwPOVQ&index=10&list=PL5eNrB8RrXXuV3P1nv6NnwF-tCL_KnJIs]video[/url] tutorial on his YouTube channel on this so if you'd like an elaborate explanation of how to remove it, that's what I'd reference

However the TL:DW version is as follows
[olist]
[*] open your custom folder and navigate to your hud files.
[*] Open the "resource" and "ui" folders and locate the file named "hudplayerclass.res". Any text editor can work but notepad++ is recommended
[*] Find the section titled "playerstatusclassimage" and change the following values to "0"
[list]
[*] wide
[*] tall
[*] visible
[*] enabled
[/list]
[*] save the file, and if you're in game, type hud_reloadscheme and you should see a change
[/olist]
Please sign in through STEAM to post a comment.