Back to Index Page generated: May 8, 2024, 6:16:03 AM

Expansion Hyperradio JFRG01 - Jazz, Funk, RnB and Groove

Content

Warnings

  1. http://wiki.alioth.net/index.php/Hyperradio%20JFRG01%20-%20Jazz,%20Funk,%20RnB%20and%20Groove -> 404 Not Found
  2. Low hanging fuit: Information URL exists...

Manifest

from Expansion Manager's OXP list from Expansion Manifest
Description This musicpack contains 5 Jazz, Funk, RnB and Groove songs. Depends on Hyperradio. This musicpack contains 5 Jazz, Funk, RnB and Groove songs. Depends on Hyperradio.
Identifier oolite.oxp.Svengali.HyperradioJFRG01 oolite.oxp.Svengali.HyperradioJFRG01
Title Hyperradio JFRG01 - Jazz, Funk, RnB and Groove Hyperradio JFRG01 - Jazz, Funk, RnB and Groove
Category Ambience Ambience
Author Svengali Svengali
Version 1.0 1.0
Tags
Required Oolite Version
Maximum Oolite Version
Required Expansions
  • oolite.oxp.Svengali.Hyperradio:1.26
  • oolite.oxp.Svengali.Hyperradio:1.26
  • Optional Expansions
    Conflict Expansions
    Information URL http://wiki.alioth.net/index.php/Hyperradio_Musicpacks n/a
    Download URL https://wiki.alioth.net/img_auth.php/a/a7/HyperradioJFRG01.oxz n/a
    License CC BY-NC-SA variations, see in the readme CC BY-NC-SA variations, see in the readme
    File Size n/a
    Upload date 1610873404

    Documentation

    Hyperradio JFRG01 Readme.rtf

    {\rtf1\ansi\ansicpg1252\deff0{\fonttbl{\f0\fswiss\fprq2\fcharset0 Helvetica;}{\f1\fswiss\fcharset0 Arial;}}
    {\*\generator Msftedit 5.41.15.1507;}\viewkind4\uc1\pard\lang1031\ul\b\f0\fs28 HYPERRADIO Musicpack Jazz Funk RnB Groove - 01\ulnone\b0\par
    \fs20 Music Add-On: Jazz Funk RnB Groove\par
    \par
    Scripts and documentation under CC-by-nc-sa-3.0\par
    Musicfiles licenses see below\par
    \par
    Droopy Contini - Dewey Square\par
    License:\tab CC-by-nc-sa-3.0\par
    Source: \tab http://www.rawbounce.co.cc\par
    Link:\tab\tab http://www.rawbounce.co.cc\par
    \par
    La Rabona - Vamos a Reconquistar\par
    License:\tab CC-by-nc-sa-3.0\par
    Source:\tab\tab http://freemusic.freeculture.org\par
    Link:\tab\tab http://www.larabona.cl\par
    \par
    Lasswell - Drunk in a smokey bar drinking an imperial porter mix\par
    License:\tab CC-by-nc-3.0\par
    Source:\tab\tab http://www.ccmixter.org\par
    Link:\tab\tab http://ccmixter.org/people/lazztunes07\par
    \par
    Luc Bartoli - Hassan's Dream\par
    License:\tab CC-by-nc-sa-3.0\par
    Source: \tab http://www.jamendo.com\par
    Link:\tab\tab http://www.rawbounce.co.cc\par
    \par
    Matt Pepper Trio - J'ai demande au soleil\par
    License:\tab CC-by-nc-sa-2.0/fr\par
    Source:\tab\tab http://www.jamendo.com\par
    Link:\tab\tab http://www.mattpeppertrio.com/\par
    \par
    Oolite is a Creative Commons protected project by Giles Williams.\par
    Oolite is a space simulation game developed by Giles Williams\par
    based on Elite by Ian Bell and David Braben. All rights reserved.\par
    \par
    http://creativecommons.org/licenses/by-nc/3.0/\par
    http://creativecommons.org/licenses/by-nc-sa/3.0/\par
    http://creativecommons.org/licenses/by-nc-sa/2.0/fr/\par
    ____________________________________________________________________________________________________________________\par
    \par
    Sept 2008 Made by Svengali\par
    ____________________________________________________________________________________________________________________\par
    \f1\par
    }
    

    Equipment

    This expansion declares no equipment. This may be related to warnings.

    Ships

    This expansion declares no ships. This may be related to warnings.

    Models

    This expansion declares no models. This may be related to warnings.

    Scripts

    Path
    Config/script.js
    this.name           = "hyperRadioJFRG01";
    this.author         = "Svengali";
    this.copyright      = "CC-by-nc-sa-3.0";
    this.description    = "Jazz Funk RnB Groove for the HYPERRADIO v1.11 or higher.";
    this.version        = "1.01";
    
    this.startUp = function()
    {
    	if (worldScripts.hyperradio) {
    		worldScripts.hyperradio.stationList.push("hyperradio_playListJFRG01");
    		worldScripts.hyperradio.hyperradio_playListJFRG01 = new Array(
    			"Droopy_Contini-Dewey_Square.ogg",
    			"La_Rabona-Vamos_a_Reconquistar.ogg",
    			"Lasswell-Drunk_In_A_Smokey_Bar_Drinking_An_Imperial_Porter_Mix.ogg",
    			"Luc_Bartoli-Hassans_Dream.ogg",
    			"Matt_Pepper_Trio-Jai_demande_au_soleil.ogg"
    		);
    	}
        delete this.startUp;
    }