Jump to content

Cyclone_ZAR

Members
  • Posts

    3
  • Joined

  • Last visited

  1. After relooking at it with fresh eyes - it makes sense now Thanks again! I have noticed your FPS takes at least a 20fps hit with having exported MFSD's (well in my case with only one exported at the moment)
  2. That did it! Thank you! - my programming habits saw the LEFT_MFSD as a viewpoint - so therefore should be an element in the ViewPorts element - which strictly should be Thanks again!
  3. Thanks Jonsky for the detailed guide. Flying the F16 - I'm experimenting with trying to get the left MFD to display in the created view port. I've set the the correct resolution in DCS I have followed all the steps - and the view port does get created on my second screen, however it simply mirrors my main cockpit view when in flight and does not export the LEFT_MFCD? Is there something I may be missing? (I've tried both the single thread and MT versions - same result) Any assistance would be greatly appreciated! My .lua monitor setup is :- _ = function(p) return p; end; name = _('1 Screen and MFD Screen'); Description = 'Configuration with 1 main monitors and a small MFD' Viewports = { Center = { x = 0; y = 0; width = 2560; height = 1440; viewDx = 0; viewDy = 0; aspect = 2560/1440; }, LEFT_MFCD = { x = 2552; y = 8; width = 480; height = 480; viewDx = 0; viewDy = 0; } } UIMainView = { x = 0; y = 0; width = 2560; height = 1440; } GU_MAIN_VIEWPORT = { x = 0; y = 0; width = 2560; height = 1440; }
×
×
  • Create New...