Jump to content

Recommended Posts

Posted

Hey everyone I recently updated to the newest version of DCS world and I'm having trouble turning off the MFCDs in game. I have a multi monitor setup with gauges and MFCD displayed and the old way to do this was to edit the Viewporthandling.lua file (Line 31 I believe). It seems with all the recent changes in file structures that this isn't relevant anymore. Can someone point me in the right direction please?

 

I've searched the forums and google but I only seem to get links to the old way of doing this. Thanks in advance for any help!:joystick:

Posted

DCS World\Scripts\Aircrafts\_Common\Cockpit\ViewportHandling.lua

 

Line number 57

 

This is part of mine, lines 51 to 62:

 

function set_full_viewport_coverage(viewport)

dedicated_viewport = {viewport.x,

viewport.y,

viewport.width,

viewport.height}

dedicated_viewport_arcade = dedicated_viewport

purposes = {--render_purpose.GENERAL,

render_purpose.HUD_ONLY_VIEW,

render_purpose.SCREENSPACE_OUTSIDE_COCKPIT,

render_purpose.SCREENSPACE_INSIDE_COCKPIT} -- set purposes to draw it always

render_target_always = true

end

 

 

Regards,

Milli

  • Recently Browsing   0 members

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