Difference between revisions of "Manifest MFD"

From Elite Wiki
(Updating BB links)
m (Updated link)
 
Line 33: Line 33:
 
*[https://bb.oolite.space/viewtopic.php?f=4&t=16591 BB Thread] (2014-5).
 
*[https://bb.oolite.space/viewtopic.php?f=4&t=16591 BB Thread] (2014-5).
 
*[[MFD]]
 
*[[MFD]]
*This information is also available on your [[F5 page (commander "jameson": details)|F5F5 page (ship's manifest)]] while both in-flight and docked.
+
*This information is also available on your [[F5 screen (commander "jameson": details)|F5F5 screen (ship's manifest)]] while both in-flight and docked.
 
*See also [[Useful MFDs]] for an alternative.
 
*See also [[Useful MFDs]] for an alternative.
  
 
[[File:Tag-colour-green.png]]
 
[[File:Tag-colour-green.png]]
 
{{HUD-OXP}}
 
{{HUD-OXP}}

Latest revision as of 12:04, 30 June 2026

Manifest MFD
Manifest MFD.png
Name Manifest MFD
Cost 550₢
TL Availability 5

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