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 the full album: Lifes path by mindthings - Ambient. Depends on Hyperradio. | This musicpack contains the full album: Lifes path by mindthings - Ambient. Depends on Hyperradio. |
Identifier | oolite.oxp.Svengali.HyperradioST01 | oolite.oxp.Svengali.HyperradioST01 |
Title | Hyperradio ST01 - Ambient | Hyperradio ST01 - 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/9/9c/HyperradioST01.oxz | n/a |
License | CC BY-NC 2.0 fr | CC BY-NC 2.0 fr |
File Size | n/a | |
Upload date | 1610873390 |
Also read http://wiki.alioth.net/index.php/Hyperradio%20ST01%20-%20Ambient
{\rtf1\ansi\ansicpg1252\deff0{\fonttbl{\f0\fswiss\fprq2\fcharset0 Helvetica;}{\f1\fswiss\fcharset0 Arial;}} {\*\generator Msftedit 5.41.15.1515;}\viewkind4\uc1\pard\lang1031\ul\b\f0\fs28 HYPERRADIO Musicpack \par \ulnone\b0\fs20 Music Add-On: Ambient \par \par Track | License URL\par ----------------------------------------------\par 01 | http://creativecommons.org/licenses/by-nc/2.0/fr/\par 02 | http://creativecommons.org/licenses/by-nc/2.0/fr/\par 03 | http://creativecommons.org/licenses/by-nc/2.0/fr/\par 04 | http://creativecommons.org/licenses/by-nc/2.0/fr/\par 05 | http://creativecommons.org/licenses/by-nc/2.0/fr/\par 06 | http://creativecommons.org/licenses/by-nc/2.0/fr/\par 07 | http://creativecommons.org/licenses/by-nc/2.0/fr/\par 08 | http://creativecommons.org/licenses/by-nc/2.0/fr/\par 09 | http://creativecommons.org/licenses/by-nc/2.0/fr/\par 10 | http://creativecommons.org/licenses/by-nc/2.0/fr/\par 11 | http://creativecommons.org/licenses/by-nc/2.0/fr/\par 12 | http://creativecommons.org/licenses/by-nc/2.0/fr/\par artwork | http://creativecommons.org/licenses/by-nc/2.0/fr/\par \par Oolite is a Creative Commons \par \par http://creativecommons.org/licenses/by-nc/3.0/\par http://creativecommons.org/licenses/by-nc-sa/3.0/\par http://creativecommons.org/licenses/by-nc-sa/2.5/it/\par \par 2009 Made by Rustybolts\par \par \f1\par }
Path | |
---|---|
Config/script.js | this.name = "hyperRadioST01"; this.author = "Rustybolts"; this.copyright = "CC-by-nc-sa-3.0"; this.description = "Ambient Piano for the HYPERRADIO v1.11 or higher."; this.version = "1.1"; this.startUp = function() { if (worldScripts.hyperradio) { worldScripts.hyperradio.stationList.push("hyperradio_playListST01"); worldScripts.hyperradio.hyperradio_playListST01 = new Array( "Our Lifes, Our Destinies.ogg", "Sounds From The Past.ogg", "Emotion Vibes.ogg", "Night Rains.ogg", "Life's Things.ogg", "Artificial World.ogg", "Cold Water.ogg", "Exponential Tears.ogg", "Reversal Situation.ogg", "The Last Time On This Earth.ogg", "AfterLife.ogg", "Rebirth.ogg" ); } delete this.startUp; } |