[Resolved] Removing names under the crosshair

tarkan-t29

2010-07-01 17:37:13

Hi !

I'm making a HL2DM movie, and I don't find the command to use to remove the name of players under the crosshair... I've tryed all but nothin'.
I don't want to remove the HUD, I just want to remove the players name when aiming on 'em...

Thanks for help :) !

Ghost Dog_TSGK

2010-07-01 22:27:12

You know I can't remember it for the life of me, any decent movie config for CSS will have that and will work for hl2dm.

tarkan-t29

2010-07-01 23:45:05

Euh, Okay, I'll google all that and if I found a somthin' I'll post it :)

EDIT : I give up u_u ... The only command that I've found is hud_showtargetid I've tried 0,1.-1,2 and 3 but nothing...
More ideas ?

The Dog

2010-07-02 00:02:31

Extract resource/hl2dm_<your_steam_language>.txt from half-life 2 deathmatch.gcf, put it in /Steam/SteamApps/<your_account>/half-life 2 deathmatch/hl2mp/resource/, then open it with notepad and change this:

Code: Select all

"Playerid_sameteam"		"Friend: %s1 Health: %s2"
"Playerid_diffteam"		"Enemy: %s1"
To:

Code: Select all

"Playerid_sameteam"		""
"Playerid_diffteam"		""
Good luck!

tarkan-t29

2010-07-02 00:55:22

YAYAYAYAY ! It Worked :D !
Thanks man :) ! I'll not forget you (The dog and Ghost Dog) in credits ;D !

Ade

2014-10-31 01:35:46

thanks!