Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
if you create a custom xenotype for your gene destribution, and you remove a mod that includes a gene in that pool, you will corrupt you pawn generation, this by itself is not gamebreaking, but it will slow down your encounter and combined with vfem2 it will prevent raidloot (worksites) and wandering merchant haveing stock.
Later me: "Oh god I have too many weird gene mods for this to work well..."
Someone born with "Pilotable Mecha" gene does not end well lol.
That said I also ran into a very frustrating event:
Bestowing Ceremony quest activated. As everyone gets off the ship, one of the guards is instantly downed, failing the bestowing quest. One of the genes he had was downing him immediately. I spent about 45 minutes messing with settings and reloading the game to get him to spawn WITHOUT being downed. Very frustrating.
A blacklist would be fantastic. That way VERY strange genes (it was called "Operator Required") like the one i was dealing with can't be randomly used.
1. Instead of a "baseliners only yes or no", an option to select any xenotype in particular to be subject to mutations.
For example if someone only wants Highmates to be randomly mutated and other xenotypes to be their usual selves.
2. Seconding Farmer Joe's idea, option to do a reverse of custom gene pool and instead make a custom "any except these" gene pool.
Such as if someone wants super random mutations, but not game-breaking mutations, and so can blacklist genes that'd fall under that category.
I installed this and VE Androids, and am finding pawns who are android xenotype but only have like 1 android "hardware" (gene) which turns them into an android but only kind of.
I suggest patching out androids from the genepool options because otherwise all I can do is set to "vanilla genes only"
Have a option to add genes to whitelist and add genes to black list option that allows you to select by xenotype and it adds to the list, it then runs the whitelist followed by blacklist to give a result of valid genes to be allowed on the list for the mod. this way you can have more flexibility with larger gene pools and makes it easier to make larger lists of allowed and disallowed rather than a single xenotype for an allowed list.
Verse.LongEventHandler/<>c:<UpdateCurrentAsynchronousEvent>b__28_0 ()
System.Threading.ThreadHelper:ThreadStart_Context (object)
System.Threading.ExecutionContext:RunInternal (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool)
System.Threading.ExecutionContext:Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool)
System.Threading.ExecutionContext:Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object)
System.Threading.ThreadHelper:ThreadStart ()
RimWorld.FactionGenerator:AddFactionToManager (RimWorld.FactionDef)
RimWorld.FactionGenerator:GenerateFactionsIntoWorld (System.Collections.Generic.List`1<RimWorld.FactionDef>)
RimWorld.Planet.WorldGenStep_Factions:GenerateFresh (string)
RimWorld.Planet.WorldGenerator:GenerateWorld (single,string,RimWorld.Planet.OverallRainfall,RimWorld.Planet.OverallTemperature,RimWorld.Planet.OverallPopulation,System.Collections.Generic.List`1<RimWorld.FactionDef>,single)
RimWorld.Page_CreateWorldParams:<CanDoNext>b__19_0 ()
Verse.PawnGenerator:TryGenerateNewPawnInternal (Verse.PawnGenerationRequest&,string&,bool,bool)
(wrapper dynamic-method) MonoMod.Utils.DynamicMethodDefinition:Verse.PawnGenerator.GenerateNewPawnInternal_Patch2 (Verse.PawnGenerationRequest&)
Verse.PawnGenerator:GenerateOrRedressPawnInternal (Verse.PawnGenerationRequest)
(wrapper dynamic-method) MonoMod.Utils.DynamicMethodDefinition:Verse.PawnGenerator.GeneratePawn_Patch3 (Verse.PawnGenerationRequest)
RimWorld.Faction:TryGenerateNewLeader ()
RimWorld.FactionGenerator:NewGeneratedFaction (RimWorld.FactionGeneratorParms)
Removed null genes
UnityEngine.StackTraceUtility:ExtractStackTrace ()
(wrapper dynamic-method) MonoMod.Utils.DynamicMethodDefinition:Verse.Log.Error_Patch1 (string)
RimWorld.CustomXenotype:ExposeData ()
Verse.PostLoadIniter:DoAllPostLoadInits ()
Verse.ScribeLoader:FinalizeLoading ()
Verse.GameDataSaveLoader:TryLoadXenotype (string,RimWorld.CustomXenotype&)
GeneticDrift.GeneticDriftSet:getList ()
GeneticDrift.GeneticDriftPawnPatch:Adult (Verse.Pawn,RimWorld.XenotypeDef,Verse.PawnGenerationRequest)
(wrapper dynamic-method) MonoMod.Utils.DynamicMethodDefinition:Verse.PawnGenerator.GenerateGenes_Patch4
Can confirm that the latest fix appears to have fixed the 1.4 issue mentioned by @Dee (I encountered the same error).
Just a heads up to others: I had to unsubscribe then resubscribe the mod to force reload the mod locally to get the updated, fixed version.
@ARR624:
I am afraid you broke your V1.4 support with the V1.5 update. Running a V1.4 latest Rimworld version: On birth of a new child, there is a error in your patch for Verse.PawnGenerator::GenerateGenes. You seem to use the property Pawn.ShouldHaveIdeo which does not exist in V1.4 - leading to no children being born and causing a method does not exist error log entry during birth.
The line "if (ModsConfig.IdeologyActive && pawn.ShouldHaveIdeo )" in GeneticDriftPawnPatch.Adult() method is the culprit.
I used it to remove the Aptitude genes from VFE Hussar too
@ARR624 - Loving the mod! But I just got a raid with a pawn who has Deathrest gene....which requires the Hemogenic gene....which they don't have. So you might want to put a requirement-check in?
In the meantime, I'm going to see if I capture this poor pawn who needs deathrest but gets no benefits
I do have a critic, though it may be better to post this on Alpha Genes I am not sure. Could the various "Summon Creature Genes" be automatically black listed, except the three core ones that then randomize into a specific creature? Currently about half of the genes that are randomly added to a pawn wind up being these just due to there being over 100 of them.