RimWorld

RimWorld

Witch ~ Apr 6, 2018 @ 4:06am
"rimworld beauty found no data at degree 2, returning first define"
What does it mean? Its an error I keep getting that seems to occur extremly fast constantly
Originally posted by LargeSpaghetti:
Reviving this discussion because I was troubleshooting what the issue was. I was getting the same issue but at degree 3, I originally caused the issue by save editing and made one of my colonists have the beautiful trait but i needed to set it to 2 which fixed the issue. Yours was different obviously but the problem by my reckoning is a pawn has that as a trait but the game doesnt see 2, or in my case 3, as a valid variable for beauty level.
< >
Showing 1-11 of 11 comments
JoeDaTomato Apr 6, 2018 @ 4:28am 
Mods?
Witch ~ Apr 6, 2018 @ 10:43am 
Beauty found no data at degree 2, returning first defined.
Verse.Log:Error(String)
RimWorld.TraitDef:DataAtDegree(Int32)
RimWorld.Trait:get_CurrentData()
RimWorld.Trait:OffsetOfStat(StatDef)
RimWorld.StatWorker:GetValueUnfinalized_Patch1(Object, StatRequest, Boolean)
RimWorld.StatWorker:GetValue(StatRequest, Boolean)
RimWorld.StatWorker:GetValue(Thing, Boolean)
RimWorld.StatExtension:GetStatValue_Patch1(Thing, StatDef, Boolean)
Verse.AI.MentalBreaker:get_BreakThresholdMinor()
ColonistBarKF.Bar.ColonistBarColonistDrawer_KF:DrawNewMoodRect(Rect, Need, MentalBreaker)
ColonistBarKF.Bar.ColonistBarColonistDrawer_KF:DrawColonist(Rect, Pawn, Map)
ColonistBarKF.Bar.ColonistBar_KF:ColonistBarOnGUI_Prefix()
RimWorld.ColonistBar:ColonistBarOnGUI_Patch1(Object)
RimWorld.MapInterface:MapInterfaceOnGUI_BeforeMainTabs()
RimWorld.UIRoot_Play:UIRootOnGUI()
Verse.Root:OnGUI()
strkrjns Apr 16, 2018 @ 4:27pm 
Getting same error. Did you find a fix?
Last edited by strkrjns; Apr 16, 2018 @ 4:28pm
strkrjns Apr 16, 2018 @ 4:39pm 
Just Better Pawn Generation seems to be the culprit in my case. That, or it is conflicting with other mods im using. Disabled it and the error is gone. Too bad, I liked what it is supposed to do.
Astasia Apr 16, 2018 @ 7:23pm 
ColonistBarKF is probably not compatible with that mod.
Witch ~ Apr 17, 2018 @ 1:57am 
Originally posted by strkrjns:
Just Better Pawn Generation seems to be the culprit in my case. That, or it is conflicting with other mods im using. Disabled it and the error is gone. Too bad, I liked what it is supposed to do.
Sweet going to try that out. Might indeed have to do with what Astasia mentioned and perhaps the few race mods.
The author of this thread has indicated that this post answers the original topic.
LargeSpaghetti Nov 17, 2019 @ 2:18pm 
Reviving this discussion because I was troubleshooting what the issue was. I was getting the same issue but at degree 3, I originally caused the issue by save editing and made one of my colonists have the beautiful trait but i needed to set it to 2 which fixed the issue. Yours was different obviously but the problem by my reckoning is a pawn has that as a trait but the game doesnt see 2, or in my case 3, as a valid variable for beauty level.
Astasia Nov 17, 2019 @ 2:37pm 
Originally posted by BigGay:
Reviving this discussion because I was troubleshooting what the issue was. I was getting the same issue but at degree 3, I originally caused the issue by save editing and made one of my colonists have the beautiful trait but i needed to set it to 2 which fixed the issue. Yours was different obviously but the problem by my reckoning is a pawn has that as a trait but the game doesnt see 2, or in my case 3, as a valid variable for beauty level.

Yes traits can have a "degree" mechanic where multiple traits with a similar effect but varying numbers can all be defined in the same trait, a "spectrum trait," but as separate degrees. So for example the "beauty" trait works like this:
-2 Staggeringly Ugly
-1 Ugly
1 Pretty
2 Beautiful

In the case of this old thread, the mod being used (Just Better Pawn Generation) apparently changed how the vanilla traits work in a way that degree 2 of beauty was removed. ColonistBarKF was doing something that was expecting to see the vanilla traits in order to display certain values on the bar, and it couldn't find the "Beautiful" trait anymore where it expected to and spat out the error. Or that was my assumption at the time.
Witch ~ Nov 18, 2019 @ 5:57am 
thanks yall. Lets hope if someone ever googles the issue and finds this that the answers will help
< >
Showing 1-11 of 11 comments
Per page: 1530 50

Date Posted: Apr 6, 2018 @ 4:06am
Posts: 11