General Question Definition of Fuel Mass

Sierra719

X-71 Pilot
Joined
Dec 15, 2011
Messages
43
Reaction score
0
Points
0
Is fuel mass, the weight of the vehicle on the LP or is it the amount of fuel in the vehicle? I'm trying to get a realistically large amount of fuel on a Shuttle
 
Fuel mass is the mass of the fuel only.
Dry mass is the mass of the vehicle only.
Wet mass is the mass of the vehicle and fuel.
 
Thanks so what would I edit in the Config files for a larger fuel capacity?
 
Vessels that use a custom .dll (listed under "Module = ... in a config file) can not have many of their parameters edited. DryMass and FuelMass are defined in the .dll. And don't even try editing a .dll by hand... :rolleyes:

Vessels that use SC3 have everything defined in the .ini file. You can make changes there.

Vessels that use a plain .cfg file have parameters:
Code:
Mass = ...
MaxFuel = ...
Mass refers to the dry mass, MaxFuel refers to the fuel capacity.
 
Vessels that use a custom .dll (listed under "Module = ... in a config file) can not have many of their parameters edited. DryMass and FuelMass are defined in the .dll. And don't even try editing a .dll by hand...

Not exactly... Those parameters are often first defined in the "ClbkSetClassCaps" section of the .dll. If they are not altered in other places in the code (i.e. triggered by an event, or frame update), modifying the config file works, AFAIK. :tiphat:
 
doesnt work the X-71 still burns like 1% fuel every millisecond,
 
Back
Top