Quote from: EpicFox on July 03, 2017, 02:25:24 PMThis is still bugged and needs to be manually fixed every time :3
Hi all,
First of all, I'd like to thank all the mod creators and skyarkhangel for creating this modpack.
Second, I found a mistake in the Feenix def.
My tamed Green Wyvern wouldn't eat, although his need was lowering into his mental break area.
After a lot of tempering with zones and such I started to wander into the depths of the defs where I eventualy found out that the defs for the Green Wyvern are refered to the Feenix defs and that it was missing
"<li Class="JobGiver_GetFood"/>"
So if you got the same problem, go into the following def folder and add that string as follows;
<ThinkTreeDef>
<defName>SatisfyBasicFenixAI</defName>
<thinkRoot Class="ThinkNode_Tagger">
<tagToGive>SatisfyingNeeds</tagToGive>
<subNodes>
<li Class="ThinkNode_PrioritySorter">
<subNodes>
<li Class="JobGiver_GetFood"/>
<li Class="SK.JobGiver_SustenainceFromFire"/>
<li Class="JobGiver_GetRest"/>
<li Class="JobGiver_SatisfyChemicalNeed"/>
</subNodes>
Tested and works now.
Hope this is of any help to everyone.
Thanks again for this great mod(s)(pack), keep up the good work!
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Pages1
#1
Releases / Re: [A17] [PROJECT] Hardcore SK project v6: Endevour
July 17, 2018, 09:25:24 AM #2
Releases / Re: [B18] Combat Extended - B18 Update (21.02.2018)
May 02, 2018, 09:53:47 AMQuote from: Seven on July 26, 2017, 09:12:56 AMHow do I solve this issue?
Since load bearing gear count as clothing, is there some way to get around the lack of a quality flag for them in the outfit template configuration (and storage, though a second stockpile can take care of that)? If you for example tell a colonist to only wear legendary clothes, they will not equip backpacks/tac vests since they don't have a quality (or rather, they seem to have a hidden one; if you set the lower limit low enough, I'm guessing at "normal", they will be equipped). I tried adding them to the loadout template instead, but that just resulted in my colonist putting them unequipped in their inventory.

Pages1