Difference between revisions of "Hyperradio js OXP"

From Elite Wiki
(version1.19)
m (dir link mend)
(26 intermediate revisions by 5 users not shown)
Line 1: Line 1:
[[Image:Hyperradio.png|120px|frame]]
+
{{Infobox EquipStats Oolite| title = Hyperradio
===Overview===
+
|image = [[Image:Hyperradio.png|80px]]
 +
|equipName = EQ_HYPER_RADIO
 +
|equipCost = 1.200
 +
|equipTL = 7
 +
}}
 +
==Overview==
 +
{{OXPNote|This AddOn is deprecated. Please use [[Library OXP|Library]] for new AddOns}}
 
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 [[Hyperradio_Musicpacks|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.
 
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 [[Hyperradio_Musicpacks|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_OXP|random docking music]].
+
Additionally Frame has created a nice oxp for [[Random_Docking_Music_OXP|random docking music]].
  
===Handling===
+
==Handling==
 
Adding own songs to the main playlist of the Hyperradio is simple. Please note that only ogg-vorbis is supported by Oolite.
 
Adding own songs to the main playlist of the Hyperradio is simple. Please note that only ogg-vorbis is supported by Oolite.
  
Line 11: Line 17:
 
2. Open hyperradio.js in the Scripts-folder (you can use a simple text-editor) and add your filenames to the array.<br>
 
2. Open hyperradio.js in the Scripts-folder (you can use a simple text-editor) and add your filenames to the array.<br>
 
Example:
 
Example:
   this.playListOriginal = new Array(
+
   this.hyperradio_playListOriginal = [
 
     "Rage-Back_in_time.ogg",
 
     "Rage-Back_in_time.ogg",
 
     "Stevie_Ray_Vaughan-Voodoo_Child.ogg"
 
     "Stevie_Ray_Vaughan-Voodoo_Child.ogg"
   );
+
   ];
 
Save your additions. That's it.
 
Save your additions. That's it.
 +
 
3. Fire up Oolite and buy the Hyperradio license (it is not everywhere available).
 
3. Fire up Oolite and buy the Hyperradio license (it is not everywhere available).
# - Launch from the station and step to the F7 - SYSTEM_DATA_SCREEN.
+
* Launch from the station and select it via priming key (Shift + N).
# - When the connection is stable (the music is playing) step back to the cockpit-view (F1).
+
* Select the station via activation key (n). You can cycle through the available stations.
# - When the song is over... F7, back to F1,...
+
* To start playing a station press the mode key (b).
  
 
To get some more complexity it is possible to use different 'stations' with different playlists. There are a few [[Hyperradio_Musicpacks|musicpacks]] already available for you.
 
To get some more complexity it is possible to use different 'stations' with different playlists. There are a few [[Hyperradio_Musicpacks|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 [[Hyperradio_Howto_Musicpacks|HowTo make a own station]] page.
+
If you are using one or more of the available musicpacks the Hyperradio preselects one of them or the main list.
  
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.
+
Documentation about creating own stations is available at the [[Hyperradio_Howto_Musicpacks|HowTo make a own station]] page.
  
===Infos===
+
==Infos==
{{Infobox EquipStats Oolite| title = Hyperradio
 
|image = [[Image:Hyperradio.png|80px]]
 
|equipName = EQ_HYPER_RADIO
 
|equipCost = 12.000
 
|equipTL = 7
 
}}
 
 
{{OXPConfig-small}}
 
{{OXPConfig-small}}
 
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.
 
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|Repair Bots]].
+
Additionally it is compatible and configurable via [[OXPConfig|OXPConfig2]] and [[Repair_Bots|Repair Bots]].
 +
 
 +
Hyperradio can be configured (OXPConfig2 or editing):
 +
* '''logging''': en/disables the extended logging. Default false.
 +
* '''mergePacks''': en/disables copying musicpacks in mainlist. Default true.
 +
* '''podMusic''': en/disables playing a short sample when player ejects. Default true.
 +
* '''onlyMain''': en/disables using only the main playlist. Default false.
 +
 
 +
* Extended features - if [[Snoopers|Snoopers2.4]] is installed
  
Features:
+
==Requirements==
* Extended logging
+
* The latest version needs Oolite v1.77.
* Automerge entries from musicpacks if installed
+
* [[Cabal_Common_Library|Cabal_Common_Library1.7]]
* Short music sample if player uses escapepod
+
* [[Snoopers|Snoopers2.4]] or [[Hyperradio_Musicpacks|musicpacks]] to enable extra functions.
* Station shuffle
 
* Extended features - if [[Snoopers | Snoopers2.x]] is installed
 
  
===Requirements===
+
==Download==
* The latest version needs Oolite v1.74.
+
* Downloadable through the in-game [[Expansions Manager]]
* No dependencies, if [[Snoopers|Snoopers2.x]] or [[Hyperradio_Musicpacks|musicpacks]] installed extra functions are enabled.
+
* [http://deephorizonindustries.com/Downloads/Hyperradio1.26.1.zip Hyperradio1.26.1.zip] (741 KB).
 +
* Download in OXZ format [[Media:Hyperradio_1.26.1.oxz|here]] for Oolite 1.79 or later (downloaded {{#downloads:Hyperradio_1.26.1.oxz}} times).
  
===Download===
+
For Oolite v1.76.1:
{{OXPLevel|0}}
+
* [http://deephorizonindustries.com/Downloads/Hyperradio1.25.zip Hyperradio1.25.zip] (742 KB).
[http://www.box.net/shared/jsnpl6ptpe Hyperradio1.19.zip] (714 KB) Updated 2010-07-15 - requires Oolite v1.74.
 
  
===Links===
+
==See Also==
 
[[Hyperradio_Musicpacks]]<br>
 
[[Hyperradio_Musicpacks]]<br>
 
[[Hyperradio_Howto_Musicpacks]]<br>
 
[[Hyperradio_Howto_Musicpacks]]<br>
 
[[Random_Docking_Music_OXP|Random docking music]]
 
[[Random_Docking_Music_OXP|Random docking music]]
  
{{equipment-OXP}}
+
==Quick Facts==
 +
{{OXPLevel|0}}{{IconOXP
 +
|ooVersion = "1.77"
 +
|oxpCPU = "Average"
 +
|oxpMEM = "Average"
 +
|oxpGPU = "Low"
 +
|oxpIsParent = true
 +
|oxpIsChild = true
 +
|oxpIsAPI =
 +
|oxpIsDocumented = true
 +
|oxpIsConfigurable = true
 +
}}
 +
{{Infobox OXPb| title = Hyperradio
 +
|image = [[Image:Hyperradio.png|220px]]
 +
|version = 1.26.1
 +
|release = 2013-01-22
 +
|license = CC-by-nc-sa-3.0
 +
|features = Equipment, Music
 +
|category = Equipment OXPs
 +
|author = Svengali
 +
|download = [[#Download|See Download]]
 +
|feedback = [http://aegidian.org/bb/viewtopic.php?f=4&t=4067 BB-Link]
 +
}}
 +
 
 +
{{Required OXP|Cabal Common Library}}
 +
{{Required OXP|Snoopers}}
 +
 
 +
[[Category:Deprecated OXPs]]

Revision as of 23:09, 26 January 2022

Hyperradio
Hyperradio.png
Name EQ_HYPER_RADIO
Cost 1.200
TL Availability 7

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.hyperradio_playListOriginal = [
   "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).

  • Launch from the station and select it via priming key (Shift + N).
  • Select the station via activation key (n). You can cycle through the available stations.
  • To start playing a station press the mode key (b).

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 preselects one of them or the main list.

Documentation about creating own stations is available at the HowTo make a own station page.

Infos

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 OXPConfig2 and Repair Bots.

Hyperradio can be configured (OXPConfig2 or editing):

  • logging: en/disables the extended logging. Default false.
  • mergePacks: en/disables copying musicpacks in mainlist. Default true.
  • podMusic: en/disables playing a short sample when player ejects. Default true.
  • onlyMain: en/disables using only the main playlist. Default false.

Requirements

Download

For Oolite v1.76.1:

See Also

Hyperradio_Musicpacks
Hyperradio_Howto_Musicpacks
Random docking music

Quick Facts

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

Minimum Oolite versionCPU usage averageMemory usage averageGPU usage lowisParentisChildisDocumentedisConfigurable

Version Released License Features Category Author(s) Feedback
1.26.1 2013-01-22 CC-by-nc-sa-3.0 Equipment, Music Equipment OXPs Svengali BB-Link