Jump to content

kamini

Members
  • Posts

    4
  • Joined

  • Last visited

Everything posted by kamini

  1. I use the winwing MIP for my multi monitor setup. The setup is perfect. But on occassion there is an error either in the USB hub or somewhere along the line and the monitors get unplugged and replugged. DCS notices that and it squishes the window like in the screenshot. Is there a way to let DCS recreate the window without having to quit the game? null
  2. Sorry for the late response but I only recently got notified about it. 4YA_Sin_PVE2_V2.4_[04_JUN_FEW_NIGHT]-20230627-223600.trk
  3. So far I tested it only with replays from 4YA training server but whenever I try to watch a replay it hangs because of a LUA error and never continues. action can be nil and type is a table. So it fails on this line: local t = wptByType[type .. ':' .. action] My temporary solution is to edit MissionEditor/modules/me_route.lua and replace the code from waypointActionToType function with this. function waypointActionToType(type, action, groupType) if not wptByType then wptByType = createWaypointsIndex(actions) end if action == nil then action = "" end type = "" local t = wptByType[type .. ':' .. action] if not t then if groupType == 'plane' or groupType == 'helicopter' or groupType == 'ship' then t = actions.turningPoint else if 'On Road' == action then t = actions.onRoad else t = actions.offRoad end end end return t end dcs.log
  4. Would be even better if it was english but with a heavy russian accent.
×
×
  • Create New...