Difference between revisions of "Hyperradio js OXP"

From Elite Wiki
m (added OXPLevel template)
(version1.19)
Line 52: Line 52:
 
===Download===
 
===Download===
 
{{OXPLevel|0}}
 
{{OXPLevel|0}}
[http://www.box.net/shared/jsnpl6ptpe Hyperradio1.18.zip] (714 KB) Updated 22/06/2010 - requires Oolite v1.74.
+
[http://www.box.net/shared/jsnpl6ptpe Hyperradio1.19.zip] (714 KB) Updated 2010-07-15 - requires Oolite v1.74.
  
 
===Links===
 
===Links===

Revision as of 11:21, 15 July 2010

Hyperradio.png

Overview

Trading goods between worlds is an extremely dangerous and hard job and a commander will need some relaxing moments. Listen to your radio station and enjoy Jazz, Folk, Rock or whatever you like. Use one station for all systems or expand it, so you will get different programs in different systems. You can even add your own music to the playlist. So rip your CDs, download songs, or install one or more of the available musicpacks. Everything is possible - and travelling will be much more fun - even 'milkruns' won't be boring business anymore. And with the capacity to be expanded by other users creating their own musicpacks it will always be the right investment.

Additionally Frame has created a nice oxp for random docking music.

Handling

Adding own songs to the main playlist of the Hyperradio is simple. Please note that only ogg-vorbis is supported by Oolite.

1. Just place your soundfiles in the OXPs Music-folder.
2. Open hyperradio.js in the Scripts-folder (you can use a simple text-editor) and add your filenames to the array.
Example:

 this.playListOriginal = new Array(
   "Rage-Back_in_time.ogg",
   "Stevie_Ray_Vaughan-Voodoo_Child.ogg"
 );

Save your additions. That's it. 3. Fire up Oolite and buy the Hyperradio license (it is not everywhere available).

  1. - Launch from the station and step to the F7 - SYSTEM_DATA_SCREEN.
  2. - When the connection is stable (the music is playing) step back to the cockpit-view (F1).
  3. - When the song is over... F7, back to F1,...

To get some more complexity it is possible to use different 'stations' with different playlists. There are a few musicpacks already available for you.

If you are using one or more of the available musicpacks the Hyperradio chooses a playlist based mainly on the system.ID, but it depends also on the number of installed musicpacks and in some cases it gets a random chance of changing the radio station. Documentation about creating own stations is available at the HowTo make a own station page.

And if you are using more than one searchpatch for your AddOns please make sure that the Hyperradio is loaded before the musicpacks are executed. So the best it to place Hyperradio and musicpacks in the same folder. Starting from Oolite1.74 the startup behaviour is changed, so it shouldn't be necessary anymore to place the musicpacks in the same folder.

Infos

Hyperradio
Hyperradio.png
Name EQ_HYPER_RADIO
Cost 12.000
TL Availability 7
OXPConfig compatible.png

The Hyperradio is your personal tool for playing music in the game. Before it was a bit tedious to run other applications (like Winamp) for this case, because these music-players are not really connected to Oolite and the user doesn't have control about it (or has to switch to this application). The Hyperradio jumps in here to play your songs and reacts on changes in Oolite.

Additionally it is compatible and configurable via OXPConfig and Repair Bots.

Features:

  • Extended logging
  • Automerge entries from musicpacks if installed
  • Short music sample if player uses escapepod
  • Station shuffle
  • Extended features - if Snoopers2.x is installed

Requirements

  • The latest version needs Oolite v1.74.
  • No dependencies, if Snoopers2.x or musicpacks installed extra functions are enabled.

Download

Levelindicator0.png
0-{{{2}}}

Hyperradio1.19.zip (714 KB) Updated 2010-07-15 - requires Oolite v1.74.

Links

Hyperradio_Musicpacks
Hyperradio_Howto_Musicpacks
Random docking music