Problem Velcro Centaur G and Shuttle Fleet v4.8

Star Voyager

Space Shuttle Refugee
Joined
Oct 25, 2008
Messages
1,975
Reaction score
32
Points
48
So I'm trying to recreate some cancelled shuttle missions and wanted to better integrate Shuttle Fleet v4.8 with the Velcro Centaur G. I got the Centaur situated in the payload bay, but when I go to deploy IUS-style, the aft end rotates down while the front end remains stationary. I'm trying to get it to where the front rotates up and the aft is stationary. I played around with the attachment points in both the Centaur G config and scenario, but no joy. I included the files and a screenshot for reference. The red highlights are what I changed from the original files. Any ideas?

CentaurG.cfg
Code:
; === Configuration file for vessel class Generic CVEL stage (Centaur-G Stage) ===
;ClassName = Centaur-D
Module = Velcro
Meshname = CentaurG
Size = 4.0

Mass = 2775 ; empty mass [kg]
MaxFuel = 21105  ; max fuel mass [kg]
Isp = 4355        ; fuel specific impulse [m/s]

MaxMainThrust = 146856
MaxRetroThrust = 0
MaxHoverThrust = 0
MaxAttitudeThrust = 2450
COG_OverGround = 4.0
CameraOffset = 0.0 0.0 0.0
CW = .2 .3 .7 .7
LiftFactor = 0.0
CrossSections = 40.0 40.0 14.0
RotResistance = 0.7 0.7 0.3

; === Attachment specs ===
BEGIN_ATTACHMENT
C  0.0 0.0 0.03      0 0 1  0 1 0  VELCRO1
C  2.18 0.0 0.0      0 0 1  -1 0 0  VELCRO2
[COLOR="Red"]P  0.0 0.0 0.03      0 0 -1  -1 0 0  VELCRO3[/COLOR]
P  2.18 0.0 0.0      0 0 1  -1 0 0  VELCRO4
P  0.0  2.7  0    0  1 0  0 0  1  XS
END_ATTACHMENT

; === Engine reference points ===
ExhaustType = LH2
MEngineRef1 = 0.72 0 -9.0
MEngineRef2 = -0.72 0 -9.0

STS-61F Ulysses.scn
Code:
N_ENVIRONMENT
  System Sol
  Date MJD 46565.836782
END_ENVIRONMENT

BEGIN_FOCUS
  Ship STS-61F
END_FOCUS

BEGIN_CAMERA
  TARGET STS-61F
  MODE Extern
  POS 4.51 126.51 66.43
  TRACKMODE GlobalFrame
  FOV 40.00
END_CAMERA

BEGIN_HUD
  TYPE Orbit
  REF AUTO
END_HUD

BEGIN_MFD Left
  TYPE Map
  REF Earth
  ZOOM 4
  DISP 1711
END_MFD

BEGIN_MFD Right
  TYPE User
  MODE UNIVPTG
  Display 0
  MET 20768
  BODY_VECT 5
  P 270.00
  Y 0.00
  OM -1.00
  ROLL 0.00
  PITCH 0.00
  YAW 0.00
END_MFD

BEGIN_SHIPS
STS-61F:Shuttle
  STATUS Landed Earth
  POS -80.6209 28.6272
  HEADING 2.00
  AFCMODE 7
  PRPLEVEL 0:1.000000 1:1.000000 2:1.000000
  NAVFREQ 0 0
  CONFIGURATION 0
  OV- 099 
  NOCHUTE 
  CARGODOOR 0 0.0000
  KUBAND 0 0.0000
  POSTLAND 0 0.0000
  SSMES 0 0.0000
  ADTA 0 0.0000
  PETD 1 1.0000
  SETD 1 1.0000
  PRADIATOR 0 0.0000
  SRADIATOR 0 0.0000
  GEAR 0 0.0000
  PAYLOAD_MASS1 0.0000
  PAYLOAD_MASS2 0.0000
  PAYLOAD_MASS3 0.0000
  PL1_OFS 0.000000 0.150000 4.000000
  [COLOR="red"]PL1_DIR 0.000000 0.000000 1.000000
  PL1_ROT 1.000000 0.000000 0.000000[/COLOR]
  KEEL_CAM 0.145000 -0.500000 -1.356000
  PROFILE 0 
  [COLOR="red"]USEIUS[/COLOR]
  OMS 
  CALLOUT 
  TGT_HEADING  90.000  170
END
Ulysses:Carina
  STATUS Landed Earth
  PRPLEVEL 0:1.000 1:1.000
  CMG_MODE 0
  ARRAYS_DEPL 1.000
END
Centaur-G:CentaurG
  ATTACHED 0:0,STS-61F
  STATUS Landed Earth
  POS -80.6042 28.6083
  PRPLEVEL 0:1.000 1:1.000
  SERIESBURN 0 Ulysses 0.0 0.0 -0.75  0.0 1.0 0.0
  DELAYSTART 5
  IGNITENEXT 0
END
BayLights:PBLights
  STATUS Landed Earth
  ATTACHED 0:15,STS-61F
  AFCMODE 7
  NAVFREQ 0 0
END
END_SHIPS

15.05.16 16-37-08 STS-61F.jpg
 

orbitingpluto

Orbiteer
Joined
May 1, 2010
Messages
618
Reaction score
0
Points
16
My initial guess is that the shuttle is rotating a different attachment point than you intended, probably one up by the payload area of your centaur. Or there's something up with the ROT and DIR values.

---------- Post added at 10:44 PM ---------- Previous post was at 09:34 PM ----------

Well, my initial guesses were wrong. After testing a bit, I found it's the z axis on the Velcro3 attachment point, since as it is originally the z axis is slightly forward; what you want is the attachment point somewhere aft by the engines. -1 is somewhat close, and if I had a bit more time I would have seen if -1.5 is too far, but alas, I have some stuff to tidy.
 

Star Voyager

Space Shuttle Refugee
Joined
Oct 25, 2008
Messages
1,975
Reaction score
32
Points
48
That did it, thank you! I changed the z-axis to -9 (the length of the G Prime) and changed the z offset in the scenario to -4 and it works like a champ!

15.05.16 19-19-15 STS-61G.jpg
 
Top