Page 1 of 1

Just an OXP idea: 3D "scenery" when docked

Posted: Wed Mar 01, 2017 10:30 pm
by pleiadian
I have seen rotating models when entering a station.

So I am wondering if it is possible to show some kind of dock area with your current ship in the background? Of course, the normal UI for interfaces and so on would still be there and usable as normal. I guess this would be a pure ambience feature, which adds nothing to game mechanics, but would just look amazingly cool.

Can this be done at all? If not, well then one could still create some funky images when docked.... but dynamic 3D would be interesting.

Re: Just an OXP idea: 3D "scenery" when docked

Posted: Thu Mar 02, 2017 12:18 am
by phkb
Norby's [EliteWiki] HDBG does something like this, showing a different background image whenever you dock at a station.

Re: Just an OXP idea: 3D "scenery" when docked

Posted: Thu Mar 02, 2017 7:27 am
by pleiadian
phkb wrote: Thu Mar 02, 2017 12:18 am
Norby's [EliteWiki] HDBG does something like this, showing a different background image whenever you dock at a station.
I have the Xenon UI, which does a good job. But I'm wondering if one can implement actual 3D models which can be rotated or something into the background. The model would be composed of the appropriate station hangar, and your ship.

Re: Just an OXP idea: 3D "scenery" when docked

Posted: Thu Mar 02, 2017 7:35 am
by phkb
Mission screens can have ship models applied to them, so yes, you could put a single ship model on it. But getting two models (dock and current player ship) is not possible. The effect you're aiming for, however, could be achieved with a cleverly designed background and overlay images to represent the dock, combined with careful positioning of the player ship model.

Re: Just an OXP idea: 3D "scenery" when docked

Posted: Thu Mar 02, 2017 8:48 am
by another_commander
pleiadian wrote: Thu Mar 02, 2017 7:27 am
But I'm wondering if one can implement actual 3D models which can be rotated or something into the background.
Not 100% what you are looking for, but you can already set your player ship to be visible and rotating on the F5 screen. Just add the line

Code: Select all

"show-ship-model-in-status-screen" = YES;
to your .GNUstepDefaults file and you should be set. For something closer to your request, it's basically what phkb has already mentioned.