Difference between revisions of "Random Docking Music OXP"

From Elite Wiki
(Installation Instructions: added note about OGG Vorbis music files)
(Updating BB links)
 
(18 intermediate revisions by 7 users not shown)
Line 1: Line 1:
 
 
== Overview ==
 
== Overview ==
  
 
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 are the Oolite version of the Blue Danube waltz by Strauss, and the Piano Concerto No.2 by Rachmaninoff.
+
Included in the [[OXP]] is the Oolite version of the Blue Danube waltz by Strauss.
 
 
  
 
== Installation Instructions ==
 
== Installation Instructions ==
Line 16: Line 14:
  
 
Open the file  randomDockingMusic.js found in RandomDockingMusic.oxp/Scripts/  
 
Open the file  randomDockingMusic.js found in RandomDockingMusic.oxp/Scripts/  
 +
  
 
Now where it says:
 
Now where it says:
 
  
 
:: this.musicList.push("BlueDanubeCopy.ogg");  
 
:: this.musicList.push("BlueDanubeCopy.ogg");  
:: this.musicList.push("SVRConcertoNo.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.01.oxp/Music/'''
  
Add or remove music pieces at your desire... in  '''RandomDockingMusicv1.00.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 MP3s or similar.
  
 +
== Discussion ==
  
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.
+
There is a discussion thread on the forum for this OXP [https://bb.oolite.space/viewtopic.php?f=4&t=7717 here].
  
 
== Credits ==
 
== Credits ==
  
Written by [http://aegidian.org/bb/profile.php?mode=viewprofile&u=1663 Frame].<br />
+
Written by [https://bb.oolite.space/memberlist.php?mode=viewprofile&u=1663 Frame].<br />
Inspired by [http://aegidian.org/bb/profile.php?mode=viewprofile&u=2100 dalek501] on the Oolite BBS.<br />
+
Inspired by [https://bb.oolite.space/memberlist.php?mode=viewprofile&u=2100 dalek501] on the Oolite BBS.<br />
 
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 ==
  
[http://www.box.net/shared/d59t39ibfc Random Docking Music OXP v1.0] RAR archive on Box.Net (13.5 mb)
+
[https://app.box.com/s/d59t39ibfc Random Docking Music OXP v1.01] on Box.com (6.3 mb)
 +
 
 +
 
 +
 
 +
[[Category:Oolite]]
 +
{{ambience-OXP}}
 +
[[Category:Sound Sets OXPs]]

Latest revision as of 03:39, 29 February 2024

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

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 MP3s or similar.

Discussion

There is a discussion thread on the forum for this OXP here.

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.com (6.3 mb)