dragon976 Posted June 15, 2010 Posted June 15, 2010 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
xplight Posted June 15, 2010 Posted June 15, 2010 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] Дадим стране угля, - мелкого, но многа!
Huckle Posted June 16, 2010 Posted June 16, 2010 Try this: http://simhq.com/forum/ubbthreads.php/ubb/showflat/Number/2643164/Searchpage/1/Main/278234/Words/lua+replacement/Search/true/More_Realistic_Labels.html#Post2643164 Obviously, back up the original file first. I have mine showing just as little green (friendly) and grey (unfriendly) dots, no labels, show up at 5kms.
combatace Posted June 17, 2010 Posted June 17, 2010 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. To support my models please donate to paypal ID: hp.2084@gmail.com https://www.turbosquid.com/Search/Artists/hero2084?referral=hero2084
Recommended Posts