[RELEASE] DeeperSpace HUD v1.1
Moderators: winston, another_commander
Re: [WIP] DeeperSpace HUD
Thanks very much I am actively working on it, testing some other re-designs, and will keep you posted on the updates.
Re: [WIP] DeeperSpace HUD
So just to let you know... I'm still working on a perfect version of the HUD. It's now being rendered with Cycles, for more realism. I have added a complete cockpit window, and the displays are now illuminated.
Re: [WIP] DeeperSpace HUD
And here the completed new design. Alert lights are now below the monitors on the right and left. They will obviously change color depending on the situation. Since I'm using an image rescaler, the quality is suffering a bit... but you get the idea.
-
- Quite Grand Sub-Admiral
- Posts: 6682
- Joined: Wed Feb 28, 2007 7:54 am
Re: [WIP] DeeperSpace HUD
This looks very cool. Hope to see it soon in-game.
-
- ---- E L I T E ----
- Posts: 473
- Joined: Fri Feb 08, 2013 12:12 pm
Re: [WIP] DeeperSpace HUD
Me too. The original Deep Space went brilliantly with bigger ships, it really added to the feel that you were at the helm of a Python or a Boa II instead of a nippy little fighter.another_commander wrote: ↑Sun Apr 09, 2017 10:54 amThis looks very cool. Hope to see it soon in-game.
"Sidewinder Precision Pro" and other Oolite fiction is now available for Amazon Kindle at a bargain price.
Sidewinder Precision Pro ||Claymore Mine ||The Russian Creed ||One Jump Ahead
All titles also available in paperback.
Sidewinder Precision Pro ||Claymore Mine ||The Russian Creed ||One Jump Ahead
All titles also available in paperback.
Re: [WIP] DeeperSpace HUD
OK so I'm almost finished with it. Pretty much all important dials are implemented, some things are still missing, but that's fairly quickly implemented.
This is how it looks, plus, info on the single elements. Compared to the original, I added alert light indicators below the secondary monitors on the right and left. So here goes.
This is how it looks, plus, info on the single elements. Compared to the original, I added alert light indicators below the secondary monitors on the right and left. So here goes.
- pagroove
- ---- E L I T E ----
- Posts: 3035
- Joined: Wed Feb 21, 2007 11:52 pm
- Location: On a famous planet
Re: [WIP] DeeperSpace HUD
Wow this looks super.
For P.A. Groove's music check
https://soundcloud.com/p-a-groove
Famous Planets v 2.7. (for Povray)
https://bb.oolite.space/viewtopic.php?f=4&t=13709
https://soundcloud.com/p-a-groove
Famous Planets v 2.7. (for Povray)
https://bb.oolite.space/viewtopic.php?f=4&t=13709
Re: [WIP] DeeperSpace HUD
agreed, it looks really nice. If its possible it would be nice to have this "glow"-feeling that you made around the scanner also for the scanner itself, like it was with the old deepspaceHUD. And another question, did you make this hud for a 16:9 screen?
Re: [WIP] DeeperSpace HUD
pagroove - thanks very much
At this time it is designed for 16:9 resolutions. I'm still working on the fine tuning of the appearance... so the original "glow" effect should be doable.
Expect the HUD to be released shortly.
At this time it is designed for 16:9 resolutions. I'm still working on the fine tuning of the appearance... so the original "glow" effect should be doable.
Expect the HUD to be released shortly.
Re: [RELEASE] DeeperSpace HUD
[UPDATED FIRST POST WITH THIS TEXT AS WELL]
Pleiadian Laboratories presents: DeeperSpace HUD
DeeperSpace is the logical evolution of the original DeepSpace HUD, with some enhancements and refinements. Having been some weeks in testing, it has been deemed stable enough for public consumption.
To provide you with its final look and functionality, please take a look at the attached in-cockpit photo, taken by Commander Pleiadian himself during final test flight before release.
.
Please note that the HUD of the cockpit will adjust itself depending on the current situation - this means that the content is dynamic.
In Yellow Alert, Mass-Lock:
The Status Display informs you about you being in a Mass-Lock radius.
In Red Alert:
The Status Display switches to show the amount of energy currently in the Fore and Aft shields, and provides you with corresponding icons.
In Green Alert:
Now the Status Display switches again and shows the current set Hyperspace/Witchspace destination.
Here you can see the screenshot of above again with its MFDs, without the markers.
Download
Get DeeperSpace v1.0 from here:
http://www.marcus-s.de/oolite/download/ ... ce_1.0.oxz
Enjoy!
Pleiadian Laboratories presents: DeeperSpace HUD
DeeperSpace is the logical evolution of the original DeepSpace HUD, with some enhancements and refinements. Having been some weeks in testing, it has been deemed stable enough for public consumption.
To provide you with its final look and functionality, please take a look at the attached in-cockpit photo, taken by Commander Pleiadian himself during final test flight before release.
.
Please note that the HUD of the cockpit will adjust itself depending on the current situation - this means that the content is dynamic.
In Yellow Alert, Mass-Lock:
The Status Display informs you about you being in a Mass-Lock radius.
In Red Alert:
The Status Display switches to show the amount of energy currently in the Fore and Aft shields, and provides you with corresponding icons.
In Green Alert:
Now the Status Display switches again and shows the current set Hyperspace/Witchspace destination.
Here you can see the screenshot of above again with its MFDs, without the markers.
Download
Get DeeperSpace v1.0 from here:
http://www.marcus-s.de/oolite/download/ ... ce_1.0.oxz
Enjoy!
Last edited by pleiadian on Sun Apr 22, 2018 12:56 pm, edited 1 time in total.
-
- Quite Grand Sub-Admiral
- Posts: 6682
- Joined: Wed Feb 28, 2007 7:54 am
Re: [RELEASE] DeeperSpace HUD
Very nice work. Congrats!
- maik
- Wiki Wizard
- Posts: 2028
- Joined: Wed Mar 10, 2010 12:30 pm
- Location: Ljubljana, Slovenia (mainly industrial, feudal, TL12)
Re: [RELEASE] DeeperSpace HUD
Looks very impressive, thanks!
Re: [RELEASE] DeeperSpace HUD
I dont know if its intentional that you havent implemented the target enhancement features but if not, this code in you hud.plist under should make this work
However im very impressed by your work, for now thats my main HUD with the small variation you can see above.
Code: Select all
dials = (
...
...
{// TARGETING ENHANCEMENT
equipment_required = "EQ_SCANNER_SHOW_MISSILE_TARGET";
selector = "drawTargetReticle:";
alert_conditions = 14;
},
...
...
);
Re: [RELEASE] DeeperSpace HUD
Looks pretty good!
Since it started as a replacement for the no longer available DeepSpace HUD, I think it should be shown there: http://wiki.alioth.net/index.php/HUD_images_here.
Since it started as a replacement for the no longer available DeepSpace HUD, I think it should be shown there: http://wiki.alioth.net/index.php/HUD_images_here.
Re: [RELEASE] DeeperSpace HUD
tsoj wrote: ↑Tue Apr 18, 2017 1:03 pmI dont know if its intentional that you havent implemented the target enhancement features but if not, this code in you hud.plist under should make this workHowever im very impressed by your work, for now thats my main HUD with the small variation you can see above.Code: Select all
dials = ( ... ... {// TARGETING ENHANCEMENT equipment_required = "EQ_SCANNER_SHOW_MISSILE_TARGET"; selector = "drawTargetReticle:"; alert_conditions = 14; }, ... ... );
Thank you all for your kind words!
I have implemented the above fix and provided 1.01 for download in the opening post.