Jump to content

Labels Editing


Recommended Posts

Hi all, i need a little help.

 

Right now i m still in the process of learning, and playing w/o labels is just too hard, but displaying full labels is too easy as well. I m looking for a setting where i can only see a dot, red or blue, but that s it, no distance or target type, only a dot, at least no "unit type".

 

If anyone could tell me what i have to edit in the label.cfg, would be nice.

 

thanks a lot

Link to comment
Share on other sites

In the labels.lua file do this.

 

 

AirFormat = {}

AirFormat[10] = ""

AirFormat[5000] = "'"

AirFormat[10000] = "'"

AirFormat[20000] = "'"

AirFormat[50000] = "'"

 

GroundFormat = {}

GroundFormat[5000] = "`"

GroundFormat[10000] = "`"

GroundFormat[20000] = "`"

 

NavyFormat = {}

NavyFormat[10000] = "`"

NavyFormat[20000] = "`"

NavyFormat[40000] = "`"

 

WeaponFormat = {}

WeaponFormat[5000] = "l"

WeaponFormat[10000] = "l"

WeaponFormat[30000] = "l"

 

Note: Red color indicates what you need to change.

Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...