Jump to content

Set aircraft max & min field of view from options


Recommended Posts

Posted

Wouldn't it make sense to have a couple of sliders on the options page when you go there from the SIM that let you set a min & max cockpit view angle (there's already what appears to be a currently redundant 'current view' slider that could be used to pick the angles directly from in-SIM), then write those to the options.lua?

Like:

        ["Mi-24P"] = {
            ["Aiming_mark"] = false,
            ["CPLocalList"] = "english",
            ["Mi24AIColorScheme"] = 1,
            ["Mi24AIHideBoxes"] = true,
            ["Mi24AIVoiceLanguage"] = 2,
            ["Mi24AutoHandover"] = true,
            ["Mi24CockpitShake"] = 50,
            ["Mi24PedalsAutoMove"] = true,
            ["Mi24PedalsInputSensitivity"] = 24,
            ["Mi24PedalsMicroswitchLogic"] = 2,
            ["Mi24PedalsTrimButton"] = 0,
            ["Mi24PedalsTrimMode"] = 0,
            ["Mi24StickTrimMethod"] = 0,
            ["SPOVolume"] = 79,
            ["Mi24CameraViewAngleMax"] = 75,
            ["Mi24CameraViewAngleMin"] = 20,

            ["collectiveBrake"] = 0,
            ["collectiveDisengage"] = 4,
            ["controlHelperMi24"] = false,
            ["weapTooltipsMi24"] = false,
        },

If you wanted to get super precise you could have discrete slot1 & slot2 (etc) values, or just have 1 set for each aircraft (bounded by a universal max & min ED set at the current defaults)

  • Like 3

Cheers.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...