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

Expansion Planetfall Markets

Content

Warnings

  1. Required Expansions mismatch between OXP Manifest and Expansion Manager at character position 0064 (DIGIT ZERO vs LATIN SMALL LETTER N)
  2. No version in dependency reference to oolite.oxp.Thargoid.Planetfall:null

Manifest

from Expansion Manager's OXP list from Expansion Manifest
Description Enable markets in Planetfall from Oolite 1.82 Enable markets in Planetfall from Oolite 1.82
Identifier oolite.oxp.Norby.Planetfall_Markets oolite.oxp.Norby.Planetfall_Markets
Title Planetfall Markets Planetfall Markets
Category Dockables Dockables
Author Norby Norby
Version 0.1 0.1
Tags
Required Oolite Version
Maximum Oolite Version
Required Expansions
  • oolite.oxp.Thargoid.Planetfall:0
  • oolite.oxp.Thargoid.Planetfall:
  • Optional Expansions
    Conflict Expansions
    Information URL http://wiki.alioth.net/index.php/Planetfall n/a
    Download URL https://wiki.alioth.net/img_auth.php/2/21/PlanetFall_Markets_0.1.oxz n/a
    License CC-BY-NC-SA 4.0 CC-BY-NC-SA 4.0
    File Size n/a
    Upload date 1610873246

    Documentation

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

    Planetfall_Markets_readme.txt

    Planetfall Markets
    
    
    Enable markets in Planetfall from Oolite 1.82.
    
    
    
    Instructions:
    
    Do not unzip the .oxz file, just move into the AddOns folder of your Oolite installation.
    
    License:
    
    This work is licensed under the Creative Commons Attribution-NonCommercial-ShareAlike License version 4.0.
    If you are re-using any piece of this OXP, please let me know by sending an e-mail to norbylite@gmail.com.
    
    
    Changelog:
     2015.07.04. v0.1  First 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
    Scripts/planetfall_markets.js
    "use strict";
    this.name	= "planetfall_markets";
    this.author	= "Norby";
    this.copyright	= "2015 Norby";
    this.description= "";
    this.licence	= "CC BY-NC-SA 4.0";
    
    
    //worldscript events
    this.startUp = function() {
    	
    }