Lovely piece of work.
PS the symbol on the advanced space compass looked like some weird memory corruption bug until I realised it was a radiating hexagon. Very clever.


Moderators: winston, another_commander
Witchspace jump aborted (too close to ?).
Are you sure that you have v1.03 of the OXP? Previous versions had some oddities in their shipdata, including "?" as a name. But this is no longer the case in 1.03.SandJ wrote:While within 16 km of the G5TVN Array I tried to enter hyperspace and got:Witchspace jump aborted (too close to ?).
Thank you. I will upgrade from v1.0Commander McLane wrote:Are you sure that you have v1.03 of the OXP? Previous versions had some oddities in their shipdata, including "?" as a name. But this is no longer the case in 1.03.
In the first post of this thread. The [wiki]OXP List[/wiki] has most, if not all, OXPs listed.Karnach wrote:... where is the download link?
How about just certain types of equipment useful for journalists? With a nice discount of say 10% (25% if an employee or on a mission...)phkb wrote: ↑Sat Nov 11, 2017 2:36 amWell, that was the intent of the author - no market. I think some missions were planned for some time later, but yes, right now, no markets. Given its purpose I can’t even imagine what the station would have to sell, or what anyone would want to buy. Open to suggestions though.
Quonzo is actually QuonsoYou will also be able to find:
The Views of the Worlds Array Xeabiti, Chart 2
The GNN Array Geusdi, Chart 3
The Daily Wail Array Quonzo, Chart 4
The G5TVN Array Maeser, Chart 5
The Rooters Array Tiregees, Chart 6
The StarSports Array Zarausxe, Chart 7
The Snoopers Array Maabile, Chart 8
Code: Select all
"use strict";
this.name = "Tionisla Chronicle Array OXP";
this.author = "Storm";
this.copyright = "Creative Commons Attribution - Non-Commercial - Share Alike 3.0 license";
this.description = "Addition of a Broadcast Array station to each galactic chart";
// Arrays for the Broadcast Arrays locations by planet, their shipdata.plist names, and 'channel' name
this.broadcastArrayPlanet = [124, 103, 197, 58, 211, 225, 184, 206];
this.broadcastArrayName = ["Tionisla Chronicle", "Views of the Worlds", "GNN", "Daily Wail", "G5TVN", "Rooters", "StarSports", "Snoopers"];
this.broadcastChannel = ["tca", "votw", "gnn", "dailywail", "g5tvn", "rooters", "starsports", "snoopers"];
this._debug = false;
this.systemWillPopulate = function() {
...