Thanks, but I already have that code in place. All of the 'docks' in each hangar are now selectable and usable for EVA and transfer. But when there is a ship docked at the active dock, rather than transfer from the Cortez to the docked ship, the UMMU EVAs between the airlocks.
---------- Post added at 09:29 AM ---------- Previous post was at 07:11 AM ----------
Looking at the ShuttlePB example in the UMMU SDK, it appears I'm missing some functions in the post step. Easy fix.
Really wish I didn't have to work today. I'd rather be at home fixing this lol.
---------- Post added at 10:16 PM ---------- Previous post was at 09:29 AM ----------
Well, I was wrong about the code. Everything is there as it should be. I'm stumped. I can successfully transfer from a docked ship to the Cortez. The crew member is no longer listed on the XR2, and shows up in the next available slot on the Cortez. However, when I try to transfer from the Cortez to the XR2, it simply does an EVA, even though the ship is docked and the airlocks are both open.
---------- Post added 10-13-11 at 05:31 AM ---------- Previous post was 10-12-11 at 10:16 PM ----------
It just hit me what the problem is. And the kicker is, it's of my doing. Stay tuned for explanation.
---------- Post added at 05:36 AM ---------- Previous post was at 05:31 AM ----------
Latest Update
First two docks are functioning, although, since the UMMU airlock code numbers the airlocks beginning at 0, I am going to place airlock 0 as a virtual airlock near the bridge, and keep the numbering sequence on the airlocks consistent with that of the docking ports as listed when hitting CTRL-I in the sim. This should avoid any confusion or having to remember that the airlock number is one less than the dock you are 'landed' at.
This is where I went wrong. I confused the airlock with the actual dock being selected, so, Dock 1's airlock is in front of the bridge, but the dock itself is still in the hangar bay. So, when I am selecting active dock 1, I'm actually selecting dock 2 in the bay, but I've placed the airlock for this dock in dock 1's position. Thus the EVA and no transfer, because it's not the dock that the XR2 is docked to.