General Question How to change the position of a cargo (Atlantis bay)

Stevodoran

Donator
Donator
Joined
May 19, 2010
Messages
868
Reaction score
1
Points
18
Location
loughcrew
Hi all,

I was going to launch the second module of my station by adding it to The default Atlantis.

When i added it, it was slightly too high. I have attached a picture to show whats wrong and the scenario. You will need this addon to run it: [ame="http://www.orbithangar.com/searchid.php?ID=3177"]Space Station Building Blocks 4.1B[/ame]
orbiter2011-07-2714-45-04-57.jpg



Code:
BEGIN_DESC
My Space Station Launch 2
END_DESC

BEGIN_ENVIRONMENT
  System Sol
  Date MJD 54833.5933948085
END_ENVIRONMENT

BEGIN_FOCUS
  Ship BM-101
END_FOCUS

BEGIN_CAMERA
  TARGET BM-101
  MODE Extern
  POS 6.74 -27.66 -22.08
  TRACKMODE TargetRelative
  FOV 40.00
END_CAMERA

BEGIN_HUD
  TYPE Surface
END_HUD

BEGIN_SHIPS
BM-101:BM101
  STATUS Orbiting Earth
  RPOS 6644572.27 3106893.30 -2756718.36
  RVEL 3799.891 -5084.757 3268.211
  AROT -53.57 17.08 94.13
  VROT -0.09 0.00 -0.00
  AFCMODE 7
  NAVFREQ 0 0
END
STS-101:Atlantis
  STATUS Landed Earth
  BASE Cape Canaveral:11
  POS -80.6208900 28.6271740
  HEADING 2.00
  PRPLEVEL 0:1.000 1:1.000 2:1.000
  NAVFREQ 0 0
  CONFIGURATION 0
  CARGODOOR 0 0.0000
  GEAR 0 0.0000
  KUBAND 0 0.0000
  ARM_STATUS 0.5000 0.0000 0.0000 0.5000 0.5000 0.5000
  CARGO_STATIC_OFS 0.000 -1.650 0.050
END
BM-001:BM001
  STATUS Landed Earth
  ATTACHED 0:0,STS-101
END
END_SHIPS

BEGIN_ExtMFD
END
Can anyone tell me what i have to change to move it?

Thanks Stevodoran,
 
You have to fiddle around with this (the highlighted part):

Code:
BM-001:BM001
  STATUS Landed Earth
  ATTACHED [COLOR=Red]0:0[/COLOR],STS-101
END

It's also easier to use UCD, IMO.
 
The stock Atlantis only has one fixed attachment point. To move the payload you have to be able to edit the payload's attachment point. I've never used SSBB but look for the the module (BM-001) in the Config folder or the Config/Vessels folder and edit the attachment in the module config file. Or use Shuttle Fleet were you can edit the shuttles attachment points to fit the payloads'. It's up to you.
 
Back
Top