Back to Index | Page generated: Nov 12, 2024, 11:02:04 PM |
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 |
|
|
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 |
Also read http://wiki.alioth.net/index.php/Hyperradio%20ST02%20-%20Ambient
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; } |