Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fuel type definitions not showing up #828

Open
Jimbodiah opened this issue Apr 9, 2020 · 0 comments
Open

Fuel type definitions not showing up #828

Jimbodiah opened this issue Apr 9, 2020 · 0 comments

Comments

@Jimbodiah
Copy link
Contributor

I tried to add Methalox to the list with a patch.

LqdMethane (CRP resource)
Oxidizer

The FuelType will not show up in the MFT-A despite being added, and the LqdMethane resource will not show up in the volumecontainer list.

`
SSTU_RESOURCEVOLUME
{
name = LqdMethane
volume = 1.0
}

SSTU_FUELTYPE
{
name = Methalox
RESOURCE
{
resource = LqdMethane
ratio = 10
}
RESOURCE
{
resource = Oxidizer
ratio = 1
}
}

@part[SSTU-TANK-MFT-A|SSTU-TANK-MFT-R|SSTU-TANK-MFT-LV|SSTU-TANK-MUS|SSTU-TANK-MFT-D]:AFTER[SSTU]
{
@module[SSTUVolumeContainer]
{
@container,0
{
resource = LqdMethane
}
}
}
`

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant