Jump to content

Enabling "Gameplay -> Hide Control Stick" in the Mi-24


Recommended Posts

Posted (edited)

1.) Go to \DCS World OpenBeta\Mods\aircraft\Mi-24P\Cockpit\Scripts

2.) Open mainpanel_init.lua

3.) Copy/paste the lines below, and add them to the bottom of the LUA file:

 

args_initial_state =
{
}
local hideStick = get_option_value("difficulty.hideStick","local")
if hideStick then
    args_initial_state[974] = 1.0
end

need_to_be_closed = true

 

defaultControlsHide.png

Edited by Pacientis
  • Like 1
  • Thanks 1
  • Recently Browsing   0 members

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