Problem Spacecraft3 fairing

MJR

C++ developer in the mix
Addon Developer
Tutorial Publisher
Donator
Joined
Mar 19, 2008
Messages
2,447
Reaction score
5
Points
0
Location
United States
Is there anyway that I can have a fairing with my mesh still visible? I have a capsule, but it doesn't show up when the fairing is present. However, when I jettison the fairing it does show up. I would like for the capsule to be there with the fairing. Is there anyway that I can do that?
 
Is there anyway that I can have a fairing with my mesh still visible? I have a capsule, but it doesn't show up when the fairing is present. However, when I jettison the fairing it does show up. I would like for the capsule to be there with the fairing. Is there anyway that I can do that?

Add a render to capsule payload:

[PAYLOAD_1]
off=(0,0,0)
MeshName=""
name=""
Module="spacecraft\spacecraft3"
Diameter=0
Height=0
Mass=0
Render=1
 
Thanks liber. It worked.

---------- Post added at 01:37 PM ---------- Previous post was at 01:33 PM ----------

One more question. Where do I define interstages? I read the manual but it didn't say.
 
Thanks liber. It worked.

---------- Post added at 01:37 PM ---------- Previous post was at 01:33 PM ----------

One more question. Where do I define interstages? I read the manual but it didn't say.

From mutistage doc.:

[SEPARATION_xy]
interstage definition section where xy stands for 12, 23, 34 ... up to 910.
There can be no separation section. Separation_xy can only exist if a Stage_y exists.


Example:

[SEPARATION_12]
MeshName="multistage\ring"
SEPARATION_DELAY=0
Diameter=0
Height=0
EmptyMass=0
off=(0,0,0)
 
From mutistage doc.:

[SEPARATION_xy]
interstage definition section where xy stands for 12, 23, 34 ... up to 910.
There can be no separation section. Separation_xy can only exist if a Stage_y exists.


Example:

[SEPARATION_12]
MeshName="multistage\ring"
SEPARATION_DELAY=0
Diameter=0
Height=0
EmptyMass=0
off=(0,0,0)
I put the separation between the stage I want it to happen to right?
 
I put the separation between the stage I want it to happen to right?

Maybe or maybe not,that's not a question.
29d7ocx.gif


352j242.gif
 
Back
Top