OHM ACTIVE SCANNER MFD

OrbitHangar

Addon Comments
Joined
Apr 9, 2008
Messages
3,832
Reaction score
18
Points
0

Author: icarus at home

This MFD lets you scan Planets and other objects and displays a read-out for that target.
Main Information is:
  • Radius.
  • Objects Mass
  • Rotational Period
  • Objects Gravity
  • Atmosphere Yes or No
  • Atmospheric Pressure
  • Atmospheric Temp
  • Atmospheric Density
  • Atmosphere Hi limit
  • Base Count
     
Click Up or Down to change Objects.
 
Cheers Jim


DOWNLOAD
 
Tried it out, because I think it's a great and really useful idea, but every time I try to select the MFD, CTD... checked Orbiter.log, and got this:

Code:
---------------------------------------------------------------
>>> WARNING: Obsolete API function used: oapiBlt
Colour key argument not supported by graphics client
---------------------------------------------------------------
Finished initialising panels
Finished setting up render state
D3D9Client: [Scene Initialized]
---------------------------------------------------------------
>>> WARNING: Obsolete API function used: oapiGetStationCount
At least one active module is accessing an obsolete interface function.
Addons which rely on obsolete functions may not be compatible with
future versions of Orbiter.
---------------------------------------------------------------
 
It works for me.

There are some minor problems with text display though:

174ZTzB.png
 
Last edited:
Looks like the char buffer for the Target name has not been initialized properly.
 
Back
Top