We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
KSP.log [ ] Game State Created. [ERR 10:34:50.864] ExperienceTrait: Cannot add effect 'ConstructionSkill' as it does not exist.
[ ] [UIMasterController]: HideUI [ERR 10:34:53.496] ExperienceTrait: Cannot add effect 'ConstructionSkill' as it does not exist.
GameData\000_USITools\TraitsAndEffects.cfg @EXPERIENCE_TRAIT[Pilot] { [...] }
@EXPERIENCE_TRAIT[Engineer] { EFFECT { name = FundsBoost } EFFECT { name = GeologySkill } EFFECT { name = ConstructionSkill } }
@EXPERIENCE_TRAIT[Scientist] { [...] }
The text was updated successfully, but these errors were encountered:
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 ...
Sorry, something went wrong.
Yep, this is to support Allista's mod
Well is there a way to hide these warnings?
No branches or pull requests
KSP.log
[ ] Game State Created.
[ERR 10:34:50.864] ExperienceTrait: Cannot add effect 'ConstructionSkill' as it does not exist.
[ ] [UIMasterController]: HideUI
[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] { [...] }
The text was updated successfully, but these errors were encountered: