Enemy %

Crisis12096

Member
I didn't want to make a thread for this, but since I can't seem to find it I have no choice. I deemed this to be the best place for it, if it's not move it please.

What file controls the display for enemy %? I want to remove it, so the % on enemies will not show. That's all. I thought it was in hud, since if you disable your hud it'll go away but I can't find the specific file for it.
 

Volt Cruelerz

Legions Developer
gameHud.cs, put the following on line 74.

$HudElement::TargetCondition = "";

I'd expect that that would remove it. If not, finagle the following lines.
 

Volt Cruelerz

Legions Developer
Bear in mind however that the IFF system will be used to indicate health of deployables when they come out so this change won't be long-lived.
 
Top