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
 

PeriapsisPrograde

Wannabe addon dev
Joined
Mar 29, 2011
Messages
406
Reaction score
0
Points
16
Location
In orbit
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.
 

Sierra719

X-71 Pilot
Joined
Dec 15, 2011
Messages
43
Reaction score
0
Points
0
Thanks so what would I edit in the Config files for a larger fuel capacity?
 

PeriapsisPrograde

Wannabe addon dev
Joined
Mar 29, 2011
Messages
406
Reaction score
0
Points
16
Location
In orbit
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.
 

N_Molson

Addon Developer
Addon Developer
Donator
Joined
Mar 5, 2010
Messages
9,271
Reaction score
3,244
Points
203
Location
Toulouse
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:
 

Sierra719

X-71 Pilot
Joined
Dec 15, 2011
Messages
43
Reaction score
0
Points
0
doesnt work the X-71 still burns like 1% fuel every millisecond,
 
Top