chn6 Posted January 9, 2015 Posted January 9, 2015 I report this bus for a long time, but still no correction. The wrong key means that when the key operation, the positioning of the function will not work or opposite. Error file is default.lua in: ...\DCS World\Mods\aircraft\MiG-21BIS\Input\MiG-21\joystick\ ...\DCS World\Mods\aircraft\MiG-21BIS\Input\MiG-21\keyboard\ -- Engine Engine/Anti surge doors Auto & Manual, Cockpit switch is LV6 Original: {combos={{key=']',reformers={'RShift'}}},down=device_commands.SurgeDoors,cockpit_device_id=devices.ENGINE,value_down=1.0,name='Anti surge doors - [color="Red"]Auto[/color]',category='Engine'}, {combos={{key=']',reformers={'RShift','RCtrl'}}},down=device_commands.SurgeDoors,cockpit_device_id=devices.ENGINE,value_down=0.0,name='Anti surge doors - [color="red"]Manual[/color]',category='Engine'}, Correct: {combos={{key=']',reformers={'RShift'}}},down=device_commands.SurgeDoors,cockpit_device_id=devices.ENGINE,value_down=1.0,name='Anti surge doors - [color="red"]Manual[/color]',category='Engine'}, {combos={{key=']',reformers={'RShift','RCtrl'}}},down=device_commands.SurgeDoors,cockpit_device_id=devices.ENGINE,value_down=0.0,name='Anti surge doors - [color="red"]Auto[/color]',category='Engine'}, Engine/Cone Auto & Manual, Cockpit switch is LV7 Original: {combos={{key='\\',reformers={'RShift'}}},down=device_commands.KonusManAuto,cockpit_device_id=devices.KONUS,value_down=1.0,name='Cone [color="red"]Auto[/color]',category='Engine'}, {combos={{key='\\',reformers={'RShift','RCtrl'}}},down=device_commands.KonusManAuto,cockpit_device_id=devices.KONUS,value_down=0.0,name='Cone [color="red"]Manual[/color]',category='Engine'}, Correct: {combos={{key='\\',reformers={'RShift'}}},down=device_commands.KonusManAuto,cockpit_device_id=devices.KONUS,value_down=1.0,name='Cone [color="red"]Manual[/color]',category='Engine'}, {combos={{key='\\',reformers={'RShift','RCtrl'}}},down=device_commands.KonusManAuto,cockpit_device_id=devices.KONUS,value_down=0.0,name='Cone [color="red"]Auto[/color]',category='Engine'}, -- ARU Flight Controls/ARU manual High Speed & Low Speed, Cockpit switch is LV29 Original: {combos={{key='U',reformers={'RCtrl'}}},down=device_commands.ARUhighSpeed,up=device_commands.ARUhighSpeed,cockpit_device_id=devices.ARU,value_down=1,value_up=0,name='ARU manual - [color="red"]Low[/color] Speed',category='Flight Controls'}, {combos={{key='U',reformers={'LCtrl'}}},down=device_commands.ARU[color="red"]high[/color]Speed,up=device_commands.ARU[color="red"]high[/color]Speed,cockpit_device_id=devices.ARU,value_down=-1,value_up=0,name='ARU manual - [color="red"]High[/color] Speed',category='Flight Controls'}, Correct: {combos={{key='U',reformers={'RCtrl'}}},down=device_commands.ARUhighSpeed,up=device_commands.ARUhighSpeed,cockpit_device_id=devices.ARU,value_down=1,value_up=0,name='ARU manual - [color="red"]High[/color] Speed',category='Flight Controls'}, {combos={{key='U',reformers={'LCtrl'}}},down=device_commands.ARU[color="red"]low[/color]Speed,up=device_commands.ARU[color="red"]low[/color]Speed,cockpit_device_id=devices.ARU,value_down=-1,value_up=0,name='ARU manual - [color="red"]Low[/color] Speed',category='Flight Controls'}, [sIGPIC]http://forums.eagle.ru/signaturepics/sigpic87046_1.gif[/sIGPIC]
Dolphin887 Posted January 10, 2015 Posted January 10, 2015 Noted, thank you. Power through superb knowledge, training and teamwork. [sIGPIC][/sIGPIC]
chn6 Posted January 12, 2015 Author Posted January 12, 2015 Hi Dolphin887, Thx for reply! [sIGPIC]http://forums.eagle.ru/signaturepics/sigpic87046_1.gif[/sIGPIC]
Recommended Posts