Difference between revisions of "Hyperradio js OXP"

From Elite Wiki
m (Infobox added)
m (dir link mend)
(36 intermediate revisions by 5 users not shown)
Line 1: Line 1:
[[Image:Hyperradio.png|120px|frame]]
+
{{Infobox EquipStats Oolite| title = Hyperradio
===STORY===
+
|image = [[Image:Hyperradio.png|80px]]
----
+
|equipName = EQ_HYPER_RADIO
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 [[Hyperradio_Musicpacks|musicpacks]] it will always be the right investment.
+
|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.
  
Adding own songs to the main playlist of the HyperRadio is simple. Please note that only ogg-vorbis is supported by Oolite.
+
Additionally Frame has created a nice oxp for [[Random_Docking_Music_OXP|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.<br>
 
1. Just place your soundfiles in the OXPs Music-folder.<br>
 
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|station-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 [[Hyperradio_Musicpacks|musicpacks]] the Hyperradio chooses a playlist based mainly on the system.ID, but it depends also on the number of installed [[Hyperradio_Musicpacks|musicpacks]] and in some cases it gets a random chance of changing the radio station.
+
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 [[Hyperradio_Howto_Musicpacks|HowTo make a own station]] page.
 
Documentation about creating own stations is available at the [[Hyperradio_Howto_Musicpacks|HowTo make a own station]] page.
  
===OVERVIEW===
+
==Infos==
----
 
{{Infobox EquipStats Oolite| title = Hyperradio
 
|image = [[Image:Hyperradio.png|80px]]
 
|equipName = EQ_HYPER_RADIO
 
|equipCost = 12.000
 
|equipTL = 3
 
}}
 
 
{{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|OXPConfig2]] and [[Repair_Bots|Repair Bots]].
  
Additionally it is compatible and configurable via [[OXPConfig]] 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.
  
Features:
+
* Extended features - if [[Snoopers|Snoopers2.4]] is installed
* Extended logging
 
* Automerge entries from musicpacks if installed
 
* Short music sample if player uses escapepod
 
* Station shuffle
 
  
===DOWNLOAD===
+
==Requirements==
----
+
* The latest version needs Oolite v1.77.
This version is the extended version:<br>
+
* [[Cabal_Common_Library|Cabal_Common_Library1.7]]
[http://www.box.net/shared/xjrfbnure8 Hyperradio1.16.zip] (517 KB) Updated 13/08/2009 - This [[OXP]] requires Oolite v1.72 or higher!
+
* [[Snoopers|Snoopers2.4]] or [[Hyperradio_Musicpacks|musicpacks]] to enable extra functions.
  
If you want to clean your equipment screen:<br>
+
==Download==
[[Media:Hyperradio1.14NE.zip|Hyperradio1.14NE.zip]] (517 KB) Updated 13/11/2008 - This [[OXP]] requires Oolite v1.72 or higher!
+
* Downloadable through the in-game [[Expansions Manager]]
 +
* [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).
  
If you already have downloaded one or more of the earlier musicpacks please use the [[Media:HyperradioMusicpackUpdate.zip|script-update]] (4KB) for using the musicpacks with HyperRadio version later than v1.10. Replace the script in your musicpack with the updated script and everything should be fine. This is not necessary with the current musicpacks.
+
For Oolite v1.76.1:
 +
* [http://deephorizonindustries.com/Downloads/Hyperradio1.25.zip Hyperradio1.25.zip] (742 KB).
  
===LINKS===
+
==See Also==
---- [[#top|top]]
 
 
[[Hyperradio_Musicpacks]]<br>
 
[[Hyperradio_Musicpacks]]<br>
[[Hyperradio_Howto_Musicpacks]]
+
[[Hyperradio_Howto_Musicpacks]]<br>
 +
[[Random_Docking_Music_OXP|Random docking music]]
 +
 
 +
==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}}
  
{{equipment-OXP}}
+
[[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