Back to Index Page generated: Nov 12, 2024, 11:02:04 PM

Expansion Torus Stations

Content

Manifest

from Expansion Manager's OXP list from Expansion Manifest
Description Adds the massive single and double Torus main stations to a very few high tech worlds. Adds the massive single and double Torus main stations to a very few high tech worlds.
Identifier oolite.oxp.captsolo.tori2.02 oolite.oxp.captsolo.tori2.02
Title Torus Stations Torus Stations
Category Dockables Dockables
Author Murgh, Svengali, & CaptSolo Murgh, Svengali, & CaptSolo
Version 2.1 2.1
Tags
Required Oolite Version
Maximum Oolite Version
Required Expansions
Optional Expansions
Conflict Expansions
Information URL https://wiki.alioth.net/index.php/Torus_station n/a
Download URL https://wiki.alioth.net/img_auth.php/3/3f/Tori_2.1.oxz n/a
License CC-BY-SA 3.0 CC-BY-SA 3.0
File Size n/a
Upload date 1699070153

Documentation

Also read http://wiki.alioth.net/index.php/Torus%20Stations

Tori2.02_ReadMe.txt

TORI2.02 
Licence: CC-by-nc-sa-3.0

Overview:
Obnoxicorp Inc. collossal and majestic stations.

Requirements:
Oolite v1.80 - To get the full fun play in fullshader mode, reduced details off.
___________________________________________________________________________________________

Thanks to:
	- The development team
	Giles Williams (aegidian), Jens Ayton (Ahruman), Nikos Barkas (another_commander), David Taylor (dajt), Chris Crowther (hikari),
	James (cmdrjames), Darren Salt (dsalt), Eddy Petrişor (eddyp), Erich Ritz (eritz), Konstantinos Sykas (getafix),
	Kaks, Nic (nic_asdf), Michael Werle (mwerle), Dave Hughes (selezen), Eric Walch, Dylan Smith (winston).

Oolite is a Creative Commons protected project by Giles Williams. Oolite is a space simulation game developed by Giles Williams
based on Elite by Ian Bell and David Braben. All rights reserved.
___________________________________________________________________________________________


January 2006 - Made by Murgh
  October 2010 - Overhauled by Svengali
  October 2014 - Overhauled by CaptSolo: 
	New high definition textures, glow maps and normal maps, rendered by custom shaders by Griff.
	Docking bay from Griff's latest dodecahedren station.
  November 2023 - Update by phkb
	Updated textures and specular maps that work with the default shaders in Oolite 1.90/1.91.

Equipment

This expansion declares no equipment.

Ships

Name
tori-dock
Torus Station
Torus Station
tori_pod
tori_second

Models

This expansion declares no models.

Scripts

Path
Scripts/tori.js
"use strict";
this.name = "tori";
this.author = "Svengali";
this.copyright = "CC-by-nc-sa-3.0";
this.description = "Torusstation";
this.version = "2.02";

this.shipEnteredStationAegis = function()
{
	var d = [
		"Obnoxicorp HQ",
		"GASEC",
		"Virgin",
		"Murgh Shipyards",
		"S.A.R.",
		"Space Rickshaw Co.",
		"CoachWhip Inc.",
		"Tradecenter"
	];
	this.ship.displayName = this.ship.name+" - "+d[system.ID&7];
	delete this.shipEnteredStationAegis;
};