Problem Multistage and propellent payload

perseus

Addon Developer
Addon Developer
Joined
May 31, 2008
Messages
316
Reaction score
1
Points
18
Hello, I have made attempts to Perseus_Launch, to launch vagaword migrated to *. dll (future upgrade for better compatibility with UCGO) and Launch is correct, but but when the load is released in orbit, appears without propellant

to see if anyone can answer, using multistage,
¿ how you can launch a spacecraft based on a dll that once deployed the ship has loaded propellant?

Is there a way to display the ship launched with an amount of propellant?
 

N_Molson

Addon Developer
Addon Developer
Donator
Joined
Mar 5, 2010
Messages
9,293
Reaction score
3,259
Points
203
Location
Toulouse
SetDefaultPropellantResource(ph_handle) ?
 

perseus

Addon Developer
Addon Developer
Joined
May 31, 2008
Messages
316
Reaction score
1
Points
18
Well, but the dll is made by sc3_converte to DLL C + + converter 110509.
Some form using multistage configuration?



Mandatory parameters

[PAYLOAD_x]
..............................
................................
• MASS : payload mass in kg
• MODULE : module name to be called at vessel create. This is the config file name of the
vessel type of the payload.
• NAME : the name that will be given to the vessel at payload release time
 

zerofay32

Buckeye
Joined
Feb 6, 2008
Messages
471
Reaction score
2
Points
18
Location
Dayton, Ohio
The "payload with no fuel" thing is a known bug with multistage.dll. The only way around it is to program the payload to correct the condition. I know the ESA ATV/ATV 2 addon by Well & No Matter has this feature but I'm not sure what exactly is the best way to do it.
 
Top