mirror of
https://github.com/weyne85/DCS-ExportScripts.git
synced 2025-10-29 16:58:18 +00:00
changed slipball export format
add gear brake arguments 56 and 57
This commit is contained in:
parent
e569ade723
commit
c62dd06647
@ -75,7 +75,7 @@ ExportScript.ConfigEveryFrameArguments =
|
||||
-- DA-200 subgroup ---------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||
[107] = "%.6f", -- DA200_TurnNeedle
|
||||
[106] = "%.4f", -- DA200_VerticalVelocity
|
||||
[31] = "%.1f", -- DA200_Slipball
|
||||
[31] = "%.4f", -- DA200_Slipball
|
||||
[177] = "%.1f", -- KPP_switch
|
||||
[259] = "%.1f", -- KPP_ARRETIR
|
||||
[535] = "%.1f", -- KPP_ARRETIR_light
|
||||
@ -275,6 +275,9 @@ ExportScript.ConfigEveryFrameArguments =
|
||||
[120] = "%.4f", -- flightMinutes
|
||||
[121] = "%.4f", -- secondsMeterTimeMinutes
|
||||
[122] = "%.4f", -- secondsMeterTimeSeconds
|
||||
-- Gear Brake
|
||||
[56] = "%.4f", -- Gearbrake_needle2
|
||||
[57] = "%.4f", -- Gearbrake_needle1
|
||||
}
|
||||
ExportScript.ConfigArguments =
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user