Skip to content

Instantly share code, notes, and snippets.

@mys721tx
Last active December 30, 2015 23:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mys721tx/7898996 to your computer and use it in GitHub Desktop.
Save mys721tx/7898996 to your computer and use it in GitHub Desktop.
This should allow you put food in the fuel tank. Tested on TAC, should work with ioncross.
@TANK_DEFINITION[Default]
{
TANK
{
name = Food
amount = 0.0
maxAmount = 0.0
utilization = 20.0
}
TANK
{
name = Water
amount = 0.0
maxAmount = 0.0
utilization = 20.0
}
TANK
{
name = Oxygen
amount = 0.0
maxAmount = 0.0
utilization = 20.0
}
TANK
{
name = CarbonDioxide
amount = 0.0
maxAmount = 0.0
utilization = 20.0
}
TANK
{
name = Waste
amount = 0.0
maxAmount = 0.0
utilization = 20.0
}
TANK
{
name = WasteWater
amount = 0.0
maxAmount = 0.0
utilization = 20.0
}
}
@TANK_DEFINITION[Fuselage]
{
TANK
{
name = Food
amount = 0.0
maxAmount = 0.0
utilization = 20.0
}
TANK
{
name = Water
amount = 0.0
maxAmount = 0.0
utilization = 20.0
}
TANK
{
name = Oxygen
amount = 0.0
maxAmount = 0.0
utilization = 20.0
}
TANK
{
name = CarbonDioxide
amount = 0.0
maxAmount = 0.0
utilization = 20.0
}
TANK
{
name = Waste
amount = 0.0
maxAmount = 0.0
utilization = 20.0
}
TANK
{
name = WasteWater
amount = 0.0
maxAmount = 0.0
utilization = 20.0
}
}
@TANK_DEFINITION[Structural]
{
TANK
{
name = Food
amount = 0.0
maxAmount = 0.0
utilization = 20.0
}
TANK
{
name = Water
amount = 0.0
maxAmount = 0.0
utilization = 20.0
}
TANK
{
name = Oxygen
amount = 0.0
maxAmount = 0.0
utilization = 20.0
}
TANK
{
name = CarbonDioxide
amount = 0.0
maxAmount = 0.0
utilization = 20.0
}
TANK
{
name = Waste
amount = 0.0
maxAmount = 0.0
utilization = 20.0
}
TANK
{
name = WasteWater
amount = 0.0
maxAmount = 0.0
utilization = 20.0
}
}
@TANK_DEFINITION[Cryogenic]
{
TANK
{
name = Food
amount = 0.0
maxAmount = 0.0
utilization = 20.0
}
TANK
{
name = Water
amount = 0.0
maxAmount = 0.0
utilization = 20.0
}
TANK
{
name = Oxygen
amount = 0.0
maxAmount = 0.0
utilization = 20.0
}
TANK
{
name = CarbonDioxide
amount = 0.0
maxAmount = 0.0
utilization = 20.0
}
TANK
{
name = Waste
amount = 0.0
maxAmount = 0.0
utilization = 20.0
}
TANK
{
name = WasteWater
amount = 0.0
maxAmount = 0.0
utilization = 20.0
}
}
@TANK_DEFINITION[ServiceModule]
{
TANK
{
name = Food
amount = 0.0
maxAmount = 0.0
utilization = 20.0
}
TANK
{
name = Water
amount = 0.0
maxAmount = 0.0
utilization = 20.0
}
TANK
{
name = Oxygen
amount = 0.0
maxAmount = 0.0
utilization = 20.0
}
TANK
{
name = CarbonDioxide
amount = 0.0
maxAmount = 0.0
utilization = 20.0
}
TANK
{
name = Waste
amount = 0.0
maxAmount = 0.0
utilization = 20.0
}
TANK
{
name = WasteWater
amount = 0.0
maxAmount = 0.0
utilization = 20.0
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment