Xtorris Posted August 21, 2021 Posted August 21, 2021 (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 Edited August 21, 2021 by Pacientis 1 1
Recommended Posts