Difference between revisions of "Manifest MFD"

From Elite Wiki
(Page Created)
 
m (Tagged as irrelevant to game difficulty (information already on F5F5 screen).)
Line 27: Line 27:
 
*[[MFD]]
 
*[[MFD]]
  
 
+
[[File:Tag-colour-green.png]]
 
{{HUD-OXP}}
 
{{HUD-OXP}}

Revision as of 16:55, 23 April 2021

Overview

Shows cargo manifest information in an MFD.

Great for miners, scavengers and anyone in need of quick manifest information.

Equipment costs 550 credits and is available from TL5 and up stations.

Other OXPs

This oxp tracks the changes of used cargo space, thus catching scooping, jettisoning and destruction of cargo. It does not however note changes of cargo contents. For that an OXP changing the contents of an container in the cargo hold should notify this script by calling notifyCargoChange().

Just add this to your script after you have changed the contents of a container:

if (worldScripts["manifest_mfd"]) worldScripts["manifest_mfd"].notifyCargoChange();

Requirements

  • Oolite 1.80 or higher

License

Links

Tag-colour-green.png