mirror of
https://github.com/iTracerFacer/DCS_MissionDev.git
synced 2025-12-03 04:14:46 +00:00
Updated the shared range formatter so metric pilots now get kilometers once a leg exceeds 1 000 m—no more 15 000 m readouts. Everything that pipes through _fmtRange (vectors to crates/pickup zones/MEDEVAC/MASH, drop-zone warnings, attack announcements, salvage messages, etc.) benefits from the cleaner output, while imperial flyers continue to see nautical miles with sensible rounding.
This commit is contained in:
@@ -113,7 +113,7 @@ FAC.Config = {
|
||||
facOffsetDist = 5000, -- offset aimpoint for mortars
|
||||
|
||||
-- Platform type hints (names or types)
|
||||
facACTypes = { 'SA342L','UH-1H','Mi-8MTV2','SA342M','SA342Minigun', 'UH-60L' },
|
||||
facACTypes = { 'SA342L','UH-1H','Mi-8MTV2','SA342M','SA342Minigun', 'UH-60L', 'CH-47F' },
|
||||
artyDirectorTypes = { 'Soldier M249','Paratrooper AKS-74','Soldier M4' },
|
||||
|
||||
-- RECCE scan
|
||||
|
||||
Reference in New Issue
Block a user