XR5 Vanguard and Space Station Building Blocks 4.1

jumpin84

New member
Joined
Apr 5, 2008
Messages
1
Reaction score
0
Points
0
Hi,
i want to make the Space Station Blocks (vers.4.1) from Greg Burch available as payload for the XR5 Vanguard from Douglas E. Beachy.
Well I've added to the Config-Files of SpaceStationBlocks following lines(for example)

XRPayloadEnabled = true
Description = Class A2 Trussed Hab Module BM230
Dimensions = 4.59 4.58 10.16

Ok now the problem: The Block is listed in the Payload-Manager but if I want to assign it to a slot then nothing happens....
Maybe someone could help me to solve this problem...

greets
 
This response is going to become increasingly common around here:

"There was a thread on M6 that had exactly the answer to your problem. But M6 is gone now..."

I have some modified .config files that might help, let me dig thru them.

Stand by...
 
XRPayloadEnabled = true
Description = Class A2 Trussed Hab Module BM230
Dimensions = 4.59 4.58 10.16

add this line under what you have above:
Code:
AttachmentPointIndex = 2
and add this line to the end of the attachment point list:
Code:
P 0 -1  4    0  1  0    0 0 1   XRCARGO

Also, are you trying to arr a Spacecraft3 based module (one of the ones with animations)? If so, that won't work. The SC3 module needs to exist in the scenario already. After that, the XR5 can grab it.
 
Back
Top