UmbraSpaceIndustries / USITools

Shared components for KSP mods
Other
39 stars 38 forks source link

Missing ConstructionSkill.cs #107

Open khr15714n opened 7 years ago

khr15714n commented 7 years ago

KSP.log [ ] Game State Created. [ERR 10:34:50.864] ExperienceTrait: Cannot add effect 'ConstructionSkill' as it does not exist.

[ERR 10:34:53.496] ExperienceTrait: Cannot add effect 'ConstructionSkill' as it does not exist.

[ ] editor started [ERR 10:34:58.635] ExperienceTrait: Cannot add effect 'ConstructionSkill' as it does not exist.

https://github.com/UmbraSpaceIndustries/UmbraSpaceIndustries/tree/master/USITools/USITools

https://github.com/UmbraSpaceIndustries/UmbraSpaceIndustries/blob/master/FOR_RELEASE/GameData/000_USITools/TraitsAndEffects.cfg

GameData\000_USITools\TraitsAndEffects.cfg @EXPERIENCE_TRAIT[Pilot] { [...] }

@EXPERIENCE_TRAIT[Engineer] { EFFECT { name = FundsBoost } EFFECT { name = GeologySkill } EFFECT { name = ConstructionSkill }
}

@EXPERIENCE_TRAIT[Scientist] { [...] }

khr15714n commented 7 years ago

Either you wanna support allista's ConstructionSkill: https://github.com/allista/GroundConstruction/blob/d6b2786655149a83ad8e88a9407f38dc680b27d5/ConstructionSkill.cs or USITools/USITools/Traits/ConstructionSkill.cs USITools/USITools/Experience/ConstructionSkill.cs are missing or were lost ...

BobPalmer commented 7 years ago

Yep, this is to support Allista's mod

fat-lobyte commented 7 years ago

Well is there a way to hide these warnings?