Behemoth update
Moderators: winston, another_commander
- wackyman465
- ---- E L I T E ----
- Posts: 831
- Joined: Thu Nov 06, 2008 10:15 pm
- Location: Currently hunting you down in an Imperial Courier
- Eric Walch
- Slightly Grand Rear Admiral
- Posts: 5536
- Joined: Sat Jun 16, 2007 3:48 pm
- Location: Netherlands
It's no bug, it is just designed that way. Behemoths were never intended for civilian docking. The military ships have no problem with that slid. Same for the more round ships like my boa mk2. I always could dock with my boa at that behemoth type 2. It's probably the cobra that is to wide for this slid?Cmdr James wrote:On my system (1.72 on OSX), the behremoth type 2 (Colosus for example) has a docking slit at the back, which is rotated 90 degrees so it doesnt match up properly with the model, and is impossible to dock in with a normal sized ship.
Do other people get this behaviour?
UPS-Courier & DeepSpacePirates & others at the box and some older versions
- Cmdr James
- Commodore
- Posts: 1357
- Joined: Tue Jun 05, 2007 10:43 pm
- Location: Berlin
if its designed that way, then i think there are some panels missing off the back?
I get a large post-box shaped hole which has some odd infinitly thin walls running down it at the edge of the docking slot and the space around the slot is hollow.
Edit: at the moment I am flying a Terrapin, but I dont mind not being able to dock, I just thought it was wrong, so I was reporting it
I get a large post-box shaped hole which has some odd infinitly thin walls running down it at the edge of the docking slot and the space around the slot is hollow.
Edit: at the moment I am flying a Terrapin, but I dont mind not being able to dock, I just thought it was wrong, so I was reporting it
Last edited by Cmdr James on Tue Jan 20, 2009 10:43 pm, edited 1 time in total.
- Captain Hesperus
- Grand High Clock-Tower Poobah
- Posts: 2310
- Joined: Tue Sep 19, 2006 1:10 pm
- Location: Anywhere I can sell Trumbles.....
Screenshot?Cmdr James wrote:if its designed that way, then i think there are some panels missing off the back?
I get a large post-box shaped hole which has some odd infinitly thin walls running down it at the edge of the docking slot and the space around the slot is hollow.
Captain Hesperus
The truth, revealed!!
- Cmdr James
- Commodore
- Posts: 1357
- Joined: Tue Jun 05, 2007 10:43 pm
- Location: Berlin
Yeah, OK, I was hoping I wouldnt have to, as I need to mess about getting webspace...
Hopefully this image is visible.
You can see from this not very good picture, that there is some transparent space around the docking slot, through which we can see sky and the outside of the ship, however, if we go around the front, we see that there is no "window" through which we can see this.
Am I making sense?
Hopefully this image is visible.
You can see from this not very good picture, that there is some transparent space around the docking slot, through which we can see sky and the outside of the ship, however, if we go around the front, we see that there is no "window" through which we can see this.
Am I making sense?
- Cmdr Wyvern
- ---- E L I T E ----
- Posts: 1649
- Joined: Tue Apr 11, 2006 1:47 am
- Location: Somewhere in the great starry void
I've seen that effect fairly often. It seems to be a mismatch between the ship model and it's docking port.
Running Oolite buttery smooth & rock stable w/ tons of eyecandy oxps on:
ASUS Prime X370-A
Ryzen 5 1500X
16GB DDR4 3200MHZ
128GB NVMe M.2 SSD (Boot drive)
1TB Hybrid HDD (For software and games)
EVGA GTX-1070 SC
1080P Samsung large screen monitor
ASUS Prime X370-A
Ryzen 5 1500X
16GB DDR4 3200MHZ
128GB NVMe M.2 SSD (Boot drive)
1TB Hybrid HDD (For software and games)
EVGA GTX-1070 SC
1080P Samsung large screen monitor
- Eric Walch
- Slightly Grand Rear Admiral
- Posts: 5536
- Joined: Sat Jun 16, 2007 3:48 pm
- Location: Netherlands
Hmm. I'll look to it, I always thought this construction was made this way to allow those two big thrusters and the docking port fit in the back. I'll see if 90 degr. rotation of the docking bay makes more sense visually.Cmdr James wrote:You can see from this not very good picture, that there is some transparent space around the docking slot, through which we can see sky and the outside of the ship, however, if we go around the front, we see that there is no "window" through which we can see this.
Am I making sense?
EDIT:
I just opened the model with drydock. There it looks completely right but not as in game or as with your screen shot. So you are completely right: The model gets disturbed because of a wrong addition of the dock.
EDIT2:
I changed the rotation part of the dock subentity in type-2 behemoth from:
Code: Select all
<string>behe-dockv2 0 0 -245 0 1 1 0</string>
Code: Select all
<string>behe-dockv2 0 0 -245 0 1 0 0</string>
UPS-Courier & DeepSpacePirates & others at the box and some older versions
- Commander McLane
- ---- E L I T E ----
- Posts: 9520
- Joined: Thu Dec 14, 2006 9:08 am
- Location: a Hacker Outpost in a moderately remote area
- Contact:
Got it: In both Behemoth models the dock is horizontal, however in the shipdata of behemoth-type2 we find
which turns the docking bay an unwanted 90 degrees around the z-axis. It would have to be turned 180 degrees around the y-axis, however, for which the quaternion is 0 0 1 0. So the line has to be
@Eric: The difference between 0 1 0 0 (your solution) and 0 0 1 0 (my solution) is that your turn around the x-axis will cause the bay to be upside down. This doesn't matter as long as it is symmetrical, but should it get a non-symmetrical texture at some point, you would see it.
Code: Select all
<string>behe-dockv2 0 0 -245 0 1 1 0</string>
Code: Select all
<string>behe-dockv2 0 0 -245 0 0 1 0</string>
- Cmdr James
- Commodore
- Posts: 1357
- Joined: Tue Jun 05, 2007 10:43 pm
- Location: Berlin
- Eric Walch
- Slightly Grand Rear Admiral
- Posts: 5536
- Joined: Sat Jun 16, 2007 3:48 pm
- Location: Netherlands
Yes in a few days or so. First I want to look is there is nothing else to be changed to make it full adapted to 1.72 (But currently I see no other issues).Cmdr James wrote:Eric, are you going to upload a fixed OXP?
It just amazed me that such an old ship still has such an obvious bug. I remember seeing some odd things with the dock in the past but as it was a ship of the master himself, I had no doubt that everything I saw was intentional.
Strange that this was never seen on release as the documentation explicit mention improving the dock. (twice!) But rotation of subentities is rarely used. It could be that old Oolite had a bug that made that the wrong rotation direction was never used and current Oolite does it right. Who knows if is was right in the past?
UPS-Courier & DeepSpacePirates & others at the box and some older versions
- pagroove
- ---- E L I T E ----
- Posts: 3035
- Joined: Wed Feb 21, 2007 11:52 pm
- Location: On a famous planet
It could do with an updated texture too
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
- wackyman465
- ---- E L I T E ----
- Posts: 831
- Joined: Thu Nov 06, 2008 10:15 pm
- Location: Currently hunting you down in an Imperial Courier
Does anybody know what the above message means?
Code: Select all
[behemoth_carrier]: A behemoth carrier was added in role as hunter without a shipSpawned event. Correcting it.