allista / ConfigurableContainers

This is a plugin for KSP mod development.
MIT License
8 stars 7 forks source link

Add support for Snacks! #17

Closed LouisCyfer closed 6 years ago

LouisCyfer commented 7 years ago

As proposed here Snacks might be cool to have in CC

Either adding a simple new category "SnacksLS" or one that is rather complex but more reasonable, both will do the job.

first way:

second way:

// unsure how to implent the UsefulVolumeRatio = 0.95 Soil has same values as Snacks TANKTYPE:NEEDS[Snacks] { name = Soil UsefulVolumeRatio = 0.95 // has same values as Snacks - arb PossibleResources = Soil 1; }

* modify this line
https://github.com/allista/ConfigurableContainers/blob/a2eab81ee66d20e4dd09ee562453dfbe05b78e5e/GameData/ConfigurableContainers/TankTypes.cfg#L173
```C
TANKTYPE:NEEDS[TacLifeSupport|USILifeSupport|Snacks] //arb

ty for your time!

allista commented 6 years ago

Added in last release.