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

Expansion Your Ad Here Fuel Station

Content

Warnings

  1. Unknown key 'requires_oxp' at https://wiki.alioth.net/img_auth.php/d/d7/Yah_fuel_station_1.0.oxz!manifest.plist

Manifest

from Expansion Manager's OXP list from Expansion Manifest
Description Use ConStores as fuel stations. Be aware that this change makes the game considerably easier when allowing you to fuel right after hyperjump. Use ConStores as fuel stations. Be aware that this change makes the game considerably easier when allowing you to fuel right after hyperjump.
Identifier oolite.oxp.spara.yah_fuel_station oolite.oxp.spara.yah_fuel_station
Title Your Ad Here Fuel Station Your Ad Here Fuel Station
Category Mechanics Mechanics
Author spara spara
Version 1.0 1.0
Tags mechanics mechanics
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/d/d7/Yah_fuel_station_1.0.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 1610873480

Documentation

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

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
this.name        = "yah_fuel_station"; 
this.author      = "spara";
this.copyright   = "2014 the Oolite team."; 
this.description = "Enable fueling at ConStores"; 
this.version     = "1.0"; 

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