We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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 } } } `
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
}
}
}
`
The text was updated successfully, but these errors were encountered: