Difference between revisions of "Manifest MFD"

From Elite Wiki
m (Tagged as irrelevant to game difficulty (information already on F5F5 screen).)
(Added infobox and links)
Line 1: Line 1:
 +
{{Infobox EquipStats Oolite| title = Manifest MFD
 +
|image = [[File:Manifest MFD.png|120px]]
 +
|equipName =  Manifest MFD
 +
|equipCost = 550₢
 +
|equipTL = 5
 +
}}
 +
 
== Overview ==
 
== Overview ==
 
Shows cargo manifest information in an MFD.  
 
Shows cargo manifest information in an MFD.  
Line 26: Line 33:
 
*[http://aegidian.org/bb/viewtopic.php?f=4&t=16591 BB Thread] (2014-5).
 
*[http://aegidian.org/bb/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.
 +
*See also [[Useful MFDs]] for an alternative.
  
 
[[File:Tag-colour-green.png]]
 
[[File:Tag-colour-green.png]]
 
{{HUD-OXP}}
 
{{HUD-OXP}}

Revision as of 00:17, 6 July 2021

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