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

Expansion Your Ad Here Constore Remover

Content

Warnings

  1. Unknown key 'requires_oxp' at https://wiki.alioth.net/img_auth.php/8/84/YAH_Constore_Remover_1.00.oxz!manifest.plist

Manifest

from Expansion Manager's OXP list from Expansion Manifest
Description Suppresses the Con Stores in YAH, leaving only the billboards Suppresses the Con Stores in YAH, leaving only the billboards
Identifier oolite.oxp.Thargoid.YAH-ConstoreRemover oolite.oxp.Thargoid.YAH-ConstoreRemover
Title Your Ad Here Constore Remover Your Ad Here Constore Remover
Category Ambience Ambience
Author Thargoid Thargoid
Version 1.00 1.00
Tags ambience ambience
Required Oolite Version
Maximum Oolite Version
Required Expansions
Optional Expansions
Conflict Expansions
Information URL http://wiki.alioth.net/index.php/YAH_Constore_Removal_OXP n/a
Download URL https://wiki.alioth.net/img_auth.php/8/84/YAH_Constore_Remover_1.00.oxz n/a
License Creative Commons Attribution - Non-Commercial - Share Alike 3.0 license with clauses - see readme file Creative Commons Attribution - Non-Commercial - Share Alike 3.0 license with clauses - see readme file
File Size n/a
Upload date 1610873351

Documentation

Also read http://wiki.alioth.net/index.php/Your%20Ad%20Here%20Constore%20Remover

YAH Constore Remover v1.00 ReadMe & License.txt

YAH Constore Remover OXP by Thargoid.

This is a little add-on OXP to the magnificent Your Ad Here OXP franchise, by Dr Nil, Ark, DaddyHoggy and several other contributors.

Or more accurately it's a subtract-on, as it removes Griff's beautiful constores and their beacons, leaving only cold and empty space in their place. A crying shame I know, but some people seem to think they unbalance things.

This OXP requires at least one of the YAH ad-sets to be installed (it would be rather pointless otherwise), and will work with existing sets A-G plus is pre-configured for the release of sets H-J.

--------------------------------------------------------------

License:

This OXP is released under the Creative Commons Attribution - Non-Commercial - Share Alike 3.0 license

--------------------------------------------------------------

Instructions:

Unzip the file, and then move the folder "YAH Constore Remover 1.00.oxp" to the AddOns directory of your Oolite installation. 

This OXP requires Oolite version 1.74 or higher.

--------------------------------------------------------------

Version history:

27/07/2012 - Version 1.00, Initial release.

Equipment

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

Ships

Name
YAH_fakeConBeacon
YAH_fakeConstore

Models

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

Scripts

Path
Scripts/YAH_selfRemove.js
this.name					= "YAH_selfRemove.js";
this.author					= "Thargoid";
this.copyright				= "Creative Commons Attribution - Non-Commercial - Share Alike 3.0 license";
this.description			= "Ship script to remove dummy constore and beacon.";
this.version				= "1.0";
"use strict";

this.shipSpawned = function()
	{ this.ship.remove(); }