mirror of
https://github.com/weyne85/DCS-ExportScripts.git
synced 2025-10-29 16:58:18 +00:00
change value range for VertVelocPilot and VertVelocCopilot
This commit is contained in:
parent
b883746dfb
commit
e8ec661615
@ -90,8 +90,8 @@ ExportScript.ConfigEveryFrameArguments =
|
||||
--
|
||||
[132] = "%.4f", -- TurnPtr {-1.0, 1.0}
|
||||
[133] = "%.4f", -- SideSlip {-1.0, 1.0}
|
||||
[134] = "%.2f", -- VertVelocPilot {-4000.0, -3000.0, -1500.0, -1000.0, 1000.0, 1500.0, 3000.0, 4000.0} {-1.0, -0.81, -0.54, -0.36, 0.36, 0.54, 0.81, 1.0}
|
||||
[251] = "%.2f", -- VertVelocCopilot {-4000.0, -3000.0, -1500.0, -1000.0, 1000.0, 1500.0, 3000.0, 4000.0} {-1.0, -0.81, -0.54, -0.36, 0.36, 0.54, 0.81, 1.0}
|
||||
[134] = "%.4f", -- VertVelocPilot {-4000.0, -3000.0, -1500.0, -1000.0, 1000.0, 1500.0, 3000.0, 4000.0} {-1.0, -0.81, -0.54, -0.36, 0.36, 0.54, 0.81, 1.0}
|
||||
[251] = "%.4f", -- VertVelocCopilot {-4000.0, -3000.0, -1500.0, -1000.0, 1000.0, 1500.0, 3000.0, 4000.0} {-1.0, -0.81, -0.54, -0.36, 0.36, 0.54, 0.81, 1.0}
|
||||
-- ADI - pilot
|
||||
[142] = "%.4f", -- Attitude_Roll {1.0, -1.0}
|
||||
[143] = "%.4f", -- Attitude_Pitch {1.0, -1.0}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user