Jump to content

Recommended Posts

Posted

Hi

I am trying to change the size of my mfd's in hud only view (as they take up over 1/2 the screen space). 

I am trying to do this via helios.lua and the app to create a new monitor setup profile.

But when i do it also adds the mfd's to my f1 normal cockpit view.

I am trying to not break IC here so im staying away from modifying viewportcfg.lua, or modifying the individual airframe mfd files in baked and ampcd etc. 

Helios could successfully resize the mfd's in hud only view but unfortunatly forced draw onto f1 cockpit view.

I have this code so far that i am trying to ask anyone who has experience if these calls can be used in the monitor setup helios.lua file.

LEFT MFCD = Viewports.LEFT MFCD RIGHT_MFCD = Viewports.RIGHT MFCD LEFT MFCD = Viewports.HUD_ONLY_VIEW RIGHT_MFCD = Viewports.HUD_ONLY_VIEW 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, -- comment out will remove MFCD's from cockpit 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

  • Recently Browsing   0 members

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