Difference between revisions of "Random Docking Music OXP"
(→Download: updated download for v1.01) |
(v1.01 released) |
||
Line 3: | Line 3: | ||
Plays a randomly selected music track on activating docking computers (slow dock), from a list set inside the OXP. | Plays a randomly selected music track on activating docking computers (slow dock), from a list set inside the OXP. | ||
− | Included in the OXP | + | Included in the OXP is the Oolite version of the Blue Danube waltz by Strauss. |
Line 20: | Line 20: | ||
:: this.musicList.push("BlueDanubeCopy.ogg"); | :: this.musicList.push("BlueDanubeCopy.ogg"); | ||
− | |||
:: // keep on adding or removing music in the same manner as seen above <br /> | :: // keep on adding or removing music in the same manner as seen above <br /> | ||
− | Add or remove music pieces at your desire... in '''RandomDockingMusicv1. | + | Add or remove music pieces at your desire... in '''RandomDockingMusicv1.01.oxp/Music/''' |
Music files should be in OGG Vorbis format (.ogg) files. Use a converter such as [http://audacity.sourceforge.net/ Audacity] to produce these from your MP3's or similar. | Music files should be in OGG Vorbis format (.ogg) files. Use a converter such as [http://audacity.sourceforge.net/ Audacity] to produce these from your MP3's or similar. | ||
Line 34: | Line 33: | ||
One of the files used produced by [http://www.freesound.org/usersViewSingle.php?id=37876 Acclivity] on [http://www.freesound.org/ www.freesound.org]. | One of the files used produced by [http://www.freesound.org/usersViewSingle.php?id=37876 Acclivity] on [http://www.freesound.org/ www.freesound.org]. | ||
+ | == Version History == | ||
+ | |||
+ | '''v1.00''' First released 20th March 2010. | ||
+ | |||
+ | '''v1.01''' Removed Rachmaninoff music track due to copyright issue. | ||
== Download == | == Download == |
Revision as of 23:54, 12 May 2010
Overview
Plays a randomly selected music track on activating docking computers (slow dock), from a list set inside the OXP.
Included in the OXP is the Oolite version of the Blue Danube waltz by Strauss.
Installation Instructions
Mac
open RandomDockingMusic.oxp by right clicking and select something about opening the OXP package
Windows/Linux
Open the file randomDockingMusic.js found in RandomDockingMusic.oxp/Scripts/
Now where it says:
- this.musicList.push("BlueDanubeCopy.ogg");
- // keep on adding or removing music in the same manner as seen above
- // keep on adding or removing music in the same manner as seen above
Add or remove music pieces at your desire... in RandomDockingMusicv1.01.oxp/Music/
Music files should be in OGG Vorbis format (.ogg) files. Use a converter such as Audacity to produce these from your MP3's or similar.
Credits
Written by Frame.
Inspired by dalek501 on the Oolite BBS.
One of the files used produced by Acclivity on www.freesound.org.
Version History
v1.00 First released 20th March 2010.
v1.01 Removed Rachmaninoff music track due to copyright issue.
Download
Random Docking Music OXP v1.01 on Box.Net (6.3 mb)