Back to Index | Page generated: Nov 12, 2024, 11:02:04 PM |
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 |
|
|
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 |
Also read http://wiki.alioth.net/index.php/Planetfall%20Markets
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.
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() { } |