A guy on ED has figured out how to fix the MI-8 Problem
all credit goes to this guy , org post here ->
http://forums.eagle.ru/showpost.php?p=2146237&postcount=26
I have looked into the Mi-8 files and found how to fix it (since the dev´s seems a bit slow to respond).
It took me less than 15 mins to find the culprit by comparing the files with some old ones I have in my DCS Open Beta install...
Find this file:
\DCS World\Mods\aircrafts\Mi-8MTV2\Cockpit\Scripts\device_init.lua
Open it with Notepad (I prefer Notepad++ for Lua files) and then find this line (line:118 with Notepad++):
creators[devices.AUTOPILOT] = {
"Mi8::avAutopilot_Mi8",
LockOn_Options.script_path.."Devices_specs/autopilot.lua",
{{"ElecInterface",devices.ELEC_INTERFACE},
{"GMC", devices.GMK1A},
{"ADI", devices.AGB_3K_RIGHT},
{"LightSystem",devices.LIGHT_SYSTEM}},
LockOn_Options.script_path.."Devices_commands/AUTOPILOT_commands.lua"}
And change it to read:
creators[devices.AUTOPILOT] = {
"Mi8::avAutopilot_Mi8",
LockOn_Options.script_path.."Devices_specs/autopilot.lua",
{{"ElecInterface",devices.ELEC_INTERFACE},
{"GMC", devices.GMK1A},
{"ADI", devices.AGB_3K_LEFT},
{"LightSystem",devices.LIGHT_SYSTEM}},
LockOn_Options.script_path.."Devices_commands/AUTOPILOT_commands.lua"}
Now save the file (better make a backup before changing it).
Voila - Pitch & Roll Channel works again !!
FinnJ