Manifest MFD
From Elite Wiki
Manifest MFD | |
---|---|
Name | Manifest MFD |
Cost | 550₢ |
TL Availability | 5 |
Contents
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
- This work is licensed under the Creative Commons Attribution-Noncommercial-Share Alike 4.0 Unported License. To view a copy of this license, visit http://creativecommons.org/licenses/by-nc-sa/4.0/
- Manifest MFD OXP ver 1.1.2 (3.8.2015)
- Author: Spara
Links
- BB Thread (2014-5).
- MFD
- This information is also available on your F5F5 page (ship's manifest) while both in-flight and docked.
- See also Useful MFDs for an alternative.