Jump to content

telephono

Members
  • Posts

    3
  • Joined

  • Last visited

Everything posted by telephono

  1. I can confirm the cockpit shake in 1.5.4.55169 and that it's gone with no wind. This would also explain why there was no cockpit shake inside a HAS but it started while leaving it. Thanks for figuring this out!
  2. Also happens in DCS 1.5.4.55169 This also happens in my 1.5.4.55169 installation. I couldn't fix it by setting the cockpit shake slider or disabling head movement. I even deleted the whole personal DCS folder to get rid of faulty settings to no avail. dcs_updater.exe repair say everything is fine... When I start a mission, everything is fine as long as the briefing screen is still open. I can use TrackIR and there is no shaking. But as soon as I click OK it starts to wobble and shake... Edit1: It only seems to be happening in the mission "MiG21_EN_single_m0_Round_the_map_EASY". Playing custom missions seems fine... Edit2: Actually, it's fine as long the airplane is inside a HAS. As soon as you leave the HAS it starts shaking...
  3. Hi Colseg, I just fiddled around with your settings. Maybe it's a better way to simply add two lua files instead of overwriting the default.lua \DCS World\Mods\aircraft\MiG-21BIS\Input\MiG-21\joystick\Throttle - HOTAS Warthog.lua [font=Courier New] return { keyCommands = { -- Flaps {down=device_commands.Flaps0,cockpit_device_id=devices.FLAPS,up=device_commands.Flaps25,value_down=1.0,value_up=1.0,name='Alternate Flaps Up',category='Flight Controls'}, {down=device_commands.Flaps45,cockpit_device_id=devices.FLAPS,up=device_commands.Flaps25,value_down=1.0,value_up=1.0,name='Alternate Flaps Down',category='Flight Controls'}, } } [/font] \DCS World\Mods\aircraft\MiG-21BIS\Input\MiG-21\joystick\Joystick - HOTAS Warthog.lua [font=Courier New]return { keyCommands = { -- Insert your favourite stick command here... } }[/font] So there should be no trouble when the update the default.lua file... UPDATE: I spoke too soon... It seems you can't just add a Throttle - HOTAS Warthog.lua file with a few commands. Commands that are not in this file can't be assigned to the Throttle afterwards... :doh: Unless you can somehow read from the default.lua and add to the keyCommands...
×
×
  • Create New...