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

Expansion Additional Planets SR Others Gas Giants pack

Content

Warnings

  1. Required Expansions mismatch between OXP Manifest and Expansion Manager at character position 0077 (DIGIT ZERO vs LATIN SMALL LETTER N)
  2. No version in dependency reference to oolite.oxp.spara.additional_planets_sr_base:null

Manifest

from Expansion Manager's OXP list from Expansion Manifest
Description Adds gas giants when using Additional Planets SR base Adds gas giants when using Additional Planets SR base
Identifier oolite.oxp.redspear.additional_planets_sr_others_gas_giants oolite.oxp.redspear.additional_planets_sr_others_gas_giants
Title Additional Planets SR Others Gas Giants pack Additional Planets SR Others Gas Giants pack
Category Ambience Ambience
Author Redspear, spara and collaborators Redspear, spara and collaborators
Version 1.1 1.1
Tags additional planets additional planets
Required Oolite Version
Maximum Oolite Version
Required Expansions
  • oolite.oxp.spara.additional_planets_sr_base:0
  • oolite.oxp.spara.additional_planets_sr_base:
  • Optional Expansions
    Conflict Expansions
    Information URL http://aegidian.org/bb/viewtopic.php?f=4&t=15683 n/a
    Download URL https://wiki.alioth.net/img_auth.php/2/29/Oolite.oxp.redspear.additional_planets_sr_others_gas_giants.oxz n/a
    License CC-BY-NC-SA 3.0 CC-BY-NC-SA 3.0
    File Size n/a
    Upload date 1610873257

    Documentation

    Also read http://wiki.alioth.net/index.php/Additional%20Planets%20SR%20Others%20Gas%20Giants%20pack

    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 = "Additional Planets SR pack Others Gas Giants";
    this.author = "spara, Redspear";
    this.copyright = "spara, Redspear";
    this.description = "Texture pack of gas giants for Additional Planets SR";
    this.licence = "CC-BY-SA 3.0";
    this.version = "1.1";
    
    this.startUp = function() {
    	if (!worldScripts["System Redux"]) return;
    	var giants = new Array();
    	for (var i = 1; i <= 6	; i++) giants.push("others_giant" + i + ".png");
    	worldScripts["System Redux"].addGiantsToPool(giants);
    }