https://www.digitalcombatsimulator.com/en/files/2257661/
Changes the wording to a dot.
also this thread has info - https://forums.eagle.ru/showthread.php?t=178573&page=2
https://www.digitalcombatsimulator.com/en/files/2257661/
Changes the wording to a dot.
also this thread has info - https://forums.eagle.ru/showthread.php?t=178573&page=2
I’ll have to do that when I get back to Leeds!
Just copied the file over and about to see.
A lot better than the words, I think you can also tweak this so the label is almost invisible near in and very far out
I’ve always had a problem with the labels obscuring the targets! Drives me mad in DCS. They merge over each other and make a solid wall of red! Getting this to work will be a lot better
In Quotes is the Labels.lua file to do the following -
I’ve got it so that the labels for ground units are pretty subtle, and they disappear when you get within visual range, they are also hidden when more than 35k away.
(Note, change the %* to a %. for the aircraft to make it even smaller if wanted)
https://forums.eagle.ru/showthread.php?t=178573&page=3
– Label parameters
– Copyright © 2004, Eagle Dynamics.
AirOn = true
GroundOn = true
NavyOn = true
WeaponOn = true
labels_format_version = 1 – labels format vesrion
– Label max distance depends on graphics visibility range option value
– For low E40000.0 m
– For medium E50000.0 m
– For high E80000.0 m
– Label text format symbols
– %N - name of object
– %D - distance to object
– %P - pilot name
– %n - new line
– %% - symbol ‘%’
– %x, where x is not NDPn% - symbol ‘x’
– %C - extended info for vehicle’s and ship’s weapon systems– Example
– labelFormat[5000] = {“Name: %N%nDistance: %D%n Pilot: %P”,“LeftBottom”,0,0}
– up to 5km label is:
– Name: Su-33
– Distance: 30km
– Pilot: Pilot1
– alignment options
–“RightBottom”
–“LeftTop”
–“RightTop”
–“LeftCenter”
–“RightCenter”
–“CenterBottom”
–“CenterTop”
–“CenterCenter”
–“LeftBottom”
AirFormat = {
–[distance] = {format , alignment,color_blending_k,opacity,shift_pixels_x,shift_in_pixels_y}
[1000] = {"",“CenterBottom”,1 , 1},
[5000] = {"%","CenterBottom",1 , 1}, [10000] = {"%
",“CenterBottom”,1 , 0.5},
[20000] = {"%^",“CenterBottom”,1 , 0.3},
[30000] = {"%^",“CenterBottom”,1 , 0.1},
[35000] = {"",“CenterBottom”},
}
GroundFormat = {
–[distance] = {format , alignment,color_blending_k,opacity,shift_pixels_x,shift_in_pixels_y}
[3000] = {"",“CenterBottom”},
[5000] = {"%" ,"CenterCenter",4 ,0.2}, [10000] = {"%
" ,“CenterCenter”,4 ,0.3},
[20000] = {"%`" ,“CenterCenter”,4 ,0.1},
[25000] = {"",“CenterBottom”,1,1},
}
NavyFormat = {
–[distance] = {format , alignment,color_blending_k,opacity,shift_pixels_x,shift_in_pixels_y}
[10000] = {"{%N%n%D" ,“CenterBottom”},
[20000] = {"~%n%D" ,“CenterBottom”},
[40000] = {"`" ,“CenterBottom”},
}
WeaponFormat = {
–[distance] = {format , alignment,color_blending_k,opacity,shift_pixels_x,shift_in_pixels_y}
[5000] = {"|" ,“CenterBottom”},
[10000] = {"|" ,“CenterBottom”},
[20000] = {"|" ,“CenterBottom”},
}
–AirFormat = {
–[distance] = {format , alignment,color_blending_k,opacity,shift_pixels_x,shift_in_pixels_y}
–[10] = {"" ,“LeftBottom”,1 , 1},
–[5000] = {"}%N%n%D%n%P",“LeftBottom”,1 , 1},
–[10000] = {"}%N%n%D" ,“LeftBottom”,1 , 1},
–[20000] = {"]%n%D" ,“LeftBottom”,1 , 1},
–[30000] = {"’" ,“LeftBottom”,1 , 1},
–}
–GroundFormat = {
----[distance] = {format , alignment,color_blending_k,opacity,shift_pixels_x,shift_in_pixels_y}
–[5000] = {"{%N%n%D%n%P",“LeftBottom”},
–[10000] = {"~%n%D" ,“LeftBottom”},
–[20000] = {"`" ,“LeftBottom”},
–}–NavyFormat = {
----[distance] = {format , alignment,color_blending_k,opacity,shift_pixels_x,shift_in_pixels_y}
–[10000] = {"{%N%n%D" ,“LeftBottom”},
–[20000] = {"~%n%D" ,“LeftBottom”},
–[40000] = {"`" ,“LeftBottom”},
–}–WeaponFormat = {
----[distance] = {format , alignment,color_blending_k,opacity,shift_pixels_x,shift_in_pixels_y}
–[5000] = {"[%N%n%D" ,“LeftBottom”},
–[10000] = {"|%n%D" ,“LeftBottom”},
–[20000] = {"|" ,“LeftBottom”},
–}
– Colors in {red, green, blue} format, volume from 0 up to 255
ColorAliesSide = {255, 0, 0}
ColorEnemiesSide = {0, 0, 255}
ColorUnknown = {50,50,50} – will be blend at distance with coalition color