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

Discussion and information relevant to creating special missions, new ships, skins etc.

Moderators: another_commander, winston

Post Reply
User avatar
pleiadian
Deadly
Deadly
Posts: 143
Joined: Mon Feb 20, 2017 2:14 pm

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

Post 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.
User avatar
phkb
Impressively Grand Sub-Admiral
Impressively Grand Sub-Admiral
Posts: 4612
Joined: Tue Jan 21, 2014 10:37 pm
Location: Writing more OXPs, because the world needs more OXPs.

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

Post by phkb »

Norby's [EliteWiki] HDBG does something like this, showing a different background image whenever you dock at a station.
User avatar
pleiadian
Deadly
Deadly
Posts: 143
Joined: Mon Feb 20, 2017 2:14 pm

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

Post 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.
User avatar
phkb
Impressively Grand Sub-Admiral
Impressively Grand Sub-Admiral
Posts: 4612
Joined: Tue Jan 21, 2014 10:37 pm
Location: Writing more OXPs, because the world needs more OXPs.

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

Post 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.
another_commander
Quite Grand Sub-Admiral
Quite Grand Sub-Admiral
Posts: 6547
Joined: Wed Feb 28, 2007 7:54 am

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

Post 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.
Post Reply