shadowmage45 / SSTULabs

Dev repository for testing/unfinished KSP parts/plugins/etc.
Other
62 stars 41 forks source link

Fuel type definitions not showing up #828

Open Jimbodiah opened 4 years ago

Jimbodiah commented 4 years ago

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 } } } `