OSE.cfg missing opening { and closing }
zer0Kerbal opened this issue ยท 0 comments
From CSI-Cargo-Freighter created by BararQ: dboi88#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
}
}