Difference between revisions of "BGS"

From Elite Wiki
m (added single packs)
m (grammar errors corrected plus note about the release of the single packs)
Line 17: Line 17:
 
Backgroundset (or short BGS) is a framework for images, sounds and music and takes advantage of the shiny new features in Oolite 1.74 (and higher). It is meant as a starting point and ships already a basic set - though this set is actually 3 oxps to do different jobs.  
 
Backgroundset (or short BGS) is a framework for images, sounds and music and takes advantage of the shiny new features in Oolite 1.74 (and higher). It is meant as a starting point and ships already a basic set - though this set is actually 3 oxps to do different jobs.  
  
We will release these packs as separate oxps and a all-inclusive pack that combines them, so players can pick the one (or two or three) they like to use. And other packs are currenty prepared as alternative sound packs.
+
We will release these packs as separate oxps and an all-inclusive pack that combines them, so players can pick the one (or two or three) they like to use. And other packs are currenty prepared as alternative sound packs.
  
 
Oolite will never be the same. It feels like a whole new game.
 
Oolite will never be the same. It feels like a whole new game.
  
It also works perfectly together with OXPs like Frames [[Random_Docking_Music_OXP|Random Docking Music]], Captain Berf's speech pack or [[Hyperradio_js_OXP|Hyperradio]] and is compatible to [[OXPConfig|OXPConfig2]].
+
It also works perfectly together with OXPs like Frame's [[Random_Docking_Music_OXP|Random Docking Music]], Captain Berf's speech pack or [[Hyperradio_js_OXP|Hyperradio]] and is compatible to [[OXPConfig|OXPConfig2]].
 
Additionally it grabs entries from shipdata.plist. This way player-ships can have unique soundsets and stations can have specific ambient music.
 
Additionally it grabs entries from shipdata.plist. This way player-ships can have unique soundsets and stations can have specific ambient music.
  
Line 28: Line 28:
 
* BGS-A is the all-inclusive version to get a consistent pack. It includes BGS-C, BGS-I and BGS-M.
 
* BGS-A is the all-inclusive version to get a consistent pack. It includes BGS-C, BGS-I and BGS-M.
  
The following will be released soon.
+
The following single packs have now been released:
 +
 
 
* BGS-C is a modified version of Aegidians customsounds.oxp, based on Oolites customsounds.plist.
 
* BGS-C is a modified version of Aegidians customsounds.oxp, based on Oolites customsounds.plist.
 
* BGS-I is a set of background images, based on Oolites screenbackgrounds.plist.
 
* BGS-I is a set of background images, based on Oolites screenbackgrounds.plist.

Revision as of 16:42, 4 September 2010

Higher res pic available
BGS
Download Link See Download
Version 1.0
History 2010-07-15
Stations No
Ships No
Missions No
Equipment No
Alternative HUD
Available
No
Sound Set
Available
Yes
Category Feature OXPs
Author Pagroove &
Svengali

Overview

Backgroundset (or short BGS) is a framework for images, sounds and music and takes advantage of the shiny new features in Oolite 1.74 (and higher). It is meant as a starting point and ships already a basic set - though this set is actually 3 oxps to do different jobs.

We will release these packs as separate oxps and an all-inclusive pack that combines them, so players can pick the one (or two or three) they like to use. And other packs are currenty prepared as alternative sound packs.

Oolite will never be the same. It feels like a whole new game.

It also works perfectly together with OXPs like Frame's Random Docking Music, Captain Berf's speech pack or Hyperradio and is compatible to OXPConfig2. Additionally it grabs entries from shipdata.plist. This way player-ships can have unique soundsets and stations can have specific ambient music.

The packs:

  • BGS-A is the all-inclusive version to get a consistent pack. It includes BGS-C, BGS-I and BGS-M.

The following single packs have now been released:

  • BGS-C is a modified version of Aegidians customsounds.oxp, based on Oolites customsounds.plist.
  • BGS-I is a set of background images, based on Oolites screenbackgrounds.plist.
  • BGS-M is a script that controls ambient music and ambient sounds plus a few special sound effects.

Features

  • Plays sounds and music when docked.
  • Custom engine sounds. Now you can make your ship oxp unique by providing it with its own engine sound.
  • Custom station music. We provided you with 2 tunes on the go but you can make your own
  • Custom sounds inflight (included is an easy to use customsounds.plist) to allocate your own sounds
  • Images for Intro, LoadSave, Options, Equipment, Shipyard, Status, Manifest, Charts, SystemData, Market and Contracts screen.
  • Useable for other oxps to define own engine sounds or music.
  • Configurable (by editing or OXPConfig2).
  • Pagroove has created a nice demo video -> YouTube.

Configuration

OXPConfig compatible.png

BGS-M (the music/FX script) can be adjusted via the following properties...

this.logging Boolean Internal logging
this.audio Boolean Music when docked
this.extraA Boolean Ambient sounds
this.extraB Boolean FX
  • To define specific engine sounds for a player-ship it needs a key in shipdata.plist:
 script_info = {"engine" = "myengine.ogg"; "engineUp" = "myengineUp.ogg"; "engineDown" = "myengineDown.ogg";};
  • To define muisc for a specific station it needs a key in shipdata.plist:
 script_info = {"music" = "mymusic.ogg";};
  • Additionally it is possible to disable it (if oxps needs silence):
 worldScripts["BGS-M"].externalOff = true;

Further tweaks are possible:

  • If you want to disable a specific ambient/FX sound (e.g when docked), simply rename the start condition in the sound pool.
  • If you want to disable a specific customsounds sound set the key to "" in customsounds.plist.

That's it .-)

Requirements

  • Latest version needs Oolite v1.74
  • No dependencies

Download

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

Full version
BGS-A1.1.zip (9.2MB) Updated 2010-09-04.
Single versions:
BGS-C1.1.zip (1.8MB) Updated 2010-09-04.
BGS-I1.1.zip (3.9MB) Updated 2010-09-04.
BGS-M1.1.zip (3.5MB) Updated 2010-09-04.

Updates for v1.0 (already included in v1.1):
BGS Soundpatch.zip (376KB) 2010-08-14 - contains missing energy bomb sound and fixes digital clipping.
BGS Scriptupdate (2.4KB) 2010-09-04 - Scriptupdate to v1.1.

Alternative Soundset:
BGS-PAGsoundsetv2.zip (6.9MB)