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

Expansion Your Ad Here Constores Only

Content

Warnings

  1. Unknown key 'requires_oxp' at https://wiki.alioth.net/img_auth.php/2/20/Yah_constores_only_1.0.3.oxz!manifest.plist

Manifest

from Expansion Manager's OXP list from Expansion Manifest
Description Supress all billboards except Constores' own navigation billboard Supress all billboards except Constores' own navigation billboard
Identifier oolite.oxp.spara.yah_constores_only oolite.oxp.spara.yah_constores_only
Title Your Ad Here Constores Only Your Ad Here Constores Only
Category Ambiance Ambiance
Author spara spara
Version 1.0.3 1.0.3
Tags
Required Oolite Version
Maximum Oolite Version
Required Expansions
Optional Expansions
Conflict Expansions
Information URL http://wiki.alioth.net/index.php/Your_Ad_Here! n/a
Download URL https://wiki.alioth.net/img_auth.php/2/20/Yah_constores_only_1.0.3.oxz n/a
License Creative Commons Attribution - Non-Commercial - Share Alike 4.0 license Creative Commons Attribution - Non-Commercial - Share Alike 4.0 license
File Size n/a
Upload date 1610873246

Documentation

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

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
Config/script.js
"use strict";

this.name        = "yah_constores_only"; 
this.author      = "spara";
this.description = "remove asteroid billboards"; 

this.startUp = function() {
	if (worldScripts["Pi-Forty-Two Con stores"]) {
		worldScripts["Pi-Forty-Two Con stores"].$asteroidBillBoards = false;
	}
	delete this.startUp;
}