Hi there, I'm new to the forum, but I've just released two addons over at orbit hangar. What I'm trying to do now is make a spacecraft 3 carrier for these, so that several of them fit in an XR5 payload slot.
I've made the various files required and the ship works fine in orbiter. However when I attempt to jettison a payload, it CTD's. EXCEPT when the scenario is loaded with only 1 or 2 (of 4) payloads. It jettisons just fine then.
This has baffled me greatly and I can see no reason for it in the ini file, detailed below. Any comments you have on this would be greatly appreciated.
I've made the various files required and the ship works fine in orbiter. However when I attempt to jettison a payload, it CTD's. EXCEPT when the scenario is loaded with only 1 or 2 (of 4) payloads. It jettisons just fine then.
This has baffled me greatly and I can see no reason for it in the ini file, detailed below. Any comments you have on this would be greatly appreciated.
Code:
[CONFIG]
MESHNAME="STISConnectorBus"
VISIBLE=1
SIZE=6
EMPTY_MASS=1000
[PAYLOAD_0]
MESHNAME=..\config\dgivpayload\meshes\DGIVCargoSTISconnector
NAME=STIS Connector 1
OFF=(0,0.62,-1.46)
MASS=1550
MODULE=DGIVCargoSTISconnector
SPEED=(0,1,0)
ROT_SPEED=(0,0,0)
[PAYLOAD_1]
MESHNAME=..\config\dgivpayload\meshes\DGIVCargoSTISconnector
NAME=STIS Connector 2
OFF=(0,0.62,1.46)
MASS=1550
MODULE=DGIVCargoSTISconnector
SPEED=(0,1,0)
ROT_SPEED=(0,0,0)
[PAYLOAD_2]
MESHNAME=..\config\dgivpayload\meshes\DGIVCargoSTISconnector
NAME=STIS Connector 3
OFF=(0,-0.62,1.46)
MASS=1550
MODULE=DGIVCargoSTISconnector
SPEED=(0,1,0)
ROT_SPEED=(0,0,0)
[PAYLOAD_3]
MESHNAME=..\config\dgivpayload\meshes\DGIVCargoSTISconnector
NAME=STIS Connector 4
OFF=(0,-0.62,-1.46)
MASS=1550
MODULE=DGIVCargoSTISconnector
SPEED=(0,1,0)
ROT_SPEED=(0,0,0)