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

Expansion Hyperradio ST02 - Ambient

Content

Manifest

from Expansion Manager's OXP list from Expansion Manifest
Description This musicpack contains 5 songs by PeerGynt Lobogris - Ambient. Depends on Hyperradio. This musicpack contains 5 songs by PeerGynt Lobogris - Ambient. Depends on Hyperradio.
Identifier oolite.oxp.Svengali.HyperradioST02 oolite.oxp.Svengali.HyperradioST02
Title Hyperradio ST02 - Ambient Hyperradio ST02 - Ambient
Category Ambience Ambience
Author Svengali Svengali
Version 1.0 1.0
Tags
Required Oolite Version
Maximum Oolite Version
Required Expansions
  • oolite.oxp.Svengali.Hyperradio:1.26
  • oolite.oxp.Svengali.Hyperradio:1.26
  • Optional Expansions
    Conflict Expansions
    Information URL http://wiki.alioth.net/index.php/Hyperradio_Musicpacks n/a
    Download URL https://wiki.alioth.net/img_auth.php/e/e3/HyperradioST02.oxz n/a
    License CC BY-NC-SA 3 CC BY-NC-SA 3
    File Size n/a
    Upload date 1610873495

    Documentation

    Also read http://wiki.alioth.net/index.php/Hyperradio%20ST02%20-%20Ambient

    Equipment

    This expansion declares no equipment.

    Ships

    This expansion declares no ships.

    Models

    This expansion declares no models.

    Scripts

    Path
    Config/script.js
    this.name = "hyperRadioST02";
    this.author = "Rustybolts";
    this.copyright = "CC-by-nc-sa-3.0";
    this.description = "Selection from Peergynt Lobogris - Ambient.";
    this.version = "1.0";
    
    this.startUp = function()
    {
      if (worldScripts.hyperradio) {
        worldScripts.hyperradio.stationList.push("hyperradio_playListST02");
        worldScripts.hyperradio.hyperradio_playListST02 = new Array(
          "Peergynt_Lobogris-A_drop_in_the_universe.ogg",
          "Peergynt_Lobogris-Elissa_2010.ogg",
          "Peergynt_Lobogris-Flying_on_moonlight.ogg",
          "Peergynt_Lobogris-I_need_a_dream_to_survive.ogg",
          "Peergynt_Lobogris-Sensual_touch.ogg"
        );
      }
      delete this.startUp;
    }