Difference between revisions of "BGS"
(BGS Release) |
m |
||
Line 2: | Line 2: | ||
{{Infobox OXP| title = BGS | {{Infobox OXP| title = BGS | ||
|image = | |image = | ||
− | |download = | + | |download = [[#Download|See Download]] |
− | |story = | + | |story = 2010-07-15 |
|ships = No | |ships = No | ||
|stations = No | |stations = No | ||
Line 22: | Line 22: | ||
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 Frames [[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 | + | Additionally it grabs entries from shipdata.plist. This way player-ships can have unique soundsets and stations can have specific ambient music ([[#Usage for other Oxps|See Usage for other Oxps]]). |
The packs: | The packs: | ||
Line 37: | Line 37: | ||
* Custom engine sounds. Now you can make your ship oxp unique by providing it with its own engine sound. | * 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 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. | + | * 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, LoadSave, 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. | ||
Line 71: | Line 71: | ||
worldScripts.BGS-M.externalOff = true; | worldScripts.BGS-M.externalOff = true; | ||
That's it .-) | That's it .-) | ||
− | |||
=== Requirements === | === Requirements === | ||
Line 78: | Line 77: | ||
=== Download === | === Download === | ||
− | {{OXPLevel | + | {{OXPLevel}} |
[http://www.box.net/shared/nolo3vv2to BGS-A1.0.zip] (9.1MB) Updated 2010-07-15. v1.74 required. | [http://www.box.net/shared/nolo3vv2to BGS-A1.0.zip] (9.1MB) Updated 2010-07-15. v1.74 required. | ||
Revision as of 13:55, 13 August 2010
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 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.
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, 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 (See Usage for other Oxps).
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 will be released soon.
- 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.
OXPConfig2
BGS-M 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 |
Usage for other Oxps
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;
That's it .-)
Requirements
- Latest version needs Oolite v1.74
- No dependencies
Download
BGS-A1.0.zip (9.1MB) Updated 2010-07-15. v1.74 required.
Alternative Soundset:
BGS-PAGsoundsetv1.zip (1.331KB)