- Joined
- Feb 4, 2008
- Messages
- 9,753
- Reaction score
- 1,024
- Points
- 203
Could someone please take a look on why the temporary attachment point for the OBSS MPMs doesn't show up in launch config? It only shows up when in orbiter config only.
Could someone please take a look on why the temporary attachment point for the OBSS MPMs doesn't show up in launch config? It only shows up when in orbiter config only.
CreateAttachment (false, _V(2.83, 1.05, 1.68), _V(0,1,0), _V(0,0,1), "OBSS");
CreateAttachment (false, ofs+_V(2.83, 1.05, 1.68), _V(0,1,0), _V(0,0,1), "OBSS");
Thank you! I knew it was something simple.should be changed toCode:CreateAttachment (false, _V(2.83, 1.05, 1.68), _V(0,1,0), _V(0,0,1), "OBSS");
The attachment is being created, but it's inside the ET. Adding the ofs vector moves it to the correct position.Code:CreateAttachment (false, ofs+_V(2.83, 1.05, 1.68), _V(0,1,0), _V(0,0,1), "OBSS");
Hmm, have you tried meshc? It should give you want in a nicde header file. The names for the different hinges should be obvious, although I'm not at my Orbiter computer right now so I cannot check for myself.Does somebody have the group numbers or labels for the bay door hinges? I still can't use Mesh Wizard here.![]()
#define GRP_PORTpush_rod 55
#define GRP_PORT_clamp 56
#define GRP_Portdoor_pull 57
#define GRP_STBDpush_rod 58
#define GRP_STBD_clamp 59
#define GRP_STBDdoor_pull 60

Hi guys
Don't want to trash your thread, but would one of you be interested in writing an article for Delta V?
![]()
Which kind of article?
Urwumpe: I'm about done with the concrete hardstand basic shape. If I check in the mesh+textures, would you be willing to do a simple module ALA MLP with the sound suppression water system steam?
OK. If I check in the hardstand, could you add at least the SSME steam in the flame trench?The MLP should do all sound suppression system stuff, simulating effects on the hardstand, I would prefer the static hardstand to be part of KSC.
OK. If I check in the hardstand, could you add at least the SSME steam in the flame trench?
What do you mean with "we just lack still the automatic activation of the SSS"?I'll check it, with the MLP it should work, we just lack still the automatic activation of the SSS.
OK, I got you. I'll hold on to it and finish it up before checking it in.Yes - that's the aspect I mean.
I still want to have a GLS checking the launch parameters in the next full release. I just concentrate more on fixing the MDUs and the payload bay door hinges.