Forum
Demo question
Created 19th June 2015 @ 19:07
Add A Reply Pages: 1
Hey guys, silly question :
How do you get rid off the player names appearing right in the middle of the screen when watching a demo ?
thx
I’m not entirely sure if this is what you want but I don’t think there is a command for that.
The only thing I can think of is going into your hudlayout.res file and setting everything in the “CMainTargetID” section to 0, like this:
CMainTargetID
{
“fieldName” “CMainTargetID”
“visible” “0”
“enabled” “0”
“xpos” “0”
“ypos” “0”
“wide” “0”
“tall” “0”
“priority” “0”
}
Do remember to keep a note of the values you had beforehand for when you set it back to normal.
This doesn’t remove the target ID of the Medic healing you though.
Last edited by Vitilumi,
changing “visible” to 0 should be enough(or also “enabled”)
You don’t need to change position numbers.
Last edited by Just1s,
Add A Reply Pages: 1