zer0Kerbal / CoyoteCargoFreighter

Coyote Cargo Freighter by Coyote Space Industries (CSI) is a massive parts pack for Kerbal Space Program.
https://forum.kerbalspaceprogram.com/index.php?/topic/209541-*/
GNU General Public License v2.0
1 stars 0 forks source link

OSE.cfg missing opening { and closing } #34

Closed zer0Kerbal closed 1 year ago

zer0Kerbal commented 2 years ago

From CSI-Cargo-Freighter created by BararQ: dboi88/CSI-Cargo-Freighter#58

OSE.cfg This was not showing up in game for me, looks like the opening { and closing } are missing. It works when I add them.

@part[CSIfreighterWorkshop]:NEEDS[Workshop] { MODULE { name = OseModuleWorkshop ProductivityFactor = 2.5 // How much units of the resource a processed per second UpkeepResource = ElectricCharge // This resource will be consumed 1 per second during processing MinimumCrew = 2 // Amount of Kerbals needed for the Workshop to work Animate = true UseSpecializationBonus = true ExperienceEffect = RepairSkill SpecialistEfficiencyFactor = 0.02 }

-

Skipped everything else

-

- MODULE { name = OseModuleCategoryAddon Category = none IconPath = Squad/PartList/SimpleIcons/R&D_node_icon_robotics } }