Forum

Demo question

Created 19th June 2015 @ 19:07

Add A Reply Pages: 1

Lithium

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

Vitilumi

tbd

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,

Just1s

☁GGG☁

changing “visible” to 0 should be enough(or also “enabled”)
You don’t need to change position numbers.


Last edited by Just1s,

Vitilumi

tbd

Quoted from Just1s

changing “visible” to 0 should be enough(or also “enabled”)
You don’t need to change position numbers.

Visible is already 0 and changing enabled to 0 didn’t do anything for me.

Add A Reply Pages: 1