mirror of
https://github.com/weyne85/DCS-ExportScripts.git
synced 2025-10-29 16:58:18 +00:00
Change to Version 1.0.2
Add Help functions: ExportScript.Tools.getListIndicatorValue() ExportScript.Tools.RoundFreqeuncy() replace previous code with calls to the new functions. Add new PDF Documenation Last version for DCS World 1.5.8 and 2.5.0
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
-- Flaming Cliffs Auxiliary Functons
|
||||
-- Version 1.0.1
|
||||
-- Version 1.0.2
|
||||
|
||||
-- Workaround for engine start-up
|
||||
ExportScript.AF.LeftEngineOn = false
|
||||
@@ -1881,9 +1881,9 @@ function ExportScript.AF.FC_US_ADI()
|
||||
[25] = "%0.1f", -- ADI Attitude Warning Flag
|
||||
[19] = "%0.1f", -- ADI Course Warning Flag
|
||||
]]
|
||||
lNavInfoPitch = lNavInfoPitch / lRadToDCSsignd
|
||||
lNavInfoPitch = lNavInfoPitch / (lRadToDCSsignd * -1) -- lNavInfoPitch / lRadToDCSsignd
|
||||
lNavInfoRoll = lNavInfoRoll / lRadToDCSsignd
|
||||
lPitch = lPitch / (lRadToDCSsignd / 1.5)
|
||||
lPitch = lPitch / (lRadToDCSsignd / 2) -- lPitch / (lRadToDCSsignd / 1.5)
|
||||
lBank = lBank / lRadToDCSsignd
|
||||
|
||||
ExportScript.Tools.SendData(2, string.format("%.4f", ExportScript.Tools.negate(lPitch))) -- negate
|
||||
|
||||
Reference in New Issue
Block a user