For me it was Feral faction that needed a fix, from Rimsenal mod.
Find (rimworldfolder)\Mods\Rimsenal_Feral\Defs\FactionDefs\Factions_Feral.xml
Then replace entire pawnGroupMakers section in it with the following:
This didn't fix console problem for me, prob nothing can except making new colony with fixed faction. I didn't try that yet.
However if fixed lack of raids for me, I only had infestations and mechanoids so far.
Find (rimworldfolder)\Mods\Rimsenal_Feral\Defs\FactionDefs\Factions_Feral.xml
Then replace entire pawnGroupMakers section in it with the following:
Code Select
<pawnGroupMakers>
<li>
<kindDef>Normal</kindDef>
<commonality>100</commonality>
<options>
<FeralHusker>200</FeralHusker>
<FeralMangler>200</FeralMangler>
<FeralGrinder>50</FeralGrinder>
<FeralScorcher>30</FeralScorcher>
<FeralBoomer>20</FeralBoomer>
<FeralThumper>30</FeralThumper>
<FeralLeader>10</FeralLeader>
<FeralTwisted>100</FeralTwisted>
<FeralOgrenaut>30</FeralOgrenaut>
<FeralHellmaker>10</FeralHellmaker>
<FeralGutcher>30</FeralGutcher>
<FeralSkullBuster>50</FeralSkullBuster>
</options>
</li>
<li>
<kindDef>Normal</kindDef>
<commonality>25</commonality>
<options>
<FeralSkulker>40</FeralSkulker>
<FeralHellmaker>10</FeralHellmaker>
<FeralRazortooth>200</FeralRazortooth>
<FeralSkullBuster>50</FeralSkullBuster>
<FeralBoomer>20</FeralBoomer>
</options>
</li>
<li>
<kindDef>Normal</kindDef>
<commonality>25</commonality>
<options>
<FeralGrinder>100</FeralGrinder>
<FeralRazortooth>50</FeralRazortooth>
<FeralTwisted>50</FeralTwisted>
<FeralGutcher>50</FeralGutcher>
<FeralSkullBuster>50</FeralSkullBuster>
<FeralBoomer>20</FeralBoomer>
</options>
</li>
<li>
<kindDef>FactionBase</kindDef>
<options>
<FeralHusker>200</FeralHusker>
<FeralMangler>200</FeralMangler>
<FeralGrinder>50</FeralGrinder>
<FeralScorcher>30</FeralScorcher>
<FeralBoomer>20</FeralBoomer>
<FeralThumper>30</FeralThumper>
<FeralLeader>10</FeralLeader>
<FeralOgrenaut>20</FeralOgrenaut>
<FeralHellmaker>10</FeralHellmaker>
<FeralGutcher>30</FeralGutcher>
<FeralSkulker>30</FeralSkulker>
<FeralRazortooth>80</FeralRazortooth>
<FeralTwisted>100</FeralTwisted>
<FeralSkullBuster>50</FeralSkullBuster>
</options>
</li>
</pawnGroupMakers>
This didn't fix console problem for me, prob nothing can except making new colony with fixed faction. I didn't try that yet.
However if fixed lack of raids for me, I only had infestations and mechanoids so far.
appearently i need to build appropriate buildings.