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

Expansion BGS Soundset by P.A. Groove

Content

Manifest

from Expansion Manager's OXP list from Expansion Manifest
Description An alternative soundset for BGS. Music composed by P.A. Groove (www.myspace.com/pagroovemusic). Depends on BackGroundSet 1.9. An alternative soundset for BGS. Music composed by P.A. Groove (www.myspace.com/pagroovemusic). Depends on BackGroundSet 1.9.
Identifier oolite.oxp.Svengali.Pagroove.BGSSoundset oolite.oxp.Svengali.Pagroove.BGSSoundset
Title BGS Soundset by P.A. Groove BGS Soundset by P.A. Groove
Category Ambience Ambience
Author Pagroove Pagroove
Version 2.3 2.3
Tags
Required Oolite Version
Maximum Oolite Version
Required Expansions
  • oolite.oxp.Svengali.BGS:1.9
  • oolite.oxp.Svengali.BGS:1.9
  • Optional Expansions
    Conflict Expansions
    Information URL http://wiki.alioth.net/index.php/BGS n/a
    Download URL https://wiki.alioth.net/img_auth.php/e/e8/BGS-Soundset_Pagroove_2.3.oxz n/a
    License This music is licenced by P.A. Groove to the Oolite community. Therefore it is not allowed to reproduce, remix, resample, rework, use bits this music, or to convert to other formats without permission from the author. It is not allowed to make use of this work in any commercial form or production or to place it at your website without permission of the author. This music is licenced by P.A. Groove to the Oolite community. Therefore it is not allowed to reproduce, remix, resample, rework, use bits this music, or to convert to other formats without permission from the author. It is not allowed to make use of this work in any commercial form or production or to place it at your website without permission of the author.
    File Size n/a
    Upload date 1610873504

    Documentation

    Also read http://wiki.alioth.net/index.php/BGS%20Soundset%20by%20P.A.%20Groove

    BGS_Soundset_Pagroove2.3 Readme.txt

    Music composed by: P.A. Groove (www.myspace.com/pagroovemusic)2010
    
    
    Copyright notice:
    This music is licenced by P.A. Groove to the Oolite community. Therefore it is not allowed to reproduce, remix, resample, rework, use bits this music, or to convert to other formats without permission from the author. It is not allowed to make use of this work in any commercial form or production or to place it at your website without permission of the author.

    Equipment

    This expansion declares no equipment.

    Ships

    This expansion declares no ships.

    Models

    This expansion declares no models.

    Scripts

    Path
    Config/script.js
    this.name = "BGS-PAGsoundsetv2";
    this.author = "pagroove";
    this.copyright = "CC-by-nc-sa-3.0";
    this.description = "P.A.Grooves Soundset 2";
    this.version = "2.3";
    
    this.startUp = function()
    {
    	delete this.startUp; // as per PhantorGorth approach.
    	if(worldScripts["BGS-M"]){
    		if(worldScripts["BGS-M"].startUp) worldScripts["BGS-M"].startUp();
    		var myMusic = ["bgs-m_music_station3.ogg"];
    		var a = worldScripts["BGS-M"].bgsMusicPool;
    		for(var i=0;i<a.length;i++){
    			if(a[i].start==="DOCK") a[i].sound.push(myMusic);
    		}
    		worldScripts["BGS-M"].bgsCounter.wpSetByOXP = 6;
    	}
    }