Difference between revisions of "BGS"

From Elite Wiki
m (grammar errors corrected plus note about the release of the single packs)
m
Line 3: Line 3:
 
|image =  
 
|image =  
 
|download = [[#Download|See Download]]
 
|download = [[#Download|See Download]]
|story = 2010-07-15
+
|story = 2010-09-04
 
|ships = No
 
|ships = No
 
|stations = No
 
|stations = No
Line 39: Line 39:
 
* Custom station music. We provided you with 2 tunes on the go but you can make your own
 
* 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
 
* 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.
+
* Images for Intro, Load, Save, Options, Equipment, Shipyard, Status, Manifest, Charts, SystemData, Market and Contracts screen.
 
* Useable for other oxps to define own engine sounds or music.
 
* Useable for other oxps to define own engine sounds or music.
 
* Configurable (by editing or [[OXPConfig|OXPConfig2]]).
 
* Configurable (by editing or [[OXPConfig|OXPConfig2]]).
Line 84: Line 84:
 
Full version<br>
 
Full version<br>
 
[http://www.box.net/shared/nolo3vv2to BGS-A1.1.zip] (9.2MB) Updated 2010-09-04.<br>
 
[http://www.box.net/shared/nolo3vv2to BGS-A1.1.zip] (9.2MB) Updated 2010-09-04.<br>
Single versions:<br>
+
Single versions (you don't need them if you already have BGS-A):<br>
 
[http://www.box.net/shared/jthkxbd2ps BGS-C1.1.zip] (1.8MB) Updated 2010-09-04.<br>
 
[http://www.box.net/shared/jthkxbd2ps BGS-C1.1.zip] (1.8MB) Updated 2010-09-04.<br>
 
[http://www.box.net/shared/qyto8r5dip BGS-I1.1.zip] (3.9MB) Updated 2010-09-04.<br>
 
[http://www.box.net/shared/qyto8r5dip BGS-I1.1.zip] (3.9MB) Updated 2010-09-04.<br>
Line 94: Line 94:
  
 
Alternative Soundset:<br>
 
Alternative Soundset:<br>
[http://www.box.net/shared/jjx02qkv39 BGS-PAGsoundsetv2.zip] (6.9MB)
+
[http://www.box.net/shared/jjx02qkv39 BGS-PAGsoundsetv2.zip] (6.8MB)
  
 
{{Sound-Set-OXP}}
 
{{Sound-Set-OXP}}
 
[[Category:OXPConfig-compatible OXPs]]
 
[[Category:OXPConfig-compatible OXPs]]
 
[[Category:Oolite_expansion_packs]]
 
[[Category:Oolite_expansion_packs]]

Revision as of 21:40, 4 September 2010

Higher res pic available
BGS
Download Link See Download
Version 1.0
History 2010-09-04
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, Load, Save, 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 (you don't need them if you already have BGS-A):
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.8MB)