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

Expansion Additional Planets SR Demux Volcanic 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 Texture pack for Additional Planets SR containing planet textures modified from System Demux by DrBeeb. Texture pack for Additional Planets SR containing planet textures modified from System Demux by DrBeeb.
Identifier oolite.oxp.redspear.additional_planets_sr_demux_volcanic oolite.oxp.redspear.additional_planets_sr_demux_volcanic
Title Additional Planets SR Demux Volcanic Pack Additional Planets SR Demux Volcanic Pack
Category Ambience Ambience
Author Redspear, spara and collaborators Redspear, spara and collaborators
Version 1.2 1.2
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/8/8e/Oolite.oxp.redspear.additional_planets_sr_demux_volcanic.oxz n/a
    License CC-BY-NC-SA 3.0 CC-BY-NC-SA 3.0
    File Size n/a
    Upload date 1610873363

    Documentation

    Also read http://wiki.alioth.net/index.php/Additional%20Planets%20SR%20Demux%20Volcanic%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 Demux Volcanic";
    this.author = "spara, Redspear";
    this.copyright = "spara, Redspear";
    this.description = "Texture pack of volcanic worlds for Additional Planets SR";
    this.licence = "CC-BY-SA 3.0";
    this.version = "1.1";
    
    this.startUp = function() {
    	if (!worldScripts["System Redux"]) return;
    	var planets = new Array();
    	for (var i = 1; i <= 10	; i++) planets.push("volcanic_planet" + i + ".png");
    	worldScripts["System Redux"].addPlanetsToPool(planets);
    }