Weird docking process

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

Moderators: winston, another_commander

Post Reply
User avatar
phkb
Impressively Grand Sub-Admiral
Impressively Grand Sub-Admiral
Posts: 4809
Joined: Tue Jan 21, 2014 10:37 pm
Location: Writing more OXPs, because the world needs more OXPs.

Weird docking process

Post by phkb »

I've been updating the Taranis OXP, giving the textures a bit of spit 'n' polish, and I've getting something weird when I dock with the station.

I'll state this from the start - the docking process works. You *can* dock with the station successfully, and I haven't had any issues with doing so.

However, just before the docking animation kicks in, the view from your cockpit appear to go through the back of the dock, your get a view of the big blue ball in the middle, and then the animation plays.

I've been looking through the shipdata, and I can't see anything wrong with the subentity declaration. It's valid, and, as mentioned, it allows you to dock with the station. I thought the positioning might be off, but that seems fine too. I pushed the Z value further out, but all that did was move the position of the dock model, not change the point at which the docking function begins.

For those who know about these things, is there something I should be looking for, or a setting I should check? I'm a bit lost on this one!
User avatar
Killer Wolf
---- E L I T E ----
---- E L I T E ----
Posts: 2268
Joined: Tue Jan 02, 2007 12:38 pm

Re: Weird docking process

Post by Killer Wolf »

as you say, a quick look seems to show the models are ok. could it be the camera view of the ship you're flying is a bit ahead of the ship itself, therefore seeing thorugh the model before the ship model triggers the dock?
User avatar
Stormrider
Deadly
Deadly
Posts: 241
Joined: Sat Jan 25, 2014 2:35 am
Location: At work

Re: Weird docking process

Post by Stormrider »

I experienced something similar with the distillery stations, once your point of view passed the outside edge of the station the model would disappear and you would see open space behind the station. I can't remember if the sub-entities beyond the station were visible or not.

The original model was made in wings 3d and I think the way I made the opening in the model caused the problem because I fixed it by creating a dock sub-entity that was extruded out from the side rather than putting a hole in the model. It took me a while to figure it out and it seems like I had pretty much recreated the whole model by the time I got it fixed.
Image
User avatar
phkb
Impressively Grand Sub-Admiral
Impressively Grand Sub-Admiral
Posts: 4809
Joined: Tue Jan 21, 2014 10:37 pm
Location: Writing more OXPs, because the world needs more OXPs.

Re: Weird docking process

Post by phkb »

Ah ha! Thanks Stormrider! That’s given me an idea!
User avatar
Cholmondely
Archivist
Archivist
Posts: 5251
Joined: Tue Jul 07, 2020 11:00 am
Location: The Delightful Domains of His Most Britannic Majesty (industrial? agricultural? mainly anything?)
Contact:

Re: Weird docking process

Post by Cholmondely »

phkb wrote: Thu Nov 02, 2023 10:20 pm
Ah ha! Thanks Stormrider! That’s given me an idea!
Have another idea - have you tried docking at KW's Hathor yet?
Comments wanted:
Missing OXPs? What do you think is missing?
Lore: The economics of ship building How many built for Aronar?
Lore: The Space Traders Flight Training Manual: Cowell & MgRath Do you agree with Redspear?
User avatar
phkb
Impressively Grand Sub-Admiral
Impressively Grand Sub-Admiral
Posts: 4809
Joined: Tue Jan 21, 2014 10:37 pm
Location: Writing more OXPs, because the world needs more OXPs.

Re: Weird docking process

Post by phkb »

I just did. Yes, same sort of thing, going through the back panel of the docking port. I don't know if that was a deliberate choice on KW's part, or something similar to the Taranis station. He might want to chime in.

Anyway, here's how I fixed it:
1. I turned the dock subentity into a plain subentity (ie not a dock). I removed the "is_dock" setting AND renamed the subentity key to not include the word "dock" in it. So it's still visible with all the flashers and lights and everything, but it doesn't have the docking protocol attached to it.
2. I used the "port_dimensions" and "port_radius" properties in the shipdata for the station to define the dock. That way I could invisibly move the position of the dock further out and away from the back of the subentity, so you enter the docking sequence before you pass through. The port dimensions I got by getting the boundingBox property of the dock subentity in game. The port radius was the Z coordinate of the subentity position, but pushed a little further out.

This method works only because the X and Y coordinates positioning the docking port are zero, and the only value to change is the Z coordinate. If X and Y were something other than zero, I don't think this method would work.
User avatar
cbr
---- E L I T E ----
---- E L I T E ----
Posts: 1401
Joined: Thu Aug 27, 2015 4:24 pm

Re: Weird docking process

Post by cbr »

phkb wrote: Fri Nov 03, 2023 1:04 pm

Anyway, here's how I fixed it:
Can we still bump the walls?
Switeck
---- E L I T E ----
---- E L I T E ----
Posts: 2411
Joined: Mon May 31, 2010 11:11 pm

Re: Weird docking process

Post by Switeck »

...and not instantly die?
User avatar
phkb
Impressively Grand Sub-Admiral
Impressively Grand Sub-Admiral
Posts: 4809
Joined: Tue Jan 21, 2014 10:37 pm
Location: Writing more OXPs, because the world needs more OXPs.

Re: Weird docking process

Post by phkb »

I haven’t changed the model at all, so, if you get close to a dock wall you’ll still bump it.
Switeck
---- E L I T E ----
---- E L I T E ----
Posts: 2411
Joined: Mon May 31, 2010 11:11 pm

Re: Weird docking process

Post by Switeck »

Bump into the random "outside" parts of a major station and it's usually instant death...but docking tunnels seem a little more forgiving.
Post Reply