Jump to content

Recommended Posts

Posted

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\

 

attachment.php?attachmentid=111026&stc=1&d=1420783850

 

attachment.php?attachmentid=111029&stc=1&d=1420783830

 

attachment.php?attachmentid=111030&stc=1&d=1420783844

 

attachment.php?attachmentid=111031&stc=1&d=1420783850

 

 

-- 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'},

kb1.thumb.gif.6740e747992610539c14481c43926041.gif

kb2.thumb.gif.24df7be99129320f2fccd4738bfd8abe.gif

kb3.thumb.gif.18bfdd9d99ac2aab03367d15eb08737a.gif

kb4.thumb.gif.fe8c33301ab9e7e0639b47eea2051439.gif

  • Recently Browsing   0 members

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