OHM MFD maps

Where do these actually get extracted for them to be applied?
I,m still in the beginning faze..!:cheers:!
 
Is a lot more complex now, since Orbiter uses now (since 2010) vector art for the maps and not bitmaps (vector graphics can be zoomed better). There is a way to make the old map bitmaps work, but I don't know it.
 
There is a way to make the old map bitmaps work, but I don't know it.

You need to put in Orbiter.cfg (or Orbiter_ng.cfg if you use external graphics client) that line, to switch the MapMFD to the old version:
Code:
MFDMapVersion = 0

If just that doesn't switch the MapMFD to the legacy version for you, you additionally need to switch EchoAllParams option in the Orbiter.cfg (or Orbiter_ng.cfg if you use external graphics client) from FALSE to TRUE, and set the MFDMapVersion to 0 once again:
Code:
EchoAllParams = TRUE
 
Back
Top