Difference between revisions of "HDBG"

From Elite Wiki
(v1.0)
 
Line 2: Line 2:
 
'''HD Backgrounds on Arrival Reports'''
 
'''HD Backgrounds on Arrival Reports'''
  
 +
Show station specific high resolution background images in arrival reports.
 +
System screens are unchanged (handled by [[BackGroundSet]], [[Better Screens]] and [http://aegidian.org/bb/viewtopic.php?f=4&t=17511 Xenon UI]).
  
Stations show different high resolution background images at arrival reports.
+
[http://aegidian.org/bb/viewtopic.php?f=6&t=17382 Docking fees OXP] is recommended to get more arrival reports.
  
Mission screens can use these also if [[Oolite_JavaScript_Reference:_Mission#screenID|screenID]] is set to 'station'.
+
 
 +
This is the top left corner of an UHD screenshot (3840x2160), click on for the full image:
  
 
[[Image:HDBG1.png]]
 
[[Image:HDBG1.png]]
  
The used images are gathered in this topic: http://aegidian.org/bb/viewtopic.php?f=7&t=17492
+
HD images are gathered in [http://aegidian.org/bb/viewtopic.php?f=7&t=17492 this topic].
 +
 
 +
 
 +
Mission screens can show the same image if [[Oolite_JavaScript_Reference:_Mission#screenID|screenID]] is set to 'hdbg-station'.
  
Custom images can be used in misson screens if a HDBG-myMission.png is placed into the Images folder and a "myMisson" item is added into the $Roles array of hdb.js, then [[Oolite_JavaScript_Reference:_Mission#screenID|screenID]] of the mission screen is set to 'myMission'.
+
A specific image of another station is accessible also if the role of the station is given, like 'hdbg-coriolis'.
  
[http://aegidian.org/bb/viewtopic.php?f=6&t=17382 Docking fees OXP] is recommended to get more arrival reports.
+
Custom images can be used in misson screens if a hdbg-mymission.png is placed into any Images folder, the following code is applied and the [[Oolite_JavaScript_Reference:_Mission#screenID|screenID]] of the mission screen is set to 'mymission'.
 +
var w = worldScripts.hdbg;
 +
if( w ) w.$AddRoles([{'mymission','hdbg-mymission.png'}]);
  
  
 
== Credits ==
 
== Credits ==
 
Thanks for all authors of included images for the hard works and given permissions.
 
Thanks for all authors of included images for the hard works and given permissions.
 +
 +
The list of authors and sources are in the script.js files in HD image packs.
  
  
Line 35: Line 45:
  
 
== Changelog ==
 
== Changelog ==
  2015.06.06. v1.0  First release.
+
  2015.06.07. v1.0  First release.
  
 
== Quick Facts ==
 
== Quick Facts ==
 
{{OXPLevel|0}}{{Infobox OXPb| title = HDBG
 
{{OXPLevel|0}}{{Infobox OXPb| title = HDBG
 
|version = 1.0
 
|version = 1.0
|release = 2015.06.06
+
|release = 2015.06.07
 
|features = HD Backgrounds
 
|features = HD Backgrounds
 
|license = CC BY-NC-SA 4
 
|license = CC BY-NC-SA 4

Revision as of 23:59, 6 June 2015

HD Backgrounds on Arrival Reports

Show station specific high resolution background images in arrival reports. System screens are unchanged (handled by BackGroundSet, Better Screens and Xenon UI).

Docking fees OXP is recommended to get more arrival reports.


This is the top left corner of an UHD screenshot (3840x2160), click on for the full image:

HDBG1.png

HD images are gathered in this topic.


Mission screens can show the same image if screenID is set to 'hdbg-station'.

A specific image of another station is accessible also if the role of the station is given, like 'hdbg-coriolis'.

Custom images can be used in misson screens if a hdbg-mymission.png is placed into any Images folder, the following code is applied and the screenID of the mission screen is set to 'mymission'.

var w = worldScripts.hdbg;
if( w ) w.$AddRoles([{'mymission','hdbg-mymission.png'}]);


Credits

Thanks for all authors of included images for the hard works and given permissions.

The list of authors and sources are in the script.js files in HD image packs.


Instructions

Do not unzip the .oxz file, just move into the AddOns folder of your Oolite installation.

License

This work is licensed under the Creative Commons Attribution-NonCommercial-ShareAlike License version 4.0. If you are re-using any piece of this OXP, please let me know by sending an e-mail to norbylite@gmail.com.


Download

HDBG_1.0.oxz (downloaded 5404 times).

Changelog

2015.06.07. v1.0  First release.

Quick Facts

Levelindicator0.png
0-{{{2}}}
Version Released License Features Category Author(s) Feedback
1.0 2015.06.07 CC BY-NC-SA 4 HD Backgrounds Ambiences Norby BB-Link