Reticuli Posted September 1, 2019 Posted September 1, 2019 (edited) Single Trigger Option without having to edit the LUA for it. Actually, everything in that weapons systems LUA probably ought to be options in the sim. This hacking of program files is outdated. Thank you for finally adding the HMS centering option in the sim, btw. One less LUA to mess with after each update. Nice to also see the option to make the labels dots. I personally use a kind of off-gray hue to blend with the terrain on the enemy and kind of an visual IFF marker green on the allies. Pretty much since shortly after I got BS1. -- Label parameters -- Copyright © 2004, Eagle Dynamics. AirOn = true GroundOn = true NavyOn = true WeaponOn = false -- 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' ------------------------------------------ -- Example -- labelFormat[5000] = "Name: %N%nDistance: %D%n Pilot: %P" -- up to 5km label is: -- Name: Su-33 -- Distance: 30km -- Pilot: Pilot1 AirFormat = {} AirFormat[10] = "'" AirFormat[5000] = "'" AirFormat[7000] = "'" AirFormat[20000] = "" AirFormat[30000] = "" GroundFormat = {} GroundFormat[5000] = "'" GroundFormat[7000] = "'" GroundFormat[20000] = "" NavyFormat = {} NavyFormat[7000] = "'" NavyFormat[20000] = "" NavyFormat[40000] = "" WeaponFormat = {} WeaponFormat[5000] = "" WeaponFormat[10000] = "" WeaponFormat[20000] = "" -- Colors in {red, green, blue} format, volume from 0 up to 255 ColorAliesSide = {70, 225, 70} ColorEnemiesSide = { 50, 100, 100} Edited September 1, 2019 by Reticuli X65 and X52, Glide, Winx3D, and GlovePIE Profiles http://library.avsim.net/search.php?SearchTerm=reticuli&CatID=miscmisc http://library.avsim.net/register.php X52 + Silicone Grease = JOY stick
Murey2 Posted September 1, 2019 Posted September 1, 2019 Single Trigger Option without having to edit the LUA for it. Actually, everything in that weapons systems LUA probably ought to be options in the sim. This hacking of program files is outdated. Thank you for finally adding the HMS centering option in the sim, btw. One less LUA to mess with after each update. Nice to also see the option to make the labels dots. I personally use a kind of off-gray hue to blend with the terrain on the enemy and kind of an visual IFF marker green on the allies. Pretty much since shortly after I got BS1. -- Label parameters -- Copyright © 2004, Eagle Dynamics. AirOn = true GroundOn = true NavyOn = true WeaponOn = false -- 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' ------------------------------------------ -- Example -- labelFormat[5000] = "Name: %N%nDistance: %D%n Pilot: %P" -- up to 5km label is: -- Name: Su-33 -- Distance: 30km -- Pilot: Pilot1 AirFormat = {} AirFormat[10] = "'" AirFormat[5000] = "'" AirFormat[7000] = "'" AirFormat[20000] = "" AirFormat[30000] = "" GroundFormat = {} GroundFormat[5000] = "'" GroundFormat[7000] = "'" GroundFormat[20000] = "" NavyFormat = {} NavyFormat[7000] = "'" NavyFormat[20000] = "" NavyFormat[40000] = "" WeaponFormat = {} WeaponFormat[5000] = "" WeaponFormat[10000] = "" WeaponFormat[20000] = "" -- Colors in {red, green, blue} format, volume from 0 up to 255 ColorAliesSide = {70, 225, 70} ColorEnemiesSide = { 50, 100, 100} Wait!!! How do I recenter the HMS please?
David OC Posted September 2, 2019 Posted September 2, 2019 Wait!!! How do I recenter the HMS please? It's under the special options tab --> Ka-50 You can adjust it up or down to suit your setup with a slider, so it is centered when zooming in etc. i7-7700K OC @ 5Ghz | ASUS IX Hero MB | ASUS GTX 1080 Ti STRIX | 32GB Corsair 3000Mhz | Corsair H100i V2 Radiator | Samsung 960 EVO M.2 NVMe 500G SSD | Samsung 850 EVO 500G SSD | Corsair HX850i Platinum 850W | Oculus Rift | ASUS PG278Q 27-inch, 2560 x 1440, G-SYNC, 144Hz, 1ms | VKB Gunfighter Pro Chuck's DCS Tutorial Library Download PDF Tutorial guides to help get up to speed with aircraft quickly and also great for taking a good look at the aircraft available for DCS before purchasing. Link
flanker0ne Posted February 25, 2020 Posted February 25, 2020 Can I add ABRIS coordinate format ABRIS ellipsoid/datum (Krasowski/WGS84) ABRIS Grid (Geographic/UTM) To the list of "No .lua edit" feature SCOPRI DI PIU': https://www.amvi.it/joinus.php DISCORD COMBINEDOPS The Battle Planning Tool
Recommended Posts