Skip to content
New issue

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

Missing ConstructionSkill.cs #107

Open
khr15714n opened this issue May 23, 2017 · 3 comments
Open

Missing ConstructionSkill.cs #107

khr15714n opened this issue May 23, 2017 · 3 comments

Comments

@khr15714n
Copy link

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] { [...] }

@khr15714n
Copy link
Author

khr15714n commented May 27, 2017

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
Copy link
Collaborator

Yep, this is to support Allista's mod

@fat-lobyte
Copy link

Well is there a way to hide these warnings?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants