Back to Index Page generated: May 8, 2024, 6:16:03 AM

Expansion Liners Markets

Content

Warnings

  1. Required Expansions mismatch between OXP Manifest and Expansion Manager at character position 0057 (DIGIT ZERO vs LATIN SMALL LETTER N)
  2. Information URL mismatch between OXP Manifest and Expansion Manager string length at character position 0
  3. No version in dependency reference to oolite.oxp.smivs.Liners:null

Manifest

from Expansion Manager's OXP list from Expansion Manifest
Description Adds markets to the dockable liners from the Liners OXP. Adds markets to the dockable liners from the Liners OXP.
Identifier oolite.oxp.phkb.LinersMarkets oolite.oxp.phkb.LinersMarkets
Title Liners Markets Liners Markets
Category Dockables Dockables
Author phkb phkb
Version 1.4 1.4
Tags markets markets
Required Oolite Version
Maximum Oolite Version
Required Expansions
  • oolite.oxp.smivs.Liners:0
  • oolite.oxp.smivs.Liners:
  • Optional Expansions
    Conflict Expansions
    Information URL n/a
    Download URL https://wiki.alioth.net/img_auth.php/3/36/LinersMarkets.oxz n/a
    License CC-BY-NC-SA 4.0 CC-BY-NC-SA 4.0
    File Size n/a
    Upload date 1610873271

    Documentation

    Also read http://wiki.alioth.net/index.php/Liners%20Markets

    readme.txt

    Liners Markets
    By Nick Rogers
    
    Overview
    ========
    This OXP adds markets to the dockable Liners from the Liners OXP.
    
    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/
    
    Version History
    ===============
    1.3
    - Version uplift in attempt to fix download manager issues on some platforms.
    
    1.2
    - Added check to make sure the link to Market Inquirer will only happen if the OXP is installed.
    
    1.1
    - Added liners with markets to Commodity Markets F4 screen from Market Inquirer OXP.
    - Tweaked prices to be closer to the system prices. 
    - Gold, platinum and gem-stones now have a slightly higher capacity.
    - Some quantities of radioactives (waste) are now for available sale at a cheap price.
    
    1.0
    - Initial release.

    Equipment

    This expansion declares no equipment. This may be related to warnings.

    Ships

    This expansion declares no ships. This may be related to warnings.

    Models

    This expansion declares no models. This may be related to warnings.

    Scripts

    Path
    Config/script.js
    "use strict";
    this.name = "LinersMarkets";
    this.author = "phkb";
    this.copyright = "2018 phkb";
    this.description = "Liners Markets world script";
    this.licence = "CC BY-NC-SA 4.0";
    
    this.startUpComplete = function () {
        if (worldScripts.market_inquirer) {
            worldScripts.market_inquirer.$inquirerStations.push("liners_emerald");
            worldScripts.market_inquirer.$inquirerStations.push("liners_tigershark");
        }
    }