Difference between revisions of "Docked HUDs"
Cholmondely (talk | contribs) (Page Created) |
(Updating BB links) |
||
(3 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
Sleek, minimalist HUD design when docked. If you use a HUD expansion pack, instead of the standard HUD, check the forum for compatibility notes. | Sleek, minimalist HUD design when docked. If you use a HUD expansion pack, instead of the standard HUD, check the forum for compatibility notes. | ||
− | == Overview = | + | == Overview == |
Replaces the HUD of your choice while docked with a minimal HUD showing only | Replaces the HUD of your choice while docked with a minimal HUD showing only | ||
*fuel gauge (in case you need to refuel) | *fuel gauge (in case you need to refuel) | ||
Line 8: | Line 8: | ||
Note: some HUDs do this automatically without the need for this OXP. | Note: some HUDs do this automatically without the need for this OXP. | ||
+ | |||
+ | == Incompatibilities == | ||
+ | |||
+ | {{OXPNote|This OXP may interfere with others which remember your MFD choices! (''ie'': [[MFD Restore After Load]], [[HUDSelector]] & [[MFD Fast Configuration]]}} | ||
+ | |||
== License == | == License == | ||
*License: CC-BY-NC-SA 3.0 | *License: CC-BY-NC-SA 3.0 | ||
− | *Author: [[User:Wildeblood]] | + | *Author: [[User:Wildeblood|Wildeblood]] |
*Version: 1.1 | *Version: 1.1 | ||
*Required Oolite Version: 1.80 | *Required Oolite Version: 1.80 | ||
Line 19: | Line 24: | ||
... Anyway, becoming relevant, I used guiScreenChanged & playerBoughtEquipment, rather than shipDockedWithStation & shipWillLaunchFromStation (which were used by my main HUD), so it was immune to interference by my main HUD script. It first checked player.ship.docked (Do I really need to say that?), then the fuel and, if necessary, missile count and selected need-fuel-hud.plist, need-missiles-hud.plist or missiles-full-hud.plist (a.k.a. need nothing). | ... Anyway, becoming relevant, I used guiScreenChanged & playerBoughtEquipment, rather than shipDockedWithStation & shipWillLaunchFromStation (which were used by my main HUD), so it was immune to interference by my main HUD script. It first checked player.ship.docked (Do I really need to say that?), then the fuel and, if necessary, missile count and selected need-fuel-hud.plist, need-missiles-hud.plist or missiles-full-hud.plist (a.k.a. need nothing). | ||
− | To any non-forum-members reading along, I recommend this as a ''my first OXP'' exercise. The script is simple, the HUD files are ridiculously simple, the result looks fairly slick, and putting it all together is just tedious enough to leave you feeling satisfied when you finish!|Source=([ | + | To any non-forum-members reading along, I recommend this as a ''my first OXP'' exercise. The script is simple, the HUD files are ridiculously simple, the result looks fairly slick, and putting it all together is just tedious enough to leave you feeling satisfied when you finish!|Source=([https://bb.oolite.space/viewtopic.php?p=231734#p231734 Wildeblood])}} |
*See [[How to tweak OXZ's]] for more information on general tweaking | *See [[How to tweak OXZ's]] for more information on general tweaking | ||
== Links == | == Links == | ||
− | *[ | + | *[https://bb.oolite.space/viewtopic.php?f=4&t=17217 BB Thread] (2015+) |
*[[HUD]] | *[[HUD]] | ||
Latest revision as of 01:35, 29 February 2024
Sleek, minimalist HUD design when docked. If you use a HUD expansion pack, instead of the standard HUD, check the forum for compatibility notes.
Contents
Overview
Replaces the HUD of your choice while docked with a minimal HUD showing only
- fuel gauge (in case you need to refuel)
- missile display (in case you need to buy more)
The rest is banished until you launch!
Note: some HUDs do this automatically without the need for this OXP.
Incompatibilities
License
- License: CC-BY-NC-SA 3.0
- Author: Wildeblood
- Version: 1.1
- Required Oolite Version: 1.80
Tweaking
You'll find the fuel bar helpful. I used to have a Docked HUDs OXP with three HUD files. One had the fuel bar, one the missile display, and the last the missile display, very faint (opacity 20% IIRC). There was nothing else on them except the clock, and in later versions the commlog position.
... Anyway, becoming relevant, I used guiScreenChanged & playerBoughtEquipment, rather than shipDockedWithStation & shipWillLaunchFromStation (which were used by my main HUD), so it was immune to interference by my main HUD script. It first checked player.ship.docked (Do I really need to say that?), then the fuel and, if necessary, missile count and selected need-fuel-hud.plist, need-missiles-hud.plist or missiles-full-hud.plist (a.k.a. need nothing). To any non-forum-members reading along, I recommend this as a my first OXP exercise. The script is simple, the HUD files are ridiculously simple, the result looks fairly slick, and putting it all together is just tedious enough to leave you feeling satisfied when you finish! |
(Wildeblood) |
- See How to tweak OXZ's for more information on general tweaking
Links
Gameplay and Balance Indicator
Great for the aesthetics - but less relevant for gameplay balance!