Jump to content

Recommended Posts

Posted

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

Posted

There are example in the file...

 

I dont remebmer exactly settrings, but you need just to clear parameters (such as %s %d etc) and you will get less info about target. Or just copy parameters from max distance line.

[sIGPIC]http://xplight.h15.ru/bdv/bdv_logo.gif[/sIGPIC]

Дадим стране угля, - мелкого, но многа!

Posted

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.

  • Recently Browsing   0 members

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