Jump to content

on screen MFD removeal


sonic306

Recommended Posts

In your game installation folder find file:

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

 

In that file find and comment out ine thing: (render_purpose.GENERAL).

After commenting it should look like below:

 

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

 

And don't forget to define where you have both MFCDs in you monitor setup file.

  • Like 1

[sIGPIC][/sIGPIC]

--

"The three best things in life are a good landing, a good orgasm, and a good shit.

A night carrier landing is one of the few opportunities to experience all three at the same time."

Link to comment
Share on other sites

In DCS World:

C:\Program Files\Eagle Dynamics\DCS World\Scripts\Aircrafts\_Common

 

at line 31 by add the -- red lines

 

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

[sIGPIC][/sIGPIC]

 

=&arrFilter_pf[gameversion]=&arrFilter_pf[filelang]=&arrFilter_pf[aircraft]=&arrFilter_CREATED_USER_NAME=chardly38&set_filter=Filter&set_filter=Y"]MY SKINS And Helios

 

i7 2600k 3.4 quad w/ Hyper N520 cpu fan_, Asus Sabertooth z77_, RX 580_, Corsair Vengeance 1800 8Gb ram_, 112 OCZ Vertex 3_, Corsair HX 1000, 3 screens res 5292x1050_,and 1 1680x1050 Helios Ir Tracker 5 with Pro Clip_,Hotas Warthog#12167 ...

Link to comment
Share on other sites

i have tried that now, didnt make them go away.... maybe im not explaning my self right, what i mean is that when i press ALT + F1 witch is HUD only mode i can see both my MFDs, i want them gone... maybe im doing something allso wrong in the editing....

Link to comment
Share on other sites

  • Recently Browsing   0 members

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