似乎是重要一点:懒得翻了
一般安装:
复制文件到相应文件夹
手动安装:
This mod makes use of ialdabaoth's excellent ModuleManager plugin to modify default parts. Changes to stock parts are defined in ModuleManager.cfg located in GameData\IoncrossCrewSupport\. This can be extended to modify parts from other mods fairly easily, either in the same file or creating another .cfg file alongside it. For details on the ModuleManager syntax see forum thread (http://forum.kerbalspaceprogram. ... urrent-version-1-01).
The crew support module can also be added manually to parts. Simply copy the following code into the part.cfg.
MODULE
{
name = IonModuleCrewSupport
}
RESOURCE
{
name = Oxygen
amount = 300
maxAmount = 300
//24 per day per Kerbal
}
RESOURCE
{
name = CarbonDioxide
amount = 0
maxAmount = 10
//24 per day per Kerbal
}