Problem with staging

santy86

New member
Joined
Apr 22, 2008
Messages
114
Reaction score
0
Points
0
Location
Amsterdam
I am now close to the completion of my 1st add-on and I am in a quite interesting problem.

When i go for the 1st staging, i delete the mesh of the 1st stage and the center of gravity stays back in its original position (does not move ahead to the 2nd stage CG).

I tried to move the CG using shiftCG(), but i have a crash to desktop or all meshes disappear.

Another problem is that when i try to delete the propellante resource of the 1st stage i systematically get a crash to desktop

If somebody can help me to solve this bizzarre thing it would be great and faster for me :)

Thanks a lot
Santy
 

no matter

Addon Developer
Addon Developer
Joined
Mar 20, 2008
Messages
61
Reaction score
0
Points
0
Website
pagesperso-orange.fr
Another problem is that when i try to delete the propellante resource of the 1st stage i systematically get a crash to desktop
If your first stage propellant resource is the default one, don't forget to reassign a new default propellant resource before deleting it. Use SetDefaultPropellantResource(PROPELLANT_HANDLE)
 
Top