Jump to content

Mykey1202

Members
  • Posts

    32
  • Joined

  • Last visited

Everything posted by Mykey1202

  1. Does your LUA file allow for the TDC cursor to be used? I still cant get it to work for me. I cannot move the TDC to lock on to anything at the moment.
  2. Yes I did. You set up your profile the same way i did mine. When I get in game and use the ministick it moves the cursor in the cockpit. I even tried disabling clickable cockpit but the ministick still wont move the TDC
  3. the problem is there arent any assigned keys the the F18 TDC. just mouse X and Mouse Y. I setup my profile to use Mouse X and Y but still nothing. Your test did not work for me either but thanks.
  4. I have the SST software but I cannot get the TDC to slew using the mini stick. How can I assign a directional button to slew the TDC cursor? I am racking my brains trying to figure it out! I currently have the ministick setup as MouseX and MouseY which is what is in the DCS setup for the TDC but all it does is move my pointer in the cockpit.
  5. Ok.. got it sorted.. I had to setup my monitors in windows again and now i got it working!
  6. Thx for the help but i have tried all of those options. I created a new lua file and still i cannot get anything to display. I have uninstalled DSC and EMC and still nothing.
  7. Ok I had EMC working and then something changed and now I cannot get the mfds or RWR to display. I have two 1920x1080 monitors and have in game res set to 3840X1080. Nothing will display! Here is my lua file that emc creates.. _ = function(p) return p; end; name = _('Mike'); Description = 'Mike' Viewports = { Center = { x = 0; y = 0; width = 1920; height = 1080; viewDx = 0; viewDy = 0; aspect = 1.77777777777778; } } RIGHT_MFCD = { x = -412; y = 94; width = 372; height = 372; } LEFT_MFCD = { x = -1823; y = 99; width = 372; height = 372; } RWR = { x = -1068; y = 391; width = 202; height = 202; } UIMainView = Viewports.Center I have also tried changing the res in the lua file to 3840X1080 but it does not help. Any help is appreciated as i have just bought the cougar mfd's and want to use them on my monitor.
×
×
  • Create New...