Jump to content

Recommended Posts

I have an issue with the semen overlay. On Females, the Semen will always basically show up in the center of the pawn, indepedent of where it is on the body in the health tab. With males the overlay works fine, it will show up where it says on the health tab.

 

Does anyone know what might cause this?

Link to comment

Exception in JobDriver tick for pawn Kay driver=JobDriver_RapeComfortPawn (toilIndex=2) driver.job=(RapeComfortPawn (Job_19158) A=Thing_Human1045)
System.MissingFieldException: Field 'rjw.SexProps.giver' not found.
  at (wrapper dynamic-method) rjw.SexUtility.rjw.SexUtility.TransferNutrition_Patch2(rjw.SexProps)
  at (wrapper dynamic-method) rjw.JobDriver_Sex.rjw.JobDriver_Sex.Orgasm_Patch1(rjw.JobDriver_Sex)
  at rjw.JobDriver_Sex.SexTick (Verse.Pawn pawn, Verse.Thing target, System.Boolean pawnnude, System.Boolean partnernude) [0x00082] in <e2b6093a0eba418b81b2df36ba297c28>:0 
  at rjw.JobDriver_RapeComfortPawn+<>c__DisplayClass0_0.<MakeNewToils>b__6 () [0x00069] in <e2b6093a0eba418b81b2df36ba297c28>:0 
  at Verse.AI.JobDriver.DriverTick () [0x001a1] in <cdbd0ed5089a418da09b9a259f9dbd8f>:0 
UnityEngine.StackTraceUtility:ExtractStackTrace ()
(wrapper dynamic-method) Verse.Log:Verse.Log.Error_Patch3 (string)
Verse.AI.JobUtility:TryStartErrorRecoverJob (Verse.Pawn,string,System.Exception,Verse.AI.JobDriver)
Verse.AI.JobDriver:DriverTick ()
Verse.AI.Pawn_JobTracker:JobTrackerTick ()
(wrapper dynamic-method) Verse.Pawn:Verse.Pawn.Tick_Patch1 (Verse.Pawn)
Verse.TickList:Tick ()
(wrapper dynamic-method) Verse.TickManager:Verse.TickManager.DoSingleTick_Patch1 (Verse.TickManager)
Verse.TickManager:TickManagerUpdate ()
Verse.Game:UpdatePlay ()
Verse.Root_Play:Update ()
 any sexual action causes itself to end suddenly after a few seconds for no reason. i think character editor edited a file it was not supposed to, or something else i cant fathom

Link to comment

the horse genitals are broken in my instalation

 

[RJW]  Kay part HorsePenis is broken, resetting
UnityEngine.StackTraceUtility:ExtractStackTrace ()
Verse.Log:Warning (string)
rjw.ModLog:Warning (string)
rjw.CompHediffBodyPart:get_CompTipStringExtra ()
Verse.HediffWithComps:get_TipStringExtra ()
CharacterEditor.DialogAddHediff:GetExtraTipString ()
CharacterEditor.DialogAddHediff:DoWindowContents (UnityEngine.Rect)
Verse.Window:InnerWindowOnGUI (int)
UnityEngine.GUI:CallWindowDelegate (UnityEngine.GUI/WindowFunction,int,int,UnityEngine.GUISkin,int,single,single,UnityEngine.GUIStyle)

 

[RJW]  Kay part is null/wholebody? is in wrong BodyPart position, resetting to default: Genitals
UnityEngine.StackTraceUtility:ExtractStackTrace ()
Verse.Log:Warning (string)
rjw.ModLog:Warning (string)
rjw.CompHediffBodyPart:updatepartposition ()
rjw.CompHediffBodyPart:get_CompTipStringExtra ()
Verse.HediffWithComps:get_TipStringExtra ()
CharacterEditor.DialogAddHediff:GetExtraTipString ()
CharacterEditor.DialogAddHediff:DoWindowContents (UnityEngine.Rect)
Verse.Window:InnerWindowOnGUI (int)
UnityEngine.GUI:CallWindowDelegate (UnityEngine.GUI/WindowFunction,int,int,UnityEngine.GUISkin,int,single,single,UnityEngine.GUIStyle)
 

Link to comment

Exception in JobDriver tick for pawn titan driver=JobDriver_RandomRape (toilIndex=2) driver.job=(RandomRape (Job_3975) A=Thing_Human546)
System.MissingFieldException: Field 'rjw.SexProps.giver' not found.
  at (wrapper dynamic-method) rjw.SexUtility.rjw.SexUtility.TransferNutrition_Patch2(rjw.SexProps)
  at (wrapper dynamic-method) rjw.JobDriver_Sex.rjw.JobDriver_Sex.Orgasm_Patch1(rjw.JobDriver_Sex)
  at rjw.JobDriver_Sex.SexTick (Verse.Pawn pawn, Verse.Thing target, System.Boolean pawnnude, System.Boolean partnernude) [0x0001c] in <e2b6093a0eba418b81b2df36ba297c28>:0 
  at rjw.JobDriver_Rape+<>c__DisplayClass1_0.<MakeNewToils>b__7 () [0x00069] in <e2b6093a0eba418b81b2df36ba297c28>:0 
  at Verse.AI.JobDriver.DriverTick () [0x001a1] in <cdbd0ed5089a418da09b9a259f9dbd8f>:0 
UnityEngine.StackTraceUtility:ExtractStackTrace ()
(wrapper dynamic-method) Verse.Log:Verse.Log.Error_Patch3 (string)
Verse.AI.JobUtility:TryStartErrorRecoverJob (Verse.Pawn,string,System.Exception,Verse.AI.JobDriver)
Verse.AI.JobDriver:DriverTick ()
Verse.AI.Pawn_JobTracker:JobTrackerTick ()
(wrapper dynamic-method) Verse.Pawn:Verse.Pawn.Tick_Patch1 (Verse.Pawn)
Verse.TickList:Tick ()
(wrapper dynamic-method) Verse.TickManager:Verse.TickManager.DoSingleTick_Patch1 (Verse.TickManager)
Verse.TickManager:TickManagerUpdate ()
Verse.Game:UpdatePlay ()
Verse.Root_Play:Update ()
 this is from a more trubble shooted game

 

Link to comment

Hi.

I have prepared two small Pull Requests.

https://gitgud.io/Ed86/rjw/-/merge_requests/208 introduces a small change to csproj file, so that Harmony and HugsLib are taken from the mods folder, if present. This requires those libraries to come from Steam download using default paths (works with RimPy Steam download too) and require you to be building RJW directly in your mods folder. I have also removed specific version requirement for those libraries.

If you are using NuGet to get HugsLib and Harmony to build RJW, this change should not affect you, as libraries in project take precedence.

Note that if someone wants to use absolute paths, those can also be added as hints, in similar fashion to how main Rimworld assembly ( Assembly-CSharp.dll ) is handled.

 

https://gitgud.io/mwcr/rjw/-/tree/rjwExIntegration removes Null Reference, which can cause errors like those visible at the end of this log .This comes with simple discovery if rjw-ex is active, however ideally in future this should not be expanded upon. It would be better for rjw-ex to patch relevant methods (in this case SkillNeed_BaseBonus:ValueFor()) and add handing of its hediffs there (in this case - just return ValueAtLevel(0) if Armbinds or any other bondage is active). However, as long as both mods are developed by Ed, rjw side fix should be fine.

 

Pease kindly review: )

Edited by crow_mw
Link to comment

Quick question, almost certainly has already been answered but didn't see anything explicitly delineated in main page compatibility post.  How compatible is this mod with Rimthreaded currently (as of around now, not like 8 months ago)?  That mod has finally reached a decent level of cross-mod compatibility, but they don't seem to mention this mod in their compatibility page for obvious reasons... been meaning to give it a try, seems to finally have few issues (except Pawnmorpher, so sad, too bad)!

Link to comment

There appears to be some kind of conflict between Pawnmorpher and Rimjobworld.  When both are present and active in the mod list, female teens stop engaging in sex behaviors on their own, and becoming permanently sexually frustrated.  When the options are enabled to allow the forcing of sexual activities between pawns, females of any age will only sometimes have the options, and the rest of the time won't, and males will only ever have the option to rape, but never just have sex with.  These two mods appear to be the source of all my conflicts(including those I posted a week or two ago), though rearranging thier order has made them less pronounced.  Some of the originally posted issues are still present.  

Link to comment
2 hours ago, Thaddeus888 said:

There appears to be some kind of conflict between Pawnmorpher and Rimjobworld.  When both are present and active in the mod list, female teens stop engaging in sex behaviors on their own, and becoming permanently sexually frustrated.  When the options are enabled to allow the forcing of sexual activities between pawns, females of any age will only sometimes have the options, and the rest of the time won't, and males will only ever have the option to rape, but never just have sex with.  These two mods appear to be the source of all my conflicts(including those I posted a week or two ago), though rearranging thier order has made them less pronounced.  Some of the originally posted issues are still present.  

There is also this strange occurance where pawns will refuse to engage in joy activities, and become recreation-starved.  

Link to comment
Spoiler

Log uploaded on Friday, February 25, 2022, 9:40:46 AM
Loaded mods:
Harmony(brrainz.harmony)[mv:1.2.0.0]: 0Harmony(2.2.0), HarmonyMod(1.2.0)
Core(Ludeon.RimWorld): (no assemblies)
Royalty(Ludeon.RimWorld.Royalty): (no assemblies)
Ideology(Ludeon.RimWorld.Ideology): (no assemblies)
HugsLib(UnlimitedHugs.HugsLib)[ov:9.0.1]: 0Harmony(av:2.2.0,fv:1.2.0.1), HugsLib(av:1.0.0,fv:9.0.1)
[1.3] Advanced Animal Frameworks 3.95(walkingproblem.aaf): 0Harmony(av:2.2.0,fv:2.0.0.5), AnimalJobs(1.0.0), AnimalVehicles(1.0.0), AnimalWeaponFramework(1.0.0)
Vanilla Expanded Framework(OskarPotocki.VanillaFactionsExpanded.Core): CompOversizedWeapon(1.0.0), ExplosiveTrailsEffect(1.0.7140.31563), HeavyWeapons(1.0.0), KCSG(1.1.1.3), MVCF(1.0.0), NoCamShakeExplosions(1.0.0), OPToxic(1.0.0), Outposts(1.0.0), RecipeInheritance(1.0.0), Reloading(1.1.0), RRO(1.0.0), SmokingGun(1.0.0), VanillaStorytellersExpanded(1.0.0), VanillaWeaponsExpandedLaser(1.0.0), VFECore(av:1.1.7,fv:1.1.9), VWEMakeshift(1.0.0)
Elite Bionics Framework(V1024.EBFramework)[mv:2.0.0.0]: $HugsLibChecker(0.5.0), EliteBionicsFramework(4.0.6)
[FSF] Advanced Bionics Expansion(FrozenSnowFox.AdvancedBionicsExpansion): (no assemblies)
ADE Pulse Turrets(ADE.pulseTurrets.Mod)[mv:0.1.3.5]: (no assemblies)
RimJobWorld(rim.job.world)[mv:4.9.5]: 0MultiplayerAPI(av:0.3.0,fv:0.3.0), RJW(0.0.0)
Pawn Render Patch for HD(sdknm2.PawnRenderPatchForHD): PawnRenderPatchForHD(1.0.0)
Humanoid Alien Races(erdelf.HumanoidAlienRaces): 0Harmony(2.2.0), AlienRace(1.0.0)
RimVore-2(Nabber.RimVore2)[mv:1.2.2]: RimVore2(1.0.0)
Carnivorous Plants(Nabber.CarnivorousPlants): CarnivorousPlants(0.5.0)
RJW - RaceSupport(Abraxas.RJW.RaceSupport)[mv:10.2.0]: (no assemblies)
Cumflation Graphics(rjw.cumflationgraphics)[mv:1.7.0]: (no assemblies)
RimNudeWorld(shauaputa.rimnudeworld)[mv:2.2.10]: RimNudeWorld(1.0.0)
C0ffeeRIA(c0ffee.rjw.IdeologyAddons)[mv:0.0.3]: C0ffee's RJW Ideology Addons(1.0.0), CRIALactation(1.0.0)
CumSlimes (Cheat version)(Nabber.CumSlimesArePeopleToo): CumSlimes(0.5.0)
Dyspareunia(NuttySquabble.Dyspareunia): Dyspareunia(av:1.1.3,fv:1.1.3)
HentaiArt Rugs 1-3ep(HentaiArt.Rugs.from.gefestax): (no assemblies)
RimJobWorld - Licentia Labs(LustLicentia.RJWLabs)[mv:0.10]: LicentiaLabs(1.0.0)
Vanilla Furniture Expanded - Power(VanillaExpanded.VFEPower): VanillaPowerExpanded(1.0.0)
Gas Traps And Shells(com.distman.gastrap): GasTrap(1.0.0)
 Rimnosis - NSFW(wolfofthewest.rimnosis.nsfw): 0Harmony(av:2.2.0,fv:2.1.1), AphrodisiacGas(1.0.0), AphrodisiacGasGeyser(1.0.0), GasTrap(1.0.0), PsychicStatue(1.0.0), Rimnosis(1.0.0), VanillaPowerExpanded(1.0.0), WhiteNoiseGrenade(1.0.0)
RimVore-2 (Overstuffed)(MamaHorseteeth.RimVore2ExtraVores): RimVore2_Overstuffed(1.0.0)
RJW Apparel and Sextoys Extension(s16.core): s16-extension(1.0.0)
RJW Sexperience(rjw.sexperience)[mv:1.0.2.3]: RJWSexperience(1.0.0), RJWSexperience.Ideology(1.0.0)
RJW Bucket(rjw.bucket): RJWBucket(1.0.0)
RimJobWorld - Extension(rimworld.ekss.rjwex)[mv:1.3.3]: 0MultiplayerAPI(av:0.3.0,fv:0.1.0), RimJobWorldExtension(1.0.0)
RimJobWorld - Milkable Colonists(rjw.milk.humanoid)[mv:1.4.0]: Milk(1.0.0)
RJW PlasticSurgeries(Stardust3D.RJW.PlasticSurgeries)[mv:4945.0.1.5]: RJW_PlasticSurgeries(4945.0.1.5)
Pregnancy Stage Graphics(Akiya82.PregnancyStageGraphics)[mv:1.0.1]: (no assemblies)
RimNude - Animal Addon(shauaputa.rimnudeworldzoo)[mv:1.2]: (no assemblies)
Polyamory Beds (Vanilla Edition)(Meltup.PolyamoryBeds.Vanilla): (no assemblies)
Simple Bed for 10(Simple.Bed10)[mv:1.0.0]: (no assemblies)
Brighter Blood (Continued)(Mlie.BrighterBlood)[mv:1.0.4.0]: (no assemblies)
Rah's Hardcore Armors(Rah.HardcoreArmors): ClassLibrary4(1.0.0 [no FileVersionInfo])
Mechanoid Power (Continued)(Mlie.MechanoidPower)[mv:1.0.4.0]: MechPowerSettings(0.0.0), Trunken.MechanoidPower(0.0.0)
Vanilla Furniture Expanded - Production(VanillaExpanded.VFEProduction)[mv:1.0.3.0]: VFEProduction(1.0.0)
Vanilla Furniture Expanded - Farming(VanillaExpanded.VFEFarming)[mv:1.0.1.0]: VFEF(1.0.0)
Vanilla Furniture Expanded - Security(VanillaExpanded.VFESecurity)[mv:1.1.1.0]: VFESecurity(1.1.2.2)
Vanilla Animals Expanded — Australia(VanillaExpanded.VAEAU)[mv:1.0.2]: (no assemblies)
Vanilla Animals Expanded — Ice Sheet(VanillaExpanded.VAEIS)[mv:1.0.1]: (no assemblies)
Vanilla Furniture Expanded - Medical Module(VanillaExpanded.VFEMedical)[mv:1.1.0]: AOMoreMedical(1.0.0)
Vanilla Animals Expanded — Tropical Swamp(VanillaExpanded.VAETS)[mv:1.0.1]: (no assemblies)
Vanilla Animals Expanded — Boreal Forest(VanillaExpanded.VAEBF)[mv:1.0.0]: (no assemblies)
Vanilla Animals Expanded — Tropical Rainforest(VanillaExpanded.VAETR)[mv:1.0.2]: (no assemblies)
Vanilla Animals Expanded — Extreme Desert(VanillaExpanded.VAEED)[mv:1.0.0]: (no assemblies)
Vanilla Animals Expanded — Desert(VanillaExpanded.VAED)[mv:1.0.0]: (no assemblies)
Vanilla Animals Expanded — Cats and Dogs(VanillaExpanded.VAECD)[mv:1.0.1]: (no assemblies)
Vanilla Animals Expanded — Arid Shrubland(VanillaExpanded.VAEAS)[mv:1.1.0]: VAEShrubland(1.0.0)
Vanilla Animals Expanded — Tundra(VanillaExpanded.VAET)[mv:1.0.3]: (no assemblies)
Power++(aRandomKiwi.PowerPP): Power++(av:1.8.3,fv:1.8.3)
RT Fuse(ratys.rtfuse)[mv:1.5.0.0]: 0Harmony(av:2.2.0,fv:1.2.0.1), RT_Fuse(1.0.0)
multi-stage heater(LingLuo.CoolHeater): TemperatureRegulator(1.0.0)
Archotech Expanded(Teok25.ArchotechExpanded): (no assemblies)
Elite Archotech(V1024.EliteArchotech)[mv:1.0.0.0]: (no assemblies)
Vanilla Furniture Expanded(VanillaExpanded.VFECore)[mv:1.1.0]: AOMoreFurniture(1.0.0), VFEProduction(1.0.0)
Vanilla Furniture Expanded - Art(VanillaExpanded.VFEArt)[mv:1.0.3]: (no assemblies)
Vanilla Factions Expanded - Settlers(OskarPotocki.VanillaFactionsExpanded.SettlersModule)[mv:1.2.0.0]: VFE_Settlers(1.0.0), Warmup(1.0.0)
Vanilla Cooking Expanded - Stews(VanillaExpanded.VCookEStews): (no assemblies)
Carry Capacity Fixed(smashphil.carrycapacityfixed)[mv:1.3.0.0]: CarryCapacityFixed(1.0.0)
Luci heals more!(svcbot.LHM)[mv:2.0.1]: LHM(av:2.0.0.27360,fv:2.0.0)
Better Transhumanists(co.uk.epicguru.bettertranshumanists): (no assemblies)
Psionic+(DimonSever000.PsionicPlus.Specific): Psionic(1.0.0)
Vanilla Achievements Expanded(vanillaexpanded.achievements): AchievementsExpanded(1.3.7862.41411)
Vanilla Weapons Expanded(VanillaExpanded.VWE)[mv:1.0.5.0]: (no assemblies)
Better ModMismatch Window(Madeline.ModMismatchFormatter)[mv:1.1.3]: ModMisMatchWindowPatch(1.0.0)
Allow Tool(UnlimitedHugs.AllowTool): AllowTool(av:3.6.0,fv:3.11.1)
TD Enhancement Pack(Uuugggg.TDPack): TD_Enhancement_Pack(av:1.0.0,fv:1.3.8)
Trait Rarity Colors(CarnySenpai.TraitRarityColors)[mv:1.3.0.0]: TraitRarityColors(1.0.0)
Auto-Cut Blight(razor2.3.AnotherRimworldMod.AutoCutBlight): AutoCutBlight(1.1.1)
Antigrain(neceros.antigrain): (no assemblies)
Science Never Stops: Ambition of the Cosmic(explodoboy.SNSAmbitionCosmic): Armorshield(1.0.0), InfiniteResearch(1.0.0)
SNS AOTC: True Pinnacle of Creation(explodoboy.SNSAmbitionCosmic.Gen4Addon): (no assemblies)
Science Never Stops: You're Going Too Far (SNS: AOTC Reskin)(explodoboy.SNSAmbitionCosmic.YGTFReskin): (no assemblies)
Draggable Corners(bob.draggableCornerss): DraggableCorners(1.0.0)
[KV] RimFridge(rimfridge.kv.rw)[ov:1.3.1.2]: RimFridge(1.2.1)
LWM's Deep Storage(LWM.DeepStorage)[mv:1.3.0.1]: IHoldMultipleThings(av:0.1.0,fv:1.0.0), LWM.DeepStorage(1.0.0.38163)
[JDS] Simple Storage(JangoDsoul.SimpleStorage): (no assemblies)
[WD] Partially-Passable Wind Turbines(Wemd.PartiallyPassableWindTurbines): (no assemblies)
DontBlockDoor(tikubonn.DontBlockDoor): DontBlockDoor(0.0.0)
Dubs Break Mod(Dubwise.DubsBreakMod): 0Harmony(av:2.2.0,fv:2.1.0), DubsBreakMod(av:1.0.7856.23800,fv:1.0.0)
Epic Rivers(Vambypants111.EpicHRivers): (no assemblies)
Expanded Prosthetics and Organ Engineering(Ykara.EPOE): (no assemblies)
GlitterNet(K.GlitterNet)[ov:1.3.0]: $HugsLibChecker(0.5.0), GlitterNet(1.0.0)
I Clearly Have Enough! (Continued)(Mlie.IClearlyHaveEnough)[mv:1.0.5.0]: IClearlyHaveEnough(0.0.0)
ItemListSelector(InsertKey.ItemListSelector): ItemListSelector(1.1.2)
Just Ignore Me Passing(brrainz.justignoremepassing)[mv:2.1.0.0]: 0Harmony(av:2.2.0,fv:1.2.0.1), JustIgnoreMePassing(2.1.0)
Medical System Expansion - Revived(Abraxas.MSERevived)[mv:2.0.0.0]: MSE-Revived(1.0.0)
Prosthetic Combat Framework(Jon.Revivals.ProstheticCombatFramework): OrenoPCF(av:1.2.0.21222,fv:1.2.0)
QualityBuilder(hatti.qualitybuilder): 0Harmony(av:2.2.0,fv:1.2.0.1), QualityBuilder(av:1.0.15,fv:1.0.15)
QualitySurgeon(hatti.qualitysurgeon): 0Harmony(av:2.2.0,fv:2.0.2), QualitySurgeon(av:1.0.5,fv:1.0.5)
Quarry(Ogliss.TheWhiteCrayon.Quarry): 0Harmony(av:2.2.0,fv:2.1.0), 0MultiplayerAPI(av:0.3.0,fv:0.1.0), Quarry(1.0.0)
Raiders Never Die (Continued)(Mlie.RaidersNeverDie)[mv:1.0.2.0]: RaidersNeverDie(0.0.0)
Reasonable Components(twistedpacifist.ReasonableComponents): (no assemblies)
RenameColony(weilbyte.renamecolony): 0MultiplayerAPI(av:0.3.0,fv:0.1.0), RenameColony(av:0.1.7,fv:0.1.7)
RunAndGun(roolo.RunAndGun)[ov:4.0.0]: 0Harmony(av:2.2.0,fv:2.0.4), RunAndGun(1.0.0)
Search and Destroy(roolo.SearchAndDestroy)[ov:1.3.0]: SearchAndDestroy(1.1.0)
Show Draftees Weapon(targhetti.ShowDrafteesWeapon): 0Harmony(av:2.2.0,fv:2.0.0.8), ShowDrafteesWeapon(1.0.0)
Fahrenheit and Celsius(kosaro.fahrenheitandcelsius): 0Harmony(av:2.2.0,fv:2.0.0.7), FahrenheitAndCelsius(1.0.0)
Medical bay(goudaquiche.LtfMedBay): LTF_MedBay(0.0.0)
Incident Tweaker(automatic.incidenttweaker): 0Harmony(av:2.2.0,fv:2.0.2), IncidentTweaker(1.0.379.18)
Archotech Brain(JGH.ArchotechBrain): (no assemblies)
Mechanoids Extraordinaire(Spino.MechanoidsExtraordinaire): (no assemblies)
Auto-Mortars(Unofficial)(Flyingstar.AutoMortarsUnofficial): (no assemblies)
[JPT] Burn It for Fuel(JPT.BurnItForFuel): BurnItForFuel(av:2.0.0,fv:2.5.0)
Sparkling Worlds - Full Mod(Albion.SparklingWorlds.Full)[mv:2.6.0]: SparklingWorldsBlueMoon(1.0.0), SparklingWorldsCore(1.0.0), SparklingWorldsEvents(1.0.0), SparklingWorldsMAD(1.0.0), SparklingWorldsMechanites(1.0.0)
Medical Tab(Fluffy.MedicalTab)[mv:3.4.91]: 0MultiplayerAPI(av:0.3.0,fv:0.3.0), DynamicPawnTable(av:4.0.0,fv:4.4.110), MedicalTab(av:4.0.0,fv:4.4.110)
Cybernetic Organism and Neural Network(kikohi.cybernetic)[mv:2.0.1.0]: CONN(1.0.0)
More Mechanoids(Orion.MoreMechanoids)[mv:1.3.1]: MoreMechanoids(av:1.0.0,fv:1.3.1)
PsiTech(K.PsiTech): PsiTech(1.0.0)
Vanilla Fishing Expanded(VanillaExpanded.VCEF): AchievementsExpanded(1.3.7862.41411), VCE-Fishing(1.0.0)
Vanilla Factions Expanded - Insectoids(OskarPotocki.VFE.Insectoid): InsectoidBioengineering(1.0.0), VFEI(1.2.3.1)
Vanilla Factions Expanded - Mechanoids(OskarPotocki.VFE.Mechanoid): VFEM(1.0.1.2)
Rah's Bionics and Surgery Expansion(Rah.RBSE): RBSE(1.0.0), rimworld2020(1)(1.0.0 [no FileVersionInfo])
Alpha Animals(sarg.alphaanimals): AchievementsExpanded(1.3.7862.41411), AlphaBehavioursAndEvents(1.0.0)
Xenobionic Patcher(SineSwiper.XenobionicPatcher): XenobionicPatcher(av:1.2.1,fv:1.2.1)
Where is my weapon?(tammybee.whereismyweapon): 0Harmony(av:2.2.0,fv:1.1.0), WhereIsMyWeapon(1.0.0)
What's Missing?(Revolus.WhatsMissing)[mv:2020.4.25.1]: Revolus.WhatsMissing(2020.4.25.1)
VeteranColonist(Udon.VeteranColonist): VeteranColonist(1.1.0)
Startup impact(automatic.startupimpact): 0Harmony(av:2.2.0,fv:2.0.2), StartupImpact(1.1.7867.20184)
Smart Speed(sarg.smartspeed): SmartSpeed(1.0.0)
Solar Flares Affect Mechanoids(sirrandoo.msf)[mv:1.0.1.0]: 0Harmony(av:2.2.0,fv:2.1.0), Mechanoid v Solar Flare(av:1.0.0,fv:1.0.1)
Down For Me(aRandomKiwi.DownForMe): DownForMe(1.0.3)
Bionic icons(automatic.bionicicons): BionicIcons(1.0.0)
Wall Light(Murmur.WallLight): WallLight(av:1.3.7890.36463,fv:1.0.0)
Snap Out!(weilbyte.snapout): 0Harmony(av:2.2.0,fv:2.1.0), 0MultiplayerAPI(av:0.3.0,fv:0.3.0), SnapOut(av:0.7.5,fv:0.7.5)
Vanilla Cooking Expanded(VanillaExpanded.VCookE): AchievementsExpanded(1.3.7862.41411), VanillaCookingExpanded(1.0.0)
Recipe icons(automatic.recipeicons): 0Harmony(av:2.2.0,fv:2.0.2), RecipeIcons(1.0.379.18)
Vanilla Weapons Expanded - Laser(VanillaExpanded.VWEL)[mv:1.1.0]: (no assemblies)
More Batteries(Stolij.MoreBatteries): (no assemblies)
Enhanced Battery(Solaris.EnhancedBattery): EnhancedBattery(1.0.0)
BioReactor(Solaris.BioReactor): BioReactor(1.0.0)
[KV] Faction Control(factioncontrol.kv.rw): 0Harmony(av:2.2.0,fv:1.2.0.1), FactionControl(1.0.8051.16528)
UnLimitedArmor(Paragon.Hanul.UnLimitedArmor): (no assemblies)
Beautiful Outdoors(Meltup.BeautifulOutdoors): (no assemblies)
MendAndRecycle(notfood.MendAndRecycle)[mv:1.0.1.0]: MendAndRecycle(0.0.0)
Royal Thrumbos(Andross.RoyalThrumbos)[mv:1.3.1.2]: RoyalThrumbos(1.2.1)
Cryptorestore Caskets(cat2002.cryptorestore): CryptoRestore(1.0.0)
Stack XXL(Indeed.StackXXL)[ov:1.0.0]: StackXXL(1.0.0)
Advanced Power Plus(Meltup.AdvancedPowerPlus): sd_adv_powergen(1.0.7389.39859)
Harvest Organs Post Mortem(Smuffle.HarvestOrgansPostMortem): Autopsy(4.1.1)
Vanilla Ideology Expanded - Splits and Schisms(VanillaExpanded.VIESAS): 0Harmony(av:2.2.0,fv:2.1.1), VIESAS(1.0.0)
Need Bar Overflow(AmCh.needBarOverflow)[mv:1.3.0]: 0Harmony(2.2.0), Need Bar Overflow(1.0.0)
Vanilla Weapons Expanded - Coilguns(VanillaExpanded.VWEC): 0Harmony(av:2.2.0,fv:2.0.0.7), CompOversizedWeapon(av:1.0.0,fv:1.1.2.2)
Vanilla Weapons Expanded - Heavy Weapons(VanillaExpanded.VWEHW): CompOversizedWeapon(av:1.0.0,fv:1.18.0)
Vanilla Ideology Expanded - Icons and Symbols(VanillaExpanded.Ideo.IconsandSymbols): (no assemblies)
Vanilla Ideology Expanded - Relics and Artifacts(VanillaExpanded.Ideo.RelicsAndArtifacts): (no assemblies)
Vanilla Ideology Expanded - Hats and Rags(VanillaExpanded.VIEHAR): (no assemblies)
Vanilla Apparel Expanded — Accessories(VanillaExpanded.VAEAccessories): VAE Accessories(1.0.0)
Dubs Performance Analyzer(Dubwise.DubsPerformanceAnalyzer): 0Harmony(av:2.2.0,fv:2.0.4), PerformanceAnalyzer(av:1.0.0,fv:1.0.0)
Miscellaneous 'CORE'(Haplo.Miscellaneous.Core)[mv:1.3.1]: ColonistKeys(1.3.0), CommonMisc(1.3.0)
Misc. Training(Haplo.Miscellaneous.Training)[mv:1.2.1]: TrainingFacility(1.1.2)
No Job Authors(Doug.NoJobAuthors): NoJobAuthors(1.0.0)
Antimatter Annihilation(co.uk.epicguru.antimatterannihilation): AntimatterAnnihilation(1.0.0), InGameWiki(av:1.7.1,fv:1.7.0)
Utility Columns(nephlite.orbitaltradecolumn): RimWorldColumns(1.0.0)
Toggle Harvest(Jaxe.ToggleHarvest): ToggleHarvest(1.5.0)
Archotech+ (Continued)(Mlie.ArchotechPlus)[mv:1.0.3.0]: ArchotechPlus(0.0.0)
Vanilla Furniture Expanded - Spacer Module(VanillaExpanded.VFESpacer): MFSpacer(av:1.1.3,fv:1.0.0)
Vanilla Apparel Expanded(VanillaExpanded.VAPPE)[mv:1.2.0]: AchievementsExpanded(1.3.7862.41411), VanillaApparelExpanded(1.0.0)
Fuse Plus(neceros.fuseplus): (no assemblies)
Nano Repair Tech(Ogre.NanoRepairTech): NanoRepairTech(1.0.0)
Vanilla Animals Expanded — Caves(VanillaExpanded.VAECaves): VAECaves(1.0.0)
Share The Load(Share.The.Load): Share_The_Load(1.0.0)
[SR]Factional War(SR.ModRimworld.FactionalWar): ModRimWorldFactionalWar(1.0.0)
No Lazy Doctors(JBloodthorn.NoLazyDoctors): (no assemblies)
Metal Don't Burn (UNOFFICIAL 1.3 PATCH)(mario1.3patch.metaldontburn): (no assemblies)
[FSF] Filth Vanishes With Rain And Time(FrozenSnowFox.FilthVanishesWithRainAndTime): (no assemblies)
Adjustable Ability Cooldowns(KipsMods.AdjustableAbilityCooldowns): 1SettingsHelper(av:0.19.1.36477,fv:0.19.1), Adjustable Ability Cooldowns(1.0.0)
Architect Icons(com.bymarcin.ArchitectIcons): ArchitectIcons(1.2.0)
[KV] Configurable Maps(configurablemaps.kv.rw)[ov:1.3.3.0]: 0Harmony(av:2.2.0,fv:1.2.0.1), ConfigurableMaps(1.0.8044.19163)
Dubs Rimatomics(Dubwise.Rimatomics): 0Harmony(av:2.2.0,fv:2.1.1), 0MultiplayerAPI(av:0.3.0,fv:0.1.0), Rimatomics(av:1.0.0,fv:1.0.0)
PPC Plugin(Yan.PPCPlugin): PPC Plugin(1.0.0)
Bulk Rimatomics(glencoe2004.bulkrimatomics): (no assemblies)
Style Revised - Animalist(StyleRevised.Animalist): (no assemblies)
Underground Power Conduits(Owlchemist.UndergroundPowerConduits): UndergroundConduits(0.0.0)
Dubs Mint Minimap(dubwise.dubsmintminimap): 0Harmony(av:2.2.0,fv:2.1.0), DubsMintMinimap(av:1.0.0,fv:1.0.0)
Character Editor(void.charactereditor): 0Harmony(av:2.2.0,fv:1.1.0), CharacterEditor(1.3.842)
CM Color Coded Mood Bar [1.1+](CrashM.ColorCodedMoodBar.11): 0Harmony(av:2.2.0,fv:2.1.1), 1SettingsHelper(av:0.19.1.36477,fv:0.19.1), CMColoredMoodBar(1.3.3136.1)
Dubs Skylights(Dubwise.DubsSkylights): 0Harmony(av:2.2.0,fv:2.1.1), Dubs Skylight(av:1.5.7919.54,fv:1.0.0)
Optional Icons for Architect Icons(proxyer.optionalicons4ai)[mv:1.3.7]: (no assemblies)
Synergistic Traits(RSev.SynergisticTraits): (no assemblies)
Tech Advancing(GHXX.TechAdvancing): 0Harmony(av:2.2.0,fv:2.0.0.4), 0MultiplayerAPI(av:0.3.0,fv:0.1.0), TechAdvancing(1.0.0)
Better Workbench Management(falconne.BWM): $HugsLibChecker(0.5.0), ImprovedWorkbenches(1.3.29)
[SYR] Harvest Yield(syrchalis.harvestyieldpatch): HarvestYieldPatch(1.0.0)
SNS AOTC: Custom Edition(glencoe2004.snsaotcce): (no assemblies)
Animals Can Do Drugs(WindowsXP.AnimalsCanDoDrugs)[mv:1.0]: AnimalsCanDoDrugs(1.0.7875.36904)
[WD] Reinforced Doors(Wemd.ReinforcedDoors): (no assemblies)
More Linkables(4loris4.MoreLinkables): (no assemblies)
Fast regen 1.3(Daniledman.FastRegen): (no assemblies)
Spawners and Drones(Alkolyte.Spawners): SpawnersandDrones(1.0.0)
Simple Utilities: Wall(Owlchemist.WallUtilities): WallUtilities(av:1.3.0,fv:1.3.0)
Windows(Owlchemist.Windows): OpenTheWindows(av:2.1.1,fv:2.1.1)
Simple Utilities: Ceiling(Owlchemist.CeilingUtilities): CeilingUtilities(av:1.4.0,fv:1.4.0)
Simple sidearms(PeteTimesSix.SimpleSidearms): SimpleSidearms(1.4.6)
Locks(avius.locks): 0MultiplayerAPI(av:0.3.0,fv:0.1.0), Locks(1.0.0)
Dubs Mint Menus(Dubwise.DubsMintMenus): 0Harmony(2.2.0), DubsMintMenus(av:1.2.8050.17658,fv:1.0.0)
Prison Labor(avius.prisonlabor): 0MultiplayerAPI(av:0.3.0,fv:0.3.0), PrisonLabor(0.10.8013.41829)
Vanilla Events Expanded(VanillaExpanded.VEE)[mv:1.1.0]: VEE(1.0.0)
[lmgginspace] Repair bed(lmgginspace.repairbed): RepairBed(1.0.0)
Live With The Pain(Mlie.LiveWithThePain)[mv:1.0.5.0]: LiveWithThePain(av:1.0.0,fv:1.0.5), VersionFromManifest(0.0.0)
No More Lethal Damage Threshold(jdalt.nomorelethaldamagethreshold): NMLDT(1.0.0)
[KYD] Rapid-Fire Turrets(KYD.RapidFireTurrets): (no assemblies)
Perspective: Doors(Owlchemist.PerspectiveDoors): (no assemblies)
Moonlight(Owlchemist.Moonlight): Moonlight(0.0.0)
Recycle This(bustedbunny.recylethis): RecycleThis(1.0.0)
CyberNet(K.CyberNet): $HugsLibChecker(0.5.0), CyberNet(1.0.0)
Dubs Bad Hygiene(Dubwise.DubsBadHygiene): 0DubCore(1.0.0), 0Harmony(av:2.2.0,fv:2.1.1), 0MultiplayerAPI(av:0.3.0,fv:0.3.0), BadHygiene(av:2.7.7273.33335,fv:1.0.0)
[SYR] Set Up Camp(syrchalis.setupcamp): 0MultiplayerAPI(av:0.3.0,fv:0.1.0), SetUpCamp(1.0.0)
[KV] Consolidated Traits(consolidatedtraits.kv.rw)[ov:1.3.0.2]: ConsolidatedTraits(1.0.7865.41688)
Vanilla Textures Expanded(VanillaExpanded.VTEXE)[mv:1.0.0]: VanillaTexturesExpanded(1.0.1)
Vanilla Expanded - Ideology Patches(OskarPotocki.VanillaExpanded.IdeologyPatches): VEIP(1.0.0)
Vanilla Expanded - Royalty Patches(OskarPotocki.VanillaExpanded.RoyaltyPatches)[mv:1.1.2.0]: (no assemblies)
Share The Load(Uuugggg.ShareTheLoad): Share_The_Load(1.0.0)
Short Circuit Blues(blues.shortcircuit): ShortCircuitBlues(2.3.0)
Resource Generator(Mlie.ResourceGenerator)[mv:1.3.2]: ResourceGenerator(av:1.0.0,fv:1.3.1)
DBH Retexture(EL.DBH): (no assemblies)
[JWL] Atmospheric Water Processor(jwl.atmosphericwaterprocessor): 0Harmony(av:2.2.0,fv:2.1.1), DesalinationPlant(1.0.0)
Safer Paste Dispenser(denev.SaferPasteDispenser): SaferPasteDispenser(1.0.0)
Passive Cover(Atkana.PassiveCover): PassiveCover(1.0.0)
Vanilla Outposts Expanded(vanillaexpanded.outposts): VOE(1.0.0), FishingOutpost(1.0.0), FactoryOutpost(1.0.0)
Vanilla Factions Expanded - Ancients(VanillaExpanded.VFEA): VFEAncients(1.0.0)
Higher Psylink(Seti.HigherPsylink): Higher_Psylink(1.0.0)
Combat Psycasts(Edern.CombatPsycasts): CombatPsycasts(1.0.0)
Extended Bioengineering for VFE Insectoids(turnovus.submod.extendedbioengineering): extendedbioengineering(1.0.0)
Simple Utilities: Fridge(Owlchemist.FridgeUtilities): SimpleFridge(0.0.0)
Vanilla Ideology Expanded - Dryads(VanillaExpanded.Ideo.Dryads): VanillaIdeologyExpandedDryads(1.0.0)
Thumper(VIC.Thumper): 0Harmony(2.2.0), Thumper(1.0.0)
Vanilla Storytellers Expanded - Winston Waves(VanillaStorytellersExpanded.WinstonWave): VSEWW(1.0.2.2)
Cleaning Speed(Aelanna.CleaningSpeed)[mv:1.0.0.0]: CleaningSpeed(1.0.0)
Simply More Bridges (Continued)(Mlie.SimplyMoreBridges)[mv:1.3.4]: SimplyMoreBridges(av:1.0.0,fv:1.3.3)
Camera+(brrainz.cameraplus)[mv:2.2.3.0]: 0Harmony(av:2.2.0,fv:1.2.0.1), CameraPlus(2.2.3)
Vanilla Factions Expanded - Medieval(OskarPotocki.VanillaFactionsExpanded.MedievalModule): VFEMedieval(1.0.6)
Vanilla Plants Expanded(VanillaExpanded.VPlantsE): VanillaPlantsExpanded(1.0.0)
Vanilla Armour Expanded(VanillaExpanded.VARME)[mv:1.2.0]: (no assemblies)
Large Faction Bases(newcolonist.largefactionbases): LargeFactionBase(av:1.2.0,fv:1.0.0)
Vanilla Ideology Expanded - Memes and Structures(VanillaExpanded.VMemesE): VanillaMemesExpanded(1.0.0)
RimJobWorld - Interaction Addon(Ed86.rjwia)[mv:1.0.1]: RimJobWorld Interaction Addon(0.0.0)
RJW patch - Harvest Organs Post Mortem(Stardust3D.RJW.patch.Autopsy)[mv:4943.0.1.4]: RJW_patch_Autopsy(4943.0.1.4)
Performance Optimizer(Taranchuk.PerformanceOptimizer): PerformanceOptimizer(1.0.0)
RocketMan - Performance Mod(Krkr.RocketMan): Cosmodrome(0.6.3.2196), Proton(1.0.0 [no FileVersionInfo]), Soyuz(1.0.0 [no FileVersionInfo])

Active Harmony patches:
AI_AvoidGrid.Ensure: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Ability.<>c__DisplayClass69_0.<GiveAbility>b__0: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Ability.AbilityTick: post: CombatPsycasts.Harmony.Patches.PatchAbilityTick.Postfix
Ability.CreateCastJob: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Ability.GetDescriptionForPawn: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
AbilityPawnFlyer.RespawnPawn: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
AbilityUtility.ValidateSickOrInjured: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Ability_Barrier.Cast: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Ability_MetaMorph.Cast: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Ability_SpawnBuilding.Cast: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
AchievementCard.UnlockCard: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
AchievementPointManager.get_AchievementList: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
AchievementReward.PurchaseReward: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
AchievementReward.RefundPoints: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
AchievementReward.get_Disabled: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
AddFields.Prefix: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Add_DSU_GUI_Overlay.Prefix: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
AddictionUtility.CanBingeOnNow: post: AlienRace.HarmonyPatches.CanBingeNowPostfix TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
AddictionUtility.FindAddictionHediff: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
AfterSexUtility.UpdateRecords: post: RJWSexperience.RJW_Patch_UpdateRecords.Postfix
AgeInjuryUtility.GenerateRandomOldAgeInjuries: PRE: AlienRace.HarmonyPatches.GenerateRandomOldAgeInjuriesPrefix TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
AgeInjuryUtility.RandomHediffsToGainOnBirthday: post: AlienRace.HarmonyPatches.RandomHediffsToGainOnBirthdayPostfix
Alert_ADDown..ctor: post: Proton.Alert_Constructor_Patch.Postfix
Alert_ADOverloaded..ctor: post: Proton.Alert_Constructor_Patch.Postfix
Alert_ActivatorCountdown..ctor: post: Proton.Alert_Constructor_Patch.Postfix
Alert_ActivatorCountdown.GetLabel: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Alert_ActivatorCountdown.get_ActivatorCountdowns: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Alert_AgeReversalDemandNear..ctor: post: Proton.Alert_Constructor_Patch.Postfix
Alert_AnimaLinkingReady..ctor: post: Proton.Alert_Constructor_Patch.Postfix
Alert_AnimaLinkingReady.GetTargets: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Alert_AnimalFilth..ctor: post: Proton.Alert_Constructor_Patch.Postfix
Alert_AnimalPenNeeded..ctor: post: Proton.Alert_Constructor_Patch.Postfix
Alert_AnimalPenNotEnclosed..ctor: post: Proton.Alert_Constructor_Patch.Postfix
Alert_AnimalPenNotEnclosed.CalculateTargets: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Alert_AnimalRoaming..ctor: post: Proton.Alert_Constructor_Patch.Postfix
Alert_AwaitingMedicalOperation..ctor: post: Proton.Alert_Constructor_Patch.Postfix
Alert_BeamAttack..ctor: post: Proton.Alert_Constructor_Patch.Postfix
Alert_BeamAttack.GetReport: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Alert_BestowerWaiting..ctor: post: Proton.Alert_Constructor_Patch.Postfix
Alert_BilliardsTableOnWall..ctor: post: Proton.Alert_Constructor_Patch.Postfix
Alert_BlockedSewer..ctor: post: Proton.Alert_Constructor_Patch.Postfix
Alert_Boredom..ctor: post: Proton.Alert_Constructor_Patch.Postfix
Alert_BrawlerHasRangedWeapon..ctor: post: Proton.Alert_Constructor_Patch.Postfix
Alert_BrawlerHasRangedWeapon.GetReport: PRE: MVCF.Harmony.Brawlers.GetReport_Prefix
Alert_Burning..ctor: post: Proton.Alert_Constructor_Patch.Postfix
Alert_CannotBeUsedRoofed..ctor: post: Proton.Alert_Constructor_Patch.Postfix
Alert_CaravanIdle..ctor: post: Proton.Alert_Constructor_Patch.Postfix
Alert_CasketOpening..ctor: post: Proton.Alert_Constructor_Patch.Postfix
Alert_ColonistLeftUnburied..ctor: post: Proton.Alert_Constructor_Patch.Postfix
Alert_ColonistNeedsRescuing..ctor: post: Proton.Alert_Constructor_Patch.Postfix
Alert_ColonistNeedsTend..ctor: post: Proton.Alert_Constructor_Patch.Postfix
Alert_ColonistsIdle..ctor: post: Proton.Alert_Constructor_Patch.Postfix
Alert_ConnectedPawnNotAssignedToPlantCutting..ctor: post: Proton.Alert_Constructor_Patch.Postfix
Alert_ConnectedPawnNotAssignedToPlantCutting.GetTargets: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Alert_ContamLevels..ctor: post: Proton.Alert_Constructor_Patch.Postfix
Alert_ContamLevels.<>c.<GetReport>b__5_2: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Alert_ContaminatedTower..ctor: post: Proton.Alert_Constructor_Patch.Postfix
Alert_ContaminatedTower.GetReport: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Alert_CoolingAlerts..ctor: post: Proton.Alert_Constructor_Patch.Postfix
Alert_Corruption_High..ctor: post: Proton.Alert_Constructor_Patch.Postfix
Alert_Corruption_Low..ctor: post: Proton.Alert_Constructor_Patch.Postfix
Alert_DateRitualComing..ctor: post: Proton.Alert_Constructor_Patch.Postfix
Alert_Deterioration..ctor: post: Proton.Alert_Constructor_Patch.Postfix
Alert_DisallowedBuildingInsideMonument..ctor: post: Proton.Alert_Constructor_Patch.Postfix
Alert_DormanyWakeUpDelay..ctor: post: Proton.Alert_Constructor_Patch.Postfix
Alert_EscapingPrisoners..ctor: post: Proton.Alert_Constructor_Patch.Postfix
Alert_Exhaustion..ctor: post: Proton.Alert_Constructor_Patch.Postfix
Alert_FireInHomeArea..ctor: post: Proton.Alert_Constructor_Patch.Postfix
Alert_FuelNodeIgnition..ctor: post: Proton.Alert_Constructor_Patch.Postfix
Alert_GauranlenTreeWithoutProductionMode..ctor: post: Proton.Alert_Constructor_Patch.Postfix
Alert_GauranlenTreeWithoutProductionMode.GetTargets: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Alert_Heatstroke..ctor: post: Proton.Alert_Constructor_Patch.Postfix
Alert_HitchedAnimalHungryNoFood..ctor: post: Proton.Alert_Constructor_Patch.Postfix
Alert_Hot2Devices..ctor: post: Proton.Alert_Constructor_Patch.Postfix
Alert_Hot3Devices..ctor: post: Proton.Alert_Constructor_Patch.Postfix
Alert_HunterHasShieldAndRangedWeapon..ctor: post: Proton.Alert_Constructor_Patch.Postfix
Alert_HunterLacksRangedWeapon..ctor: post: Proton.Alert_Constructor_Patch.Postfix
Alert_HunterLacksRangedWeapon.get_HuntersWithoutRangedWeapon: post: PeteTimesSix.SimpleSidearms.Intercepts.Alert_HunterLacksRangedWeapon_HuntersWithoutRangedWeapon_Postfix.HuntersWithoutRangedWeapon
Alert_Hypothermia..ctor: post: Proton.Alert_Constructor_Patch.Postfix
Alert_HypothermicAnimals..ctor: post: Proton.Alert_Constructor_Patch.Postfix
Alert_IdeoBuildingDisrespected..ctor: post: Proton.Alert_Constructor_Patch.Postfix
Alert_IdeoBuildingMissing..ctor: post: Proton.Alert_Constructor_Patch.Postfix
Alert_ImmobileCaravan..ctor: post: Proton.Alert_Constructor_Patch.Postfix
Alert_InfestationDelay..ctor: post: Proton.Alert_Constructor_Patch.Postfix
Alert_LazyPrisoners..ctor: post: Proton.Alert_Constructor_Patch.Postfix
Alert_LifeThreateningHediff..ctor: post: Proton.Alert_Constructor_Patch.Postfix
Alert_LifeThreateningHediff.GetExplanation: TRANS: AlienRace.HarmonyPatches.BodyReferenceTranspiler
Alert_LocksCantBeChanged..ctor: post: Proton.Alert_Constructor_Patch.Postfix
Alert_LowFood..ctor: post: Proton.Alert_Constructor_Patch.Postfix
Alert_LowFood.GetExplanation: post: TD_Enhancement_Pack.Alerts.AlertPatchNameMap_Food.Postfix
Alert_LowMedicine..ctor: post: Proton.Alert_Constructor_Patch.Postfix
Alert_LowMedicine.GetExplanation: post: TD_Enhancement_Pack.Alerts.AlertPatchNameMap_Medicine.Postfix
Alert_MajorOrExtremeBreakRisk..ctor: post: Proton.Alert_Constructor_Patch.Postfix
Alert_MechanoidWarshipCountdown..ctor: post: Proton.Alert_Constructor_Patch.Postfix
Alert_MechanoidWarshipCountdown.GetReport: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Alert_MechanoidWarshipCountdownBeforeEnd..ctor: post: Proton.Alert_Constructor_Patch.Postfix
Alert_MechanoidWarshipCountdownBeforeEnd.GetReport: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Alert_MinifiedTreeAboutToDie..ctor: post: Proton.Alert_Constructor_Patch.Postfix
Alert_MinorBreakRisk..ctor: post: Proton.Alert_Constructor_Patch.Postfix
Alert_MissingPump..ctor: post: Proton.Alert_Constructor_Patch.Postfix
Alert_MissingSidearm..ctor: post: Proton.Alert_Constructor_Patch.Postfix
Alert_MissingTower..ctor: post: Proton.Alert_Constructor_Patch.Postfix
Alert_MissingWell..ctor: post: Proton.Alert_Constructor_Patch.Postfix
Alert_MonumentMarkerMissingBlueprints..ctor: post: Proton.Alert_Constructor_Patch.Postfix
Alert_NeedBatteries..ctor: post: Proton.Alert_Constructor_Patch.Postfix
Alert_NeedColonistBeds..ctor: post: Proton.Alert_Constructor_Patch.Postfix
Alert_NeedDefenses..ctor: post: Proton.Alert_Constructor_Patch.Postfix
Alert_NeedDoctor..ctor: post: Proton.Alert_Constructor_Patch.Postfix
Alert_NeedJoySources..ctor: post: Proton.Alert_Constructor_Patch.Postfix
Alert_NeedMealSource..ctor: post: Proton.Alert_Constructor_Patch.Postfix
Alert_NeedMeditationSpot..ctor: post: Proton.Alert_Constructor_Patch.Postfix
Alert_NeedMiner..ctor: post: Proton.Alert_Constructor_Patch.Postfix
Alert_NeedResearchProject..ctor: post: Proton.Alert_Constructor_Patch.Postfix
Alert_NeedSlaveBeds..ctor: post: Proton.Alert_Constructor_Patch.Postfix
Alert_NeedWarden..ctor: post: Proton.Alert_Constructor_Patch.Postfix
Alert_NeedWarmClothes..ctor: post: Proton.Alert_Constructor_Patch.Postfix
Alert_NoBill..ctor: post: Proton.Alert_Constructor_Patch.Postfix
Alert_NoRecentSlaughter..ctor: post: Proton.Alert_Constructor_Patch.Postfix
Alert_NoUrgentStorage..ctor: post: Proton.Alert_Constructor_Patch.Postfix
Alert_PasteDispenserNeedsHopper..ctor: post: Proton.Alert_Constructor_Patch.Postfix
Alert_PasteDispenserNeedsHopper.get_BadDispensers: PRE: RimFridge.Patch_Alert_PasteDispenserNeedsHopper_BadDispensers_Getter.Prefix
Alert_PennedAnimalHungry..ctor: post: Proton.Alert_Constructor_Patch.Postfix
Alert_PesWarning..ctor: post: Proton.Alert_Constructor_Patch.Postfix
Alert_PredatorInPen..ctor: post: Proton.Alert_Constructor_Patch.Postfix
Alert_PredatorInPen.CalculateTargets: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Alert_QuestExpiresSoon..ctor: post: Proton.Alert_Constructor_Patch.Postfix
Alert_ReactorAlerts..ctor: post: Proton.Alert_Constructor_Patch.Postfix
Alert_RitualObligation..ctor: post: Proton.Alert_Constructor_Patch.Postfix
Alert_RitualObligationMulti..ctor: post: Proton.Alert_Constructor_Patch.Postfix
Alert_RolesEmpty..ctor: post: Proton.Alert_Constructor_Patch.Postfix
Alert_RoyalNoAcceptableFood..ctor: post: Proton.Alert_Constructor_Patch.Postfix
Alert_RoyalNoThroneAssigned..ctor: post: Proton.Alert_Constructor_Patch.Postfix
Alert_STSDown..ctor: post: Proton.Alert_Constructor_Patch.Postfix
Alert_SatelliteNetworkBlacklisted..ctor: post: Proton.Alert_Constructor_Patch.Postfix
Alert_ShieldUserHasRangedWeapon..ctor: post: Proton.Alert_Constructor_Patch.Postfix
Alert_ShuttleLandingBeaconUnusable..ctor: post: Proton.Alert_Constructor_Patch.Postfix
Alert_ShuttleLandingBeaconUnusable.get_Targets: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Alert_SlaveRebellionLikely..ctor: post: Proton.Alert_Constructor_Patch.Postfix
Alert_SlavesUnattended..ctor: post: Proton.Alert_Constructor_Patch.Postfix
Alert_SlavesUnsuppressed..ctor: post: Proton.Alert_Constructor_Patch.Postfix
Alert_StarvationAnimals..ctor: post: Proton.Alert_Constructor_Patch.Postfix
Alert_StarvationColonists..ctor: post: Proton.Alert_Constructor_Patch.Postfix
Alert_StarvingPrisoners..ctor: post: Proton.Alert_Constructor_Patch.Postfix
Alert_StatsLearning..ctor: post: Proton.Alert_Constructor_Patch.Postfix
Alert_SupernovaDisturbance..ctor: post: Proton.Alert_Constructor_Patch.Postfix
Alert_Synthesis..ctor: post: Proton.Alert_Constructor_Patch.Postfix
Alert_TatteredApparel..ctor: post: Proton.Alert_Constructor_Patch.Postfix
Alert_ThreatDetection..ctor: post: Proton.Alert_Constructor_Patch.Postfix
Alert_ThroneroomInvalidConfiguration..ctor: post: Proton.Alert_Constructor_Patch.Postfix
Alert_TimedMakeFactionHostile..ctor: post: Proton.Alert_Constructor_Patch.Postfix
Alert_TimedMakeFactionHostile.GetExplanation: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Alert_TimedMakeFactionHostile.get_WorldObjects: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Alert_TimedRaidsArriving..ctor: post: Proton.Alert_Constructor_Patch.Postfix
Alert_TitleRequiresBedroom..ctor: post: Proton.Alert_Constructor_Patch.Postfix
Alert_Toxic..ctor: post: Proton.Alert_Constructor_Patch.Postfix
Alert_ToxicFallout..ctor: post: Proton.Alert_Constructor_Patch.Postfix
Alert_UndignifiedBedroom..ctor: post: Proton.Alert_Constructor_Patch.Postfix
Alert_UndignifiedThroneroom..ctor: post: Proton.Alert_Constructor_Patch.Postfix
Alert_UnhappyNudity..ctor: post: Proton.Alert_Constructor_Patch.Postfix
Alert_UnusableMeditationFocus..ctor: post: Proton.Alert_Constructor_Patch.Postfix
Alert_UnusableMeditationFocus.Alert_PermitAvailable..ctor: post: Proton.Alert_Constructor_Patch.Postfix
Alert_WaterTemp..ctor: post: Proton.Alert_Constructor_Patch.Postfix
Alert_WindBlocker..ctor: post: Proton.Alert_Constructor_Patch.Postfix
Alert_WindBlocker.<get_BlockerCells>d__3.MoveNext: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
AlertsReadout..ctor: post: Proton.AlertsReadout_Constructor_Patch.Postfix
AlertsReadout.AlertsReadoutOnGUI: TRANS: Proton.AlertsReadout_AlertsReadoutOnGUI_Patch.Transpiler
AlertsReadout.AlertsReadoutUpdate: TRANS: Proton.AlertsReadout_AlertsReadoutUpdate_Patch.Transpiler
AlienPartGenerator.AlienComp.RegenerateColorchannels: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
AlienPartGenerator.BodyAddon.GetPath: post: RimNudeWorld.GenitalPatch.Postfix, RimNudeWorld.BodyTypeAddon+HARPatch.Postfix TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
AlienPartGenerator.RandomAlienHead: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
AlienPartGenerator.SkinColor: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
AllowToolController.WorldLoaded: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
AllowToolUtility.ToggleForbiddenInCell: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
AnimalPenManager.ForceRebuildPens: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
AnimalPenUtility.AnySuitablePens: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
AnimalPenUtility.ClosestSuitablePen: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
AnimalPenUtility.GetCurrentPenOf: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
AnimalPenUtility.GetPenAnimalShouldBeTakenTo: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
AnimalPenUtility.NeedsToBeManagedByRope: PRE: Syrchalis_SetUpCamp.Patch.Prefix
AnimalProductionUtility.<AnimalProductionStats>d__0.MoveNext: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
AnimalProductionUtility.EggMarketValue: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
AnimalProductionUtility.EggNutrition: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
AnimalProductionUtility.EggsPerYear: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
AnimalProductionUtility.GestationDaysEach: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
AnimalProductionUtility.GestationDaysLitter: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
AnimalProductionUtility.MilkMarketValue: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
AnimalProductionUtility.MilkNutrition: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
AnimalProductionUtility.MilkPerYear: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
AnimalProductionUtility.OffspringRange: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
AnimalProductionUtility.WoolMarketValue: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
AnimalProductionUtility.WoolPerYear: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Apparel.get_DesiredColor: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Apparel.set_DesiredColor: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
ApparelGraphicRecordGetter.TryGetGraphicApparel: TRANS: VFECore.Patch_ApparelGraphicRecordGetter_TryGetGraphicApparel_Transpiler.Transpiler
Apparel_Shield.ExposeData: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Apparel_Shield.get_CompShield: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Apparel_ShieldBubble.get_ShieldComp: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
ArchitectCategoryTab.DesignationTabOnGUI: TRANS: ArchitectIcons.ArchitectIconsMod.OffsetGizmos
ArchotechSettlement.get_AnyArchotechBuildingRequiresStudy: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
AreaAllowedGUI.DoAllowedAreaSelectors: TRANS: TD_Enhancement_Pack.DoAllowedAreaSelectors_Patch.Transpiler
AreaAllowedGUI.DoAreaSelector: TRANS: TD_Enhancement_Pack.DoAreaSelector_Patch.Transpiler
AreaManager.AddStartingAreas: post: PrisonLabor.HarmonyPatches.Patches_LaborArea.AddLaborAreaPatch.Postfix
AreaManager.CanMakeNewAllowed: PRE: TD_Enhancement_Pack.AreaManager_CanMakeNewAllowed.Prefix
AreaManager.NotifyEveryoneAreaRemoved: post: TD_Enhancement_Pack.NotifyEveryoneAreaRemoved_Patch.Postfix
AreaManager.TryMakeNewAllowed: post: TD_Enhancement_Pack.TryMakeNewAllowed_Patch.Postfix
AreaManager.UpdateAllAreasLinks: PRE: DubsBadHygiene.Patches.HarmonyPatches+H_UpdateAllAreasLinks.Prefix
AreaOrder.Postfix: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
AreaRowPatch.DoOrderButton: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
AreaThingSpawner.CheckForComponents: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Area_Allowed.get_ListPriority: post: TD_Enhancement_Pack.AreaOrder.Postfix
Area_Home.Set: PRE: TD_Enhancement_Pack.NeverHomeArea.Prefix
ArenaUtility.BeginArenaFight: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
ArenaUtility.BeginArenaFightSet: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
ArenaUtility.PerformBattleRoyale: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
ArmorUtility.ApplyArmor: TRANS: VFECore.Patch_ArmorUtility+ApplyArmor.Transpiler
ArmorUtility.GetPostArmorDamage: PRE: VFECore.Patch_ArmorUtility+GetPostArmorDamage.Prefix post: VFEAncients.PowerWorker_Blunt.ChangeType
ArrestUtility.IsPawnFleeing: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
ArtilleryComp.<>c.<get_ArtilleryComps>b__7_0: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
ArtilleryComp.EndBombardment: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
ArtilleryComp.PostPostRemove: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
ArtilleryComp.TryStartBombardment: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
ArtilleryComp.get_ArtilleryProps: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
ArtilleryStrikeArrivalAction.get_ArtilleryComp: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
ArtilleryStrikeArrivalAction_Insectoid.StrikeAction: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
ArtilleryStrikeArrivalAction_Settlement.PostStrikeAction: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
AssignableUtility.GetAssignedPawn: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
AssignableUtility.GetAssignedPawns: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
AttachableThing.AttachTo: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
AttachableThing.Destroy: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
AttachmentUtility.GetAttachment: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
AttackTargetFinder.<>c__DisplayClass5_0.<BestAttackTarget>b__1: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
AttackTargetFinder.BestAttackTarget: TRANS: VFESecurity.Patch_AttackTargetFinder+manual_BestAttackTarget.Transpiler
AttackTargetFinder.BestShootTargetFromCurrentPosition: TRANS: VFESecurity.Patch_AttackTargetFinder+BestShootTargetFromCurrentPosition.Transpiler
AttackTargetFinder.IsAutoTargetable: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
AutoBuildRoofAreaSetter.TryGenerateAreaNow: post: VFEMech.AutoBuildRoofAreaSetter_TryGenerateAreaNow.Postfix
AutoUndrafter.AutoUndraftTick: post: PeteTimesSix.SimpleSidearms.Intercepts.AutoUndrafter_AutoUndraftTick_Postfix.AutoUndraftTick
Autotests_ColonyMaker.MakeColony: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
BackCompatibility.BackCompatibleDefName: PRE: VFEMedieval.Patch_BackCompatibility+BackCompatibleDefName.Prefix
BackCompatibilityConverter_0_18.PostExposeData: TRANS: AlienRace.HarmonyPatches.BodyReferenceTranspiler
BackCompatibilityConverter_1_0.PostLoadSavegame: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
BackCompatibilityConverter_Universal.BiosculpterReworkBackCompat: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
BaseGenUtility.RandomCheapWallStuff: post: ConfigurableMaps.BaseGenUtility_RandomCheapWallStuff.Postfix
BattleLogEntry_DamageTaken.DamagedBody: TRANS: AlienRace.HarmonyPatches.BodyReferenceTranspiler
BattleLogEntry_ExplosionImpact.DamagedBody: TRANS: AlienRace.HarmonyPatches.BodyReferenceTranspiler
BattleLogEntry_MeleeCombat.DamagedBody: TRANS: AlienRace.HarmonyPatches.BodyReferenceTranspiler
BattleLogEntry_RangedImpact..ctor: PRE: MVCF.Harmony.BatteLog.FixFakeCaster post: CombatPsycasts.Harmony.Patches.PatchBattleLogRangedImpact.Postfix
BattleLogEntry_RangedImpact.DamagedBody: TRANS: AlienRace.HarmonyPatches.BodyReferenceTranspiler
BattleLogEntry_RangedImpact.GenerateGrammarRequest: PRE: OrenoPCF.HarmonyPatches.Harmony_BattleLogEntry_RangedImpact+GenerateGrammarRequest.MissingWeaponDefFix
BeautyUtility.CellBeauty: PRE: LWM.DeepStorage.PatchBeautyUtilityCellBeauty.Prefix
Bed.InitializeReferences: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
BedUtility.WillingToShareBed: post: AlienRace.HarmonyPatches.WillingToShareBedPostfix
BestTransmitterForConnector_Patch.<>c.<Postfix>b__0_0: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Bill.DoInterface: PRE: ImprovedWorkbenches.Bill_DoInterface_Detour.Prefix post: ImprovedWorkbenches.Bill_DoInterface_Detour.Postfix
Bill.ExposeData: post: PrisonLabor.HarmonyPatches.Patches_BillAssignation.Patch_ExposeBillGroup.Postfix
Bill.PawnAllowedToStartAnew: PRE: AnimalJobsPatch.HarmonyPatches.PawnAllowedToStartAnew_Prefix, AnimalBehaviours.VanillaExpandedFramework_Bill_PawnAllowedToStartAnew_Patch.AvoidBillErrorIfPawnIsAnimal post: AlienRace.HarmonyPatches.PawnAllowedToStartAnewPostfix, PrisonLabor.HarmonyPatches.Patches_BillAssignation.Bill_StartAnew_Patch.Postfix
Bill.SetAnyPawnRestriction: post: PrisonLabor.HarmonyPatches.Patches_GUI.GUI_Bill.Patch_Bill_Assigment.ColonistPostFix
Bill.SetAnySlaveRestriction: post: PrisonLabor.HarmonyPatches.Patches_GUI.GUI_Bill.Patch_Bill_Assigment.SlavePostFix
Bill.get_LabelCap: PRE: ImprovedWorkbenches.Bill_LabelCap_Detour.Prefix
BillRepeatModeUtility.MakeConfigFloatMenu: PRE: ImprovedWorkbenches.BillRepeatModeUtility_MakeConfigFloatMenu_Detour.Prefix
BillStack.Delete: PRE: ImprovedWorkbenches.BillStack_Delete_Detour.Prefix post: PrisonLabor.HarmonyPatches.Patches_BillAssignation.Patch_RemoveBillFromUtility.Postfix
BillStack.DoListing: PRE: DubsMintMenus.Patch_BillStack_DoListing.Prefix, ImprovedWorkbenches.BillStack_DoListing_Detour.Prefix post: ImprovedWorkbenches.BillStack_DoListing_Detour.Postfix
BillUtility.MakeNewBill: post: ImprovedWorkbenches.Detours.BillUtility_MakeNewBill_Detour.Postfix
Bill_Production.Clone: post: ImprovedWorkbenches.ExtendedBillData_Clone.Postfix
Bill_Production.DoConfigInterface: PRE: ImprovedWorkbenches.Bill_Production_DoConfigInterface_Detour.Prefix post: ImprovedWorkbenches.Bill_Production_DoConfigInterface_Detour.Postfix
Bill_Production.ExposeData: post: ImprovedWorkbenches.ExtendedBillData_ExposeData.Postfix
Bill_Production.get_RepeatInfoText: PRE: ImprovedWorkbenches.Bill_Production_RepeatInfoText_Detour.Prefix
Bill_ProductionWithUft.get_BoundWorker: PRE: NoJobAuthors.Patch_Bill_ProductionWithUft.Prefix TRANS: PrisonLabor.HarmonyPatches.Patches_BillAssignation.Patch_Bill_ProductionWithUft.Transpiler
BiomeDef.CommonalityOfAnimal: post: AlphaBehavioursAndEvents.AlphaAnimals_BiomeDef_CommonalityOfAnimal_Patch.MultiplyAlphaAnimalCommonality
BiomeDef.CommonalityOfDisease: post: IncidentTweaker.Patch.PatchBiomeDef.Postfix
Blueprint.TryReplaceWithSolidThing: post: PrisonLabor.HarmonyPatches.Patches_Construction.Patch_BlueprintsForPlayerFaction.Postfix
BodyPartDef.GetMaxHealth: PRE: EBF.Patches.Prefix_BodyPart_GetMaxHealth.PreFix post: CONN.BodyPartDef_GetMaxHealthPatch.BodyPartDef_GetMaxHealth_PostFix, VFEI.BodyPartDef_GetMaxHealth_Postfix.PostFix
BodyPartDef_GetMaxHealthPatch.BodyPartDef_GetMaxHealth_PostFix: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
BodyPartDef_GetMaxHealth_Postfix.PostFix: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Bombardment.StartRandomFire: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Bombardment.TryDoExplosion: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Brawlers.AddHumanlikeOrders_Postfix: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
BreachingUtility.FindVerbToUseForBreaching: post: MVCF.Harmony.MiscPatches.FindVerbToUseForBreaching
BreakdownableUtility.IsBrokenDown: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
BroadshieldPack.BroadshieldProjectileInterceptorProperties: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
BroadshieldPack.NearbyActiveBroadshield: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
BroadshieldPack.Notify_BulletImpactNearby: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
BuildCopyCommandUtility.FindAllowedDesignator: PRE: [2147483647]PerformanceOptimizer.Optimization_BuildCopyCommandUtility_FindAllowedDesignator.Prefix post: [-2147483648]PerformanceOptimizer.Optimization_BuildCopyCommandUtility_FindAllowedDesignator.Postfix
BuildFacilityCommandUtility.<BuildFacilityCommands>d__0.MoveNext: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
BuildableDef.ForceAllowPlaceOver: post: DubsBadHygiene.Patches.HarmonyPatches_Plumbing.ForceAllowPlaceOver_Postfix
BuildableDef.get_IsResearchFinished: post: Rimatomics.HarmonyPatches+Harmony_IsResearchFinished.Postfix
Building.DeSpawn: PRE: [800]LWM.DeepStorage.Patch_Building_DeSpawn_For_Building_Storage.Prefix
Building.Destroy: PRE: VanillaFurnitureExpanded.Patch_BuildingDestroy.Prefix, ImprovedWorkbenches.Building_Destroy_Detour.Prefix
Building.DoDestroyEffects: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Building.PreApplyDamage: post: VFESecurity.Patch_Building+PreApplyDamage.Postfix
Building.SpawnSetup: post: OpenTheWindows.Building_SpawnSetup.Postfix
Building.get_PowerComp: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
BuildingCyberNetAccessPoint.SpawnSetup: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
BuildingCyberNetPacketRouter.SpawnSetup: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
BuildingGlitterNetCable.SpawnSetup: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
BuildingGlitterNetCableHidden.SpawnSetup: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
BuildingGlitterNetHub.<>c.<GetGizmos>b__27_0: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
BuildingGlitterNetHub.<>c.<GetGizmos>b__27_1: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
BuildingGlitterNetHub.<>c.<GetGizmos>b__27_4: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
BuildingGlitterNetHub.SpawnSetup: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
BuildingGlitterNetIntegrator.SpawnSetup: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
BuildingGlitterNetProcessor.SpawnSetup: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
BuildingGlitterNetSpecializedProcessor.SpawnSetup: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
BuildingPatches.<>c__DisplayClass3_0.<FixHacking>b__2: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
BuildingPsiTechTrainer.DeSpawn: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
BuildingPsiTechTrainer.SpawnSetup: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
BuildingTools.SetPower: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
BuildingTools.SetQuality: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
BuildingTools.SetRefuelable: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Building_AATurret.<GetGizmos>d__68.MoveNext: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Building_AATurret.ExtractShell: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Building_AATurret.GetInspectString: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Building_AATurret.SpawnSetup: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Building_AATurret.Tick: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Building_AATurret.UpdateGunVerbs: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Building_AATurret.get_AutoAttack: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Building_AATurret.get_CanExtractShell: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Building_AATurret.get_GunCompEq: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Building_AlloyFusionMachine.get_CompGlower: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Building_AlloyFusionMachine.get_PowerTraderComp: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Building_AncientCryptosleepSarchophagus.PostPostMake: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Building_AncientCryptosleepSarchophagus.SpawnSetup: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Building_AntimatterReactor.get_PowerTraderComp: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Building_AssignableFixture.SetGender: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Building_AssignableFixture.SpawnSetup: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Building_AutoPlant.SpawnSetup: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Building_Autocrane.CompleteConstruction: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Building_Autocrane.SpawnSetup: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Building_Battery.Draw: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Building_Battery.PostApplyDamage: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Building_Battery.Tick: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Building_Bed.DrawGUIOverlay: PRE: rjw.Building_Bed_Patch+Building_Bed_DrawGUIOverlay_Patch.Prefix
Building_Bed.FacilityChanged: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Building_Bed.GetGizmos: post: rjw.Building_Bed_Patch+Building_Bed_GetGizmos_Patch.Postfix TRANS: PrisonLabor.HarmonyPatches.Patches_AssignBed.Patch_AssignPrisonersToBed.Transpiler
Building_Bed.GetInspectString: post: rjw.Building_Bed_Patch+Building_Bed_GetInspectString_Patch.Postfix
Building_Bed.get_CompAssignableToPawn: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Building_Bed.get_DrawColorTwo: post: rjw.Building_Bed_Patch+Building_Bed_DrawColor_Patch.Postfix
Building_BedMachine.get_occupant: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Building_BioReactor.ExposeData: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Building_BioReactor.Histolysis: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Building_BioReactor.SpawnSetup: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Building_BioengineeringIncubator.GetInspectString: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Building_BioengineeringIncubator.SpawnSetup: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Building_BioengineeringIncubator.TickRare: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Building_BlastingCharge.<GetGizmos>d__0.MoveNext: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Building_BlastingCharge.Command_Detonate: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Building_BurnPit.SpawnSetup: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Building_Butt.Working: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Building_CeilingFan.SpawnSetup: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Building_ChargeBackBattery.DrawEnergyBar: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Building_ChargeBackBattery.PostApplyDamage: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Building_ChargeBackBattery.Tick: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Building_Chemlamp.get_Graphic: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Building_ClaymoreColumn.get_PowerComp: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Building_ClaymoreColumn.get_RefuelComp: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Building_Cocoon.<GetGizmos>b__18_0: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Building_Cocoon.Destroy: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Building_Cocoon.Kill: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Building_CommsConsole.SpawnSetup: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Building_CompactFissionPowerSW.Tick: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Building_CompositeRefiner.get_CompGlower: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Building_CompositeRefiner.get_PowerTraderComp: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Building_Composter.AddWort: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Building_Composter.GetInspectString: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Building_Composter.ThingDefToCompost_PatchMe: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Building_Composter.ThingDefToProduce_PatchMe: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Building_Composter.get_CurrentTempProgressSpeedFactor: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Building_Crate.get_CanOpen: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Building_CryptoRestore.FindImmunizableHediffWhichCanKill: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Building_CryptoRestore.SpawnSetup: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Building_CryptoRestore.TryHealChronic: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Building_CryptosleepCasket.FindCryptosleepCasketFor: TRANS: PsiTech.Utility.FindCryptosleepCasketTranspiler.Transpiler
Building_Door.DoorRotationAt: PRE: [2147483647]PerformanceOptimizer.Optimization_Building_Door_DoorRotationAt.DoorRotationAtPrefix post: [-2147483648]PerformanceOptimizer.Optimization_Building_Door_DoorRotationAt.DoorRotationAtPostfix
Building_Door.Draw: PRE: PerformanceOptimizer.Optimization_Building_Door_DoorRotationAt.DrawPrefix post: PerformanceOptimizer.Optimization_Building_Door_DoorRotationAt.DrawPostfix
Building_Door.GetGizmos: post: MoreMechanoids.Harmony.Building_Door_Patch+GetGizmos.Postfix
Building_Door.PawnCanOpen: TRANS: Locks.HarmonyPatches.Patch_InjectLockCheck.Transpiler
Building_Door.PostMake: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Building_Door.SpawnSetup: post: DontBlockDoorMod.PatchForSpawnSetup.Postfix TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Building_Door.get_FreePassage: PRE: [2147483647]PerformanceOptimizer.Optimization_Building_Door_FreePassage.Prefix post: [-2147483648]PerformanceOptimizer.Optimization_Building_Door_FreePassage.Postfix
Building_Door.get_TicksToOpenNow: PRE: [2147483647]PerformanceOptimizer.Optimization_Building_Door_TicksToOpenNow.Prefix post: [-2147483648]PerformanceOptimizer.Optimization_Building_Door_TicksToOpenNow.Postfix
Building_EnergyWeapon.<GetGizmos>b__108_2: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Building_EnergyWeapon.<GetGizmos>d__108.MoveNext: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Building_EnergyWeapon.GetInspectString: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Building_EnergyWeapon.ReceiveCompSignal: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Building_EnergyWeapon.SpawnSetup: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Building_EnergyWeapon.UpdateGunVerbs: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Building_EnergyWeapon.dumpShells: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Building_EnergyWeapon.get_GunCompEq: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Building_FermentingBarrel.AddWort: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Building_FermentingBarrel.GetInspectString: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Building_FermentingBarrel.get_CurrentTempProgressSpeedFactor: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Building_FillableThing.Tick: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Building_FuckMachine.CanUse: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Building_Grave.Notify_CorpseBuried: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Building_Grave.get_CompAssignableToPawn: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Building_HotTub.SpawnSetup: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Building_IndoctrinationPod.SpawnSetup: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Building_Inducer.GetNewCountdownTime: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Building_Inducer.SpawnSetup: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Building_IndustrialApiary.SpawnSetup: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Building_ItemProcessor.SpawnSetup: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Building_ItemProcessor.removeProductOperation: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Building_LaserGun.SpawnSetup: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Building_LaunchPad.SpawnSetup: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Building_MADSW.SpawnSetup: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Building_Megumin.UpdateGunVerbs: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Building_Megumin.get_BatComp: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Building_Megumin.get_CompGlower: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Building_Megumin.get_FuelComp: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Building_Megumin.get_GunComp: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Building_NutrientPasteDispenser.FindFeedInAnyHopper: PRE: RimFridge.Patch_Building_NutrientPasteDispenser_FindFeedInAnyHopper.Prefix
Building_NutrientPasteDispenser.HasEnoughFeedstockInHoppers: PRE: RimFridge.Patch_Building_NutrientPasteDispenser_HasEnoughFeedstockInHoppers.Prefix
Building_NutrientPasteDispenser.SpawnSetup: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Building_NutrientPasteDispenser.TryDispenseFood: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Building_OrbitalTradeBeacon.<AllPowered>d__7.MoveNext: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Building_PPC.PostApplyDamage: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Building_PPC.SpawnSetup: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Building_PPC.Tick: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Building_ParticleAccelerator.get_FuelComp: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Building_ParticleAccelerator.get_PowerTraderComp: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Building_PassiveJoyTable.Tick: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Building_Pipe.SpawnSetup: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Building_Pipe.SpawnSetup: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Building_PipelineJunction.Refill: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Building_PipelineJunction.Tick: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Building_PipelineJunction.get_CanOpen: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Building_PlantGrower.CanAcceptSowNow: post: DubsBadHygiene.Patches.HarmonyPatches_Plumbing.PlantGrowerCanAcceptSowNow_Postfix
Building_PlantGrower.GetGizmos: post: TD_Enhancement_Pack.DoNotHarvest_Building_Gizmo.Postfix
Building_PlantGrower.SpawnSetup: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Building_PlantGrower.TickRare: PRE: DubsBadHygiene.Patches.HarmonyPatches_Plumbing.PlantGrowerTickRare_Prefix
Building_PlantGrower_Extensions.CanHarvest: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Building_PlantGrower_Extensions.ToggleHarvest: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Building_PlutoniumProc.SpawnSetup: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Building_PowerNetConsole.get_PowerTraderComp: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Building_PowerSwitch.ExposeData: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Building_PowerSwitch.SpawnSetup: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Building_PsychicSuppressionField.get_comp: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Building_Quarry.<GetGizmos>b__75_3: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Building_Quarry.Destroy: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Building_Quarry.SpawnSetup: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Building_Quarry.get_compAssignable: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Building_Quarry.get_forbiddable: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Building_RadDetector.SpawnSetup: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Building_Radar.ReceiveCompSignal: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Building_Radar.SpawnSetup: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Building_Railgun.TryChamberRound: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Building_ReactorInjector.get_FlickComp: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Building_ReactorInjector.get_FuelComp: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Building_ReactorInjector.get_PowerTraderComp: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Building_RepairStored.PostMapInit: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Building_ResearchReactor.SpawnSetup: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Building_RimatomicsResearchBench.SpawnSetup: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Building_RimatomicsWorkbench.SpawnSetup: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Building_Scarecrow.<GetGizmos>b__1_1: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Building_Shield.DeSpawn: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Building_Shield.SpawnSetup: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Building_Shield.UpdateCache: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Building_Shield.get_PowerTraderComp: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Building_ShieldArray.SpawnSetup: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Building_ShipCapacitorPPC.Draw: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Building_SmallBattery.Draw: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Building_SmallBattery.PostApplyDamage: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Building_SmallBattery.Tick: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Building_SpeedChargeBattery.DrawEnergyBar: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Building_SpiderLair.Destroy: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Building_SpiderLair.Kill: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Building_SpiderLair.SpawnSetup: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Building_Storage.GetGizmos: post: TD_Enhancement_Pack.BuildingStorage_GetGizmos_Patch.InsertUrgentRefillGizmos
Building_Storage.Notify_ReceivedThing: post: LWM.DeepStorage.PatchDisplay_Notify_ReceivedThing.Postfix
Building_Storage.SpawnSetup: post: LWM.DeepStorage.PatchDisplay_SpawnSetup.Postfix
Building_TempControl.SpawnSetup: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Building_Throne.get_CompAssignableToPawn: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Building_Thumper.Thumper: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Building_ThumperXL.Thumper: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Building_Trap.Spring: TRANS: VFESecurity.Patch_Building_Trap+Spring.Transpiler
Building_TrapBear.SpawnSetup: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Building_TrapExplosive.SpringSub: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Building_Turret.ThreatDisabled: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Building_TurretGun.<GetGizmos>d__59.MoveNext: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Building_TurretGun.BurstCooldownTime: post: Warmup.Patch_TurretGun.BurstCooldownTime_RapidFire_Postfix
Building_TurretGun.DrawExtraSelectionOverlays: post: VFESecurity.Patch_Building_TurretGun+DrawExtraSelectionOverlays.Postfix
Building_TurretGun.ExtractShell: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Building_TurretGun.GetInspectString: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Building_TurretGun.IsValidTarget: post: VFEMech.Building_TurretGun_IsValidTarget.Postfix
Building_TurretGun.OrderAttack: post: VFESecurity.Patch_Building_TurretGun+OrderAttack.Postfix
Building_TurretGun.SpawnSetup: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Building_TurretGun.Tick: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Building_TurretGun.TryStartShootSomething: PRE: VFEAncients.HarmonyPatches.PointDefensePatches.TryShootProjectile, VFESecurity.Patch_Building_TurretGun+TryStartShootSomething.Prefix
Building_TurretGun.UpdateGunVerbs: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Building_TurretGun.get_AttackVerb: PRE: VFEAncients.HarmonyPatches.PointDefensePatches.OverrideAttackVerb
Building_TurretGun.get_CanExtractShell: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Building_TurretGun.get_GunCompEq: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Building_Valve.SpawnSetup: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Building_Valve.SpawnSetup: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Building_Valve.get_Graphic: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Building_VaultDoor.PawnCanOpen: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Building_Vent.SpawnSetup: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Building_WashingMachine.SpawnSetup: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Building_WeaponsBench.SpawnSetup: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Building_Window.DarkenCellsCarefully: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Building_Window.DeSpawn: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Building_Window.SpawnSetup: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Building_Window.Tick: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Building_WorkTable.SpawnSetup: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Building_WorkTable_Gas.SpawnSetup: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Building_bath.get_IsCold: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Building_shower.SpawnSetup: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Building_skyLight.DeSpawn: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Building_skyLight.SpawnSetup: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Building_storagePool.SpawnSetup: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CEditor.EditorUI.BlockPerson.DrawApparelSelector: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CEditor.EditorUI.BlockPerson.DrawWeaponSelector: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CONN_Neurotrainer.AllowStackWith: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CONN_Neurotrainer.PostSplitOff: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CameraDriver.ApplyPositionToGameObject: TRANS: CameraPlus.CameraDriver_ApplyPositionToGameObject_Patch.Transpiler
CameraDriver.CalculateCurInputDollyVect: post: CameraPlus.CameraDriver_CalculateCurInputDollyVect_Patch.Postfix
CameraDriver.Update: post: PawnRenderPatchForHD.CameraDriverPatch.Postfix, Soyuz.Patches.CameraDriver_Patch.Postfix TRANS: TD_Enhancement_Pack.ZoomToMouse.Transpiler, CameraPlus.CameraDriver_Update_Patch.Transpiler
CameraDriver.get_CurrentViewRect: TRANS: CameraPlus.CameraDriver_CurrentViewRect_Patch.Transpiler
CameraDriver.get_CurrentZoom: PRE: CameraPlus.CameraDriver_CurrentZoom_Patch.Prefix
CameraJumper.GetAdjustedTarget: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CapacityUtility.DiseaseProgress.op_Explicit: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CapacityUtility.IsDisease: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Caravan.GetGizmos: post: Outposts.HarmonyPatches.AddCaravanGizmos, Syrchalis_SetUpCamp.GetGizmosPatch.GetGizmosPostfix
Caravan.GetInspectString: post: Outposts.HarmonyPatches.AddRestingAtOutpost
CaravanAnimalWI.<>c.<GenerateGroup>b__3_0: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CaravanArrivalAction_VisitEscapeShip.<>c__DisplayClass12_0.<GetFloatMenuOptions>b__1: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CaravanArrivalAction_VisitEscapeShip.CanVisit: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CaravanCamp.AddAbandonedCamp: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CaravanEnterMapUtility.Enter: PRE: PeteTimesSix.SimpleSidearms.Intercepts.CaravanEnterMapUtility_Enter.Prefix post: PeteTimesSix.SimpleSidearms.Intercepts.CaravanEnterMapUtility_Enter.Postfix
CaravanExitMapUtility.AddCaravanExitTaleIfShould: post: VanillaMemesExpanded.VanillaMemesExpanded_CaravanExitMapUtility_AddCaravanExitTaleIfShould_Patch.SetPawnCaravanTimerToZero
CaravanFormingUtility.AllSendablePawns: post: VFE.Mechanoids.MachinesCannotJoinCaravans.Postfix
CaravanInventoryUtility.TakeThings: TRANS: TD_Enhancement_Pack.TradeRequestWorstFirst.Transpiler
CaravanInventoryUtility.TryGetDrugToSatisfyChemicalNeed: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CaravanPawnsNeedsUtility.GetFoodScore: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CaravanUIUtility.<>c.<AddPawnsSections>b__8_5: post: VFE.Mechanoids.CaravanUIUtility_AddPawnsSections_Patch.Postfix
CaravanUtility.RemoveRememberedWeaponsFromThingList: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CaravanUtility.TransferWeaponsToCorrectInventory: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Caravan_CarryTracker.WantsToBeCarried: post: VFEAncients.HarmonyPatches.AbilityPatches.WantsToBeCarriedPostfix
Caravan_NeedsTracker.TrySatisfyJoyNeed: TRANS: Soyuz.Patches.Caravan_NeedsTracker_TrySatisfyJoyNeed_Patch.Transpiler
Caravan_NeedsTracker.TrySatisfyPawnNeeds: PRE: [800]VFE.Mechanoids.TrySatisfyPawnNeeds_Patch.Prefix, DubsBadHygiene.Patches.HarmonyPatches+Harmony_TrySatisfyPawnNeeds.Prefix
Caravan_TraderTracker.ColonyThingsWillingToBuy: post: PeteTimesSix.SimpleSidearms.Intercepts.Caravan_TraderTracker_ColonyThingsWillingToBuy.Postfix
CaravansBattlefield.CheckWonBattle: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CaravansBattlefield.PostMapGenerate: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CastPositionFinder.CastPositionPreference: TRANS: VFEMech.AvoidGrid_Patch.Transpiler
CastPositionFinder.TryFindCastPosition: TRANS: VFESecurity.Patch_CastPositionFinder+TryFindCastPosition.Transpiler
CasualSex_Helper.FindBestPartner: TRANS: C0ffee_s_RJW_Ideology_Addons.HarmonyPatch_CasualSex_Helper.Transpiler
CharacterCardUtility.DrawCharacterCard: TRANS: rjw.SexcardPatch.Transpiler, PrisonLabor.HarmonyPatches.Patches_RenamingPrisoners.Patch_RenamePrisoners+EnableRenamingPrisoners.Transpiler
CharacterCardUtility.GetWorkTypeDisableCauses: post: VFEAncients.HarmonyPatches.PowerPatches.AddCauseDisable
CharacterCardUtility.GetWorkTypeDisabledCausedBy: TRANS: VFEAncients.HarmonyPatches.PowerPatches.AddCauseDisableExplain
ChastityCage.Tick: TRANS: Soyuz.Patches.HediffComp_Patch+HediffComp_GenHashInterval_Replacement.Transpiler
CherubMechanitesCompSW.Tick: TRANS: Soyuz.Patches.HediffComp_Patch+HediffComp_GenHashInterval_Replacement.Transpiler
Cleanup_For_DeepStorage_Thing_At_DeSpawn.Prefix: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Cocoon.HealWounds: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Cocoon.Tick: TRANS: Soyuz.Patches.HediffComp_Patch+HediffComp_GenHashInterval_Replacement.Transpiler
ColonistBarColonistDrawer.DrawColonist: PRE: ColoredMoodBar13.VanillaDrawColonist.Prefix post: ShowDrafteesWeapon.WeaponBarPatch.Postfix
ColonistBarColonistDrawer.Notify_RecachedEntries: PRE: ColoredMoodBar13.VanillaNotifyRecachedEntries.Prefix
ColorVariation.StuffColor: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
ColorVariation.VaryColor: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
ColumnWorker_EscapeTracker.GetTextFor: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
ColumnWorker_EscapeTracker.GetTip: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
ColumnWorker_HasHandscuffs.GetCuffsTracker: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
ColumnWorker_HasLegcuffs.GetCuffsTracker: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Command.GizmoOnGUIInt: post: AllowTool.Patches.Command_GizmoOnGUI_Patch.InterceptInteraction TRANS: AllowTool.Patches.Command_GizmoOnGUI_Patch.DrawRightClickIcon, MVCF.Harmony.Gizmos.GizmoOnGUI_Transpile
Command_Ritual.DrawIcon: PRE: Adjustable_Ability_Cooldowns.Patch_DrawIcon.Prefix
Command_SetFirstItemList.ProcessInput: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Command_SetFourthItemList.ProcessInput: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Command_SetPlantToGrow.IsPlantAvailable: post: VanillaMemesExpanded.VanillaMemesExpanded_Command_SetPlantToGrow_IsPlantAvailable_Patch.MakeCocoaBushNotSowable
Command_SetPlantToGrow.ProcessInput: PRE: DubsMintMenus.Patch_Command_SetPlantToGrow.Prefix
Command_SetSecondItemList.ProcessInput: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Command_SetThirdItemList.ProcessInput: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CommsConsoleUtility.PlayerHasPoweredCommsConsole: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompAD.CompInspectStringExtra: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompAD.PostDeSpawn: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompAD.ReceiveCompSignal: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompAD.isSTSUnavailable: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompAbilityCallTradeCaravan.Apply: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompAbilityEffect_GiveHediff.ApplyInner: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompAbilityEffect_PsychicChoke.Apply: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompAbilityEffect_PsychicChoke.SustainedTick: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompAbilityEffect_StartAnimaLinking.Valid: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompAbilityEffect_Teleport.Apply: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompAbilityEffect_WordOfLove.Apply: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompAbilityEffect_WordOfLove.ValidateTarget: PRE: rjw.PATCH_CompAbilityEffect_WordOfLove_ValidateTarget.GenderChecks
CompAbilityEnableSelfDestruct.Apply: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompAbilityTameInsectoid.Apply: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompAffectedByFacilities.<PotentialThingsToLinkTo>d__24.MoveNext: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompAffectedByFacilities.CanPotentiallyLinkTo: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompAffectedByFacilities.CanPotentiallyLinkTo_Static: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompAffectedByFacilities.GetPotentiallySupplantedFacility: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompAffectedByFacilities.GetStatOffset: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompAffectedByFacilities.GetStatsExplanation: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompAffectedByFacilities.IsFacilityActive: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompAffectedByFacilities.IsPotentiallyValidFacilityForMe: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompAffectedByFacilities.LinkToNearbyFacilities: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompAffectedByFacilities.Notify_NewLink: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompAffectedByFacilities.UnlinkAll: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompAirconBaseUnit.PostSpawnSetup: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompAirconIndoorUnit.PostSpawnSetup: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompAssignableToPawn.<CompGetGizmosExtra>b__30_0: PRE: DubsMintMenus.Patch_CompAssignableToPawn.Prefix
CompAssignableToPawn_Bed.get_AssigningCandidates: PRE: PrisonLabor.HarmonyPatches.Patches_AssignBed.Patch_MakePrisonersCandidates.Prefix post: AlienRace.HarmonyPatches.AssigningCandidatesPostfix
CompAssignableToPawn_FixtureUnused.<>c.<SetGender>b__21_0: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompAssignableToPawn_FixtureUnused.ClearRef: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompAssignableToPawn_FixtureUnused.SetBed: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompAssignableToPawn_FixtureUnused.SetGender: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompAttachableToWall.LateAttachTo: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompAttachableToWall.PostSpawnSetup: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompAttachableWall.PostSpawnSetup: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompBioPowerPlant.PostSpawnSetup: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompBioRefuelable.PostDeSpawn: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompBioRefuelable.PostSpawnSetup: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompBiocodable.IsBiocoded: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompBiocodable.IsBiocodedFor: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompBiosculpterPod.<>c.<FindPodFor>b__137_0: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompBiosculpterPod.<>c__DisplayClass137_0.<FindPodFor>g__Validator|1: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompBiosculpterPod.AddCarryToPodJobs: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompBiosculpterPod.CycleCompleted: PRE: DubsBadHygiene.Patches.HarmonyPatches+H_CycleCompleted.Prefix
CompBiosculpterPod.SetPower: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompBiosculpterPod.WasLoadingCanceled: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompBiosculpterPod.get_PowerOn: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompBlockage.DoBreakdown: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompBlockage.Notify_Repaired: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompBoiler.PostSpawnSetup: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompBreakdownable.DoBreakdown: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompBreakdownable.Notify_Repaired: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompBreakdownable.PostDeSpawn: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompBreakdownable.PostSpawnSetup: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompBucketClean.CompTick: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompBuildSpiderLair.CompTick: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompCauseGameCondition.CacheComps: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompCauseHediff_Apparel.Notify_Equipped: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompChargeBackPowerPlantPrototype.PostExposeData: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompChargeBackPowerPlantPrototype.PostSpawnSetup: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompColorableUtility.SetColor: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompComputer.PostSpawnSetup: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompConditionalSpawner.TickInterval: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompConditionalSpawner.get_PowerOn: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompConfigurableSpawner.TickInterval: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompConfigurableSpawner.get_FuelOn: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompConfigurableSpawner.get_PowerOn: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompCorpseDecayer.CompTick: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompCorruptedPod.Complete: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompCorruptedPod.TryAcceptPawn: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompCreatesInfestations.get_CanCreateInfestationNow: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompCreatesInfestations.get_CantFireBecauseSomethingElseCreatedInfestationRecently: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompDarklightOverlay.PostSpawnSetup: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompDeepDrill.PostSpawnSetup: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompDeepDrill.TryProducePortion: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompDependsOnBuilding.CompTick: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompDesalinationPlant.PostSpawnSetup: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompDestroyThisItem.PostDeSpawn: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompDestroyThisItem.PostDestroy: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompDestroyThisItem.PostSpawnSetup: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompDrug.PostIngested: post: AlienRace.HarmonyPatches.PostIngestedPostfix, VanillaMemesExpanded.VanillaMemesExpanded_CompDrug_PostIngested_Patch.DetectDrinkConsumed
CompDryadHolder.TryAcceptPawn: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompDryadHolder.get_TreeComp: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompEggContainer.CompInspectStringExtra: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompEggContainer.get_EggsRuined: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompEggLayer.ProduceEgg: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompEmptyStateGraphic.get_ParentIsEmpty: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompEquippable.GetVerbsCommands: post: VFECore.Patch_CompEquippable+GetVerbsCommands.Postfix
CompExplodingEggLayer.ProduceEgg: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompExplodingHatcher.PostSplitOff: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompExplodingHatcher.PreAbsorbStack: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompExplodingHatcher.get_FreezerComp: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompExplosive.Detonate: post: AntimatterAnnihilation.Patches.Patch_CompExplosive.Postfix TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompExplosive.ExplosiveRadius: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompFX.get_IsPowered: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompFacility.AmIActiveForAnyone: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompFacility.DrawLinesToPotentialThingsToLinkTo: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompFacility.DrawPlaceMouseAttachmentsToPotentialThingsToLinkTo: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompFacility.LinkToNearbyBuildings: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompFacility.PostDeSpawn: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompFacility.PostDrawExtraSelectionOverlays: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompFacility.UnlinkAll: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompFacility.get_CanBeActive: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompFacilityInUse.DoTick: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompFireOverlay.PostSpawnSetup: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompFireOverlayRotatable.PostSpawnSetup: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompFleckEmitter.CompTick: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompFlickable.DoFlick: post: aRandomKiwi.PPP.CompFlickable_Patch+PowerNetGraphics_PrintWirePieceConnecting_Patch.Listener
CompFlickable.PostExposeData: PRE: OpenTheWindows.CompFlickable_PostExposeData.Prefix
CompFlickable.set_SwitchIsOn: PRE: OpenTheWindows.CompFlickable_SwitchIsOn.Prefix
CompFlickable_Patch.PowerNetGraphics_PrintWirePieceConnecting_Patch.Listener: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompFoodPoisonable.PostSplitOff: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompFoodPoisonable.PreAbsorbStack: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompForbiddable.CompGetGizmosExtra: post: AllowTool.Patches.CompForbiddable_Gizmos_Patch.InjectDesignatorFunctionality
CompFrosty.CompTickRare: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompFrosty.PostSplitOff: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompGasHeatPusher.PostSpawnSetup: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompGasPowerPlant.PostSpawnSetup: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompGasValve.PostSpawnSetup: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompGasVent.PostSpawnSetup: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompGenderRestrict.SetGender: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompGeneTailoringPod.<>c.<CompGetGizmosExtra>b__30_4: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompGeneTailoringPod.<>c__DisplayClass30_0.<CompGetGizmosExtra>b__3: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompGeneTailoringPod.<>c__DisplayClass33_0.<FindPodsFor>b__4: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompGeneTailoringPod.AddCarryToPodJobs: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompGeneTailoringPod.StartOperation: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompGeneTailoringPod.get_HasFuel: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompGeneTailoringPod.get_PowerOn: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompGeneratedNames.TransformLabel: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompGiveHediffSeverity.CompTick: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompGlitterNetIntegrator.<GetAffectedBuildings>b__17_1: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompGlitterNetPowerIntegrator.<>c.<GetAffectedFacilities>b__18_0: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompGlitterNetPowerIntegrator.<>c.<GetAffectedFacilities>b__18_1: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompGlower.PostSpawnSetup: PRE: VFEI.CompGlower_PostSpawnSetup_Prefix.Prefix
CompGlower.ReceiveCompSignal: PRE: GasNetwork.CompGlower_ReceiveCompSignal.Prefix post: VFEI.CompGlower_ReceiveCompSignal_Postfix.PostFix
CompGlower.get_ShouldBeLitNow: PRE: AntimatterAnnihilation.Patches.Patch_CompGlower.Prefix post: GasNetwork.CompGlower_ShouldBeLit.Postfix TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompGlowerExtended.get_ShouldBeLitNow: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompGlowerOffset.get_shouldBeLitNow: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompGraphicByTerrain.PostSpawnSetup: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompGuidedProjectile.PostSpawnSetup: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompHackable.Hack: PRE: VFEAncients.PowerWorker_Hack.InstantHack
CompHasGatherableBodyResource.Gathered: TRANS: HarvestYieldPatch.AnimalYieldPatch.AnimalYieldPatch_Transpiler
CompHasSources.PostSplitOff: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompHasSources.PreAbsorbStack: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompHatcher.PostSplitOff: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompHatcher.PreAbsorbStack: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompHatcher.get_FreezerComp: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompHeatPusherPowered.PostSpawnSetup: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompHeatPusherWatered.PostSpawnSetup: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompHeatSensitive.PostSpawnSetup: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompHeatSensitive.makeBadEvent: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompHeatStore.PostSpawnSetup: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompHibernatable.CompTick: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompHyperMilkableHuman.get_ResourceAmount: post: CRIALactation.HarmonyPatch_IncreaseYieldForHucowHyperMilkable.Postfix
CompIngestedThoughtFromQuality.PostIngested: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompIngestedThoughtFromQuality.PostIngested: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompIngredients.AllowStackWith: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompIngredients.PostSplitOff: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompIngredients.PreAbsorbStack: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompItemProcessor.PostDeSpawn: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompItemProcessor.PostDestroy: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompItemProcessor.PostSpawnSetup: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompLaserCapacitor.get_equippable: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompLaunchable.TryLaunch: TRANS: GasNetwork.CompLaunchable_TryLaunch.Transpiler, TD_Enhancement_Pack.RebuildTransportPod.Transpiler, PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompLaunchable.get_FuelingPortSourceFuel: PRE: GasNetwork.CompLaunchable_FuelingPortSourceFuel.Prefix TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompLaunchable.get_FuelingPortSourceHasAnyFuel: PRE: GasNetwork.CompLaunchable_FuelingPortSourceHasAnyFuel.Prefix TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompLaunchable.get_MaxLaunchDistanceEverPossible: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompLaunchable.get_Transporter: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompLightball.CompTick: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompLocalWirelessPowerEmitter.<CompGetGizmosExtra>b__7_4: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompLocalWirelessPowerEmitter.ReceiveCompSignal: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompLocalWirelessPowerReceptor.CompInspectStringExtra: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompLocalWirelessPowerReceptor.DoFlick: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompLongRangeArtillery.<get_SelectedComps>d__2.MoveNext: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompLongRangeArtillery.ArtilleryMapComp: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompLongRangeArtillery.PostDeSpawn: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompLongRangeArtillery.PostSpawnSetup: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompLongRangeArtillery.get_ChangeableProjectile: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompLongRangeArtillery.get_MannableComp: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompLongRangeArtillery.get_PowerComp: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompLongRangeArtillery.get_RefuelableComp: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompLongRangeMineralScanner.<>c__DisplayClass7_0.<CompGetGizmosExtra>b__1: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompLoudspeaker.CompTick: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompMachineChargingStation.<>c.<CompGetGizmosExtra>b__21_1: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompMachineChargingStation.<>c.<CompGetGizmosExtra>b__21_6: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompMachineChargingStation.<CompGetGizmosExtra>b__21_3: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompMachineChargingStation.CompTickRare: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompMachineChargingStation.SpawnMyPawn: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompMachineChargingStation.get_PowerComp: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompMaturingAlcohol.PostSplitOff: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompMaturingAlcohol.PreAbsorbStack: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompMaturingAlcohol.get_Active: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompMilkableHuman.get_ResourceAmount: post: CRIALactation.HarmonyPatch_IncreaseYieldForHucowMilkable.Postfix
CompMoteEmitter.CompTick: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompMoteEmitterProximityScan.get_ProximityComp: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompNeurotrainer.AllowStackWith: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompNeurotrainer.PostSplitOff: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompNoBleedHearthAttack.CompPostTick: TRANS: Soyuz.Patches.HediffComp_Patch+HediffComp_GenHashInterval_Replacement.Transpiler
CompNotifyDestruction.NotifyDestructionToComps: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompOrbitalBeam.CheckSpawnSustainer: PRE: aRandomKiwi.PPP.CompOrbitalBeam_Patch+CompOrbitalBeam_CheckSpawnSustainer_Patch.Listener
CompOrbitalBeam.PostDraw: PRE: aRandomKiwi.PPP.CompOrbitalBeam_Patch+CompOrbitalBeam_PostDraw_Patch.Listener
CompOrbitalLaunchSW.TryLaunch: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompOrbitalLaunchSW.get_FuelingPortSourceFuel: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompOrbitalLaunchSW.get_FuelingPortSourceHasAnyFuel: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompPawnDependsOn.PostDestroy: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompPawnDependsOn.SpawnMyPawn: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompPawnMerge.SetDryadAwakenPod: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompPawnSpawnOnWakeup.<>c.<Spawn>b__10_0: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompPawnSpawnOnWakeup.CompTick: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompPawnSpawnOnWakeup.Spawn: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompPipe.PostSpawnSetup: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompPipe.PostSpawnSetup: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompPlantHarmRadius.PostSpawnSetup: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompPlantHarmRadiusIfBroken.CompTick: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompPlantable.CanPlantAt: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompPlantable.ConnectionStrengthReducedByNearbyBuilding: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompPlantable.DrawSurroundingsInfo: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompPlantable.PostSplitOff: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompPlantable.PreAbsorbStack: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompPower.PostExposeData: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompPowerAdvancedWater.ForceOthersToRebuildCache: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompPowerAdvancedWater.RebuildCache: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompPowerBattery.CompGetGizmosExtra: post: Serenity.SCB.GoShortCircuit.Gizzzt
CompPowerBattery.SetStoredEnergyPct: PRE: AntimatterAnnihilation.Patches.Patch_BatteryComp_SetStoredEnergyPct.Prefix
CompPowerBattery.get_AmountCanAccept: PRE: AntimatterAnnihilation.Patches.Patch_BatteryComp_AmountCanAccept.Prefix
CompPowerBattery.get_StoredEnergyPct: PRE: AntimatterAnnihilation.Patches.Patch_BatteryComp_GetStoredEnergyPct.Prefix
CompPowerPlant.PostSpawnSetup: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompPowerPlantNuclear.CompInspectStringExtra: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompPowerPlantNuclear.PostSpawnSetup: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompPowerPlantSteam.PostSpawnSetup: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompPowerPlantWater.ForceOthersToRebuildCache: post: sd_adv_powergen.PatchCompPowerPlantWater_ForceOthersToRebuildCache.Postfix TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompPowerPlantWater.RebuildCache: post: sd_adv_powergen.PatchCompPowerPlantWater_RebuildCache.Postfix TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompPowerTrader.PostSpawnSetup: post: SimpleFridge.Patch_PostSpawnSetup.Postfix TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompPowerTrader.SetUpPowerVars: post: aRandomKiwi.PPP.CompPowerTrader_Patch+SetUpPowerVars_Patch.Listener
CompPowerTrader.set_PowerOn: post: VFEMech.PowerOn_Patch.Postfix
CompPowerTrader_Patch.SetUpPowerVars_Patch.Listener: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompProperties_Battery..ctor: PRE: PPC_Plugin.Util_Fix.CompProperties_Battery
CompProperties_Facility.ResolveReferences: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompProximityFuse.CompTickRare: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompPrunes.PostSplitOff: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompPrunes.PreAbsorbStack: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompPrunes.get_Active: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompPsychicSuppressionField.get_Breakdownable: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompPsychicSuppressionField.get_Manager: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompPsychicSuppressionField.get_PowerTrader: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompPsylinkable.CanPsylink: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompPsylinkable.FinishLinkingRitual: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompPsylinkable.GetRequiredPlantCount: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompPsylinkable.OnGrassGrown: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompPsylinkable.get_CompSubplant: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompPylon.PostSpawnSetup: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompQuality.PostSplitOff: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompQuality.SetQuality: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompQuestGiver.PostSpawnSetup: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompRJW.Comp: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompRTFuse.PostSpawnSetup: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompRadialPulse.get_ParentIsActive: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompRadiator.PostSpawnSetup: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompRandomHediffGiver.CompPostTick: TRANS: Soyuz.Patches.HediffComp_Patch+HediffComp_GenHashInterval_Replacement.Transpiler
CompRechargeable.CompTick: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompRefrigerator.CompTickRare: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompRefrigerator.CreateFixedStorageSettings: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompRefrigerator.get_powerTrader: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompRefrigerator.get_refuelable: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompRefuelable.CompTick: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompRefuelable.GetFuelCountToFullyRefuel: post: BurnItForFuel.HarmonyPatches.GetFuelCountToFullyRefuel_Postfix
CompRefuelable.Initialize: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompRefueling.CompTick: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompRegisterAsRewardDrop.PostDeSpawn: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompRegisterAsRewardDrop.PostSpawnSetup: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompRepeller.CompTickRare: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompResearchFacility.CompTick: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompResearchFacility.PostSpawnSetup: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompResearchFacility.ThrowArcDischarge: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompResearchFacility.ThrowLaserBeam: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompResearchFacility.Used: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompResonancePowerPlant.DrawLinesToPotentialThingsToLinkTo: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompResonancePowerPlant.LinkToNearbyBuildings: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompResonancePowerPlant.PostDrawExtraSelectionOverlays: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompResonancePowerPlant.PostSpawnSetup: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompResonancePowerPlant.UnlinkAll: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompResonancePowerPlant.get_CanBeActive: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompResourceSpawner.TickInterval: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompResourceSpawner.get_PowerOn: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompRimatomicsShield.PostSpawnSetup: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompRimatomicsShield.ReceiveCompSignal: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompRitualEffect_Lightball.SpawnFleck: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompRockSpawner.TickInterval: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompRockSpawner.get_FuelOn: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompRockSpawner.get_PowerOn: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompRottable.PostSplitOff: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompRottable.PreAbsorbStack: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompRottable.StageChanged: PRE: AlienRace.HarmonyPatches.RottableCompStageChangedPostfix
CompRottable.get_Active: PRE: VFEMech.Active_Patch.Prefix TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompRoyalImplant.CheckForViolations: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompSTS.<>c__DisplayClass19_0.<CompGetGizmosExtra>b__0: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompSTS.<>c__DisplayClass19_0.<CompGetGizmosExtra>b__13: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompSTS.<>c__DisplayClass19_1.<CompGetGizmosExtra>b__1: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompSTS.<>c__DisplayClass19_2.<CompGetGizmosExtra>b__4: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompSTS.<CompGetGizmosExtra>d__19.MoveNext: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompSTS.CompInspectStringExtra: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompSTS.CompTick: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompSTS.PostDeSpawn: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompSTS.ReceiveCompSignal: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompSTS.beamAttackCheckHasEnoughtEnergy: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompSTS.clearAD: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompSTS.running: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompSTS.setAD: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompScanner.PostSpawnSetup: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompSelectFuel.IsVehicle: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompSelectFuel.SetUpFuelMixing: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompSelectFuel.SetupFuelSettings: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompSewageHandler.PostSpawnSetup: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompShield.PostExposeData: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompShield.PostSpawnSetup: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompShipLandingBeacon.EstablishConnections: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompShipLandingBeacon.PostDeSpawn: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompShipLandingBeacon.PostSpawnSetup: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompShipLandingBeacon.get_Active: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompShuttle.get_Transporter: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompSidearmMemory.GetMemoryCompForPawn: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompSmokeCloudMaker.CompTick: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompSolarPowerUp.PostSpawnSetup: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompSoulsPowerPlant.CompTick: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompSpawnJelly.CompPostTick: TRANS: Soyuz.Patches.HediffComp_Patch+HediffComp_GenHashInterval_Replacement.Transpiler
CompSpawnOtherBuildingWhenPowered.CompTickRare: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompSpawnOtherBuildingWhenPowered.PostSpawnSetup: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompSpawner.TickInterval: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompSpawner.get_PowerOn: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompSpawnerHives.CanSpawnHiveAt: post: Rimatomics.HarmonyPatches+Harmony_CanSpawnHiveAt.Postfix
CompSpawnerHives.CompTick: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompSpawnerInsectOnDamaged.PostPreApplyDamage: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompSpawnerItems.get_Active: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompSpawnerPawn.<>c.<FindLordToJoin>b__20_0: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompSpawnerPawn.get_DormancyComp: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompSprinkler.PostDeSpawn: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompSprinkler.PostSpawnSetup: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompSprinkler.PostSpawnSetup: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompStackByCondiments.AllowStackWith: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompStackByQuality.AllowStackWith: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompSubmersible.PostSpawnSetup: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompSupplySlingshot.TryLaunch: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompSupplySlingshot.get_Transporter: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompSwitchApparel.<CompGetWornGizmosExtra>b__2_0: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompTargetEffect_PsychicShock.DoEffectOn: TRANS: AlienRace.HarmonyPatches.BodyReferenceTranspiler
CompTargetable.<>c__DisplayClass6_0.<SelectedUseOption>b__0: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompTargetable_Ground.<>c__DisplayClass5_0.<SelectedUseOption>b__0: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompTempTransforms.AllowStackWith: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompTempTransforms.DoTicks: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompTempTransforms.PostSplitOff: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompTempTransforms.PreAbsorbStack: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompTemperatureRuinable.AllowStackWith: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompTemperatureRuinable.PostSplitOff: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompTemperatureRuinable.PreAbsorbStack: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompTerrainPump.PostSpawnSetup: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompThermostat.CompInspectStringExtra: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompThermostat.PostDrawExtraSelectionOverlays: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompThingBodyPart.InitComp: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompThrowMote.CompTick: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompThrownFleckEmitter.get_IsOn: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompThrownMoteEmitter.get_IsOn: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompTransporter.<CompGetGizmosExtra>d__45.MoveNext: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompTransporter.SubtractFromToLoadList: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompTransporter.get_Launchable: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompTransporter.get_Shuttle: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompUnlockBondageGear.DoEffect: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompUpdateRoomStats.PostDeSpawn: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompUpdateRoomStats.PostDestroy: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompUpdateRoomStats.PostSpawnSetup: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompUsable.FloatMenuOptionLabel: post: LWM.DeepStorage.MakeArtifactsActivateLabelNameArtifact.Postfix
CompUsableImplant.FloatMenuOptionLabel: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompUsableImplant.TryStartUseJob: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompUseEffect_FinishRandomResearchProject.CanBeUsedBy: post: VanillaStorytellersExpanded.Patch_CompUseEffect_FinishRandomResearchProject+CanBeUsedBy.Postfix
CompUseEffect_FinishRandomResearchProject.DoEffect: post: VanillaStorytellersExpanded.Patch_CompUseEffect_FinishRandomResearchProject+DoEffect.Postfix
CompUseEffect_GainAbility.get_Ability: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompUseEffect_GiveAbility.CanBeUsedBy: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompUseEffect_GiveAbility.DoEffect: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompUseEffect_InstallImplant.CanBeUsedBy: PRE: ArchotechPlus.CompUseEffect_InstallImplant_CanBeUsedBy.Prefix TRANS: AlienRace.HarmonyPatches.BodyReferenceTranspiler
CompUseEffect_InstallImplant.DoEffect: PRE: ArchotechPlus.CompUseEffect_InstallImplant_DoEffect.Prefix TRANS: AlienRace.HarmonyPatches.BodyReferenceTranspiler
CompUseEffect_InstallImplant.GetExistingImplant: TRANS: AlienRace.HarmonyPatches.BodyReferenceTranspiler
CompUseEffect_LearnSkill.get_Skill: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompUseEffect_StartWick.DoEffect: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompVariableHeatPusher.PostSpawnSetup: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompWakeUpDormant.Activate: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompWarmUpReduction.get_GetGunner: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompWaterFiltration.PostSpawnSetup: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompWaterInlet.PostSpawnSetup: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompWaterPumpingStation.PostSpawnSetup: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompWaterStorage.PostSpawnSetup: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompWaterStorage.get_PipeComp: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompWaterTrader.PostSpawnSetup: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompWirelessPowerEmitter.PostDestroy: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompWirelessPowerEmitter.substractPowerTransmitted: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompWirelessPowerPlantReceptor.<CompGetGizmosExtra>d__9.MoveNext: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompWirelessPowerPlantReceptor.CompInspectStringExtra: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompWirelessPowerPlantReceptor.clearEmitter: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompWirelessPowerPlantReceptor.getTheoricalWattsProvidedByEmitter: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompWirelessPowerPlantReceptor.get_DesiredPowerOutput: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompWirelessPowerPlantReceptor.setNewEmitter: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Comp_CumDecrease.PostIngested: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Comp_CumIncrease.PostIngested: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Comp_MutagenicSerum.PostIngested: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Comp_MutagenicSerumSpecial.PostIngested: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Comp_SaunaHeater.PostSpawnSetup: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
ComplexThreatWorker.TryGetThingTriggerSignal: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
ComplexThreatWorker_FuelNode.ResolveInt: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
ComplexThreatWorker_RaidTerminal.ResolveInt: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
ComplexWorker.TryGetThingTriggerSignal: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompressibilityDecider.DetermineReferences: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CompressibilityDeciderUtility.IsSaveCompressible: post: LWM.DeepStorage.Patch_IsSaveCompressible.Postfix
CoolingSystem.SpawnSetup: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Corpse.GetInspectString: post: VFEAncients.PowerWorker_Resurrect.AddResInfo TRANS: AlienRace.HarmonyPatches.BodyReferenceTranspiler
Corpse.IngestedCalculateAmounts: TRANS: AlienRace.HarmonyPatches.BodyReferenceTranspiler
Corpse.TickRare: post: VFEAncients.PowerWorker_Resurrect.CorpseTick
Corpse.get_CurRotDrawMode: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CorpseFilter.CanHarvest: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CoverUtility.BaseBlockChance: post: VFESecurity.Patch_CoverUtility+BaseBlockChance_Thing.Postfix, OpenTheWindows.CoverUtility_BaseBlockChance.Postfix
CoverUtility.BaseBlockChance: post: OpenTheWindows.CoverUtility_BaseBlockChance_Def.Postfix
CoverUtility.CalculateCoverGiverSet: post: VFESecurity.Patch_CoverUtility+CalculateCoverGiverSet.Postfix, PassiveCover.CalculateCoverGiverSetPatch.Postfix
CoverUtility.CalculateOverallBlockChance: post: VFESecurity.Patch_CoverUtility+CalculateOverallBlockChance.Postfix, PassiveCover.CalculateOverallBlockChancePatch.Postfix
CrossRefHandler.ResolveAllCrossReferences: post: FactionControl.CrossRefHandler_ResolveAllCrossReferences.Postfix
CumflationHelper.CalculateCumAmount: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CustomOrbitalStrike.SetAngle: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CustomSiegeUtility.AcceptsShell: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CyberNetManager.ExposeData: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
CyberNetManagerUtility.GetCyberNetManager: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
DamageWorker.ExplosionDamageThing: PRE: VFEAncients.PowerWorker_NoExplode.Immunity
DamageWorker_AddInjury.Apply: post: VanillaMemesExpanded.VanillaMemesExpanded_DamageWorker_AddInjury_Apply_Patch.DetectIfDamagedInnocent
DamageWorker_AddInjury.ApplyDamageToPart: PRE: VanillaStorytellersExpanded.Patch_ApplyDamageToPart.Prefix
DamageWorker_AddInjury.ApplySmallPawnDamagePropagation: TRANS: AlienRace.HarmonyPatches.BodyReferenceTranspiler
DamageWorker_AddInjury.ApplySpecialEffectsToPart: post: CyberNet.HarmonyPatches.AddInjuryPatch.Postfix
DamageWorker_AddInjury.ChooseHitPart: PRE: VFEAncients.PowerWorker_VitalHits.ChooseHitPart_Prefix
DamageWorker_AddInjury.FinalizeAndAddInjury: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
DamageWorker_AddInjury.FinalizeAndAddInjury: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
DamageWorker_AddInjury.ReduceDamageToPreserveOutsideParts: TRANS: EBF.Transpilations.Transpiler_DamageWorker_AddInjury.Transpiler
DamageWorker_Annihilate.ChooseHitPart: PRE: VFEAncients.PowerWorker_VitalHits.ChooseHitPart_Prefix
DamageWorker_Bite.ChooseHitPart: PRE: VFEAncients.PowerWorker_VitalHits.ChooseHitPart_Prefix
DamageWorker_Blunt.<>c.<StunChances>b__2_0: TRANS: AlienRace.HarmonyPatches.BodyReferenceTranspiler
DamageWorker_Blunt.<>c.<StunChances>b__2_5: TRANS: AlienRace.HarmonyPatches.BodyReferenceTranspiler
DamageWorker_Blunt.ApplySpecialEffectsToPart: post: CyberNet.HarmonyPatches.BluntPatch.Postfix TRANS: EBF.Transpilations.Transpiler_DamageWorker_Blunt_SpecialEffects.Transpiler, AlienRace.HarmonyPatches.BodyReferenceTranspiler
DamageWorker_Blunt.ChooseHitPart: PRE: VFEAncients.PowerWorker_VitalHits.ChooseHitPart_Prefix
DamageWorker_Cut.ApplySpecialEffectsToPart: post: CyberNet.HarmonyPatches.CutPatch.Postfix
DamageWorker_Cut.ChooseHitPart: PRE: VFEAncients.PowerWorker_VitalHits.ChooseHitPart_Prefix
DamageWorker_ExtraInfecter.ApplySpecialEffectsToPart: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
DamageWorker_GalvaPain.ChooseHitPart: PRE: VFEAncients.PowerWorker_VitalHits.ChooseHitPart_Prefix
DamageWorker_Scratch.ApplySpecialEffectsToPart: post: CyberNet.HarmonyPatches.ScratchPatch.Postfix
DamageWorker_Scratch.ChooseHitPart: PRE: VFEAncients.PowerWorker_VitalHits.ChooseHitPart_Prefix
DamageWorker_Stab.ApplySpecialEffectsToPart: post: CyberNet.HarmonyPatches.StabPatch.Postfix
DamageWorker_Stab.ChooseHitPart: PRE: VFEAncients.PowerWorker_VitalHits.ChooseHitPart_Prefix
DamageWorker_SwallowWhole.ApplySpecialEffectsToPart: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
DamageWorker_Void.ChooseHitPart: PRE: VFEAncients.PowerWorker_VitalHits.ChooseHitPart_Prefix
DangerWatcher.AffectsStoryDanger: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
DaysUntilRotCalculator.ApproxDaysUntilRot: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
DeathActionWorker_DropOnDeath.PawnDied: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
DeathLetterPatch.Prefix: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
DebugActionsIdeo.CompleteHack: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
DebugActionsIdeo.Hack10: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
DebugOptions.<>c__DisplayClass2_0.<SkipToWave>b__0: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
DebugOptions.AddModifier: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
DebugOptions.SendWaveNow: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
DebugOutputsEconomy.<>c.<AnimalBreeding>b__13_6: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
DebugOutputsEconomy.<>c.<AnimalBreeding>b__13_7: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
DebugOutputsEconomy.<>c.<Drugs>b__6_41: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
DebugOutputsEconomy.<>c.<Wool>b__7_0: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
DebugOutputsEconomy.<>c.<Wool>b__7_2: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
DebugOutputsEconomy.<>c.<Wool>b__7_3: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
DebugOutputsEconomy.<>c.<Wool>b__7_4: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
DebugOutputsEconomy.<>c.<Wool>b__7_5: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
DebugOutputsEconomy.<>c.<Wool>b__7_6: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
DebugOutputsEconomy.LitterSizeAverage: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
DebugOutputsGeneral.<>c.<DoTablesInternalMelee>b__18_9: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
DebugOutputsGeneral.<>c.<Tools>b__19_4: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
DebugOutputsGeneral.<>c.<Tools>b__19_5: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
DebugOutputsGeneral.<Turrets>g__fuelCapacity|16_0: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
DebugOutputsGeneral.<Turrets>g__fuelToReload|16_2: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
DebugOutputsGeneral.<Turrets>g__fuelType|16_1: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
DebugOutputsHealth.<>c__DisplayClass5_0.<Prosthetics>b__13: TRANS: AlienRace.HarmonyPatches.BodyReferenceTranspiler
DebugOutputsHealth.<>c__DisplayClass5_0.<Prosthetics>b__14: TRANS: AlienRace.HarmonyPatches.BodyReferenceTranspiler
DebugOutputsInfection.<>c.<Infections>b__3_5: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
DebugOutputsInfection.<>c__DisplayClass3_0.<Infections>b__4: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
DebugOutputsInfection.<Infections>g__baseSeverityIncrease|3_3: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
DebugOutputsMisc.<>c.<FoodPoisonChances>b__11_3: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
DebugOutputsMisc.<>c.<ThingsPowerAndHeat>b__10_3: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
DebugOutputsMisc.<>c.<ThingsPowerAndHeat>b__10_4: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
DebugOutputsMisc.<>c.<ThingsPowerAndHeat>b__10_5: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
DebugOutputsMisc.<>c__DisplayClass10_0.<ThingsPowerAndHeat>b__1: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
DebugOutputsMisc.<MeditationFoci>g__TryGetOffset|6_0: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
DebugOutputsTextGen.<>c__DisplayClass0_5.<FlavorfulCombatTest>b__22: TRANS: AlienRace.HarmonyPatches.BodyReferenceTranspiler
DebugThingPlaceHelper.<>c__DisplayClass4_1.<SpawnOptions>b__1: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
DebugThingPlaceHelper.DebugSpawn: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
DebugTools.<>c__DisplayClass3_0.<RegenerateAchievement>b__1: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
DebugTools.LockAllAchievements: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
DebugTools.RegenerateAllAchievements: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
DebugToolsGeneral.BreakDown: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
DebugToolsGeneral.ForceSleep: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
DebugToolsGeneral.FuelRemove20Percent: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
DebugToolsGeneral.RandomizeColor: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
DebugToolsGeneral.Rot1Day: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
DebugToolsPawns.Do10DamageUntilDead: TRANS: AlienRace.HarmonyPatches.BodyReferenceTranspiler
DebugTools_Health.Options_Damage_BodyParts: TRANS: AlienRace.HarmonyPatches.BodyReferenceTranspiler
DebugTools_Health.Options_Hediff_BodyParts: TRANS: AlienRace.HarmonyPatches.BodyReferenceTranspiler
DebugWindowsOpener..ctor: post: RocketMan.DebugWindowsOpener_Patch.Postfix, RocketMan.DebugWindowsOpener_Patch.Postfix TRANS: RocketMan.DebugWindowsOpener_Patch.Transpiler
DebugWindowsOpener.DevToolStarterOnGUI: PRE: Analyzer.DebugLogenabler.DebugKeysPatch TRANS: HugsLib.Patches.DevToolStarterOnGUI_Patch.ExtendButtonsWindow, RocketMan.DebugWindowsOpener_Patch.Transpiler
DebugWindowsOpener.DrawButtons: post: VFECore.SoundTest.DebugWindowsOpener_DrawButtons_Patch.Postfix TRANS: HugsLib.Patches.DebugWindowsOpener_Patch.DrawAdditionalButtons
DeepDrillInfestationIncidentUtility.GetUsableDeepDrills: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
DeepProfiler.End: PRE: StartupImpact.Patch.DeepProfilerEnd.Prefix
DeepProfiler.Start: PRE: StartupImpact.Patch.DeepProfilerStart.Prefix
DeepResourceGrid.AnyActiveDeepScannersOnMap: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
DeepResourceGrid.DeepResourcesOnGUI: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Def.SpecialDisplayStats: post: XenobionicPatcher.HarmonyPatches+Def_SpecialDisplayStats_Postfix.Postfix
DefExtensions.ResolveReferences: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
DefExtensions.get_SaunaDefs: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
DefGenerator.GenerateImpliedDefs_PreResolve: PRE: SimplyMoreBridges.GenerateBridges.Prefix post: Fluffy.DefGenerator_GenerateImpliedDefs_PreResolve.Postfix
DefOfHelper.EnsureInitializedInCtor: PRE: Share_The_Load.Mod.EnsureInitializedInCtorPrefix
DefOfHelper.RebindAllDefOfs: post: AllowTool.Patches.DefOfHelper_RebindAll_Patch.HookBeforeImpliedDefsGeneration
DesignationCategoryDef.ResolveDesignators: post: AllowTool.Patches.DesignationCategoryDef_ResolveDesignators_Patch.InjectAllowToolDesignators
DesignationDragger.UpdateDragCellsIfNeeded: PRE: TD_Enhancement_Pack.DesignationSpamKiller.Prefix TRANS: DraggableCorners.DesignationDragger_UpdateDragCellsIfNeeded.Transpiler
Designator.CanDesignateThing: post: AlienRace.HarmonyPatches.CanDesignateThingTamePostfix
Designator_Allow.CanDesignateThing: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Designator_AllowAll.AllowAllTheThings: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Designator_Build.DrawPanelReadout: TRANS: IClearlyHaveEnough.PatcherDrawPanelReadout.Transpiler
Designator_Build.DrawPlaceMouseAttachments: TRANS: IClearlyHaveEnough.PatcherMouseAttachment.Transpiler
Designator_Build.GizmoOnGUI: post: TD_Enhancement_Pack.RightClick.Postfix
Designator_Build.ProcessInput: TRANS: TD_Enhancement_Pack.BlueprintAnyStuff.Transpiler
Designator_Build.SelectedUpdate: post: GasNetwork.Designator_Build_SelectedUpdate.Postfix
Designator_Dropdown.Add: post: TD_Enhancement_Pack.DesignatorDropdownOrder.Postfix
Designator_Forbid.CanDesignateThing: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Designator_Forbid.CanDesignateThing: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Designator_Install.SelectedUpdate: post: GasNetwork.Designator_Install_SelectedUpdate.Postfix
Designator_PlantsCut.CanDesignateThing: post: AllowTool.Patches.Designator_PlantsCut_Patch.PreventAnimaTreeMassDesignation
Designator_PlantsHarvestWood.CanDesignateThing: post: AllowTool.Patches.Designator_PlantsHarvestWood_Patch.PreventAnimaTreeMassDesignation
Designator_RearmTrap.CanDesignateThing: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Designator_RemoveBridge.CanDesignateCell: PRE: SimplyMoreBridges.Harmony_Designator_RemoveBridge_CanDesignateCell.Prefix
Designator_Study.CanDesignateThing: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Designator_Unforbid.CanDesignateThing: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
DestroyedSettlement.ShouldRemoveMapNow: post: Rimatomics.HarmonyPatches+Harmony_DestroyedSettlement_ShouldRemoveMapNow.Postfix
DialogAddHediff.CheckSelectionChanged: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Dialog_AdvancedGameConfig.DoWindowContents: post: CharacterEditor.CEditor.AddMapSizeSlider
Dialog_BeginRitual.BlockingIssues: post: RimVore2.Patch_Dialog_BeginRitual.AddVoreValidatorIssues
Dialog_BeginRitual.DrawRoleSelection: PRE: RimVore2.Patch_Dialog_BeginRitual_DrawRoleSelection.PreventNREInUI
Dialog_BeginRitual.ExtraPawnAssignmentInfo: PRE: RimVore2.Patch_Dialog_BeginRitual_ExtraPawnAssignmentInfo.PreventNREInUI
Dialog_BillConfig.DoWindowContents: post: ImprovedWorkbenches.BillConfig_DoWindowContents_Patch.DrawFilters TRANS: TD_Enhancement_Pack.BillCountInventory.Transpiler, Revolus.WhatsMissing.WhatsMissingMod.Patch__Dialog_BillConfig__DoWindowContents__Transpiler, PrisonLabor.HarmonyPatches.Patches_GUI.GUI_Bill.Patch_RestrictBillToPrisoner.Transpiler_DoWindowContent
Dialog_BillConfig.GeneratePawnRestrictionOptions: post: PrisonLabor.HarmonyPatches.Patches_GUI.GUI_Bill.Patch_RestrictBillToPrisoner.Postfix_GenerateFields
Dialog_ChangeDryadCaste.DrawLeftRect: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Dialog_ChooseMemes.GetFirstIncompatibleMemePair: post: VanillaMemesExpanded.VanillaMemesExpanded_Dialog_ChooseMemes_GetFirstIncompatibleMemePair_Patch.DetectIfRequiredMeme
Dialog_ChooseMemes.TryAccept: PRE: VanillaMemesExpanded.VanillaMemesExpanded_Dialog_ChooseMemes_TryAccept_Patch.DetectIfPairedMeme
Dialog_DS_Settings.Dialog_DSU_Settings.AreTempVarsDefaults: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Dialog_DS_Settings.Dialog_DSU_Settings.DoWindowContents: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Dialog_DS_Settings.Dialog_DSU_Settings.SetTempVars: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Dialog_DS_Settings.ExposeDSUSettings: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Dialog_DS_Settings.ResetDSUToDefaults: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Dialog_DebugActionsMenu..ctor: PRE: AchievementsExpanded.DebugActionsSetup.ClearCachedActions
Dialog_DebugActionsMenu.GenerateCacheForMethod: PRE: AchievementsExpanded.DebugActionsSetup.GenerateCacheForVAEDebugActions
Dialog_DebugHygiene.<>c.<DoWindowContents>b__19_3: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Dialog_DebugHygiene.<>c.<DoWindowContents>b__19_4: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Dialog_FormCaravan.GetFoodScore: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Dialog_FormCaravan.PostClose: PRE: TD_Enhancement_Pack.SaveManifest.Prefix
Dialog_FormCaravan.PostOpen: TRANS: TD_Enhancement_Pack.LoadManifest.Transpiler
Dialog_FormCaravan.get_MostFoodWillRotSoon: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Dialog_Hire.OnAcceptKeyPressed: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Dialog_InfoCard.FillCard: PRE: AnimalBehaviours.VanillaExpandedFramework_Dialog_InfoCard_FillCard_Patch.Prefix
Dialog_LoadTransporters.PostOpen: post: TD_Enhancement_Pack.PodsLoadManifest.Postfix
Dialog_ManageAreas.DoAreaRow: TRANS: TD_Enhancement_Pack.AreaRowPatch.Transpiler
Dialog_ManageAreas.DoWindowContents: TRANS: TD_Enhancement_Pack.Dialog_ManageAreas_Contents_Patch.Transpiler
Dialog_ManageAreas.get_InitialSize: post: TD_Enhancement_Pack.InitialSize_Patch.Postfix
Dialog_ManageFoodRestrictions.DoWindowContents: post: TD_Enhancement_Pack.CopyFoodRestriction.Postfix
Dialog_ManageOutfits.DoWindowContents: post: TD_Enhancement_Pack.CopyOutfit.Postfix
Dialog_NamePawn.DoWindowContents: PRE: PrisonLabor.HarmonyPatches.Patches_RenamingPrisoners.Patch_RenamePrisoners+StoreOldName.Prefix
Dialog_NewFactionSpawning.Ignore: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Dialog_Options.DoWindowContents: TRANS: HugsLib.Patches.Dialog_Options_Patch.ReplaceModOptionsButton
Dialog_PowerManager.SwitchOffAllOf: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Dialog_PowerSelector.DoWindowContents: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Dialog_SellWPN.DoWindowContents: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Dialog_Sexcard.SexualityCard: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Dialog_SplitCaravan.AddItemsToTransferables: post: PeteTimesSix.SimpleSidearms.Intercepts.Dialog_SplitCaravan_AddItemsToTransferables.Postfix
Dialog_SplitCaravan.TrySplitCaravan: PRE: PeteTimesSix.SimpleSidearms.Intercepts.Dialog_SplitCaravan_TrySplitCaravan.Prefix post: PeteTimesSix.SimpleSidearms.Intercepts.Dialog_SplitCaravan_TrySplitCaravan.Postfix
Dialog_StylingStation.Reset: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Dialog_Synthesis.DoWindowContents: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Dialog_Trade.Close: post: TD_Enhancement_Pack.PauseAfterTrader.Postfix
DigestionUtility.DecomposePawn: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
DirectXmlLoader.DefFromNode: PRE: StartupImpact.Patch.DirectXmlLoaderDefFromNode.Prefix, DubsBadHygiene.Patches.HarmonyPatches+H_DefFromNode.Prefix post: StartupImpact.Patch.DirectXmlLoaderDefFromNode.Postfix
DoAllowedAreaSelectors_Patch.AssignableAsAllowedForPawn: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
DownedPatch.Prefix: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
DropCellFinder.<>c.<TradeDropSpot>b__1_4: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
DropCellFinder.<>c__DisplayClass3_0.<TryFindSafeLandingSpotCloseToColony>g__SpotValidator|0: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
DropCellFinder.CanPhysicallyDropInto: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Drought.Init: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
DrugPolicy.<>c.<InitializeIfNeeded>b__13_0: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
DrugPolicy.ExposeData: PRE: VFECore.Patch_DrugPolicy+ExposeData.Prefix
DrugPolicyDatabase.GenerateStartingDrugPolicies: post: VFEMedieval.Patch_DrugPolicyDatabase+GenerateStartingDrugPolicies.Postfix
DrugStatsUtility.GetAddictionOffsetPerDay: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
DrugStatsUtility.GetDrugComp: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
DrugStatsUtility.GetHighOffsetPerDay: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
DrugStatsUtility.GetToleranceOffsetPerDay: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
DubUtils.Hygiene: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
DubUtils.PipeNet: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
EBFEndpoints.GetMaxHealthWithEBF: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
EdificeGrid.DeRegister: post: TD_Enhancement_Pack.EdificeGrid_DeRegister_SetDirty.Postfix
EdificeGrid.Register: post: TD_Enhancement_Pack.EdificeGrid_Register_SetDirty.Postfix
EditWindow_DebugInspector.CurrentDebugString: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
EditWindow_Log.DoMessagesListing: PRE: HugsLib.Patches.EditWindow_Log_Patch.ExtraLogWindowButtons TRANS: RocketMan.EditWindow_Log_DoMessagesListing_Patch.Transpiler
EditWindow_TweakValues.DoWindowContents: TRANS: AlienRace.HarmonyPatches.TweakValuesTranspiler
EnterCooldownCompUtility.EnterCooldownBlocksEntering: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
EnterCooldownCompUtility.EnterCooldownDaysLeft: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
EnterCooldownCompUtility.EnterCooldownHoursLeft: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
EnterCooldownCompUtility.EnterCooldownTicksLeft: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
EquipmentUtility.AlreadyBondedToWeapon: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
EquipmentUtility.CanEquip: post: AlienRace.HarmonyPatches.CanEquipPostfix TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
EquipmentUtility.GetPersonaWeaponConfirmationText: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
EquipmentUtility.IsBondedTo: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
EssenceConfigurationWindow.PreClose: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
ExitMapGrid.get_MapUsesExitGrid: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
ExpandableProjectile.SetDestinationToMax: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
ExpectationsUtility.CurrentExpectationFor: post: VanillaMemesExpanded.VanillaMemesExpanded_ExpectationsUtility_CurrentExpectationFor_Patch.LowerOrDecreaseExpectation
ExpectingComp.GetQuotas: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
ExtendedBillData_ExposeData.Postfix: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
ExtensionMethod.<>c.<TryDispenseSaferFood>b__0_3: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
ExtensionMethod.PickBestFeed: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
ExtensionMethod.TryDispenseSaferFood: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Extensions.GetWetness: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Extensions.HasRangedWeapon: post: MVCF.Harmony.Compat.RunAndGunHasRangedWeapon
Extensions.getCarriedWeapons: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
ExtraEquipment.Prefix_IsRangedWeapon: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
FMHelper.<>c__DisplayClass5_0.<GetFMForPawn>g__validator|0: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
FacilitiesUtility.<>c__DisplayClass5_0.<NotifyFacilitiesAboutChangedLOSBlockers>b__1: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Faction.FactionTick: TRANS: AlienRace.HarmonyPatches.FactionTickTranspiler
Faction.Notify_MemberDied: post: CombatPsycasts.Harmony.Patches.PatchFactionMemberDied.Postfix
Faction.Notify_RelationKindChanged: post: aRandomKiwi.PPP.Faction_Patch+Faction_Notify_RelationKindChanged_Patch.Listener, Rimatomics.HarmonyPatches+Harmony_TryAffectGoodwillWith.Postfix TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Faction.TryMakeInitialRelationsWith: post: VFECore.SetInitialRelationsBetweenNpcFactions.Postfix, AlienRace.HarmonyPatches.TryMakeInitialRelationsWithPostfix
Faction.get_HasGoodwill: post: VFEI.Faction_HasGoodwill_Postfix.PostFix
Faction.get_NaturalGoodwill: post: VanillaStorytellersExpanded.Patch_NaturalGoodwill.Postfix
FactionDef.RaidCommonalityFromPoints: post: PsiTech.Utility.RaidFactionWeightPatch.Postfix
FactionDialogMaker.<>c__DisplayClass3_0.<RequestAICoreQuest>b__0: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
FactionDialogMaker.FactionDialogFor: post: aRandomKiwi.PPP.FactionDialogMaker_Patch+FactionDialogFor.Listener
FactionGenerator.GenerateFactionsIntoWorld: post: [800]FactionControl.Patch_FactionGenerator_GenerateFactionsIntoWorld.Postfix TRANS: VanillaStorytellersExpanded.Patch_FactionGenerator+GenerateFactionsIntoWorld.Transpiler
Faction_Patch.CheckDefeated: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Fail_BrainDeath.RunOnPawn: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
FallingStructureArrival.Arrive: post: VanillaStorytellersExpanded.RaidPatches.RaidGroupChecker
FallingStructureStrategy.SpawnThreats: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
FertilityGrid.CalculateFertilityAt: post: VEE.FertilityGrid_Patch.Postfix, DubsBadHygiene.Patches.HarmonyPatches_Fertilizer+H_CalculateFertilityAt.PostFix
FertilityGrid_Patch.Postfix: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
FireUtility.CanEverAttachFire: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
FixedColonyAnimalsDebug.MakeColony: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
FlamethrowProjectile.DoDamage: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
FlickUtility.WantsToBeOn: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
FloatMenu.get_SizeMode: post: RecipeIcons.Patch.PatchFloatMenuFloatMenuSizeMode.Postfix
FloatMenuMakerMap.<>c.<AddHumanlikeOrders>b__9_19: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
FloatMenuMakerMap.<>c__DisplayClass9_10.<AddHumanlikeOrders>b__10: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
FloatMenuMakerMap.<>c__DisplayClass9_10.<AddHumanlikeOrders>b__9: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
FloatMenuMakerMap.AddDraftedOrders: PRE: VFE.Mechanoids.HarmonyPatches.AddDraftedOrders_Patch.Prefix TRANS: AnimalBehaviours.FloatMenuMakerMap_Patch.Transpiler, PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
FloatMenuMakerMap.AddHumanlikeOrders: PRE: [800]LWM.DeepStorage.Patch_AddHumanlikeOrders.Prefix, BioReactor.BioReactorPatches.Prefix_AddHumanlikeOrders, PrisonLabor.HarmonyPatches.Triggers+AddHumanlikeOrders.Prefix post: PeteTimesSix.SimpleSidearms.Intercepts.FloatMenuMakerMap_AddHumanLikeOrders_Postfix.AddHumanlikeOrders, VFEAncients.HarmonyPatches.BuildingPatches.AddCarryJobs, MVCF.Harmony.Brawlers.AddHumanlikeOrders_Postfix, HeavyWeapons.Patch_FloatMenuMakerMap+AddHumanlikeOrders_Fix.Postfix, VFECore.Patch_FloatMenuMakerMap+AddHumanlikeOrders_Fix.Postfix, RimVore2.RV2_Patch_UI_RMB_AddHumanlikeOrders.AddVoreOptions, RJWSexperience.HumanlikeOrder_Patch.Postfix, Need_Bar_Overflow.Patch_FloatMenuMakerMap_AddHumanlikeOrders.Postfix, PrisonLabor.HarmonyPatches.Patches_TakeToBed.Patch_AddTakeToBed.Postfix, PrisonLabor.HarmonyPatches.Patches_GUI.GUI_RMB.Patch_RMB_Chains.Postfix, [0]LWM.DeepStorage.Patch_AddHumanlikeOrders.Postfix TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler, LWM.DeepStorage.Patch_AddHumanlikeOrders.Transpiler
FloatMenuMakerMap.AddJobGiverWorkOrders: PRE: VFEAncients.PowerWorker_NoPrioritize.StoreOpts post: VFEAncients.PowerWorker_NoPrioritize.DisableOpts
FloatMenuMakerMap.AddUndraftedOrders: PRE: AnimalBehaviours.VanillaExpandedFramework_FloatMenuMakerMap_AddUndraftedOrders_Patch.AvoidGeneralErrorIfPawnIsAnimal
FloatMenuMakerMap.CanTakeOrder: post: VFE.Mechanoids.HarmonyPatches.MechanoidsObeyOrders.Postfix, AnimalBehaviours.VanillaExpandedFramework_FloatMenuMakerMap_CanTakeOrder_Patch.MakePawnControllable, rjw.disable_FloatMenuMakerMap.NonHero_disable_controls
FloatMenuMakerMap.ChoicesAtFor: post: rjw.RMB_Menu.ChoicesAtFor
FloatMenuMakerMap.PawnGotoAction: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
FloatMenuMakerMap_AddHumanLikeOrders_Postfix.AddHumanlikeOrders: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
FloatMenuOption.DoGUI: post: RecipeIcons.Patch.PatchFloatMenuOptionDoGUI.Postfix
FocusStrengthOffset_BuildingDefsLit.BuildingLit: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
FocusStrengthOffset_Lit.CanApply: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
FoodUtility.<>c__DisplayClass14_0.<BestFoodSourceOnMap>b__0: TRANS: VanillaCookingExpanded.HarmonyPatches.H_FoodUtility_TryFindBestFoodSourceFor.Transpiler
FoodUtility.<>c__DisplayClass14_0.<BestFoodSourceOnMap>b__1: TRANS: VanillaCookingExpanded.HarmonyPatches.H_FoodUtility_TryFindBestFoodSourceFor.Transpiler
FoodUtility.<>c__DisplayClass14_0.<BestFoodSourceOnMap>b__2: TRANS: VanillaCookingExpanded.HarmonyPatches.H_FoodUtility_TryFindBestFoodSourceFor.Transpiler
FoodUtility.AddIngestThoughtsFromIngredient: post: CRIALactation.HarmonyPatch_FoodUtility.Postfix
FoodUtility.AddThoughtsFromIdeo: PRE: AlienRace.HarmonyPatches.FoodUtilityAddThoughtsFromIdeoPrefix
FoodUtility.BestFoodInInventory: TRANS: VanillaCookingExpanded.HarmonyPatches.H_FoodUtility_BestFoodInInventory.Transpiler
FoodUtility.BestFoodSourceOnMap: PRE: AnimalsCanDoDrugs.thingThatMakesPrisonersEatDrugsIfAvailableAndNotStarveLikeFuckingDumbasses.Prefix TRANS: PrisonLabor.HarmonyPatches.Patches_Food.AddCustomFoodReservation.Transpiler
FoodUtility.FoodOptimality: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
FoodUtility.GenerateGoodIngredients: post: CRIALactation.HarmonyPatch_FoodUtility.Postfix TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
FoodUtility.GetBodyPartNutrition: TRANS: AlienRace.HarmonyPatches.BodyReferenceTranspiler
FoodUtility.GetFoodKind: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
FoodUtility.GetFoodKind: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
FoodUtility.GetMeatSourceCategory: PRE: VanillaCookingExpanded.VanillaExpandedFramework_FoodUtility_GetMeatSourceCategory_Patch.DontCrapTheBedWithIngredientsWithoutNutrition
FoodUtility.InappropriateForTitle: post: DubsBadHygiene.Patches.HarmonyPatches_Thirst.InappropriateForTitlePostfix
FoodUtility.IsFoodSourceOnMapSociallyProper: post: PrisonLabor.HarmonyPatches.Patches_Food.FoodUtility_IsFoodSourceOnMapSociallyProper.Postfix
FoodUtility.IsHumanlikeCorpseOrHumanlikeMeatOrIngredient: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
FoodUtility.IsInsectCorpseOrInsectMeatIngredient: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
FoodUtility.IsVeneratedAnimalMeatOrCorpseOrHasIngredients: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
FoodUtility.ThoughtsFromIngesting: post: AlienRace.HarmonyPatches.ThoughtsFromIngestingPostfix, RimVore2.RV2_InterceptSpecialFoodThoughts.InterceptSpecialFoodThoughts, RimVore2.Patch_VoreProductConsumptionIdeoThoughts.VoreProductConsumptionIdeoThoughts, CRIALactation.HarmonyPatch_FoodUtility.Postfix, VFEI.FoodUtility_ThoughtsFromIngesting_Postfix.PostFix, VanillaMemesExpanded.VanillaMemesExpanded_FoodUtility_ThoughtsFromIngesting_Patch.NotifyAnimalProducstIngested TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
FoodUtility.TryFindBestFoodSourceFor_NewTemp: post: RimFridge.Patch_FoodUtility_TryFindBestFoodSourceFor.Postfix TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
FoodUtility.WillIngestFromInventoryNow: post: Need_Bar_Overflow.Patch_FoodUtility_WillIngestFromInventoryNow.Postfix, DubsBadHygiene.Patches.HarmonyPatches_Thirst.WillIngestFromInventoryNow_Postfix
ForbidUtility.IsForbidden: PRE: [2147483647]PerformanceOptimizer.Optimization_ForbidUtility_IsForbidden.Prefix post: PrisonLabor.HarmonyPatches.Patches_ForbidUtil.Patch_ForbidUtility.isForbidPostfix, [-2147483648]PerformanceOptimizer.Optimization_ForbidUtility_IsForbidden.Postfix
ForbidUtility.IsForbidden: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
ForbidUtility.SetForbidden: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Frame.CompleteConstruction: PRE: VFEAncients.PowerWorker_Construct.Refund, AnimalJobsPatch.HarmonyPatches.CompleteConstruction_Prefix TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Frame.get_WorkToBuild: PRE: [2147483647]PerformanceOptimizer.Optimization_Frame_WorkToBuild.Prefix post: [-2147483648]PerformanceOptimizer.Optimization_Frame_WorkToBuild.Postfix
FuelingPortUtility.LaunchableAt: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
GC_PPP.<>c__DisplayClass35_2.<showWirelessPowerSelector>b__2: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
GC_PPP.<>c__DisplayClass35_3.<showWirelessPowerSelector>b__3: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
GC_PPP.<>c__DisplayClass36_0.<showLocalWirelessPowerSelector>b__0: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
GC_PPP.<>c__DisplayClass36_1.<showLocalWirelessPowerSelector>b__1: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
GC_PPP.checkDisconnectedFromLWPNAndroid: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
GC_PPP.checkLWPE: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
GC_PPP.checkRentedWPNGT: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
GC_PPP.checkWirelessDeviceConnexion: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
GC_PPP.checkWpnRentedByFaction: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
GC_PPP.clearMapLWPE: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
GC_PPP.disconnectAllWPNReceptors: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
GC_PPP.flushFactionWPN: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
GC_PPP.getActiveADWithSTSDown: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
GC_PPP.getFreePlayerWPN: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
GC_PPP.getHeatSensitiveDevicesByHotLevel: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
GC_PPP.getMapLWPE: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
GC_PPP.getPowerBeamEnergyWithADDown: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
GC_PPP.isThereLWPEOnMap: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
GC_PPP.isTherePlayerWPNBuildActive: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
GC_PPP.isThereValidADRTOnMap: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
GC_PPP.popLWPNAndroid: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
GC_PPP.pushLWPNPawn: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
GC_PPP.setFactionEmbargo: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
GC_PPP.setPowerBeamBlacklist: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
GC_PPP.showADSelector: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
GC_PPP.showLocalWirelessPowerSelector: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
GC_PPP.showWirelessPowerSelector: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
GC_PPP.showWirelessPowerToSell: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
GC_PPP.stopPowerBeam: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
GC_PPP.stopPowerBeam2: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Game.AddMap: PRE: PerformanceOptimizer.PerformanceOptimizerMod.ResetStaticData
Game.DeinitAndRemoveMap: post: HugsLib.Patches.Game_DeinitAndRemoveMap_Patch.MapRemovalHook, TD_Enhancement_Pack.MapRemover.Postfix, [-2147483648]RocketMan.Patches.Game_DeinitAndRemoveMap_Patch.Postfix
Game.FillComponents: PRE: HugsLib.Patches.Game_FillComponents_Patch.GameInitializationHook, PerformanceOptimizer.PerformanceOptimizerMod.ResetStaticData
Game.FinalizeInit: post: HugsLib.Patches.Game_FinalizeInit_Patch.WorldLoadedHook, [-2147483648]RocketMan.Patches.Game_FinalizeInit_Patch.Postfix
Game.InitNewGame: PRE: SimpleFridge.Patch_InitNewGame.Prefix, PerformanceOptimizer.PerformanceOptimizerMod.ResetStaticData post: TechAdvancing.TA_PostOnMapGenerate_Event.Postfix TRANS: VFECore.Patch_Game+InitNewGame.Transpiler
Game.LoadGame: PRE: SimpleFridge.Patch_LoadGame.Prefix, PerformanceOptimizer.PerformanceOptimizerMod.ResetStaticData, PrisonLabor.HarmonyPatches.Triggers+UpgradeSave.Prefix post: Moonlight.Patch_LoadGame.Postfix, TechAdvancing.TA_PostOnMapLoad_Event.Postfix
Game.UpdatePlay: post: [800]RocketMan.Patches.Game_UpdatePlay_Patch.Postfix
Game.set_CurrentMap: post: TD_Enhancement_Pack.ChangeMapResetOverlays.Postfix
GameComponentUtility.FinalizeInit: PRE: PerformanceOptimizer.PerformanceOptimizerMod.ResetStaticData
GameComponentUtility.GameComponentTick: post: CeilingUtilities.Patch_GameComponentTick.Postfix, SimpleFridge.Patch_GameComponentTick.Postfix
GameComponentUtility.LoadedGame: post: ConsolidatedTraits.Patch_GameComponentUtility_LoadedGame.Postfix, VFECore.Patch_GameComponentUtility+LoadedGame.Postfix, RimFridge.Patch_GameComponentUtility_LoadedGame.Postfix
GameComponentUtility.StartedNewGame: post: ConsolidatedTraits.Patch_GameComponentUtility_StartedNewGame.Postfix, RimFridge.Patch_GameComponentUtility_StartedNewGame.Postfix
GameConditionManager.RegisterCondition: post: VanillaMemesExpanded.VanillaMemesExpanded_GameConditionManager_RegisterCondition_Patch.SendRandomMood
GameCondition_Aurora.Init: post: VanillaMemesExpanded.VanillaMemesExpanded_GameCondition_Aurora_Init_Patch.SendRandomMood
GameCondition_NoSunlight.SkyTarget: post: Moonlight.Patch_NoSunlight.Postfix
GameCondition_NuclearFallout.DoCellSteadyEffects: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
GameCondition_ToxicFallout.DoCellSteadyEffects: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
GameDataSaveLoader.SaveGame: PRE: [9999]ModMisMatchWindowPatch.HarmonyPatches.Prefix_SaveGame post: ModMisMatchWindowPatch.HarmonyPatches.Postfix_SaveGame
GameInitData.PrepForMapGen: PRE: AlienRace.HarmonyPatches.PrepForMapGenPrefix
GameInitData.ResetWorldRelatedMapInitData: PRE: PerformanceOptimizer.PerformanceOptimizerMod.ResetStaticData
GameRules.DesignatorAllowed: TRANS: AlienRace.HarmonyPatches.DesignatorAllowedTranspiler
GasNetManager.For: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
GauranlenTreeModeDef.get_Description: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
GauranlenUtility.<GetConnectionsAffectedByBuilding>d__2.MoveNext: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Gen.IsHashIntervalTick: TRANS: Soyuz.Patches.Gen_IsHashIntervalTick_Patch.Transpiler
GenCelestial.CurCelestialSunGlow: PRE: [2147483647]PerformanceOptimizer.Optimization_GenCelestial_CurCelestialSunGlow.Prefix post: [-2147483648]PerformanceOptimizer.Optimization_GenCelestial_CurCelestialSunGlow.Postfix
GenConstruct.BlocksConstruction: PRE: Share_The_Load.PawnBlockConstruction.Prefix, JustIgnoreMePassing.GenConstruct_BlocksConstruction_Patch.Prefix post: VanillaFurnitureExpanded.Patch_BlocksConstruction.Postfix TRANS: GasNetwork.Patches.GenConstruct_BlocksConstruction.Transpiler
GenConstruct.CanBuildOnTerrain: PRE: DubsBadHygiene.Patches.HarmonyPatches_Plumbing.CanBuildOnTerrain_Prefix
GenConstruct.CanConstruct: PRE: AnimalJobsPatch.HarmonyPatches.CanConstruct_Prefix post: AlienRace.HarmonyPatches.CanConstructPostfix
GenConstruct.CanPlaceBlueprintAt: post: SimplyMoreBridges.Harmony_GenConstruct_CanPlaceBlueprintAt.Postfix
GenConstruct.CanPlaceBlueprintOver: TRANS: GasNetwork.Patches.GenConstruct_CanPlaceBlueprintOver.Transpiler
GenConstruct.HandleBlockingThingJob: PRE: AnimalJobsPatch.HarmonyPatches.HandleBlockingThingJob_Prefix TRANS: Share_The_Load.HandleAllBlockingThings.Transpiler
GenDefDatabase.AllDefTypesWithDatabases: post: AchievementsExpanded.AssemblyHandler.DuplicateDefTypesPassthrough
GenDraw.DrawFieldEdges: PRE: TD_Enhancement_Pack.DrawFieldEdgesCorners.Prefix
GenGameEnd.EndGameDialogMessage: PRE: VSEWW.GenGameEnd_EndGameDialogMessage_Patch.Prefix
GenGameEnd_EndGameDialogMessage_Patch.Prefix: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
GenGrid.CanBeSeenOver: post: OpenTheWindows.GenGrid_CanBeSeenOvercs.Postfix
GenGrid.Impassable: TRANS: VFESecurity.Patch_GenGrid+Impassable.Transpiler
GenGrid.Standable: TRANS: VFESecurity.Patch_GenGrid+Standable.Transpiler
GenGrid.WalkableBy: PRE: VFEAncients.HarmonyPatches.PhasingPatches.WalkableBy_Prefix
GenHostility.AnyHostileActiveThreatTo_NewTemp: post: [0]VFEM.HarmonyPatches.AnyHostileActiveThreatTo_Patch.Postfix TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
GenHostility.HostileTo: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
GenHostility.HostileTo: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
GenHostility.IsPotentialThreat: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
GenLabel.ThingLabel: post: PsiTech.Utility.GenLabelPatch.Postfix
GenLeaving.DoLeavingsFor: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
GenLeaving.GetBuildingResourcesLeaveCalculator: post: VanillaMemesExpanded.VanillaMemesExpanded_GenLeaving_GetBuildingResourcesLeaveCalculator_Patch.SetYieldTo100
GenMapUI.DrawPawnLabel: PRE: [10000]CameraPlus.GenMapUI_DrawPawnLabel_Patch.Prefix
GenMapUI.DrawThingLabel: PRE: [10000]CameraPlus.GenMapUI_DrawThingLabel_Patch.Prefix TRANS: CameraPlus.GenMapUI_DrawThingLabel_Patch.Transpiler
GenPlace.TryFindPlaceSpotNear: PRE: DontBlockDoorMod.PatchForTryFindPlaceSpotNear.Prefix
GenPlace.TryPlaceDirect: PRE: LWM.DeepStorage.Patch_TryPlaceDirect.Prefix post: LWM.DeepStorage.Patch_TryPlaceDirect.Postfix
GenRadial.NumCellsInRadius: TRANS: VFEM.HarmonyPatches.Explosion_Patch.Transpiler
GenRecipe.<MakeRecipeProducts>d__0.MoveNext: TRANS: TD_Enhancement_Pack.ColorVariation.GenRecipe_Transpiler, PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
GenRecipe.MakeRecipeProducts: PRE: VFEAncients.HarmonyPatches.MendingPatches.RepairItem post: extendedbioengineering.MakeRecipeProducts.Postfix, Autopsy.MakeRecipeProductsPatch.Postfix
GenRecipe.PostProcessProduct: post: VanillaMemesExpanded.VanillaMemesExpanded_GenRecipe_PostProcessProduct_Patch.IncreaseQualityByOne TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
GenSpawn.Spawn: post: AchievementsExpanded.AchievementHarmony.ThingBuildingSpawned TRANS: LWM.DeepStorage.Patch_GenSpawn_Spawn.Transpiler
GenSpawn.SpawningWipes: post: UndergroundConduits.Patch_SpawningWipes.Postfix TRANS: GasNetwork.Patches.GenSpawn_SpawningWipes.Transpiler
GenStep_AncientComplex.ScatterAt: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
GenStep_CaveHives.TrySpawnHive: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
GenStep_DownedRefugee.ScatterAt: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
GenStep_ElevationFertility.Generate: PRE: [600]ConfigurableMaps.GenStep_ElevationFertility_Generate.Prefix
GenStep_HuntingLodgeSW.Generate: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
GenStep_ItemStash.ScatterAt: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
GenStep_LargePower.<>c__DisplayClass22_0.<TryFindClosestReachableNet>b__1: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
GenStep_LargePower.EnsureBatteriesConnectedAndMakeSense: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
GenStep_LargePower.EnsureGeneratorsConnectedAndMakeSense: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
GenStep_LargePower.EnsurePowerUsersConnected: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
GenStep_LargePower.IsPowerGenerator: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
GenStep_LargePower.IsPowerUser: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
GenStep_LargePower.TrySpawnBatteryNear: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
GenStep_LargePower.TrySpawnPowerGeneratorNear: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
GenStep_LargePower.UpdateDesiredPowerOutputForAllGenerators: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
GenStep_MechanoidAttackParty.Generate: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
GenStep_MechanoidShipLanding.SpawnMechsAndBeacons: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
GenStep_Power.<>c__DisplayClass22_0.<TryFindClosestReachableNet>b__1: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
GenStep_Power.EnsureBatteriesConnectedAndMakeSense: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
GenStep_Power.EnsureGeneratorsConnectedAndMakeSense: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
GenStep_Power.EnsurePowerUsersConnected: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
GenStep_Power.Generate: PRE: KCSG.GenStep_Power_Patch.Prefix
GenStep_Power.IsPowerGenerator: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
GenStep_Power.IsPowerUser: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
GenStep_Power.TrySpawnBatteryNear: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
GenStep_Power.TrySpawnPowerGeneratorNear: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
GenStep_Power.UpdateDesiredPowerOutputForAllGenerators: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
GenStep_PrisonerWillingToJoin.ScatterAt: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
GenStep_RockChunks.GrowLowRockFormationFrom: PRE: ConfigurableMaps.GenStep_RockChunks_GrowLowRockFormationFrom.Prefix
GenStep_Scatterer.CountFromPer10kCells: PRE: ConfigurableMaps.GenStep_Scatterer_CountFromPer10kCells.Prefix
GenStep_Settlement.ScatterAt: PRE: VFE_Settlers.Utilities.Harmony+GenStep_SettlementScatterAt_Patch.PreFix, VFEI.GenStep_Settlement_ScatterAt_Prefix.Prefix TRANS: VFECore.Patch_GenStep_Settlement+ScatterAt.Transpiler
GenStep_SleepingMechanoids.Generate: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
GenStep_SleepingMechanoids.SendMechanoidsToSleepImmediately: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
GenStuff.RandomStuffInexpensiveFor: TRANS: [0]VFECore.RandomStuffInexpensiveFor_Patch.Transpiler
GenStuff.TryRandomStuffByCommonalityFor: PRE: [800]VFECore.TryRandomStuffByCommonalityFor_Patch.Prefix
GenTemperature.AverageTemperatureAtTileForTwelfth: PRE: [2147483647]PerformanceOptimizer.Optimization_GenTemperature_AverageTemperatureAtTileForTwelfth.Prefix post: [-2147483648]PerformanceOptimizer.Optimization_GenTemperature_AverageTemperatureAtTileForTwelfth.Postfix
GenTemperature.GetTemperatureForCell: PRE: SimpleFridge.Patch_GetTemperatureForCell.Prefix
GenText.ToStringTemperature: PRE: FahrenheitAndCelcius.FahrenheitAndCelcius+GenText_ToStringTemperature_Patch.Prefix
GenText.ToStringTemperatureOffset: PRE: FahrenheitAndCelcius.FahrenheitAndCelcius+GenText_ToStringTemperatureOffset_Patch.Prefix
GenUI.BottomPart: PRE: Need_Bar_Overflow.Patch_GenUI_BottomPart.Prefix
GenUI.LeftPart: PRE: Need_Bar_Overflow.Patch_GenUI_LeftPart.Prefix
GenUI.RightPart: PRE: Need_Bar_Overflow.Patch_GenUI_RightPart.Prefix
GenUI.ThingsUnderMouse: TRANS: LWM.DeepStorage.Patch_GenUI_ThingsUnderMouse.Transpiler
GenUI.TopPart: PRE: Need_Bar_Overflow.Patch_GenUI_TopPart.Prefix
GenUtils.<>c__DisplayClass21_0.<TryFindClosestReachableNet>b__1: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
GenUtils.EnsureBatteriesConnectedAndMakeSense: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
GenUtils.EnsureGeneratorsConnectedAndMakeSense: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
GenUtils.EnsurePowerUsersConnected: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
GenUtils.GenerateRoomFromLayout: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
GenUtils.IsPowerGenerator: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
GenUtils.IsPowerUser: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
GenericUtility.Fix: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
GenericUtility.IsForcedOpen: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
GettersFilters.<>c__DisplayClass10_0.<findBestRangedWeapon>b__1: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
GettersFilters.isDangerousWeapon: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
GhostUtility.GhostGraphicFor: post: VanillaFurnitureExpanded.VanillaExpandedFramework_GhostUtility_GhostGraphicFor_Patch.DisplayBlueprintGraphic
GizmoGridDrawer.<DrawGizmoGrid>g__ProcessGizmoState|12_0: PRE: DubsMintMenus.HarmonyPatches+H_GizmoGridDrawer.Prefix TRANS: PerformanceOptimizer.Optimization_InspectGizmoGrid_DrawInspectGizmoGridFor.GizmoGridDrawer_ProcessGizmoStateTranspiler
Gizmo_EnergyShieldStatus.GizmoOnGUI: PRE: CONN.Gizmo_EnergyShieldStatus_GizmoOnGUI.Prefix
GlitterNetPane_AwokenHubSummary.get_Manager: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
GlitterNetSignalListener.get_Manager: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
GlitterNetSystemWakeEnforcer.FinalizeInit: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
GlitterNetSystemWakeManager.get_Enforcer: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
GlobalControls.GlobalControlsOnGUI: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
GlobalControlsUtility.DoDate: post: GasNetwork.Patches.GlobalControlsUtility.Postfix
GlobalControlsUtility.DoTimespeedControls: PRE: Analyzer.GUIElement_TPS.Prefix
GlobalTextureAtlasManager.TryGetPawnFrameSet: PRE: AlienRace.HarmonyPatches.GlobalTextureAtlasGetFrameSetPrefix
GlobalTextureAtlasManager.TryMarkPawnFrameSetDirty: PRE: VFECore.Patch_DisableAtlasCaching.Prefix
GlowGrid.GameGlowAt: post: Dubs_Skylight.Patch_GameGlowAt.Postfix, OpenTheWindows.GlowGrid_GameGlowAt.Postfix
GlowGrid.MarkGlowGridDirty: post: TD_Enhancement_Pack.GlowGridDirty_Patch.Postfix
GrammarUtility.RulesForPawn: post: AlienRace.HarmonyPatches.RulesForPawnPostfix
GraphicUtility.ExtractInnerGraphicFor: PRE: DubsBadHygiene.Patches.HarmonyPatches_Thirst.ExtractInnerGraphicFor_Prefix
Graphic_FadesInOut.DrawWorker: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Graphic_Flicker.DrawWorker: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
H_AlertsReadoutUpdate.AlertsReadoutOnGUI: TRANS: Proton.Analyzer_H_AlertsReadoutUpdate_Patch.Transpiler
H_AlertsReadoutUpdate.CheckAddOrRemoveAlert: TRANS: Proton.Analyzer_H_AlertsReadoutUpdate_Patch.Transpiler
HackUtility.IsHackable: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
HackUtility.IsHacked: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
HarmonyInit.AddDroughtLine: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
HarmonyPatch_DrawAddons.Postfix: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
HarmonyPatch_FoodUtility.Postfix: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
HarmonyPatch_FoodUtility.Postfix: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
HarmonyPatch_Thing.Prefix: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
HarmonyPatches.BeltsOnDeath: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
HarmonyPatches.CalcAnchorDataPostfix: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
HarmonyPatches.CanRefuel: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
HarmonyPatches.CanRefuel_Postfix: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
HarmonyPatches.CompleteConstruction_Prefix: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
HarmonyPatches.Destroy_Prefix: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
HarmonyPatches.DrawAddons: post: RevealingApparel.HarmonyPatch_DrawAddons.Postfix TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
HarmonyPatches.DrugValidatorPostfix: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
HarmonyPatches.FindAllFuel: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
HarmonyPatches.FindAllFuel_Postfix: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
HarmonyPatches.FindBestFuel: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
HarmonyPatches.FindBestFuel_Postfix: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
HarmonyPatches.ForceMilk: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
HarmonyPatches.ForceWool: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
HarmonyPatches.GenerateAdditionalAmmo: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
HarmonyPatches.GenerateRandomAgePrefix: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
HarmonyPatches.GetPawnHairMesh: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
HarmonyPatches.GetPawnMesh: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
HarmonyPatches.GiveAppropriateBioAndNameToPostfix: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
HarmonyPatches.Harmony_TrySatisfyPawnNeeds.<>c.<Prefix>b__0_0: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
HarmonyPatches.Harmony_TrySatisfyPawnNeeds.<>c.<Prefix>b__0_1: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
HarmonyPatches.Harmony_TrySatisfyPawnNeeds.Prefix: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
HarmonyPatches.IngestedPrefix: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
HarmonyPatches.ResolveAllGraphicsPrefix: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
HarmonyPatches.SetupLastHumanMeatTickPrefix: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
HarmonyPatches.ShouldShowEquipment_Prefix: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
HarmonyPatches.ShouldShowInventory_Prefix: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
HarmonyPatches.ThoughtsFromIngestingPostfix: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
HarmonyPatches_Plumbing.CanRefuelThing_Postfix: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
HarmonyPatches_Plumbing.PlantGrowerCanAcceptSowNow_Postfix: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
HarmonyPatches_Plumbing.PlantGrowerTickRare_Prefix: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
HarmonyPatches_Thirst.IngestedPostfix: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Harmony_HediffAddedPart.HediffAddedPart_PostAdd.PartSystem: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Harmony_HediffWithComps.HediffWithComps_PostAdd.PartSystem: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
HaulAIUtility.HaulToCellStorageJob: TRANS: LWM.DeepStorage.Patch_HaulToCellStorageJob.Transpiler
HaulAIUtility.HaulablePlaceValidator: PRE: DontBlockDoorMod.PatchForHaulablePlaceValidator.Prefix
HaulAIUtility.PawnCanAutomaticallyHaulFast: post: Milk.HaulAIUtility_PawnCanAutomaticallyHaulFast_Patch.isMilk TRANS: PrisonLabor.HarmonyPatches.Patches_Food.ReservedByPrisonerPatch.Transpiler
HaulDestinationManager.RemoveHaulDestination: post: TD_Enhancement_Pack.UrgentRefill_Deletion_Patches.Postfix
HealthCardUtility.<>c__DisplayClass42_0.<DoDebugOptions>b__0: TRANS: AlienRace.HarmonyPatches.BodyReferenceTranspiler
HealthCardUtility.<>c__DisplayClass42_0.<DoDebugOptions>b__14: TRANS: AlienRace.HarmonyPatches.BodyReferenceTranspiler
HealthCardUtility.DrawOverviewTab: TRANS: AlienRace.HarmonyPatches.BodyReferenceTranspiler
HealthCardUtility.DrawPawnHealthCard: post: DubsMintMenus.Patch_HealthCardUtility.Postfix
HealthCardUtility.GenerateSurgeryOption: post: RecipeIcons.Patch.PatchHealthCardUtility.Postfix, MVCF.Harmony.Brawlers.GenerateSurgeryOption_Postfix
HealthCardUtility.GetPawnCapacityTip: post: PsiTech.Utility.HealthTooltipPatch.Postfix
HealthCardUtility.GetTooltip: TRANS: EBF.Transpilations.Transpiler_HealthCardUtility.Transpiler
HealthTool.GetDuration: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
HealthTool.GetOtherPawn: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
HealthTool.GetPainValue: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
HealthTool.SetDuration: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
HealthTool.SetOtherPawn: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
HealthTool.SetPainValue: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
HealthTool.SetPermanent: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
HealthUtility.DamageLegsUntilIncapableOfMoving: TRANS: EBF.Transpilations.Transpiler_HealthUtility_DamageLegs.Transpiler
HealthUtility.FindImmunizableHediffWhichCanKill: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
HealthUtility.FixWorstHealthCondition: TRANS: AlienRace.HarmonyPatches.BodyReferenceTranspiler
HealthUtility.GetPartConditionLabel: TRANS: EBF.Transpilations.Transpiler_HealthUtility_PartConditionLabel.Transpiler
HealthUtility.GiveRandomSurgeryInjuries: TRANS: EBF.Transpilations.Transpiler_HealthUtility_SurgeryInjuries.Transpiler
HealthUtility.ShouldRandomSurgeryInjuriesAvoidDestroying: TRANS: AlienRace.HarmonyPatches.BodyReferenceTranspiler
HeddifComp_MightJoin.CompPostTick: TRANS: Soyuz.Patches.HediffComp_Patch+HediffComp_GenHashInterval_Replacement.Transpiler
HeddifComp_SeverityFactor.CompPostTick: TRANS: Soyuz.Patches.HediffComp_Patch+HediffComp_GenHashInterval_Replacement.Transpiler
HeddifComp_StandOff.CompPostTick: TRANS: Soyuz.Patches.HediffComp_Patch+HediffComp_GenHashInterval_Replacement.Transpiler
HeddifComp_Traitor.CompPostMerged: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
HeddifComp_Traitor.CompPostTick: TRANS: Soyuz.Patches.HediffComp_Patch+HediffComp_GenHashInterval_Replacement.Transpiler
Hediff.CauseDeathNow: post: AchievementsExpanded.AchievementHarmony.HediffDeathEvent
Hediff.PostRemoved: post: MVCF.Harmony.Trackers.PostRemoved_Postfix
Hediff.TendableNow: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Hediff.Tick: TRANS: AlienRace.HarmonyPatches.BodyReferenceTranspiler, Soyuz.Patches.Hediff_Tick_Patch.Transpiler, Soyuz.Patches.HediffComp_Patch+HediffComp_GenHashInterval_Replacement.Transpiler
Hediff.get_BleedRate: post: Soyuz.Patches.Hediff_BleedRate_Patch.Postfix
Hediff.get_LabelBase: post: [0]OrenoMSE.Harmony2.Harmony_Hediff+Hediff_LabelBase.HediffPrettyLabel
Hediff.get_TendPriority: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
HediffCompCyberNetImplant.CompPostTick: TRANS: Soyuz.Patches.HediffComp_Patch+HediffComp_GenHashInterval_Replacement.Transpiler
HediffCompProperties_Reloadable.TargetVerb: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
HediffComp_AnoleGrown.CompPostTick: TRANS: Soyuz.Patches.HediffComp_Patch+HediffComp_GenHashInterval_Replacement.Transpiler
HediffComp_AutoPermanentInjury.CompPostMake: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
HediffComp_AutoPermanentInjury.CompPostMake: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
HediffComp_CauseMentalState.CompPostTick: TRANS: Soyuz.Patches.HediffComp_Patch+HediffComp_GenHashInterval_Replacement.Transpiler
HediffComp_ChanceToRemove.CompPostTick: PRE: Soyuz.Patches.HediffComp_Patch+HediffComp_ChanceToRemove_Patch.Prefix TRANS: Soyuz.Patches.HediffComp_Patch+HediffComp_GenHashInterval_Replacement.Transpiler
HediffComp_ChangeImplantLevel.CompPostTick: TRANS: Soyuz.Patches.HediffComp_Patch+HediffComp_GenHashInterval_Replacement.Transpiler
HediffComp_ChangeNeed.CompPostTick: PRE: Soyuz.Patches.HediffComp_Patch+HediffComp_ChangeNeed_Patch.Prefix TRANS: Soyuz.Patches.HediffComp_Patch+HediffComp_GenHashInterval_Replacement.Transpiler
HediffComp_DamageBrain.CompPostTick: TRANS: Soyuz.Patches.HediffComp_Patch+HediffComp_GenHashInterval_Replacement.Transpiler
HediffComp_Disappears.CompPostMerged: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
HediffComp_Disappears.CompPostTick: PRE: Soyuz.Patches.HediffComp_Patch+HediffComp_Disappears_Patch.Prefix TRANS: Soyuz.Patches.HediffComp_Patch+HediffComp_GenHashInterval_Replacement.Transpiler
HediffComp_Discoverable.CompPostTick: PRE: Soyuz.Patches.HediffComp_Patch+HediffComp_Discoverable_Patch.Prefix TRANS: Soyuz.Patches.HediffComp_Patch+HediffComp_GenHashInterval_Replacement.Transpiler
HediffComp_Disorientation.CompPostTick: TRANS: Soyuz.Patches.HediffComp_Patch+HediffComp_GenHashInterval_Replacement.Transpiler
HediffComp_DissolveAllOnDeath.CompPostTick: TRANS: Soyuz.Patches.HediffComp_Patch+HediffComp_GenHashInterval_Replacement.Transpiler
HediffComp_DissolveGearOnDeath.Notify_PawnDied: TRANS: AlienRace.HarmonyPatches.BodyReferenceTranspiler
HediffComp_Draftable.CompPostTick: TRANS: Soyuz.Patches.HediffComp_Patch+HediffComp_GenHashInterval_Replacement.Transpiler
HediffComp_EntropyLink.Notify_EntropyGained: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
HediffComp_ExplodeOnDowned.CompPostTick: TRANS: Soyuz.Patches.HediffComp_Patch+HediffComp_GenHashInterval_Replacement.Transpiler
HediffComp_FeelingBrokenSeverityReduce.CompPostTick: TRANS: Soyuz.Patches.HediffComp_Patch+HediffComp_GenHashInterval_Replacement.Transpiler
HediffComp_GetsPermanent.get_PainFactor: post: LiveWithThePain.HediffComp_GetsPermanent_PainFactor.Postfix
HediffComp_GiveHediffsInRange.CompPostTick: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler, Soyuz.Patches.HediffComp_Patch+HediffComp_GenHashInterval_Replacement.Transpiler
HediffComp_GiveNeurocharge.CompPostTick: TRANS: Soyuz.Patches.HediffComp_Patch+HediffComp_GenHashInterval_Replacement.Transpiler
HediffComp_GrowthMode.CompPostTick: TRANS: Soyuz.Patches.HediffComp_Patch+HediffComp_GenHashInterval_Replacement.Transpiler
HediffComp_HealHediff.CompPostTick: TRANS: Soyuz.Patches.HediffComp_Patch+HediffComp_GenHashInterval_Replacement.Transpiler
HediffComp_HealPermanentWounds.CompPostTick: PRE: Soyuz.Patches.HediffComp_Patch+HediffComp_HealPermanentWounds_Patch.Prefix TRANS: Soyuz.Patches.HediffComp_Patch+HediffComp_GenHashInterval_Replacement.Transpiler
HediffComp_Infecter.CheckMakeInfection: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
HediffComp_Infecter.CompPostTick: PRE: Soyuz.Patches.HediffComp_Patch+HediffComp_Infecter_Patch.Prefix TRANS: Soyuz.Patches.HediffComp_Patch+HediffComp_GenHashInterval_Replacement.Transpiler
HediffComp_Invisibility.UpdateTarget: PRE: PerformanceOptimizer.Optimization_PawnUtility_IsInvisible.ClearCache
HediffComp_ItemSpawner.CompPostTick: TRANS: Soyuz.Patches.HediffComp_Patch+HediffComp_GenHashInterval_Replacement.Transpiler
HediffComp_KillAfterDays.CompPostTick: PRE: Soyuz.Patches.HediffComp_Patch+HediffComp_HediffComp_KillAfterDays_Patch.Prefix TRANS: Soyuz.Patches.HediffComp_Patch+HediffComp_GenHashInterval_Replacement.Transpiler
HediffComp_Link.CompPostTick: TRANS: Soyuz.Patches.HediffComp_Patch+HediffComp_GenHashInterval_Replacement.Transpiler
HediffComp_LuciferiumHeal.CompPostTick: TRANS: Soyuz.Patches.HediffComp_Patch+HediffComp_GenHashInterval_Replacement.Transpiler
HediffComp_MessageAfterTicks.CompPostTick: TRANS: Soyuz.Patches.HediffComp_Patch+HediffComp_GenHashInterval_Replacement.Transpiler
HediffComp_Mime.CompPostTick: TRANS: Soyuz.Patches.HediffComp_Patch+HediffComp_GenHashInterval_Replacement.Transpiler
HediffComp_PeriodicWounds.CompPostTick: TRANS: Soyuz.Patches.HediffComp_Patch+HediffComp_GenHashInterval_Replacement.Transpiler
HediffComp_PsychicHarmonizer.CompPostTick: TRANS: Soyuz.Patches.HediffComp_Patch+HediffComp_GenHashInterval_Replacement.Transpiler
HediffComp_PsychicSuppression.get_CompShouldRemove: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
HediffComp_ReactOnDamage.React: TRANS: AlienRace.HarmonyPatches.BodyReferenceTranspiler
HediffComp_ReducesOverTime.CompPostTick: TRANS: Soyuz.Patches.HediffComp_Patch+HediffComp_GenHashInterval_Replacement.Transpiler
HediffComp_Regeneration.CompPostTick: TRANS: Soyuz.Patches.HediffComp_Patch+HediffComp_GenHashInterval_Replacement.Transpiler
HediffComp_Regeneration.CreateResurrector: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
HediffComp_ResetSeverity.CompPostTick: TRANS: Soyuz.Patches.HediffComp_Patch+HediffComp_GenHashInterval_Replacement.Transpiler
HediffComp_SelfHeal.CompPostTick: PRE: Soyuz.Patches.HediffComp_Patch+HediffComp_SelfHeal_Patch.Prefix TRANS: Soyuz.Patches.HediffComp_Patch+HediffComp_GenHashInterval_Replacement.Transpiler
HediffComp_SeverityFromEntropy.CompPostTick: TRANS: Soyuz.Patches.HediffComp_Patch+HediffComp_GenHashInterval_Replacement.Transpiler
HediffComp_SeverityPerDay.CompPostTick: TRANS: Soyuz.Patches.HediffComp_Patch+HediffComp_GenHashInterval_Replacement.Transpiler
HediffComp_SkillDecay.CompPostTick: TRANS: Soyuz.Patches.HediffComp_Patch+HediffComp_GenHashInterval_Replacement.Transpiler
HediffComp_Spreadable.CompPostTick: TRANS: Soyuz.Patches.HediffComp_Patch+HediffComp_GenHashInterval_Replacement.Transpiler
HediffComp_StopOnceNotLactating.CompPostTick: TRANS: Soyuz.Patches.HediffComp_Patch+HediffComp_GenHashInterval_Replacement.Transpiler
HediffComp_TendDuration.CompPostTick: PRE: Soyuz.Patches.HediffComp_Patch+HediffComp_TendDuration_Patch.Prefix TRANS: Soyuz.Patches.HediffComp_Patch+HediffComp_GenHashInterval_Replacement.Transpiler
HediffComp_ThoughtEffecter.CompPostTick: TRANS: Soyuz.Patches.HediffComp_Patch+HediffComp_GenHashInterval_Replacement.Transpiler
HediffComp_VerbGiver.CompPostTick: TRANS: Soyuz.Patches.HediffComp_Patch+HediffComp_GenHashInterval_Replacement.Transpiler
HediffComp_VerbGiverExtended.CompPostTick: TRANS: Soyuz.Patches.HediffComp_Patch+HediffComp_GenHashInterval_Replacement.Transpiler
HediffComp_VomitCumMtb.CompPostTick: TRANS: Soyuz.Patches.HediffComp_Patch+HediffComp_GenHashInterval_Replacement.Transpiler
HediffComp_WhileHavingThoughts.CompPostTick: TRANS: Soyuz.Patches.HediffComp_Patch+HediffComp_GenHashInterval_Replacement.Transpiler
HediffDef.PossibleToDevelopImmunityNaturally: PRE: [2147483647]PerformanceOptimizer.Optimization_HediffDef_PossibleToDevelopImmunityNaturally.Prefix post: [-2147483648]PerformanceOptimizer.Optimization_HediffDef_PossibleToDevelopImmunityNaturally.Postfix TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
HediffDef.SpecialDisplayStats: post: XenobionicPatcher.HarmonyPatches+HediffDef_SpecialDisplayStats_Postfix.Postfix
HediffGiver_BrainInjury.OnHediffAdded: TRANS: EBF.Transpilations.Transpiler_HediffBrainInjury_OnHediffAdded.Transpiler
HediffGiver_Dazzled.OnIntervalPassed: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
HediffGiver_Hypothermia.OnIntervalPassed: TRANS: AlienRace.HarmonyPatches.BodyReferenceTranspiler
HediffSet.<>c.<get_HasHead>b__11_0: post: AlienRace.HarmonyPatches.HasHeadPostfix
HediffSet.<GetHediffsVerbs>d__29.MoveNext: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
HediffSet.<GetNotMissingParts>d__41.MoveNext: TRANS: AlienRace.HarmonyPatches.BodyReferenceTranspiler
HediffSet.AddDirect: TRANS: AlienRace.HarmonyPatches.BodyReferenceTranspiler
HediffSet.CacheMissingPartsCommonAncestors: TRANS: AlienRace.HarmonyPatches.BodyReferenceTranspiler
HediffSet.CalculatePain: post: VFECore.CalculatePain_Patch.Postfix
HediffSet.DirtyCache: post: VFECore.DirtyCache_Patch.Postfix, PsiTech.Utility.HediffDirtyPatch.Postfix
HediffSet.GetPartHealth: TRANS: EBF.Transpilations.Transpiler_HediffSet_GetPartHealth.Transpiler
HediffSet.get_HasHead: PRE: AlienRace.HarmonyPatches.HasHeadPrefix
HediffThoughtsRemoverComp.CompPostTick: TRANS: Soyuz.Patches.HediffComp_Patch+HediffComp_GenHashInterval_Replacement.Transpiler
HediffUtility.FullyImmune: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
HediffUtility.IsPermanent: post: OrenoMSE.Harmony2.Harmony_HediffUtility+HediffUtility_IsPermanent.DontHealInjury TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
HediffUtility.IsTended: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
HediffUtils.<>c.<FindLethalInstigatorHediff>b__1_0: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
HediffWithComps.PostAdd: post: [800]OrenoMSE.Harmony2.Harmony_HediffWithComps+HediffWithComps_PostAdd.PartSystem
Hediff_Abilities.GiveRandomAbilityAtLevel: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Hediff_AcidBuildup.Tick: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler, Soyuz.Patches.HediffComp_Patch+HediffComp_GenHashInterval_Replacement.Transpiler
Hediff_AddedPart.PostAdd: post: [800]OrenoMSE.Harmony2.Harmony_HediffAddedPart+HediffAddedPart_PostAdd.PartSystem, [0]OrenoMSE.Harmony2.Harmony_HediffAddedPart+HediffAddedPart_PostAdd.AdditionalHediff
Hediff_Addiction.get_LabelInBrackets: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Hediff_Alcohol.Tick: TRANS: Soyuz.Patches.HediffComp_Patch+HediffComp_GenHashInterval_Replacement.Transpiler
Hediff_BasePregnancy.PostBirth: post: Dyspareunia.Dyspareunia.Hediff_BasePregnancy_Patch, RJWSexperience.Ideology.RJW_Patch_PostBirth.Postfix
Hediff_BleedingWound.Tick: TRANS: Soyuz.Patches.HediffComp_Patch+HediffComp_GenHashInterval_Replacement.Transpiler
Hediff_Chemshined.Tick: TRANS: Soyuz.Patches.HediffComp_Patch+HediffComp_GenHashInterval_Replacement.Transpiler
Hediff_ContainingPrey.Tick: TRANS: Soyuz.Patches.HediffComp_Patch+HediffComp_GenHashInterval_Replacement.Transpiler
Hediff_Crushing.Tick: TRANS: Soyuz.Patches.HediffComp_Patch+HediffComp_GenHashInterval_Replacement.Transpiler
Hediff_FasterMovement.Tick: TRANS: Soyuz.Patches.HediffComp_Patch+HediffComp_GenHashInterval_Replacement.Transpiler
Hediff_FatalRad.Tick: TRANS: Soyuz.Patches.HediffComp_Patch+HediffComp_GenHashInterval_Replacement.Transpiler
Hediff_HeartAttack.Tick: TRANS: Soyuz.Patches.HediffComp_Patch+HediffComp_GenHashInterval_Replacement.Transpiler
Hediff_Implant.PostAdd: post: [0]OrenoMSE.Harmony2.Harmony_HediffImplant+HediffImplant_PostAdd.AdditionalHediff
Hediff_Injury.Tick: TRANS: Soyuz.Patches.HediffComp_Patch+HediffComp_GenHashInterval_Replacement.Transpiler
Hediff_Injury.get_BleedRate: post: EBF.Patches.PostFix_HediffInjury_BleedRate.PostFix
Hediff_Injury.get_LabelBase: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Hediff_Injury.get_LabelInBrackets: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Hediff_Injury.get_PainOffset: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Hediff_InsectEgg.GiveBirth: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Hediff_InsectEgg.Tick: TRANS: Soyuz.Patches.HediffComp_Patch+HediffComp_GenHashInterval_Replacement.Transpiler
Hediff_JellyWithdraw.Tick: TRANS: Soyuz.Patches.HediffComp_Patch+HediffComp_GenHashInterval_Replacement.Transpiler
Hediff_Level.Tick: TRANS: Soyuz.Patches.HediffComp_Patch+HediffComp_GenHashInterval_Replacement.Transpiler
Hediff_LevelWithComps.Tick: TRANS: Soyuz.Patches.HediffComp_Patch+HediffComp_GenHashInterval_Replacement.Transpiler
Hediff_MechanoidUplink.Tick: TRANS: Soyuz.Patches.HediffComp_Patch+HediffComp_GenHashInterval_Replacement.Transpiler
Hediff_MechanoidVirus.Tick: TRANS: Soyuz.Patches.HediffComp_Patch+HediffComp_GenHashInterval_Replacement.Transpiler
Hediff_MicroComputer.Tick: TRANS: Soyuz.Patches.HediffComp_Patch+HediffComp_GenHashInterval_Replacement.Transpiler
Hediff_MissingPart.Tick: TRANS: Soyuz.Patches.HediffComp_Patch+HediffComp_GenHashInterval_Replacement.Transpiler
Hediff_MissingPart.get_BleedRate: post: EBF.Patches.PostFix_HediffMissingPart_BleedRate.PostFix TRANS: EBF.Transpilations.Transpiler_HediffMissingPart_BleedRate.Transpiler
Hediff_MissingPart.get_PainOffset: TRANS: EBF.Transpilations.Transpiler_HediffMissingPart_PainOffset.Transpiler
Hediff_PartBaseArtifical.Tick: post: Dyspareunia.Dyspareunia.PartBase_Tick_Postfix TRANS: Soyuz.Patches.HediffComp_Patch+HediffComp_GenHashInterval_Replacement.Transpiler
Hediff_PartBaseNatural.Tick: post: Dyspareunia.Dyspareunia.PartBase_Tick_Postfix TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler, Soyuz.Patches.HediffComp_Patch+HediffComp_GenHashInterval_Replacement.Transpiler
Hediff_PartsSizeChangerCE.PostAdd: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Hediff_PartsSizeChangerPC.PostAdd: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Hediff_PheromoneLure.Tick: TRANS: Soyuz.Patches.HediffComp_Patch+HediffComp_GenHashInterval_Replacement.Transpiler
Hediff_PheromoneSpreader.Tick: TRANS: Soyuz.Patches.HediffComp_Patch+HediffComp_GenHashInterval_Replacement.Transpiler
Hediff_Pregnant.DoBirthSpawn: PRE: rjw.PATCH_Hediff_Pregnant_DoBirthSpawn.on_begin_DoBirthSpawn
Hediff_Pregnant.Tick: PRE: rjw.PATCH_Hediff_Pregnant_Tick.abort_on_missing_genitals, Soyuz.Patches.Hediff_Pregnant_Tick_Patch.Prefix TRANS: Soyuz.Patches.HediffComp_Patch+HediffComp_GenHashInterval_Replacement.Transpiler
Hediff_Pregnant.get_IsSeverelyWounded: TRANS: EBF.Transpilations.Transpiler_HediffPregnant_SeverelyWounded.Transpiler
Hediff_ProducingHormonalSerum.Tick: TRANS: Soyuz.Patches.HediffComp_Patch+HediffComp_GenHashInterval_Replacement.Transpiler
Hediff_RegrowingBodyPart.Tick: TRANS: Soyuz.Patches.HediffComp_Patch+HediffComp_GenHashInterval_Replacement.Transpiler
Hediff_RemoveIfColonist.Tick: TRANS: Soyuz.Patches.HediffComp_Patch+HediffComp_GenHashInterval_Replacement.Transpiler
Hediff_SimpleBaby.Tick: TRANS: Soyuz.Patches.HediffComp_Patch+HediffComp_GenHashInterval_Replacement.Transpiler
Hediff_Stalking.Tick: TRANS: Soyuz.Patches.HediffComp_Patch+HediffComp_GenHashInterval_Replacement.Transpiler
Hediff_StunLoop.Tick: TRANS: Soyuz.Patches.HediffComp_Patch+HediffComp_GenHashInterval_Replacement.Transpiler
Hediff_WallBreaker.Tick: TRANS: Soyuz.Patches.HediffComp_Patch+HediffComp_GenHashInterval_Replacement.Transpiler
HireableSystemStaticInitialization.GetCommTargets_Postfix: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
HireableSystemStaticInitialization.GetContractTracker: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
HistoryAutoRecorderWorker_ColonistMood.PullRecord: post: AchievementsExpanded.AchievementHarmony.AverageMoodColony
HistoryUtility.GetPartnerHistory: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Hive.PostApplyDamage: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Hive.ThreatDisabled: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Hive.get_CompDormant: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Hive.get_PawnSpawner: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
HiveChunkSW.Activate: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
HumanCompHasGatherableBodyResource.<>c.<CompTick>b__19_0: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
HumanCompHasGatherableBodyResource.<>c.<Gathered>b__20_0: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
HumanCompHasGatherableBodyResource.CompTick: TRANS: CRIALactation.HarmonyPatch_Milk_HumanCompHasGatherableBodyResource.Transpiler
ITab_Art.get_SelectedCompArt: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
ITab_Bills.TabUpdate: PRE: ImprovedWorkbenches.ITab_Bills_TabUpdate_Detour.Prefix
ITab_ContentsTransporter.get_Transporter: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
ITab_CustomRefuel.get_SelStoreSettingsParent: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
ITab_DeepStorage_Inventory.DrawThingRow: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
ITab_DeepStorage_Inventory.FillTab: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
ITab_Fuel.get_SelStoreSettingsParent: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
ITab_MedBay.get_IsVisible: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
ITab_MedBay_Utility.Draw_ITab_MedBay_Settings: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
ITab_Pawn_Character.get_IsVisible: post: VFE.Mechanoids.HarmonyPatches.NoBioForMachines.Postfix
ITab_Pawn_Gear.InterfaceDrop: PRE: PeteTimesSix.SimpleSidearms.Intercepts.ITab_Pawn_Gear_InterfaceDrop_Prefix.InterfaceDrop, rjw.PATCH_ITab_Pawn_Gear_InterfaceDrop.drop_locked_apparel
ITab_Pawn_Gear.ShouldShowEquipment: PRE: AnimalWeaponPatch.HarmonyPatches.ShouldShowEquipment_Prefix
ITab_Pawn_Gear.ShouldShowInventory: PRE: AnimalWeaponPatch.HarmonyPatches.ShouldShowInventory_Prefix
ITab_Pawn_Gear.TryDrawOverallArmor: TRANS: VFECore.Patch_ITab_Pawn_Gear+TryDrawOverallArmor.Transpiler, AlienRace.HarmonyPatches.BodyReferenceTranspiler
ITab_Pawn_Gear.get_CanControl: post: AnimalWeaponPatch.HarmonyPatches.CanControl_Prefix
ITab_Pawn_Gear.get_CanControlColonist: post: AnimalWeaponPatch.HarmonyPatches.CanControlColonist_Prefix
ITab_Pawn_Needs.get_IsVisible: post: AnimalWeaponPatch.HarmonyPatches.IsVisible_NeedsPrefix
ITab_Pawn_Visitor.FillTab: TRANS: VFEAncients.HarmonyPatches.PreceptPatches.FixInteractionList, PrisonLabor.HarmonyPatches.Patches_InteractionMode.Patch_VisitorTab_TabDraw.Transpiler, PrisonLabor.HarmonyPatches.Patches_GUI.GUI_PrisonerTab.Patch_AddScrollToPrisonerTab.Transpiler, PrisonLabor.HarmonyPatches.Patches_GUI.GUI_PrisonerTab.Patch_ExtendVistorRect.Transpiler
ITab_PenBase.get_SelectedCompAnimalPenMarker: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Ideo.AddPrecept: post: RimVore2.Patch_Ideo_AddPrecept.PrepareIdeologyQuirkNotify
Ideo.MemberWillingToDo: PRE: VFEAncients.HarmonyPatches.PreceptPatches.MemberWillingToDo_Prefix
Ideo.RecacheColonistBelieverCount: PRE: PerformanceOptimizer.Optimization_Precept_RoleSingle_RecacheActivity.RecacheColonistBelieverCountPrefix, PerformanceOptimizer.Optimization_Precept_RoleMulti_RecacheActivity.RecacheColonistBelieverCountPrefix post: PerformanceOptimizer.Optimization_Precept_RoleSingle_RecacheActivity.RecacheColonistBelieverCountPostfix, PerformanceOptimizer.Optimization_Precept_RoleMulti_RecacheActivity.RecacheColonistBelieverCountPostfix
Ideo.RemovePrecept: post: RimVore2.Patch_Ideo_RemovePrecept.PrepareIdeologyQuirkNotify
IdeoBuildingPresenceDemand.BuildingPresent: PRE: [2147483647]PerformanceOptimizer.Optimization_IdeoBuildingPresenceDemand_BuildingPresent.Prefix
IdeoFoundation.CanAdd: post: RJWSexperience.Ideology.Rimworld_Patch_IdeoFoundation.Postfix
IdeoFoundation.InitPrecepts: post: VanillaMemesExpanded.VanillaMemesExpanded_IdeoFoundation_InitPrecepts_Patch.SetMaxToOptions
IdeoUIUtility.DoMemes: PRE: VanillaMemesExpanded.VanillaMemesExpanded_IdeoUIUtility_DoMemes_Patch.MakeBoxSmaller post: VanillaMemesExpanded.VanillaMemesExpanded_IdeoUIUtility_DoMemes_Patch.MakeBoxBigger
IdeoUIUtility.DoPrecepts: post: VanillaMemesExpanded.VanillaMemesExpanded_IdeoUIUtility_DoPrecepts_Patch.EnableMorePrecepts
IdeoUIUtility.DoPreceptsInt: TRANS: VFECore.OptionalFeatures.Dialog_FloatMenuOptions.Transpiler, VanillaMemesExpanded.VanillaMemesExpanded_IdeoUIUtility_DoPreceptsInt_Patch.Transpiler
IdeoUIUtility.DoStyles: TRANS: VanillaMemesExpanded.VanillaMemesExpanded_IdeoUIUtility_DoStyles_Patch.Transpiler
IdeoUtility.GetStyleDominance: PRE: [2147483647]PerformanceOptimizer.Optimization_IdeoUtility_GetStyleDominance.Prefix post: [-2147483648]PerformanceOptimizer.Optimization_IdeoUtility_GetStyleDominance.Postfix TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
IdeoUtilityCustom.TriggerIdeoSchism: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
ImmunityHandler.TryAddImmunityRecord: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
ImmunityRecord.ImmunityChangePerTick: post: Soyuz.Patches.ImmunityRecord_ImmunityChangePerTick_Patch.Postfix TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
ImmunityRecord.ImmunityTick: post: AchievementsExpanded.AchievementHarmony.ImmunityTicking
IncidentParmsUtility.GetDefaultPawnGroupMakerParms: post: PsiTech.Utility.RaidGroupParmsPatch.Postfix
IncidentWorker.CanFireNow: PRE: VFEAncients.HarmonyPatches.StorytellerPatches.AdditionalIncidentReqs
IncidentWorker.TryExecute: PRE: VanillaStorytellersExpanded.Patch_TryExecute.Prefix post: AchievementsExpanded.AchievementHarmony.IncidentTriggered
IncidentWorker.get_BaseChanceThisGame: post: IncidentTweaker.Patch.PatchIncidentWorkerBaseChanceThisGame.Postfix
IncidentWorker_CaravanRaid.TryExecuteWorker: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
IncidentWorker_CrashedShipPart.TryExecuteWorker: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
IncidentWorker_DamagedSatellite.TryExecuteWorker: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
IncidentWorker_DeepDrillInfestation.TryExecuteWorker: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
IncidentWorker_DoctorRequestSW.TryExecuteWorker: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
IncidentWorker_GiantInfestation.SpawnTunnels: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
IncidentWorker_HuntingLodgeOppSW.MakeSite: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
IncidentWorker_Infestation.TryExecuteWorker: PRE: VFEI.IncidentWorker_Infestation_TryExecuteWorker_Prefix.Prefix
IncidentWorker_MakeGameConditionPurple.CanFireNowSub: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
IncidentWorker_MechanoidWarship.TryExecuteWorker: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
IncidentWorker_OrbitalTraderArrival.<>c.<TryExecuteWorker>b__2_2: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
IncidentWorker_PawnsArrive.FactionCanBeGroupSource: post: VFEAncients.HarmonyPatches.StorytellerPatches.AncientsShouldNotArrive
IncidentWorker_PsychicEmitterActivationSW.CreatePsychicEmitterSiteSW: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
IncidentWorker_PsychicEmitterActivationSW.TryExecuteWorker: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
IncidentWorker_Raid.TryExecuteWorker: PRE: VanillaStorytellersExpanded.Patch_TryExecuteWorker.Prefix, VFEI.IncidentWorker_Raid_TryExecuteWorker_Prefix.Prefix, VSEWW.IncidentWorker_Raid_TryExecuteWorker_Patch.Prefix
IncidentWorker_Raid.TryGenerateRaidInfo: PRE: VSEWW.IncidentWorker_Raid_TryGenerateRaidInfo_Patch.Prefix
IncidentWorker_RaidEnemy.ResolveRaidStrategy: post: VFECore.ResolveRaidStrategy_Patch.Postfix
IncidentWorker_RaidEnemy.TryResolveRaidFaction: PRE: VFEM.HarmonyPatches.Raid_Patches+RaidEnemyResolveFaction_Patch.Prefix post: VFEM.HarmonyPatches.Raid_Patches+RaidEnemyResolveFaction_Patch.Postfix
IncidentWorker_Raid_TryExecuteWorker_Patch.Prefix: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
IncidentWorker_Raid_TryGenerateRaidInfo_Patch.Prefix: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
IncidentWorker_ResourcePodCrash.TryExecuteWorker: TRANS: TD_Enhancement_Pack.ResourcePodCrashContents.Transpiler
IncidentWorker_RimatomicsTraderArrival.<>c.<TryExecuteWorker>b__0_0: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
IncidentWorker_STSHackFail.getTargetedSTS: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
IncidentWorker_SelfTame.Candidates: post: AnimalBehaviours.VanillaExpandedFramework_IncidentWorker_SelfTame_Candidates_Patch.Postfix
IncidentWorker_ShipCrashSW.CreateHiveShipCrashSiteSW: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
IncidentWorker_ShipCrashSW.CreateShipCrashSiteSW: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
IncidentWorker_ThrumboSightingSW.CreateThrumboSightingSiteSW: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
IncidentWorker_TowerContamination.TryExecuteWorker: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
IncidentWorker_TradeFairSW.MakeSite: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
IncidentWorker_WandererJoin.GeneratePawn: TRANS: VFECore.Patch_IncidentWorker_WandererJoin+TryExecuteWorker.Transpiler
IncidentWorker_WeaponsPodCrash.GenerateWeapons: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
InfestationCellFinder.GetScoreAt: post: Rimatomics.HarmonyPatches+Harmony_GetScoreAt.Postfix, Thumper.Patch.Postfix
InfestationUtility.SpawnJellyTunnels: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
InfestationUtility.SpawnTunnels: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
InspectGizmoGrid.DrawInspectGizmoGridFor: TRANS: AllowTool.Patches.InspectGizmoGrid_DrawInspectGizmoGridFor_Patch.RegisterReverseDesignatorCommandPair, PerformanceOptimizer.Optimization_InspectGizmoGrid_DrawInspectGizmoGridFor.InspectGizmoGrid_DrawInspectGizmoGridForTranspiler
InspectTabBase.get_TabRect: post: DubsMintMenus.HarmonyPatches.TabSizeAdjuster
InteractionSelectorService.Score: post: RJWSexperience.Ideology.RJW_Patch_DetermineSexScores.Postfix
InteractionUtility.CanReceiveInteraction: post: VanillaMemesExpanded.VanillaMemesExpanded_InteractionUtility_CanReceiveInteraction_Patch.DontInteract
InteractionWorker_RecruitAttempt.DoRecruit: PRE: PrisonLabor.HarmonyPatches.Patches_WorkSettings.Patch_ResetWorktableWhenRecruited.Prefix
InteractionWorker_RecruitAttempt.Interacted: post: VanillaMemesExpanded.VanillaMemesExpanded_InteractionWorker_RecruitAttempt_Interacted_Patch.DecreaseAnonymity TRANS: VFEAncients.HarmonyPatches.StorytellerPatches.IncreaseRecruitDifficulty
InteractionWorker_RomanceAttempt.Interacted: TRANS: AlienRace.HarmonyPatches.RomanceAttemptInteractTranspiler
InteractionWorker_RomanceAttempt.SuccessChance: post: AlienRace.HarmonyPatches.RomanceAttemptSuccessChancePostfix
ItemAvailability.ThingsAvailableAnywhere: PRE: Share_The_Load.DeliverAsMuchAsPossible.Prefix
ItemCraftTrackerWithIngredients.Trigger: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
ItemCraftTrackerWithIngredientsAlpha.Trigger: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
ItemCraftTrackerWithIngredientsFishing.Trigger: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
ItemTrackerWithQuality.PlayerHasWithQuality: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
JobDriver.CheckCurrentToilEndOrFail: PRE: PerformanceOptimizer.Optimization_ForbidUtility_IsForbidden.CheckCurrentToilEndOrFailPrefix post: PerformanceOptimizer.Optimization_ForbidUtility_IsForbidden.CheckCurrentToilEndOrFailPostfix
JobDriver.Cleanup: PRE: rjw.PATCH_JobDriver_DubsBadHygiene.cleanup_semen, rjw.PATCH_JobDriver_Loving_Cleanup.on_cleanup_driver
JobDriver.DriverTick: TRANS: Soyuz.Patches.JobDriver_DriverTick_Patch.Transpiler
JobDriver.EndJobWith: PRE: CombatPsycasts.Harmony.Patches.PatchJobDriverEndJob.Prefix
JobDriver.Notify_Starting: post: VanillaMemesExpanded.VanillaMemesExpanded_JobDriver_Notify_Starting_Patch.IfDumbSendHistoryEvent
JobDriver.SetupToils: post: OrenoPCF.HarmonyPatches.Harmony_JobDriver+JobDriver_SetupToils.VerbGiverExtended, RunAndGun.Harmony.JobDriver_SetupToils.Postfix
JobDriver_AnimalResource.GetComp: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
JobDriver_AnimalResource.GetSpecificComp: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
JobDriver_ApplyTechprint.get_TechprintComp: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
JobDriver_AttachTurret.<>c__DisplayClass2_0.<Finalize>b__0: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
JobDriver_AttackMelee.TryMakePreToilReservations: post: PeteTimesSix.SimpleSidearms.Intercepts.JobDriver_AttackMelee_TryMakePreToilReservations.Postfix
JobDriver_CarryToBioBattery.get_Pod: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
JobDriver_CarryToBiosculpterPod.get_Pod: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
JobDriver_CarryToGeneTailoringPod.get_Pod: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
JobDriver_CastAbilityOnce.<MakeNewToils>d__2.MoveNext: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
JobDriver_CastAbilityOnce.GetReport: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
JobDriver_ChangeTreeMode.<MakeNewToils>b__2_0: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
JobDriver_CleanFilth.MakeNewToils: post: CleaningSpeed.HarmonyPatches.JobDriverCleanFilth_MakeNewToils_Postfix
JobDriver_ConstructFinishFrame.MakeNewToils: post: QualityBuilder._JobDriver_ConstructFinishFrame.Postfix
JobDriver_ConvertPrisoner.MakeNewToils: post: VanillaMemesExpanded.VanillaMemesExpanded_JobDriver_ConvertPrisoner_MakeNewToils_Patch.ReduceAnonymity
JobDriver_CreateAndEnterCocoon.<EnterToil>b__0_0: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
JobDriver_CreateAndEnterDryadHolder.get_TreeComp: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
JobDriver_CreateAndEnterHealingPod.<EnterToil>b__0_0: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
JobDriver_Deconstruct.MakeNewToils: post: QualityBuilder._JobDriver_Deconstruct.Postfix
JobDriver_DeconstructBuilding.<>c__DisplayClass1_0.<MakeNewToils>b__0: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
JobDriver_DrainWater.<MakeNewToils>b__1_0: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
JobDriver_DrinkFromBasin.<MakeNewToils>b__3_2: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
JobDriver_EmptyThingContainer.<MakeNewToils>b__5_0: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
JobDriver_EnterBiosculpterPod.<>c__DisplayClass11_0.<PrepareToEnterToil>b__0: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
JobDriver_EnterBiosculpterPod.get_BiosculpterPod: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
JobDriver_EnterGeneTailoringPod.<>c__DisplayClass1_0.<MakeNewToils>b__0: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
JobDriver_EnterGeneTailoringPod.<>c__DisplayClass1_0.<MakeNewToils>b__1: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
JobDriver_EnterTransporter.get_Shuttle: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
JobDriver_EnterTransporter.get_Transporter: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
JobDriver_ExtractSkull.<MakeNewToils>b__5_1: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
JobDriver_ExtractToInventory.<MakeNewToils>b__4_0: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
JobDriver_FixBlockage.<MakeNewToils>b__5_1: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
JobDriver_FixBrokenDownBuilding.<MakeNewToils>b__8_1: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
JobDriver_Flee.MakeNewToils: post: TD_Enhancement_Pack.StopFlee.Postfix
JobDriver_FoodDeliver.MakeNewToils: post: PrisonLabor.HarmonyPatches.Patches_Food.ReserveFoodForPrisonerAfterDropping.Postfix
JobDriver_GetNeuralSupercharge.<MakeNewToils>b__2_1: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
JobDriver_Hack.MakeNewToils: post: VFEAncients.HarmonyPatches.BuildingPatches.FixHacking
JobDriver_Hack.get_CompHacking: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
JobDriver_HaulToTransporter.Notify_Starting: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
JobDriver_HaulToTransporter.get_Transporter: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
JobDriver_Hunt.MakeNewToils: post: MVCF.Harmony.Hunting.MakeNewToils
JobDriver_Ingest.MakeNewToils: post: AlphaBehavioursAndEvents.AlphaAnimals_JobDriver_Ingest_MakeNewToils_Patch.ApplyHediffIfCorpseEaten
JobDriver_IngestWeird.<>c__DisplayClass13_0.<FinalizeIngestAnything>b__0: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
JobDriver_IngestWeird.<MakeNewToils>d__8.MoveNext: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
JobDriver_InsertProcessorFirst.<>c__DisplayClass2_0.<MakeNewToils>b__1: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
JobDriver_InsertProcessorSecond.<>c__DisplayClass2_0.<MakeNewToils>b__1: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
JobDriver_InsertProcessorThird.<>c__DisplayClass2_0.<MakeNewToils>b__1: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
JobDriver_InstallRelic.<MakeNewToils>g__ReliquaryFull|5_0: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
JobDriver_LayDown.TryMakePreToilReservations: PRE: VFE.Mechanoids.HarmonyPatches.MechanoidsDoNotReserveBeds.Prefix post: VFE.Mechanoids.HarmonyPatches.MechanoidsDoNotReserveBeds.Postfix
JobDriver_LayEgg.<MakeNewToils>b__5_0: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
JobDriver_LayEgg.get_EggBoxComp: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
JobDriver_LayExplodingEgg.<MakeNewToils>b__1_0: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
JobDriver_LeaveMap.<MakeNewToils>b__1_1: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
JobDriver_LinkPsylinkable.get_Psylinkable: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
JobDriver_Lovin.GenerateRandomMinTicksToNextLovin: TRANS: AlienRace.HarmonyPatches.GenerateRandomMinTicksToNextLovinTranspiler
JobDriver_Lovin.MakeNewToils: PRE: rjw.PATCH_JobDriver_Lovin_MakeNewToils.lovin_patch_n_override
JobDriver_Maintain.<>c__DisplayClass2_0.<MakeNewToils>b__0: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
JobDriver_ManTurret.<>c__DisplayClass7_0.<MakeNewToils>b__0: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
JobDriver_ManTurret.<>c__DisplayClass7_0.<MakeNewToils>b__2: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
JobDriver_ManTurret.<>c__DisplayClass7_0.<MakeNewToils>b__3: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
JobDriver_ManTurret.FindAmmoForTurret: PRE: VFESecurity.Patch_TryFindRandomShellDef.Prefix TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
JobDriver_ManTurret.FindFuelForTurret: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
JobDriver_ManTurret.GunNeedsLoading: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
JobDriver_ManTurret.GunNeedsRefueling: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
JobDriver_MassageBreasts.<MakeNewToils>b__2_2: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
JobDriver_Mate.MakeNewToils: PRE: rjw.PATCH_JobDriver_Mate_MakeNewToils.matin_patch_n_override
JobDriver_Meditate.<MakeNewToils>b__15_3: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
JobDriver_Meditate.MeditationTick: PRE: rjw.PATCH_JobDriver_Meditate_MeditationTick.Disable_For_Nymph
JobDriver_Mend.DoBill: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
JobDriver_MergeIntoCorruptedPod.get_GaumakerPod: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
JobDriver_MergeIntoCorruptedPod.get_TreeComp: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
JobDriver_MergeIntoGaumakerPod.get_GaumakerPod: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
JobDriver_MergeIntoGaumakerPod.get_TreeComp: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
JobDriver_Milk.GetComp: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
JobDriver_MilkHuman.GetComp: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
JobDriver_Mine.MakeNewToils: post: PrisonLabor.HarmonyPatches.Patches_Work.Patch_JobDriver_Mine.Postfix
JobDriver_MineQuarry.<Collect>b__15_0: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
JobDriver_OperateDeepDrill.<>c__DisplayClass1_0.<MakeNewToils>b__0: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
JobDriver_OperateDeepDrill.<>c__DisplayClass1_0.<MakeNewToils>b__1: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
JobDriver_OperateScanner.<MakeNewToils>d__1.MoveNext: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
JobDriver_PlantSeed.<MakeNewToils>b__9_2: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
JobDriver_PlantSeed.get_PlantableComp: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
JobDriver_PlayArchery.DrawEquipmentAiming: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
JobDriver_PrepareCaravan_GatherItems.<PlaceTargetInCarrierInventory>b__27_0: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
JobDriver_PruneGauranlenTre.get_TreeConnection: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
JobDriver_RearmTrap.get_RearmableComp: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
JobDriver_Recharge.get_BedCompPowerTrader: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
JobDriver_Recharge.get_MyBuildingCompMachineChargingStation: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
JobDriver_Recharge.get_MyBuildingCompPowerTrader: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
JobDriver_RecolorApparel.<MakeNewToils>b__5_0: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
JobDriver_ReconstructorSW.Reconstruct: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
JobDriver_Recycle.DoBill: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
JobDriver_RefillWater.get_Bucket: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
JobDriver_Refuel.get_RefuelableComp: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
JobDriver_RefuelAtomic.get_RefuelableComp: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
JobDriver_Reload.<MakeNewToils>d__5.MoveNext: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
JobDriver_RemoveProduct.<>c__DisplayClass2_0.<MakeNewToils>b__1: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
JobDriver_RemoveSewage.DoEffect: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
JobDriver_RepairMachine.<>c__DisplayClass2_0.<Finalize>b__0: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
JobDriver_ReturnToGauranlenTree.get_TreeComp: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
JobDriver_RopeToPen.get_DestinationMarker: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
JobDriver_Scarify.Scarify: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
JobDriver_SetupToils.checkForAutoAttack: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
JobDriver_Sex.Orgasm: post: RJWSexperience.RJW_Patch_Orgasm.Postfix
JobDriver_SexBaseInitiator.End: PRE: C0ffee_s_RJW_Ideology_Addons.HarmonyPatch_JobDriver_SexBaseInitiator_End.Prefix
JobDriver_SexBaseInitiator.Start: PRE: RimNudeWorld.HarmonyPatch_ResolveGraphicsOnStart.Prefix, C0ffee_s_RJW_Ideology_Addons.HarmonyPatch_JobDriver_SexBaseInitiator_Start.Prefix post: RJWSexperience.RJW_Patch_LogSextype.Postfix
JobDriver_Shear.GetComp: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
JobDriver_StockpileWaterBottles.<MakeNewToils>b__4_1: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
JobDriver_StockpileWaterBottles.<MakeNewToils>b__4_2: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
JobDriver_StudyThing.get_StudyComp: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
JobDriver_SuperviseConstruction.get_Facility: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
JobDriver_SuperviseResearch.get_Facility: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
JobDriver_SustainPsychicChoke.OnEnd: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
JobDriver_TriggerSprinkler.<>c__DisplayClass4_0.<MakeNewToils>b__0: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
JobDriver_TriggerSprinkler.Notify_Starting: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
JobDriver_Unchain.<>c__DisplayClass2_0.<MakeNewToils>b__2: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
JobDriver_Unload.<MakeNewToils>d__1.MoveNext: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
JobDriver_UpgradeBuilding.<MakeNewToils>b__8_0: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
JobDriver_UseFM.stopSession: post: Dyspareunia.RJWEx_Patches.JobDriver_UseFM_stopSession
JobDriver_UseItem.<>c__DisplayClass4_0.<MakeNewToils>b__0: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
JobDriver_UseItem.<MakeNewToils>d__4.MoveNext: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
JobDriver_UseItem.Notify_Starting: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
JobDriver_UseItemOn.<>c__DisplayClass7_0.<MakeNewToils>b__1: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
JobDriver_UseQuestGiver.<>c__DisplayClass1_0.<MakeNewToils>b__0: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
JobDriver_UseSauna.UseAllHeaters: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
JobDriver_UseSauna.WatchTickAction: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
JobDriver_UseSauna.get_heater: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
JobDriver_Vomit.MakeNewToils: post: RimVore2.Patch_JobDriver_Vomit.EjectPreyViaVomit
JobDriver_WPMilk.GetComp: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
JobDriver_WPOperateDeepDrill.<>c__DisplayClass1_0.<MakeNewToils>b__0: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
JobDriver_WPOperateDeepDrill.<>c__DisplayClass1_0.<MakeNewToils>b__1: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
JobDriver_WPShear.GetComp: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
JobDriver_Wait.CheckForAutoAttack: PRE: PsiTech.Utility.AutoAttackPatch.Prefix post: AllowTool.Patches.JobDriverWait_CheckForAutoAttack_Patch.DoPartyHunting, OrenoPCF.HarmonyPatches.Harmony_JobDriverWait+JobDriverWait_CheckForAutoAttack.VerbGiverExtended TRANS: MVCF.Harmony.MiscPatches.Transpiler_JobDriver_Wait_CheckForAutoAttack
JobDriver_WatchTelevision.WatchTickAction: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
JobDriver_WatchWashingMachine.WatchTickAction: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
JobDriver_Wear.Notify_Starting: TRANS: AlienRace.HarmonyPatches.BodyReferenceTranspiler
JobDriver_Wear.TryUnequipSomething: TRANS: AlienRace.HarmonyPatches.BodyReferenceTranspiler
JobDriver_emptySepticTank.get_comp: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
JobDriver_poopOutside.<MakeNewToils>b__1_3: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
JobGiver_AIDefendPawn.TryFindShootingPosition: TRANS: VFESecurity.Patch_JobGiver_AIDefendPawn+TryFindShootingPosition.Transpiler
JobGiver_AIDefendPoint.TryFindShootingPosition: TRANS: VFESecurity.Patch_JobGiver_AIDefendPoint+TryFindShootingPosition.Transpiler
JobGiver_AIFightEnemies.TryFindShootingPosition: TRANS: VFESecurity.Patch_JobGiver_AIFightEnemies+TryFindShootingPosition.Transpiler
JobGiver_AIFightEnemy.PrimaryVerbIsIncendiary: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
JobGiver_AIOpenDoors.TryGiveJob: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
JobGiver_AnimaLinking.TryGiveJob: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
JobGiver_AttackOtherHostiles.PrimaryVerbIsIncendiary: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
JobGiver_BingeDrug.<>c__DisplayClass5_0.<BestIngestTarget>b__0: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
JobGiver_ConfigurableHostilityResponse.TryGetAttackNearbyEnemyJob: TRANS: TD_Enhancement_Pack.NotSoHostile.Transpiler, VFESecurity.Patch_JobGiver_ConfigurableHostilityResponse+TryGetAttackNearbyEnemyJob.Transpiler
JobGiver_ConfigurableHostilityResponse.TryGiveJob: PRE: [2147483647]PerformanceOptimizer.Optimization_JobGiver_ConfigurableHostilityResponse.Prefix
JobGiver_CreateAndEnterDryadHolder.TryGiveJob: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
JobGiver_DisassembleAnyNonMechBuildings.TryGiveJob: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
JobGiver_DisassembleNonMechBuildings.<>c.<TryGiveJob>b__1_3: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
JobGiver_DisassembleNonMechBuildings.<>c.<TryGiveJob>b__1_4: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
JobGiver_DisassembleNonMechBuildings.TryGiveJob: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
JobGiver_DownAllHumans.TryGiveJob: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
JobGiver_DropUnusedInventory.Drop: PRE: PeteTimesSix.SimpleSidearms.Intercepts.JobGiver_DropUnusedInventory_Drop.Prefix, [90]DubsBadHygiene.Patches.HarmonyPatches_Thirst.DropPrefix
JobGiver_GetFood.TryGiveJob: PRE: AnimalBehaviours.VanillaExpandedFramework_JobGiver_GetFood_GetPriority_Patch.StopEatingThings post: RimVore2.Patch_JobGiver_GetFood.InterceptPredatorHunting
JobGiver_GetNeuralSupercharge.<>c__DisplayClass2_0.<ClosestSupercharger>g__Validator|0: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
JobGiver_GetRest.GetPriority: TRANS: NocturnalAnimals.JobGiver_GetRest_Patch+VanillaExpandedFramework_JobGiver_GetRest_GetPriority_Patch.Transpiler
JobGiver_GetWeirdFood.TryGiveJob: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
JobGiver_Kidnap.TryGiveJob: post: RimVore2.Patch_JobGiver_Kidnap.InterceptKidnapping
JobGiver_LayEgg.<>c.<GetBestEggBox>g__GetScore|4_1: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
JobGiver_LayEgg.<>c__DisplayClass4_0.<GetBestEggBox>g__IsUsableBox|0: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
JobGiver_LayEgg.GetBestEggBox: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
JobGiver_LayEgg.TryGiveJob: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
JobGiver_LayExplodingEgg.TryGiveJob: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
JobGiver_MaintainHiveChunkSW.TryGiveJob: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
JobGiver_MaintainHives.TryGiveJob: TRANS: VFEI.JobGiver_MaintainHives_TryGiveJob_Patch.Transpiler, PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
JobGiver_ManTurrets.<>c__DisplayClass2_0.<TryGiveJob>b__0: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
JobGiver_Manhunter.TryGiveJob: post: RimVore2.Path_JobGiver_Manhunter.InterceptIdleAndVoreDownedPawns
JobGiver_Masturbate.TryGiveJob: post: RJWSexperience.RJW_Patch_Masturabte_TryGiveJob.Postfix
JobGiver_Mate.TryGiveJob: post: rjw.PATCH_JobGiver_Mate_TryGiveJob.futa_animal_partner_search_patch
JobGiver_Meditate.TryGiveJob: post: rjw.PATCH_JobGiver_Meditate_TryGiveJob.Disable_For_Nymph
JobGiver_MergeIntoGaumakerPod.TryGiveJob: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
JobGiver_MergeIntoGaumakerPodCorruptor.TryGiveJob: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
JobGiver_OptimizeApparel.ApparelScoreGain: post: AlienRace.HarmonyPatches.ApparelScoreGainPostFix TRANS: AlienRace.HarmonyPatches.BodyReferenceTranspiler
JobGiver_PickUpOpportunisticWeapon.GetWeaponScore: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
JobGiver_PickupWeapon.GetWeaponScore: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
JobGiver_PrisonerEscape.TryGiveJob: TRANS: PrisonLabor.HarmonyPatches.Patches_Escaping.Patch_EscapingPrisoner.Transpiler
JobGiver_PrisonerGetDressed.FindGarmentCoveringPart: PRE: rjw.PATCH_JobGiver_PrisonerGetDressed_FindGarmentCoveringPart.prevent_locked_apparel_conflict
JobGiver_ReactToCloseMeleeThreat.TryGiveJob: post: VFEAncients.HarmonyPatches.PreceptPatches.NoFightingInterrogator
JobGiver_Recharge.TryGiveJob: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
JobGiver_Reload.FindAnyReloadableWeapon: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
JobGiver_RetrieveWeapon.<>c__DisplayClass0_0.<TryGiveJobStatic>b__1: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
JobGiver_RetrieveWeapon.<>c__DisplayClass0_0.<TryGiveJobStatic>b__2: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
JobGiver_ReturnToGauranlenTree.TryGiveJob: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
JobGiver_ReturnToStation.TryGiveJob: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
JobGiver_ReturnToStationIdle.TryGiveJob: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
JobGiver_SatisfyChemicalNeed.DrugValidator: post: AlienRace.HarmonyPatches.DrugValidatorPostfix TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
JobGiver_TrainInTube.TryIssueJobPackage: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
JobGiver_WPArtyAIFightEnemy.PrimaryVerbIsIncendiary: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
JobGiver_WPAutoDeconstructFireTorch.TryGiveJob: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
JobGiver_WPAutoMeleeWeapon.TryGiveJob: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
JobGiver_WPAutoRangeWeapon.TryGiveJob: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
JobGiver_WPAutoWeapon.TryGiveJob: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
JobGiver_WanderInRoofedCellsInPen.ShouldSeekRoofedCells: post: VEE.JobGiver_WanderInRoofedCellsInPen_Patch.Postfix
JobGiver_Work.PawnCanUseWorkGiver: post: VFE.Mechanoids.HarmonyPatches.MechanoidsAreCapable.Postfix, VFE.Mechanoids.HarmonyPatches.JobGiver_Work_PawnCanUseWorkGiver_Patch.Postfix
JobGiver_Work_PawnCanUseWorkGiver_Patch.Postfix: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
JoyGiver_InteractBuilding.CanInteractWith: TRANS: Dubs_Skylight.GardenPatches+Patch_CanInteractWith.Transpiler, PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
JoyGiver_PracticeMartialArts.<>c__DisplayClass1_0.<TryGiveJob>b__0: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
JoyGiver_PracticeShooting.<>c__DisplayClass2_0.<TryGiveJob>b__0: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
JoyGiver_SocialRelax.TryFindChairBesideTable: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
JoyGiver_SocialRelax.TryFindChairNear: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
JoyGiver_UseSauna.CanInteractWith: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
JoyGiver_ViewArt.<>c__DisplayClass1_0.<TryGiveJob>b__0: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
JoyUtility.JoyTickCheckEnd: post: VanillaMemesExpanded.VanillaMemesExpanded_JoyUtility_JoyTickCheckEnd_Patch.InformJoyTakingPlace
KCSG_Skyfaller.SpawnThings: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
LactationUtility.ExtendLactationDuration: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
LactationUtility.HasMilkableBreasts: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
LactationUtility.isMassageable: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
LanguageDatabase.SelectLanguage: PRE: HugsLib.Patches.LanguageDatabase_Patch.ForceRestartAfterLangChange
LaserEyeBeamDraw.Setup: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
LazarusMechanitesCompSW.Tick: TRANS: Soyuz.Patches.HediffComp_Patch+HediffComp_GenHashInterval_Replacement.Transpiler
Learn_Patch.Postfix: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
LicentiaHelper.AddSexPart: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
LightEffectComp.CompPostTick: TRANS: Soyuz.Patches.HediffComp_Patch+HediffComp_GenHashInterval_Replacement.Transpiler
LightingOverlay.GlowerColorAt: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
LightingOverlay_Regenerate.Prefix: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
ListerBuildings.Add: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
ListerBuildings.ColonistsHaveBuildingWithPowerOn: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
ListerBuildings.Remove: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
ListerBuildingsRepairable.Notify_BuildingRepaired: post: MoreMechanoids.Harmony.ListerBuildingsRepairable_Patch+Notify_BuildingRepaired.Postfix
ListerHaulables.ListerHaulablesTick: TRANS: LWM.DeepStorage.Patch_ListerHaulablesTick.Transpiler
Listing_ResourceReadout.DoCategory: TRANS: DubsMintMenus.PinningSys+Patch_DoCategory.Transpiler, ItemListSelector.Patch_DoCategory1.Transpiler
Listing_ResourceReadout.DoThingDef: post: ItemListSelector.Patch_RecourceReadout.Postfix TRANS: DubsMintMenus.PinningSys+Patch_DoThingDef.Transpiler, ItemListSelector.Patch_DoCategory2.Transpiler
Listing_TreeThingFilter.DoThingDef: PRE: RecipeIcons.Patch.PatchListing_TreeThingFilter.Prefix, DubsMintMenus.HarmonyPatches+Harmony_DoThingDef.Prefix
LoadedModManager.LoadModXML: PRE: StartupImpact.Patch.LoadedModManagerLoadModXML.Prefix post: StartupImpact.Patch.LoadedModManagerLoadModXML.Postfix
LockData.get_CompAssignableToPawn: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
LockGizmo.WhereCheck: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
LockUtility.UpdateLockDesignation: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Log.Clear: post: RimVore2.Patch_Log.ClearMessageOnceCache
Log.Error: PRE: Analyzer.DebugLogenabler.ErrorPrefix, PerformanceOptimizer.Log_Error_Patch.Prefix post: Analyzer.DebugLogenabler.ErrorPostfix
LongEventHandler.LongEventsOnGUI: PRE: KCSG.LongEventHandler_Patches+LongEventsOnGUI_Prefix.Prefix
Lord.AddPawn: post: VanillaStorytellersExpanded.Patch_AddPawn.Postfix
Lord.Cleanup: PRE: VanillaStorytellersExpanded.Patch_Cleanup.Prefix
LordJob_AssaultColony.CreateGraph: post: rjw.Patches_AssaultColonyForRape.Postfix
LordJob_EscortPawn.<CreateGraph>b__8_1: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
LordJob_ExitOnShuttle.InitializeLoading: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
LordJob_Joinable_Party.get_AttendeeThought: post: VanillaMemesExpanded.VanillaMemesExpanded_LordJob_Joinable_Party_AttendeeThought_Patch.ChangeThoughtForParty
LordJob_Joinable_Party.get_OrganizerThought: post: VanillaMemesExpanded.VanillaMemesExpanded_LordJob_Joinable_Party_OrganizerThought_Patch.ChangeThoughtForPartyOrganizer
LordJob_MechanoidDefendBase.OnDefeat: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
LordJob_Ritual.AddRelicInRoomThought: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
LordToil_HiveRelated.FindClosestHive: post: VFEI.LordToil_HiveRelated_FindClosestHive_Postfix.PostFix
LordToil_PanicFlee.Init: post: VanillaMemesExpanded.VanillaMemesExpanded_LordToil_PanicFlee_Init_Patch.UndraftWhenEnemyFlees
LordToil_Siege.LordToilTick: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Machine.SpawnSetup: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Main.WorldLoaded: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
MainButtonDef.get_Icon: post: VanillaTexturesExpanded.Patch_MainButtonDef+get_Icon.Postfix
MainButtonWorker.DoButton: post: TD_Enhancement_Pack.ResearchingIndicator.Postfix TRANS: VanillaTexturesExpanded.Patch_MainButtonWorker+DoButton.Transpiler
MainButton_Toggle.<>c.<Activate>b__2_0: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
MainButtonsRoot.MainButtonsOnGUI: PRE: DubsMintMenus.HarmonyPatches+Patch_MainButtonsOnGUI.Prefix
MainMenuDrawer.DoMainMenuControls: PRE: RocketMan.MainMenuDrawer_DoMainMenuControls_Patch.Prefix
MainMenuDrawer.Init: post: CharacterEditor.CEditor.OnMainMenuInit
MainMod.WorldLoaded: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
MainTabWindow.PostOpen: post: IClearlyHaveEnough.UpdateOnArchitectOpen.Postfix
MainTabWindow_Achievements.get_APM: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
MainTabWindow_Architect.DoWindowContents: TRANS: ArchitectIcons.ArchitectIconsMod.ReplaceArchitectButton
MainTabWindow_Architect.get_RequestedTabSize: post: ArchitectIcons.ArchitectIconsMod.AddWidth
MainTabWindow_Inspect.DoInspectPaneButtons: post: TD_Enhancement_Pack.JumpToSelection.Postfix
MainTabWindow_MiniMap.DrawAllPawns: PRE: PerformanceOptimizer.Optimization_Pawn_DrawPos.EnableCache post: PerformanceOptimizer.Optimization_Pawn_DrawPos.DisableCache
MainTabWindow_MintResearch.DrawSteps: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
MainTabWindow_Research.DrawLeftRect: PRE: TechAdvancing.TA_Research_Menu_Patch.Prefix
MainTabWindow_Research.DrawResearchBenchRequirements: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
MainTabWindow_Research.DrawRightRect: TRANS: VanillaStorytellersExpanded.Patch_MainTabWindow_Research+DrawRightRect.Transpiler, AlienRace.HarmonyPatches.ResearchScreenTranspiler
MainTabWindow_Research.GetResearchBenchRequirementsScore: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
MainTabWindow_Research.ViewSize: TRANS: AlienRace.HarmonyPatches.ResearchScreenTranspiler
MainTabWindow_Rimatomics.<DrawPanel>g__Predicate|24_1: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
MainTabsRoot.HandleLowPriorityShortcuts: PRE: DubsMintMenus.HarmonyPatches+Patch_InterfaceTryActivate.Prefix
MainTabsRoot.ToggleTab: PRE: DubsMintMenus.HarmonyPatches+Patch_MainTabsRoot.Prefix
MannableUtility.MannedThing: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Map.ConstructComponents: PRE: SimpleFridge.Patch_ConstructComponents.Prefix post: HugsLib.Patches.Map_ConstructComponents_Patch.MapComponentsInitHook, [-2147483648]RocketMan.Patches.Map_ConstructComponents_Patch.Postfix
Map.ExposeData: PRE: KCSG.Map_ExposeData_Patch.Prefix
Map.FillComponents: PRE: PerformanceOptimizer.PerformanceOptimizerMod.ResetStaticData TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Map.FinalizeInit: post: HugsLib.Patches.Map_FinalizeInit_Patch.MapLoadedHook, CharacterEditor.CEditor.OnMapLoaded, PerformanceOptimizer.Map_FinalizeInit.Postfix, PrisonLabor.HarmonyPatches.Triggers+Patch_ShowNews.Postfix, [-2147483648]RocketMan.Patches.Map_FinalizeInit_Patch.Postfix
Map.MapPostTick: PRE: PrisonLabor.HarmonyPatches.Triggers+InsiprationTracker.Prefix
Map.MapUpdate: PRE: Rimatomics.Harmony_GridRegen.Prefix, DubsBadHygiene.Patches.HarmonyPatches_Plumbing.GridRegen_Prefix post: CameraPlus.Map_MapUpdate_Patch.Postfix
MapComponentInjector.<>c.<FixedUpdate>b__0_0: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
MapComponentUtility.FinalizeInit: PRE: PerformanceOptimizer.PerformanceOptimizerMod.ResetStaticData
MapComponentUtility.MapGenerated: post: HugsLib.Patches.MapComponentUtility_MapGenerated_Patch.MapGeneratedHook
MapComponent_GasDanger.GetCachedComp: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
MapComponent_IdeologicalGoodies.FinalizeInit: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
MapComponent_WindDirection.GetCachedComp: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
MapDeiniter.Deinit: PRE: PerformanceOptimizer.PerformanceOptimizerMod.ResetStaticData
MapGenerator.GenerateMap: PRE: [800]ConfigurableMaps.MapGenerator_Generate.Prefix, RocketMan.MapGenerator_Patch+GenerateMap_Patch.Prefix post: [800]ConfigurableMaps.MapGenerator_Generate.Postfix, VFECore.MapGenerator_GenerateMap_Patch.Postfix
MapGenerator_Patch.GenerateMap_Patch.Prefix: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
MapInterface.HandleMapClicks: post: PerformanceOptimizer.Optimization_UIToggle.Postfix
MapInterface.MapInterfaceOnGUI_AfterMainTabs: post: TraitRarityColors.HarmonyPatch.MapInterfaceOnGUI_AfterMainTabs_PostFix
MapInterface.MapInterfaceUpdate: post: TD_Enhancement_Pack.MapInterfaceUpdate_Patch.Postfix
MapParent.<>c__DisplayClass32_0.<GetTransportPodsFloatMenuOptions>b__1: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
MapParent.DrawExtraSelectionOverlays: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
MapParent.GetInspectString: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
MapParent.RecalculateHibernatableIncidentTargets: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
MapParent.get_MapGeneratorDef: post: KCSG.MapGeneratorDef_Patches+MapParent_MapGeneratorDef_Patch.Postfix
MapPawns.DeRegisterPawn: post: PsiTech.Utility.MapPawnDeregisterPatch.Postfix
MapPawns.PlayerEjectablePodHolder: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
MapPawns.RegisterPawn: post: PsiTech.Utility.MapPawnRegisterPatch.Postfix
MapPawns.get_AllPawns: post: KCSG.FixCaravanThreadingPatch.Postfix
MapPawns.get_AnyPawnBlockingMapRemoval: post: aRandomKiwi.DFM.MapPawns_Patch+MapPawns_get_AnyPawnBlockingMapRemoval.Listener
MarriageCeremonyUtility.Married: post: RJWSexperience.Ideology.Rimworld_Patch_Marriage.Postfix
MassUtility.Capacity: PRE: CarryCapacityFixed.CCFHarmonyPatch.CarryCapacityChange post: AnimalBehaviours.VanillaExpandedFramework_MassUtility_Capacity_Patch.MakeGigantelopesCarryMore, VFECore.MassUtility_Capacity_Patch.Postfix, VAE_Accessories.HarmonyPatches.ApparelMassCapacity, [0]VFEAncients.PowerWorker_Strong.AddCapacity
MechClusterGenerator.MechKindSuitableForCluster: post: VFEM.HarmonyPatches.MechSpawn_Patch.Postfix
MechClusterUtility.IsBuildingThreat: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
MechClusterUtility.SpawnCluster: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
MechPowerSetting.WriteSettings: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
MedicalRecipesUtility.<GetFixedPartsToApplyOn>d__5.MoveNext: TRANS: AlienRace.HarmonyPatches.BodyReferenceTranspiler
MeditationUtility.<FocusObjectsForPawnHyperlinks>d__17.MoveNext: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
MeditationUtility.<FocusSpotsInTheRoom>d__12.MoveNext: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
MeditationUtility.<GetMeditationFociAffectedByBuilding>d__22.MoveNext: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
MeditationUtility.BestFocusAt: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
MeditationUtility.DrawMeditationFociAffectedByBuildingOverlay: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
MeditationUtility.DrawMeditationSpotOverlay: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
MeditationUtility.FocusTypeAvailableExplanation: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
MemoryThoughtHandler.GetFirstMemoryOfDef: PRE: AlienRace.HarmonyPatches.ThoughtReplacementPrefix
MemoryThoughtHandler.NumMemoriesOfDef: PRE: AlienRace.HarmonyPatches.ThoughtReplacementPrefix
MemoryThoughtHandler.OldestMemoryOfDef: PRE: AlienRace.HarmonyPatches.ThoughtReplacementPrefix
MemoryThoughtHandler.RemoveMemoriesOfDef: PRE: AlienRace.HarmonyPatches.ThoughtReplacementPrefix
MemoryThoughtHandler.RemoveMemoriesOfDefIf: PRE: AlienRace.HarmonyPatches.ThoughtReplacementPrefix
MemoryThoughtHandler.RemoveMemoriesOfDefWhereOtherPawnIs: PRE: AlienRace.HarmonyPatches.ThoughtReplacementPrefix
MemoryThoughtHandler.TryGainMemory: post: VFEAncients.PowerWorker_BreakOnReject.PostMemoryAdd
MemoryThoughtHandler.TryGainMemory: PRE: AlienRace.HarmonyPatches.TryGainMemoryPrefix
MemoryUtility.ClearAllMapsAndWorld: PRE: DubsBadHygiene.Patches.HarmonyPatches+Harmony_ClearAllMapsAndWorld.Prefix, ToggleHarvest.Patch.Verse_Profile_MemoryUtility_ClearAllMapsAndWorld.Prefix, Rimatomics.HarmonyPatches+Harmony_ClearAllMapsAndWorld.Prefix, DubsMintMenus.HarmonyPatches+Patch_ClearAllMapsAndWorld.Prefix
MentalBreakWorker.BreakCanOccur: post: VanillaMemesExpanded.VanillaMemesExpanded_MentalBreakWorker_BreakCanOccur_Patch.DisableMostMentalBreaksIfPacifist
MentalBreaker.TryDoRandomMoodCausedMentalBreak: TRANS: AchievementsExpanded.AchievementHarmony.MentalBreakTriggered
MentalBreaker.get_BreakThresholdExtreme: PRE: [2147483647]PerformanceOptimizer.Optimization_MentalBreaker_BreakThresholdExtreme.Prefix post: [-2147483648]PerformanceOptimizer.Optimization_MentalBreaker_BreakThresholdExtreme.Postfix
MentalBreaker.get_BreakThresholdMajor: PRE: [2147483647]PerformanceOptimizer.Optimization_MentalBreaker_BreakThresholdMajor.Prefix post: [-2147483648]PerformanceOptimizer.Optimization_MentalBreaker_BreakThresholdMajor.Postfix
MentalBreaker.get_BreakThresholdMinor: PRE: [2147483647]PerformanceOptimizer.Optimization_MentalBreaker_BreakThresholdMinor.Prefix post: [-2147483648]PerformanceOptimizer.Optimization_MentalBreaker_BreakThresholdMinor.Postfix
MentalBreaker.get_CurrentPossibleMoodBreaks: PRE: DubsBreakMod.Harmony_CurrentPossibleMoodBreaks.Prefix
MentalState.MentalStateTick: TRANS: Soyuz.Patches.MentalBreaker_MentalStateTick_Patch.Transpiler, Soyuz.Patches.MentalState_MentalStateTick_Patch.Transpiler
MentalStateHandler.TryStartMentalState: PRE: PrisonLabor.HarmonyPatches.Patches_TreatmentTinkering.Patch_ReduceChanceForMentalBreak.Prefix post: RunAndGun.Harmony.MentalStateHandler_TryStartMentalState.Postfix
MentalStateHandler_TryStartMentalState.Postfix: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
MentalState_MurderousRage.TryFindNewTarget: PRE: VFEAncients.PowerWorker_BreakOnReject.ForceTarget
MintPawns_Gear.Projectile: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
ModBaseBurnItForFuel.<>c.<SettingsChanged>b__10_0: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
ModContentPack.LoadDefs: post: StartupImpact.Patch.ModContentPackLoadDefs.Postfix
ModContentPack.LoadPatches: PRE: StartupImpact.Patch.ModContentPackLoadPatches.Prefix post: StartupImpact.Patch.ModContentPackLoadPatches.Postfix
ModContentPack.ReloadContentInt: PRE: StartupImpact.Patch.ModContentPackReloadContentDelegate.Prefix
ModLister.RebuildModList: post: CrossPromotionModule.CrossPromotion.ModLister_RebuildModList_Postfix
ModsConfig.RestartFromChangedMods: PRE: HugsLib.Patches.ModsConfig_RestartFromChangedMods_Patch.QuickRestartInDevMode
MoodCache.DoIllness: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
MoteMaker.ThrowText: PRE: CameraPlus.MoteMaker_ThrowText_Patch.Prefix
MoteProgressBar.AnyThingWithQualityHere: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
MouseoverReadout.MouseoverReadoutOnGUI: post: DubsBadHygiene.Patches.HarmonyPatches_Fertilizer+H_MouseoverReadoutOnGUI.Postfix TRANS: TD_Enhancement_Pack.MouseoverOnTopRight.Transpiler, VEE.MouseoverReadout_Patch.Transpiler, DubsBadHygiene.Patches.HarmonyPatches_Fertilizer+H_MouseoverReadoutOnGUI.Transpiler
MusicManagerPlay.MusicUpdate: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
NanoRepair.Setup: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
NanoTechMod.<>c.<Inject>b__2_3: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
NanoTechMod.<>c.<Inject>b__2_5: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
NanoTechMod.Inject: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
NanoUtil.CreateNanoBedDefFromSupportedBed: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
NaturalLightOverlay.ShowCell: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Need.DrawOnGUI: PRE: Need_Bar_Overflow.Patch_DrawOnGUI.Prefix
Need.set_CurLevel: PRE: Need_Bar_Overflow.Patch_Need_CurLevel_Setter.Prefix
NeedOutdoors_NeedInterval.NeedInterval: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Need_Beauty.CurrentInstantBeauty: PRE: [2147483647]PerformanceOptimizer.Optimization_Need_Beauty_CurrentInstantBeauty.Prefix post: [-2147483648]PerformanceOptimizer.Optimization_Need_Beauty_CurrentInstantBeauty.Postfix
Need_Beauty.LevelFromBeauty: PRE: Need_Bar_Overflow.Patch_Need_Beauty_LevelFromBeauty.Prefix post: OpenTheWindows.NeedBeauty_LevelFromBeauty.LevelFromBeauty
Need_Chemical.set_CurLevel: PRE: Need_Bar_Overflow.Patch_Need_Chemical_CurLevel_Setter.Prefix
Need_Comfort.get_CurInstantLevel: PRE: Need_Bar_Overflow.Patch_Need_Comfort_InstantLevelGetter.Prefix
Need_Food.NeedInterval: PRE: VFEAncients.PowerWorker_Hunger.Interval
Need_Food.get_GUIChangeArrow: PRE: VFEAncients.PowerWorker_Hunger.HungerArrow
Need_Joy.GainJoy: PRE: Need_Bar_Overflow.Patch_Need_Joy_GainJoy.Prefix
Need_Joy.get_FallPerInterval: post: VFEAncients.PowerWorker_RecreationDrop.Double, VanillaMemesExpanded.VanillaMemesExpanded_Need_Joy_FallPerInterval_Patch.ModifyFallIntervalForPartyHost
Need_Joy.get_GainingJoy: post: VFEAncients.PowerWorker_Loner.GainingAlone
Need_Mood.get_CurInstantLevel: PRE: Need_Bar_Overflow.Patch_Need_Mood_InstantLevelGetter.Prefix
Need_Outdoors.NeedInterval: PRE: OpenTheWindows.NeedOutdoors_NeedInterval.Prefix TRANS: Dubs_Skylight.Patch_NeedInterval.Transpiler
Need_Power.get_ChargingStationComp: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Need_Rest.TickResting: post: Soyuz.Patches.Need_Rest_TickResting_Patch.Postfix
NewMedicalRecipesUtility.TraverseBody: post: RJW_patch_Autopsy.NewMedicalRecipesUtilityPatch.AddRjwParts, RJW_patch_Autopsy.NewMedicalRecipesUtilityPatch.AddRjwParts
NewMedicalRecipesUtility.TryGetParts: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
NextRaidInfo.ApplyModifier: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
NotifyEveryoneAreaRemoved_Patch.Postfix: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
NuclearStrike.BlastWavePawn: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
NuclearStrike.BlastWaveThing: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
NuclearStrike.StartStrike: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Nymph_Generator.set_skills: post: RJWSexperience.RJW_Patch_Nymph_set_skills.Postfix
Open_DS_Tab_On_Select.Postfix: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Operation_Empower.Success: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Operation_Empower.get_MaxPowerLevel: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Operation_RemoveWeakness.CanRunOnPawn: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
OptionListingUtility.DrawOptionListing: PRE: StartupImpact.Patch.OptionListingUtilityDrawOptionListing.Prefix
OrbitalStrike.StartStrike: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Outpost.SatisfyNeeds: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
OutputWorker_Dissect.<OutputFromIngredients>d__0.MoveNext: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
OutputWorker_Genes.<OutputFromIngredients>d__0.MoveNext: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
OverlayDrawer.DrawAllOverlays: TRANS: GasNetwork.Patches.OverlayDrawer_DrawAllOverlays.Transpiler
OverlayDrawer.RenderForbiddenRefuelOverlay: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
OverlayDrawer.RenderOutOfFuelOverlay: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
PATCH_Hediff_Pregnant_DoBirthSpawn.ProcessVanillaEggPregnancy: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
PCF_AttackTargetFinder.<>c__DisplayClass0_0.<BestAttackTarget>b__1: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
PCF_VanillaExtender.CheckForAutoAttack: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
PPC_Util.DissipateCharge: PRE: PPC_Plugin.Util_Fix.DissipateCharge
PPC_Util.HasCharge: PRE: PPC_Plugin.Util_Fix.HasCharge
Page_ConfigureStartingPawns.CanDoNext: post: AlienRace.HarmonyPatches.CanDoNextStartPawnPostfix
Page_ConfigureStartingPawns.DrawPortraitArea: post: CharacterEditor.CEditor.AddCharacterEditorButton
Page_ConfigureStartingPawns.PreOpen: post: KCSG.PrepareCarefully_Fix.Postfix
Page_CreateWorldParams.DoWindowContents: post: FactionControl.Patch_Page_CreateWorldParams_DoWindowContents.Postfix, ConfigurableMaps.Patch_Page_CreateWorldParams_DoWindowContents.Postfix
Page_ModsConfig.DoWindowContents: TRANS: CrossPromotionModule.CrossPromotion.Page_ModsConfig_DoWindowContents_Transpiler
Page_SelectScenario.BeginScenarioConfiguration: PRE: [800]FactionControl.Patch_Page_SelectScenario_BeginScenarioConfiguration.Prefix
PartSizeExtension.GetLinearScale: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
PatchCompPowerPlantWater_ForceOthersToRebuildCache.Postfix: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
PatchCompPowerPlantWater_RebuildCache.Postfix: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
PatchDisplay_Notify_ReceivedThing.Postfix: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
PatchDisplay_SectionLayer_Things_Regenerate.ThingListToDisplay: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
PatchDisplay_SpawnSetup.Postfix: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
PatchFactionMemberDied.Postfix: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
PatchFluffy.AssignableAsAllowedWithContext: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
PatchOperation.Apply: PRE: StartupImpact.Patch.PatchOperationApply.Prefix post: StartupImpact.Patch.PatchOperationApply.Postfix
PatchProjectileLaunch.Postfix: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
PatchProjectileTick.Prefix: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
PatchShortCircuits.<>c.<DoShortCircuit>b__9_0: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
PatchShortCircuits.DoShortCircuit: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
PatchShortCircuits.FuseIgnited: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Patch_AddPawn.Postfix: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Patch_ArmorUtility.ApplyArmor.ShieldUseDeflectMetalEffect: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Patch_BuildingDestroy.Prefix: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Patch_Building_DeSpawn_For_Building_Storage.Prefix: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Patch_Building_TurretGun.DrawExtraSelectionOverlays.Postfix: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Patch_Building_TurretGun.OrderAttack.Postfix: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Patch_Building_TurretGun.TryStartShootSomething.Prefix: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Patch_Cleanup.Prefix: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Patch_CoverUtility.CalculateCoverGiverSet.Postfix: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Patch_CoverUtility.CalculateOverallBlockChance.Postfix: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Patch_DoShortCircuit.Prefix: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Patch_DrugPolicy.ExposeData.<>c.<Prefix>b__0_0: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Patch_DrugPolicy.ExposeData.<>c.<Prefix>b__0_1: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Patch_End.Prefix: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Patch_EscapingPrisoner.IsReadyToEscape: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Patch_Execute.Prefix: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Patch_FloatMenuMakerMap.AddHumanlikeOrders_Fix.CanEquip: PRE: VFEAncients.PowerWorker_Strong.ForceCanEquip
Patch_FloatMenuMakerMap.AddHumanlikeOrders_Fix.Postfix: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Patch_GameComponentUtility.LoadedGame.Validator: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Patch_GameGlowAt.Postfix: PRE: OpenTheWindows.HarmonyPatcher.Patch_Inhibitor_Prefix
Patch_GenUI_ThingsUnderMouse.SortForDeepStorage: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Patch_HaulToCellStorageJob.NullOrLastThingAt: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Patch_IsDefeated.Postfix: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Patch_Kill.ShouldTriggerReinforcements: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Patch_NoStorageBlockersIn.Prefix: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Patch_PawnUtility.Process_Child_HatchOrBirth: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Patch_Pawn_ApparelTracker.TryDrop_Patch.Postfix: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Patch_Pawn_EquipmentTracker_DropAllEquipment.Prefix: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Patch_Pawn_HealthTracker_HealthTick.Postfix: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Patch_Pawn_HealthTracker_MakeDowned.Prefix: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Patch_Pawn_HealthTracker_MakeUndowned.Postfix: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Patch_Pawn_InventoryTracker_DropAllNearPawn.Prefix: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Patch_PlaceHauledThingInCell_Toil.<>c__DisplayClass0_0.<Postfix>b__0: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Patch_SectionLayer_LightingOverlay_Regenerate.Postfix: PRE: OpenTheWindows.HarmonyPatcher.Patch_Inhibitor_Prefix TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Patch_SectionLayer_LightingOverlay_Regenerate.Prefix: PRE: OpenTheWindows.HarmonyPatcher.Patch_Inhibitor_Prefix TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Patch_StartCarryThing_Delegate.FillThisStackIfAble: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Patch_TantrumMentalStateUtility_CanSmash.AfterCanSmash: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Patch_TerrainGrid.CanRemoveTopLayerAt.Postfix: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Patch_ThoughtWorker_PsychicDrone.CurrentStateInternal.Postfix: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Patch_Tornado.CellImmuneToDamage.Postfix: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Patch_TryExecuteWorker.Prefix: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Patch_TryFindBestBetterStoreCellFor.OverCapacity: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Patch_TryFindRandomShellDef.Prefix: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Patch_TryFindRandomShellDef.RetrieveParentSettings: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Patch_TryPlaceDirect.Postfix: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Patch_TurretGun.BurstCooldownTime_RapidFire_Postfix: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Patch_Verb_Shoot.TryStartCastOn_RapidFire_Prefix: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Patch_WorkGiver_Refuel.CanRefuel: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Patch_WorldObjectsHolder.Remove.Postfix: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
PatcherDrawPanelReadout.GetPresentOnMap: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
PatcherMouseAttachment.GetPresentOnMap: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
PathFinder.FindPath: TRANS: VFESecurity.Patch_PathFinder+FindPath.Transpiler
PathFinder.GetBuildingCost: post: OpenTheWindows.PathFinder_GetBuildingCost.Postfix
PathGrid.CalculatedCostAt: post: GasNetwork.HarmonyPatches.PathGrid.Postfix, OpenTheWindows.PathGrid_CalculatedCostAt.Postfix TRANS: [800]VFESecurity.Patch_PathGrid+CalculatedCostAt.Transpiler
Pawn.<GetDisabledWorkTypes>g__FillList|260_0: PRE: VanillaApparelExpanded.Pawn_GetDisabledWorkTypes_Patch.Prefix post: VFEAncients.HarmonyPatches.PowerPatches.AddDisabledWorkTypes
Pawn.ChangeKind: PRE: AlienRace.HarmonyPatches.ChangeKindPrefix
Pawn.DeSpawn: PRE: ImprovedWorkbenches.Detours.Pawn_DeSpawn_Detour.Prefix post: VFEAncients.HarmonyPatches.PhasingPatches.Despawn_Postfix, MVCF.Harmony.IndependentVerbs.Postfix_Pawn_DeSpawn
Pawn.Destroy: PRE: RimVore2.RV2_Patch_Pawn_Destroy.RV2_PredatorDestroyHook post: [2147483647]RocketMan.Patches.Pawn_Notify_Dirty+Pawn_Dirty.Postfix
Pawn.DrawAt: post: MVCF.Harmony.MiscPatches.Postfix_Pawn_DrawAt
Pawn.DropAndForbidEverything: PRE: aRandomKiwi.DFM.Pawn_Patch+DropAndForbidEverything.Listener
Pawn.ExposeData: post: VFEAncients.Pawn_PowerTracker.Save, VFEAncients.HarmonyPatches.MetaMorphPatches.SaveMetamorphed, PrisonLabor.HarmonyPatches.Patches_RenamingPrisoners.Patch_RenamePrisoners+SaveOldName.Postfix
Pawn.GetGizmos: post: AllowTool.Patches.Pawn_GetGizmos_Patch.InsertPartyHuntGizmo, TD_Enhancement_Pack.StopGizmo.Postfix, PeteTimesSix.SimpleSidearms.Intercepts.Pawn_GetGizmos_Postfix.Postfix, VFEAncients.HarmonyPatches.AbilityPatches.AddGizmos, MVCF.Harmony.Gizmos.Pawn_GetGizmos_Postfix, VanillaWeaponsExpandedLaser.HarmonyPatches.VWEL_Pawn_GetGizmos_WeaponGizmoGetter_Patch.GetGizmos_PostFix, AnimalBehaviours.Pawn_GetGizmos_Patch.Postfix, RimVore2.RV2_Patch_UI_Widget_GetGizmos.RV2_Vore_Gizmo, RJWSexperience.Pawn_GetGizmos.Postfix, CONN.PatchHediffGizmos.Postfix, PsiTech.Utility.PawnGizmosPatch.Postfix, RunAndGun.Harmony.Pawn_DraftController_GetGizmos_Patch.Postfix, [101]rjw.submit_button.add_button, [100]rjw.disable_Gizmos.NonHero_disable_gizmos, [99]rjw.Patch_AddSexGizmo.AddSexGizmo, [99]rjw.Rjw_buttons.add_designation_box, [99]rjw.Patch_AddGizmo.AddSemen_test
Pawn.Kill: PRE: AchievementsExpanded.AchievementHarmony.KillPawn, VanillaStorytellersExpanded.Patch_Kill.Prefix, RimVore2.RV2_Patch_Pawn_Kill.RV2_PredatorKillHook, VFE_Settlers.Utilities.Harmony+PawnKill_Patch.PreFix, VAE_Accessories.HarmonyPatches.BeltsOnDeath post: AllowTool.Patches.Pawn_Kill_Patch.UnforbidDraftedHuntBody, VFE.Mechanoids.HarmonyPatches.MachinesDie.Postfix, Rimatomics.HarmonyPatches+Harmony_Pawn_Kill.Postfix, TechAdvancing.TA_OnKill_Event.Postfix TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Pawn.Notify_BulletImpactNearby: post: [2147483647]RocketMan.Patches.Pawn_Notify_Dirty+Pawn_Dirty.Postfix
Pawn.Notify_Teleported: post: [2147483647]RocketMan.Patches.Pawn_Notify_Dirty+Pawn_Dirty.Postfix
Pawn.PreApplyDamage: PRE: PsiTech.Utility.PawnPreApplyDamagePatch.Prefix, VFEMedieval.Patch_Pawn+PreApplyDamage.Prefix, CyberNet.HarmonyPatches.PawnDodgePatch.Prefix post: VFEAncients.PowerWorker_Blunt.SurfaceOnly
Pawn.SetFaction: PRE: TechAdvancing.TA_OnNewPawn_Event.Prefix post: VFECore.Patch_Pawn+SetFaction.Postfix, AlienRace.HarmonyPatches.SetFactionPostfix, TechAdvancing.TA_PostOnNewPawn_Event.Postfix
Pawn.SpawnSetup: post: VFEAncients.HarmonyPatches.PhasingPatches.CheckPhasing, MVCF.Harmony.IndependentVerbs.Postfix_Pawn_SpawnSetup, ImprovedWorkbenches.Detours.Pawn_SpawnSetup_Detour.Postfix
Pawn.Tick: post: RimVore2.RV2_Patch_Pawn_Tick.RV2_PredatorTick TRANS: Soyuz.Patches.Pawn_Tick_Patch.Transpiler
Pawn.TickRare: post: SirRandoo.MSF.Patches.PawnTickRare.TickRare, RimVore2.RV2_Patch_Pawn_Tick_Rare.RV2_PredatorTickRare, VFE_Settlers.Utilities.Harmony+PawnTickRare_Patch.PostFix
Pawn.TicksPerMove: post: RunAndGun.Harmony.Pawn_TicksPerMove.Postfix TRANS: PrisonLabor.HarmonyPatches.Patches_Restraints.Patch_RestrainsPatch.Transpiler
Pawn.TryGetAttackVerb: PRE: MVCF.Harmony.Pawn_TryGetAttackVerb.Prefix post: MVCF.Harmony.Pawn_TryGetAttackVerb.Postfix, VFECore.Abilities.TryGetAttackVerb_Patch.Postfix
Pawn.get_CombinedDisabledWorkTags: post: VFEAncients.HarmonyPatches.PowerPatches.DisableWork
Pawn.get_DrawPos: PRE: [2147483647]PerformanceOptimizer.Optimization_Pawn_DrawPos.Prefix post: [-2147483648]PerformanceOptimizer.Optimization_Pawn_DrawPos.Postfix
Pawn.get_HealthScale: PRE: VFEAncients.HarmonyPatches.MetaMorphPatches.MetaMorphHealth post: VSEWW.Pawn_HealthScale_Patch.Postfix
Pawn.get_IsColonistPlayerControlled: post: AnimalBehaviours.VanillaExpandedFramework_Pawn_IsColonistPlayerControlled_Patch.AddAnimalAsColonist
Pawn.get_LabelNoCount: PRE: [2147483647]PerformanceOptimizer.Optimization_Pawn_LabelCache.LabelNoCountCachePrefix post: [-2147483648]PerformanceOptimizer.Optimization_Pawn_LabelCache.LabelNoCountCachePostfix
Pawn.get_LabelShort: PRE: [2147483647]PerformanceOptimizer.Optimization_Pawn_LabelCache.LabelShortCachePrefix post: [-2147483648]PerformanceOptimizer.Optimization_Pawn_LabelCache.LabelShortCachePostfix
Pawn.get_VerbProperties: PRE: VFEAncients.HarmonyPatches.MetaMorphPatches.MetaMorphAttacks
PawnAddictionHediffsGenerator.<>c.<GenerateAddictionsAndTolerancesFor>b__4_0: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
PawnAddictionHediffsGenerator.<>c__DisplayClass6_0.<PossibleWithTechLevel>b__0: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
PawnAddictionHediffsGenerator.DoIngestionOutcomeDoers: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
PawnApparelGenerator.GenerateStartingApparelFor: PRE: AlienRace.HarmonyPatches.GenerateStartingApparelForPrefix post: VFECore.Patch_PawnApparelGenerator+PossibleApparelSet+GenerateStartingApparelFor.Postfix, AlienRace.HarmonyPatches.GenerateStartingApparelForPostfix TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
PawnApparelGenerator.GenerateWorkingPossibleApparelSetFor: TRANS: AlienRace.HarmonyPatches.BodyReferenceTranspiler
PawnApparelGenerator.PossibleApparelSet.CoatButNoShirt: TRANS: VFECore.Patch_PawnApparelGenerator+PossibleApparelSet+manual_CoatButNoShirt.Transpiler
PawnApparelGenerator.PossibleApparelSet.GiveToPawn: TRANS: AlienRace.HarmonyPatches.BodyReferenceTranspiler
PawnApparelGenerator.PostProcessApparel: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
PawnArrivalModeWorker_GigalocustSwarm.Arrive: post: VanillaStorytellersExpanded.RaidPatches.RaidGroupChecker
PawnAttackGizmoUtility.AtLeastOneSelectedColonistHasNoWeapon: PRE: AnimalWeaponPatch.HarmonyPatches.AtLeastOneSelectedColonistHasNoWeapon_Prefix
PawnAttackGizmoUtility.AtLeastOneSelectedColonistHasRangedWeapon: PRE: AnimalWeaponPatch.HarmonyPatches.AtLeastOneSelectedColonistHasRangedWeapon_Prefix
PawnAttackGizmoUtility.GetAttackGizmos: post: MVCF.Harmony.Gizmos.GetAttackGizmos_Postfix
PawnAttackGizmoUtility.GetMeleeAttackGizmo: PRE: AnimalWeaponPatch.HarmonyPatches.GetMeleeAttackGizmo_Prefix
PawnBioAndNameGenerator.FillBackstorySlotShuffled: PRE: AlienRace.HarmonyPatches.FillBackstoryInSlotShuffledPrefix TRANS: AlienRace.HarmonyPatches.FillBackstoryInSlotShuffledTranspiler
PawnBioAndNameGenerator.GeneratePawnName: PRE: AlienRace.HarmonyPatches.GeneratePawnNamePrefix
PawnBioAndNameGenerator.GiveAppropriateBioAndNameTo: post: AlienRace.HarmonyPatches.GiveAppropriateBioAndNameToPostfix
PawnBioAndNameGenerator.GiveShuffledBioTo: TRANS: AlienRace.HarmonyPatches.MinAgeForAdulthood
PawnBioAndNameGenerator.TryGetRandomUnusedSolidBioFor: post: AlienRace.HarmonyPatches.TryGetRandomUnusedSolidBioForPostfix
PawnBioAndNameGenerator.TryGiveSolidBioTo: TRANS: AlienRace.HarmonyPatches.MinAgeForAdulthood
PawnCacheRenderer.RenderPawn: PRE: DubsBadHygiene.Patches.HarmonyPatches+H_RenderPawn.Prefix, AlienRace.HarmonyPatches.CacheRenderPawnPrefix
PawnCapacityUtility.CalculateCapacityLevel: post: VFECore.PawnCapacityUtility_CalculateCapacityLevel.Postfix, PsiTech.Utility.PawnCapacityPatch.Postfix TRANS: RimVore2.Patch_PawnCapacityUtility.InjectQuirkCapModModifiers
PawnCapacityUtility.CalculateLimbEfficiency: TRANS: AlienRace.HarmonyPatches.BodyReferenceTranspiler
PawnCapacityUtility.CalculatePartEfficiency: TRANS: EBF.Transpilations.Transpiler_PawnCapacity_Calculate.Transpiler
PawnCapacityUtility.CalculateTagEfficiency: TRANS: AlienRace.HarmonyPatches.BodyReferenceTranspiler
PawnCapacityUtility.CapacityImpactorBodyPartHealth.Readable: PRE: EBF.Patches.PreFix_PawnCapUtil_BodyPartHealth.PreFix
PawnCapacityWorker_BloodFiltration.CalculateCapacityLevel: TRANS: AlienRace.HarmonyPatches.BodyReferenceTranspiler
PawnCollisionTweenerUtility.PawnCollisionPosOffsetFor: PRE: [2147483647]PerformanceOptimizer.Optimization_PawnCollisionPosOffsetFor.Prefix post: [-2147483648]PerformanceOptimizer.Optimization_PawnCollisionPosOffsetFor.Postfix
PawnColumnWorker_AllowedArea.DoCell: post: PrisonLabor.HarmonyPatches.Patches_WorkSettings.EnableAreaRestrictionsForPrisoners.Postfix
PawnColumnWorker_Label.DoCell: PRE: TD_Enhancement_Pack.LabelAddSelection.Prefix, PrisonLabor.HarmonyPatches.Patches_GUI.GUI_WorkTab.ChangeWorkTabPrisonerLabelColor.Prefix post: TD_Enhancement_Pack.LabelAddSelection.Postfix TRANS: TD_Enhancement_Pack.LabelAddSelection.Transpiler
PawnColumnWorker_Pregnant.GetIconFor: post: rjw.PawnColumnWorker_Patch_Icon.Postfix
PawnColumnWorker_Pregnant.GetTooltipText: PRE: rjw.PawnColumnWorker_Patch_Tooltip.Prefix
PawnColumnWorker_WPAutoEquipMeleeWeapon.GetValue: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
PawnColumnWorker_WPAutoEquipMeleeWeapon.HasCheckbox: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
PawnColumnWorker_WPAutoEquipMeleeWeapon.SetValue: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
PawnColumnWorker_WPAutoEquipRangeWeapon.GetValue: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
PawnColumnWorker_WPAutoEquipRangeWeapon.HasCheckbox: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
PawnColumnWorker_WPAutoEquipRangeWeapon.SetValue: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
PawnColumnWorker_WPCanCarryWeapon.GetValue: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
PawnColumnWorker_WPCanCarryWeapon.HasCheckbox: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
PawnColumnWorker_WPCanCarryWeapon.SetValue: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
PawnColumnWorker_WPCanUpgradeWeapon.GetValue: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
PawnColumnWorker_WPCanUpgradeWeapon.HasCheckbox: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
PawnColumnWorker_WPCanUpgradeWeapon.SetValue: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
PawnColumnWorker_WPEquipWeapon.CanAssignWeapon: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
PawnColumnWorker_WPEquipWeapon.DoCell: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
PawnComponentsUtility.AddAndRemoveDynamicComponents: PRE: AnimalWeaponPatch.HarmonyPatches.AddAndRemoveDynamicComponents_Prefix post: AnimalBehaviours.VanillaExpandedFramework_PawnComponentsUtility_AddAndRemoveDynamicComponents_Patch.AddDraftability
PawnComponentsUtility.CreateInitialComponents: PRE: SpawnersandDrones.AddFields.Prefix, AnimalWeaponPatch.HarmonyPatches.CreateInitialComponents_Prefix
PawnDesignations_Breedee.UpdateCanDesignateBreeding: post: RJWSexperience.Ideology.RJW_Patch_UpdateCanDesignateBreeding.Postfix
PawnDesignations_Comfort.UpdateCanDesignateComfort: post: RJWSexperience.Ideology.RJW_PatchUpdateCanDesignateComfort.Postfix
PawnDiedOrDownedThoughtsUtility.AppendThoughts_ForHumanlike: TRANS: VFEAncients.PowerWorker_BreakOnKilled.InjectOnKilled
PawnExtensions.GetOriginMap: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
PawnExtensions.HasOriginMap: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
PawnExtensions.SetOriginMap: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
PawnGen_Patch.Postfix: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
PawnGenerator.AddBlindness: TRANS: AlienRace.HarmonyPatches.BodyReferenceTranspiler
PawnGenerator.GenerateBodyType: post: AlienRace.HarmonyPatches.GenerateBodyTypePostfix
PawnGenerator.GenerateGearFor: post: PeteTimesSix.SimpleSidearms.Intercepts.PawnGenerator_GenerateGearFor_Postfix.GenerateGearFor, VFECore.Patch_PawnGenerator+GenerateGearFor.Postfix, AlienRace.HarmonyPatches.GenerateGearForPostfix
PawnGenerator.GenerateInitialHediffs: post: AlienRace.HarmonyPatches.GenerateInitialHediffsPostfix, OrenoMSE.Harmony2.Harmony_PawnGenerator+PawnGenerator_GenerateInitialHediffs.Postfix
PawnGenerator.GenerateNewPawnInternal: PRE: rjw.Patch_PawnGenerator.Generate_Nymph post: VFECore.Abilities.PawnGen_Patch.Postfix, rjw.Patch_PawnGenerator.Fix_Nymph, rjw.Patch_PawnGenerator.Sexualize_GenerateNewPawnInternal, rjw.Patch_PawnGenerator.Fix_Newborn_styles
PawnGenerator.GeneratePawn: PRE: AlienRace.HarmonyPatches.GeneratePawnPrefix post: RimVore2.RV2_Patch_GeneratePawn.RV2_CallSpawnWithHediffGivers, RimVore2.RV2_Patch_GeneratePawn.RV2_EnforceGenitalsForRV2Backstory, RJWSexperience.Rimworld_Patch_GeneratePawn.Postfix, PsiTech.Utility.PsiPawnGenerationPatch.Postfix
PawnGenerator.GeneratePawnRelations: PRE: AlienRace.HarmonyPatches.GeneratePawnRelationsPrefix
PawnGenerator.GenerateRandomAge: PRE: AlienRace.HarmonyPatches.GenerateRandomAgePrefix
PawnGenerator.GenerateTraits: post: AlienRace.HarmonyPatches.GenerateTraitsPostfix TRANS: AlienRace.HarmonyPatches.GenerateTraitsTranspiler
PawnGenerator.PostProcessGeneratedGear: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
PawnGenerator.TryGenerateNewPawnInternal: post: VFEAncients.HarmonyPatches.PowerPatches.AddPowers TRANS: AlienRace.HarmonyPatches.TryGenerateNewPawnTranspiler
PawnGraphicSet.BeardMatAt: PRE: VFECore.PawnGraphicSet_BeardMatAt_Patch.Prefix
PawnGraphicSet.HairMatAt: PRE: VFECore.PawnGraphicSet_HairMatAt_Patch.Prefix
PawnGraphicSet.HeadMatAt: PRE: VFECore.PawnGraphicSet_HeadMatAt_Patch.Prefix
PawnGraphicSet.MatsBodyBaseAt: TRANS: VFECore.Patch_PawnGraphicSet_MatsBodyBaseAt_Transpiler.Transpiler, CarnivorousPlants.Patches.Patch_PawnGraphicSet.AddVoreStatusToMaterialHas, CarnivorousPlants.Patches.Patch_PawnGraphicSet.InterceptNakedTextureWithVoreTextureIfVoring
PawnGraphicSet.ResolveAllGraphics: PRE: VFEAncients.HarmonyPatches.MetaMorphPatches.MetamorphedGraphics, AlienRace.HarmonyPatches.ResolveAllGraphicsPrefix post: VFECore.Patch_PawnGraphicSet+ResolveAllGraphics.Postfix, RimNudeWorld.HarmonyPatch_SwapBodyGraphicForRJW.Postfix
PawnGraphicSet.ResolveApparelGraphics: post: VFECore.Patch_PawnGraphicSet_ResolveApparelGraphics_Patch.Postfix TRANS: rjwex.ResolveApparelGraphics_Patch.Transpiler
PawnGroupMaker.CanGenerateFrom: post: VFEM.HarmonyPatches.Raid_Patches+GetRandomPawnGroupMaker_Patch.Postfix
PawnGroupMakerUtility.<>c__DisplayClass11_0.<TryGetRandomFactionForCombatPawnGroup>b__0: PRE: VFEM.HarmonyPatches.Raid_Patches+FactionForCombatGroup_Patch.Prefix
PawnInventoryGenerator.<>c__DisplayClass2_1.<GiveDrugsIfAddicted>b__0: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
PawnInventoryGenerator.<>c__DisplayClass3_0.<GiveCombatEnhancingDrugs>b__0: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
PawnInventoryGenerator.GiveCombatEnhancingDrugs: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
PawnKindDef.<ConfigErrors>d__99.MoveNext: TRANS: AlienRace.HarmonyPatches.BodyReferenceTranspiler
PawnPsiCard.<>c__DisplayClass74_0.<DrawAbilitySlot>g__Remove|0: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
PawnPsiCard.<>c__DisplayClass75_0.<GenerateAbilityOption>b__0: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
PawnPsiCard.DrawPsiCard: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
PawnRelationDef.GetGenderSpecificLabel: PRE: AlienRace.HarmonyPatches.GetGenderSpecificLabelPrefix
PawnRelationWorker_Child.GenerationChance: post: AlienRace.HarmonyPatches.GenerationChanceChildPostfix
PawnRelationWorker_ExLover.GenerationChance: post: AlienRace.HarmonyPatches.GenerationChanceExLoverPostfix
PawnRelationWorker_ExSpouse.GenerationChance: post: AlienRace.HarmonyPatches.GenerationChanceExSpousePostfix
PawnRelationWorker_Fiance.GenerationChance: post: AlienRace.HarmonyPatches.GenerationChanceFiancePostfix
PawnRelationWorker_Lover.GenerationChance: post: AlienRace.HarmonyPatches.GenerationChanceLoverPostfix
PawnRelationWorker_Parent.GenerationChance: post: AlienRace.HarmonyPatches.GenerationChanceParentPostfix
PawnRelationWorker_Sibling.GenerationChance: post: AlienRace.HarmonyPatches.GenerationChanceSiblingPostfix
PawnRelationWorker_Spouse.GenerationChance: post: AlienRace.HarmonyPatches.GenerationChanceSpousePostfix
PawnRenderer.<DrawHeadHair>g__DrawApparel|39_0: TRANS: VFECore.Patch_DrawHeadHair_DrawApparel_Transpiler.Transpiler, AlienRace.HarmonyPatches.DrawHeadHairApparelTranspiler
PawnRenderer.BaseHeadOffsetAt: post: AlienRace.HarmonyPatches.BaseHeadOffsetAtPostfix TRANS: AlienRace.HarmonyPatches.BaseHeadOffsetAtTranspiler
PawnRenderer.BodyAngle: post: DubsBadHygiene.Patches.HarmonyPatches+H_BodyAngle.Postfix TRANS: AlienRace.HarmonyPatches.PostureTranspiler
PawnRenderer.CarryWeaponOpenly: post: PeteTimesSix.SimpleSidearms.Intercepts.PawnRenderer_CarryWeaponOpenly_Postfix.CarryWeaponOpenly, VFE.Mechanoids.HarmonyPatches.MobileTurretsShowTurrets.Postfix
PawnRenderer.DrawBodyApparel: TRANS: VFECore.Harmony_PawnRenderer_DrawBodyApparel.Transpiler
PawnRenderer.DrawEquipment: PRE: [800]VFEMedieval.DrawEquipment_Patch.Prefix
PawnRenderer.DrawEquipmentAiming: PRE: CompOversizedWeapon.HarmonyCompOversizedWeapon.DrawEquipmentAimingPreFix, VanillaWeaponsExpandedLaser.HarmonyPatches.CYA_PawnRenderer_Draw_EquipmentAiming_GunDrawing_Patch.Prefix, VFE.Mechanoids.HarmonyPatches.RenderTurretCentered.Prefix post: VFE.Mechanoids.HarmonyPatches.RenderTurretCentered.Postfix TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
PawnRenderer.DrawHeadHair: TRANS: AlienRace.HarmonyPatches.DrawHeadHairTranspiler
PawnRenderer.DrawPawnBody: TRANS: VFECore.Patch_PawnRenderer_DrawPawnBody_Transpiler.Transpiler, AlienRace.HarmonyPatches.DrawPawnBodyTranspiler
PawnRenderer.GetBlitMeshUpdatedFrame: PRE: DubsBadHygiene.Patches.HarmonyPatches+H_GetBlitMeshUpdatedFrame.Prefix
PawnRenderer.GetBodyPos: post: DubsBadHygiene.Patches.HarmonyPatches+H_GetBodyPos.Postfix, VFECore.PawnRenderer_GetBodyPos_Patch.Postfix
PawnRenderer.LayingFacing: TRANS: AlienRace.HarmonyPatches.PostureTranspiler
PawnRenderer.RenderCache: PRE: VFEAncients.HarmonyPatches.MetaMorphPatches.CheckMetaMorphForDrawPortrait TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
PawnRenderer.RenderPawnAt: PRE: [10000]CameraPlus.PawnRenderer_RenderPawnAt_Patch.Prefix, CarnivorousPlants.Patch_PawnRenderer.ApplyDrawOffsetToPawns post: [10000]CameraPlus.PawnRenderer_RenderPawnAt_Patch.Postfix TRANS: VFEAncients.HarmonyPatches.MetaMorphPatches.InsertCheckMetaMorphForDraw, VFECore.Patch_RenderPawnAt.Transpiler, PawnRenderPatchForHD.PawnRenderPatch_RenderPawnAt_Patch.Transpiler, AlienRace.HarmonyPatches.PostureTranspiler
PawnRenderer.RenderPawnInternal: PRE: rjwex.PawnRendererRenderInternal_Pathch.Prefix post: RimNudeWorld.HarmonyPatch_AddBodyGraphicForRJW.Postfix TRANS: AlienRace.HarmonyPatches.RenderPawnInternalTranspiler
PawnShieldGenerator.<>c.<Reset>b__2_0: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
PawnShieldGenerator.TryGenerateShieldFor: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
PawnSidearmsGenerator.TryGenerateSidearmFor: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
PawnStatusEffecters.EffectersTick: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
PawnStyleItemChooser.TotalStyleItemLikelihood: post: AlienRace.HarmonyPatches.TotalStyleItemLikelihoodPostfix
PawnStyleItemChooser.WantsToUseStyle: PRE: AlienRace.HarmonyPatches.WantsToUseStylePrefix post: AlienRace.HarmonyPatches.WantsToUseStylePostfix
PawnTable.PawnTableOnGUI: PRE: TD_Enhancement_Pack.PawnTableAddSelection.Prefix post: TD_Enhancement_Pack.PawnTableAddSelection.Postfix
PawnTextureAtlas..ctor: TRANS: AlienRace.HarmonyPatches.PawnTextureAtlasConstructorTranspiler
PawnTextureAtlas.<>c.<.ctor>b__12_0: TRANS: AlienRace.HarmonyPatches.PawnTextureAtlasConstructorFuncTranspiler
PawnTextureAtlas.TryGetFrameSet: TRANS: AlienRace.HarmonyPatches.PawnTextureAtlasGetFrameSetTranspiler
PawnUIOverlay.DrawPawnGUIOverlay: PRE: [10000]CameraPlus.PawnUIOverlay_DrawPawnGUIOverlay_Patch.Prefix, VanillaApparelExpanded.VAE_PawnUIOverlay_Patch.GhillieException TRANS: CameraPlus.PawnUIOverlay_DrawPawnGUIOverlay_Patch.Transpiler
PawnUtility.FertileMateTarget: PRE: rjw.PATCH_PawnUtility_FertileMateTarget.Prefix post: rjw.PATCH_PawnUtility_FertileMateTarget.Postfix TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
PawnUtility.GetAvoidGrid: post: [0]AntimatterAnnihilation.Patches.Patch_AvoidGrid.Postfix
PawnUtility.IsBiologicallyBlind: post: PsiTech.Utility.BlindThoughtPatch.Postfix
PawnUtility.IsFighting: post: AlphaBehavioursAndEvents.AlphaAnimals_PawnUtility_IsFighting_Patch.DisableBlackHive
PawnUtility.IsInvisible: PRE: [2147483647]PerformanceOptimizer.Optimization_PawnUtility_IsInvisible.Prefix post: [-2147483648]PerformanceOptimizer.Optimization_PawnUtility_IsInvisible.Postfix TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
PawnUtility.IsTeetotaler: PRE: [2147483647]PerformanceOptimizer.Optimization_PawnUtility_IsTeetotaler.Prefix post: [-2147483648]PerformanceOptimizer.Optimization_PawnUtility_IsTeetotaler.Postfix
PawnUtility.Mated: PRE: AnimalBehaviours.PawnUtility_Mated+VanillaExpandedFramework_PawnUtility_Mated_Patch.Prefix TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
PawnUtility.PawnNotHaveActiveCondimentAsFood: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
PawnUtility.TrySpawnHatchedOrBornPawn: post: rjw.Patch_PawnUtility.Process_Child_HatchOrBirth, RimVore2.Patch_PawnUtility.InterceptBirthOfVoredPawn
PawnUtility.WillSoonHaveBasicNeed: post: DubsBadHygiene.Patches.HarmonyPatches+Patch_WillSoonHaveBasicNeed.Postfix
PawnUtility_Mated.VanillaExpandedFramework_PawnUtility_Mated_Patch.Prefix: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
PawnVerbGizmoUtility.<GetGizmosForVerb>d__1.MoveNext: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
PawnWeaponGenerator.TryGenerateWeaponFor: PRE: AnimalWeaponPatch.HarmonyPatches.TryGenerateWeaponFor_Prefix, AlienRace.HarmonyPatches.TryGenerateWeaponForPrefix post: AlienRace.HarmonyPatches.TryGenerateWeaponForPostfix TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
PawnWoundDrawer.<WriteCache>g__CalcAnchorData|16_3: post: AlienRace.HarmonyPatches.CalcAnchorDataPostfix
PawnWoundDrawer.<WriteCache>g__FindAnchors|16_1: post: AlienRace.HarmonyPatches.FindAnchorsPostfix
PawnWoundDrawer.RenderOverBody: PRE: AlienRace.HarmonyPatches.RenderOverBodyPrefix post: rjw.patch_semenOverlay.DrawSemen TRANS: AlienRace.HarmonyPatches.RenderOverBodyTranspiler
PawnWoundDrawer.WoundDebug: TRANS: AlienRace.HarmonyPatches.BodyReferenceTranspiler
Pawn_AgeTracker.AgeTick: TRANS: Soyuz.Patches.Pawn_AgeTracker_AgeTick_Patch.Transpiler
Pawn_AgeTracker.BirthdayBiological: PRE: AlienRace.HarmonyPatches.BirthdayBiologicalPrefix post: VanillaMemesExpanded.VanillaMemesExpanded_Pawn_AgeTracker_BirthdayBiological_Patch.IfElderAddTrait
Pawn_AgeTracker.RecalculateLifeStageIndex: post: AlienRace.HarmonyPatches.RecalculateLifeStageIndexPostfix
Pawn_ApparelTracker.<get_AllApparelVerbs>d__40.MoveNext: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Pawn_ApparelTracker.CanWearWithoutDroppingAnything: TRANS: AlienRace.HarmonyPatches.BodyReferenceTranspiler
Pawn_ApparelTracker.ExposeData: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Pawn_ApparelTracker.Notify_ApparelAdded: post: [2147483647]RocketMan.Patches.Pawn_Notify_Dirty+Pawn_ApparelTracker_Dirty.Postfix, [800]s16_extension.Patch_Pawn_ApparelTracker_Notify_ApparelAdded.Postfix, MVCF.Harmony.Trackers.ApparelAdded_Postfix, VFECore.Pawn_ApparelTracker_Notify_ApparelAdded_Patch.Postfix TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Pawn_ApparelTracker.Notify_ApparelRemoved: post: [2147483647]RocketMan.Patches.Pawn_Notify_Dirty+Pawn_ApparelTracker_Dirty.Postfix, [800]s16_extension.Patch_Pawn_ApparelTracker_Notify_ApparelRemoved.Postfix, MVCF.Harmony.Trackers.ApparelRemoved_Postfix, VFECore.Pawn_ApparelTracker_Notify_ApparelRemoved_Patch.Postfix, rjw.PATCH_Pawn_ApparelTracker_Remove.on_remove
Pawn_ApparelTracker.Notify_LostBodyPart: post: [2147483647]RocketMan.Patches.Pawn_Notify_Dirty+Pawn_ApparelTracker_Dirty.Postfix
Pawn_ApparelTracker.Remove: post: [2147483647]RocketMan.Patches.Pawn_Notify_Dirty+Pawn_ApparelTracker_Dirty.Postfix, VFECore.Pawn_ApparelTracker_Remove_Patch.Postfix
Pawn_ApparelTracker.TryDrop: PRE: rjw.PATCH_Pawn_ApparelTracker_TryDrop.prevent_locked_apparel_drop post: VanillaApparelExpanded.Patch_TryDrop.Postfix, VFECore.TryDrop_Patch.Postfix, VFECore.Patch_Pawn_ApparelTracker+TryDrop_Patch.Postfix
Pawn_ApparelTracker.Wear: PRE: rjw.PATCH_Pawn_ApparelTracker_Wear.prevent_wear_by_gear post: [2147483647]RocketMan.Patches.Pawn_Notify_Dirty+Pawn_ApparelTracker_Dirty.Postfix, VanillaApparelExpanded.ApparelTracker_Wear.Postfix, VFECore.Pawn_ApparelTracker_Wear_Patch.Postfix, rjw.PATCH_Pawn_ApparelTracker_Wear.on_wear TRANS: AlienRace.HarmonyPatches.BodyReferenceTranspiler, PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Pawn_ApparelTracker.WouldReplaceLockedApparel: TRANS: AlienRace.HarmonyPatches.BodyReferenceTranspiler
Pawn_ApparelTracker.get_FirstApparelVerb: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Pawn_ApparelTracker_Wear_Patch.Postfix: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Pawn_CallTracker.CallTrackerTick: TRANS: Soyuz.Patches.Pawn_CallTracker_CallTrackerTick_Patch.Transpiler
Pawn_CarryTracker.TryDropCarriedThing: post: PrisonLabor.HarmonyPatches.Patches_PermissionFix.ForibiddenDropPatch2.Postfix
Pawn_CarryTracker.TryDropCarriedThing: post: PrisonLabor.HarmonyPatches.Patches_PermissionFix.ForibiddenDropPatch.Postfix
Pawn_ConnectionsTracker.<GetGizmos>b__9_0: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Pawn_ConnectionsTracker.<GetGizmos>d__9.MoveNext: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Pawn_ConnectionsTracker.Notify_PawnKilled: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Pawn_DraftController.GetGizmos: post: MVCF.Harmony.Gizmos.GetGizmos_Postfix, OrenoPCF.HarmonyPatches.Harmony_DraftController+DraftController_GetGizmos.VerbGiverExtended, SearchAndDestroy.Harmony.Pawn_DraftController_GetGizmos.Postfix
Pawn_DraftController.set_Drafted: post: AllowTool.Patches.DraftController_Drafted_Patch.NotifyPawnUndrafted, PeteTimesSix.SimpleSidearms.Intercepts.Pawn_DraftController_Drafted_Setter_Postfix.DraftedSetter, SearchAndDestroy.Harmony.Pawn_DraftController_set_Drafted.Postfix
Pawn_DraftController_GetGizmos_Patch.Postfix: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Pawn_DrugPolicyTracker.CanCauseOverdose: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Pawn_EquipmentTracker.<<GetGizmos>g__YieldGizmos|30_0>d.MoveNext: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Pawn_EquipmentTracker.<get_AllEquipmentVerbs>d__12.MoveNext: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Pawn_EquipmentTracker.AddEquipment: post: PeteTimesSix.SimpleSidearms.Intercepts.Pawn_EquipmentTracker_AddEquipment.AddEquipment_Postfix, VFECore.AddEquipment_Patch.Postfix
Pawn_EquipmentTracker.DestroyEquipment: PRE: aRandomKiwi.DFM.Pawn_EquipmentTracker_Patch+DestroyEquipment.Listener
Pawn_EquipmentTracker.DropAllEquipment: PRE: WhereIsMyWeapon.Patch_Pawn_EquipmentTracker_DropAllEquipment.Prefix
Pawn_EquipmentTracker.EquipmentTrackerTick: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Pawn_EquipmentTracker.ExposeData: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Pawn_EquipmentTracker.Notify_EquipmentAdded: PRE: VFEAncients.PowerWorker_WeaponRange.ModifyRanges post: [2147483647]RocketMan.Patches.Pawn_Notify_Dirty+Pawn_EquipmentTracker_Dirty.Postfix, MVCF.Harmony.Trackers.EquipmentAdded_Postfix TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Pawn_EquipmentTracker.Notify_EquipmentRemoved: post: [2147483647]RocketMan.Patches.Pawn_Notify_Dirty+Pawn_EquipmentTracker_Dirty.Postfix, MVCF.Harmony.Trackers.EquipmentRemoved_Postfix, VFEAncients.PowerWorker_WeaponRange.ResetRanges TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Pawn_EquipmentTracker.Notify_PawnDied: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Pawn_EquipmentTracker.TryDropEquipment: PRE: aRandomKiwi.DFM.Pawn_EquipmentTracker_Patch+TryDropEquipment.Listener post: PeteTimesSix.SimpleSidearms.Intercepts.Pawn_EquipmentTracker_TryDropEquipment.TryDropEquipment_Postfix, VFECore.TryDropEquipment_Patch.Postfix
Pawn_EquipmentTracker.TryTransferEquipmentToContainer: PRE: aRandomKiwi.DFM.Pawn_EquipmentTracker_Patch+TryTransferEquipmentToContainer.Listener
Pawn_EquipmentTracker.get_PrimaryEq: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Pawn_FilthTracker.Notify_EnteredNewCell: PRE: AnimalBehaviours.VanillaExpandedFramework_Pawn_FilthTracker_Notify_EnteredNewCell_Patch.DontDealWithFilth
Pawn_FilthTracker.TryPickupFilth: post: DubsBadHygiene.Patches.HarmonyPatches_Plumbing.TryPickupFilth_Postfix
Pawn_GuestTracker.SetGuestStatus: PRE: PrisonLabor.HarmonyPatches.Patches_RenamingPrisoners.Patch_RenamePrisoners+RestoreOldName.Prefix post: PrisonLabor.HarmonyPatches.Patches_InteractionMode.Patch_RemoveHediffsAfterStatusChange.Postfix, PrisonLabor.HarmonyPatches.Patches_InteractionMode.Patch_DefaultInteractionMode.Postfix, PrisonLabor.HarmonyPatches.Patches_GUI.GUI_WorkTab.Patch_NotifyWindowsWhenGetPrisoners.Postfix
Pawn_HealthTracker.<>c.<Notify_Resurrected>b__52_0: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Pawn_HealthTracker.AddHediff: PRE: VFEAncients.PowerWorker_Bones.HandleBones post: MVCF.Harmony.Trackers.AddHediff_Postfix, AchievementsExpanded.AchievementHarmony.HediffAdded
Pawn_HealthTracker.CalculateMissingPartHediffsFromInjury: TRANS: AlienRace.HarmonyPatches.BodyReferenceTranspiler
Pawn_HealthTracker.CheckForStateChange: PRE: RaidersNeverDie.HarmonyPatches.CheckForStateChange_Prefix, PsiTech.Utility.HealthTrackerStatePatch.Prefix post: VFECore.Patch_Pawn_HealthTracker+CheckForStateChange.Postfix, AlienRace.HarmonyPatches.CheckForStateChangePostfix
Pawn_HealthTracker.HasHediffsNeedingTend: PRE: WPVehiclePatch.HarmonyPatches.HasHediffsNeedingTend_Prefix
Pawn_HealthTracker.HasHediffsNeedingTendByPlayer: PRE: WPVehiclePatch.HarmonyPatches.HasHediffsNeedingTendByPlayer_Prefix
Pawn_HealthTracker.HealthTick: post: WhereIsMyWeapon.Patch_Pawn_HealthTracker_HealthTick.Postfix TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler, Soyuz.Patches.Pawn_HealthTracker_Tick_Patch.Transpiler
Pawn_HealthTracker.MakeDowned: PRE: SpawnersandDrones.DownedPatch.Prefix, PeteTimesSix.SimpleSidearms.Intercepts.Pawn_HealthTracker_MakeDowned.MakeDowned_Prefix, WhereIsMyWeapon.Patch_Pawn_HealthTracker_MakeDowned.Prefix post: WhereIsMyWeapon.Patch_Pawn_HealthTracker_MakeDowned.Postfix
Pawn_HealthTracker.MakeUndowned: post: WhereIsMyWeapon.Patch_Pawn_HealthTracker_MakeUndowned.Postfix
Pawn_HealthTracker.NotifyPlayerOfKilled: PRE: SpawnersandDrones.DeathLetterPatch.Prefix
Pawn_HealthTracker.Notify_HediffChanged: post: [2147483647]RocketMan.Patches.Pawn_Notify_Dirty+Pawn_HealthTracker_Dirty.Postfix
Pawn_HealthTracker.Notify_UsedVerb: post: [2147483647]RocketMan.Patches.Pawn_Notify_Dirty+Pawn_HealthTracker_Dirty.Postfix
Pawn_HealthTracker.PostApplyDamage: PRE: PsiTech.Utility.HealthTrackerPostDamagePatch.Prefix
Pawn_HealthTracker.PreApplyDamage: post: CONN.Pawn_HealthTracker_PreApplyDamagePatch.Pawn_HealthTracker_PreApplyDamagePostfix TRANS: PrisonLabor.HarmonyPatches.Triggers+Trigger_PreApplyDamage.Transpiler
Pawn_HealthTracker.ShouldBeDead: TRANS: AlienRace.HarmonyPatches.BodyReferenceTranspiler
Pawn_HealthTracker.ShouldBeDeadFromLethalDamageThreshold: post: NMLDT.HarmonyPatches.LDTCorrection
Pawn_HealthTracker_PreApplyDamagePatch.<>c.<Pawn_HealthTracker_PreApplyDamagePostfix>b__0_0: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Pawn_HealthTracker_PreApplyDamagePatch.Pawn_HealthTracker_PreApplyDamagePostfix: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Pawn_IdeoTracker.SetIdeo: post: VIESAS.SetIdeo_Patch.Postfix, VanillaMemesExpanded.VanillaMemesExpanded_Pawn_IdeoTracker_SetIdeo_Patch.ForceTrait, RimVore2.Patch_Pawn_IdeoTracker_SetIdeo.RecalculateIdeoQuirksOnIdeoChange, VFEMech.CompPropaganda+SetIdeo_Patch.Postfix, VIESAS.SetIdeo_Patch.Postfix
Pawn_InteractionsTracker.CanInteractNowWith: post: VFEMedieval.CanInteractNowWith_Patch.Postfix
Pawn_InteractionsTracker.SocialFightChance: post: VFEAncients.PowerWorker_AlwaysSocialFight.ForceSocialFight
Pawn_InteractionsTracker.TryInteractRandomly: TRANS: VFEAncients.HarmonyPatches.PowerPatches.ForceInteraction
Pawn_InteractionsTracker.TryInteractWith: post: VFECore.TryInteractWith_Patch.Postfix
Pawn_InteractionsTracker.get_CurrentSocialMode: PRE: [2147483647]PerformanceOptimizer.Optimization_Pawn_InteractionsTracker_CurrentSocialMode.Prefix post: [-2147483648]PerformanceOptimizer.Optimization_Pawn_InteractionsTracker_CurrentSocialMode.Postfix
Pawn_InventoryTracker.<GetCombatEnhancingDrugs>d__42.MoveNext: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Pawn_InventoryTracker.<GetDrugs>d__41.MoveNext: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Pawn_InventoryTracker.AddHauledCaravanItem: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Pawn_InventoryTracker.DropAllNearPawn: PRE: WhereIsMyWeapon.Patch_Pawn_InventoryTracker_DropAllNearPawn.Prefix
Pawn_InventoryTracker.TryAddAndUnforbid: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Pawn_InventoryTracker.get_FirstUnloadableThing: post: PeteTimesSix.SimpleSidearms.Intercepts.Pawn_InventoryTracker_FirstUnloadableThing.Postfix
Pawn_JobTracker.DetermineNextConstantThinkTreeJob: PRE: [2147483647]PerformanceOptimizer.Optimization_Pawn_JobTracker_DetermineNextConstantThinkTreeJob.Prefix
Pawn_JobTracker.DetermineNextJob: post: SearchAndDestroy.Harmony.Pawn_JobTracker_DetermineNextJob.Postfix
Pawn_JobTracker.JobTrackerTick: TRANS: Soyuz.Patches.Pawn_JobTracker_JobTrackerTick_Patch.Transpiler
Pawn_JobTracker.TryTakeOrderedJob: TRANS: TD_Enhancement_Pack.QueueJobToFront.Transpiler
Pawn_MeleeVerbs.GetUpdatedAvailableVerbsList: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Pawn_MindState.GetGizmos: post: aRandomKiwi.PPP.Pawn_MindState_Patch+GetGizmos.Listener, aRandomKiwi.DFM.Pawn_MindState_Patch+GetGizmos.Listener
Pawn_MindState.MindStateTick: TRANS: Soyuz.Patches.Pawn_MindState_MindStateTick_Patch.Transpiler
Pawn_MindState.Notify_DangerousExploderAboutToExplode: post: TD_Enhancement_Pack.Pawn_MindState_Drafted.Postfix
Pawn_MindState.SetupLastHumanMeatTick: PRE: AlienRace.HarmonyPatches.SetupLastHumanMeatTickPrefix
Pawn_MindState.StartFleeingBecauseOfPawnAction: PRE: AnimalBehaviours.VanillaExpandedFramework_Pawn_MindState_StartFleeingBecauseOfPawnAction_Patch.DontFlee, CarnivorousPlants.Patch_Pawn_MindState.StopCarnivorousPlantsFromFleeing
Pawn_MindState_Patch.GetGizmos.<>c__DisplayClass0_1.<Listener>b__0: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Pawn_NeedsTracker.NeedsTrackerTick: TRANS: Soyuz.Patches.Pawn_NeedsTracker_NeedTrackerTick_Patch.Transpiler
Pawn_NeedsTracker.ShouldHaveNeed: PRE: VFEMech.ShouldHaveNeed_Patch.Prefix post: DubsBadHygiene.Patches.HarmonyPatches+Patch_ShouldHaveNeed.Postfix TRANS: PrisonLabor.HarmonyPatches.Patches_Needs.Patch_NeedOnlyByPrisoners.Transpiler
Pawn_Ownership.ClaimMeditationSpot: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Pawn_Ownership.ExposeData: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Pawn_Ownership.UnclaimMeditationSpot: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Pawn_PathFollower.BuildingBlockingNextPathCell: PRE: VFEAncients.HarmonyPatches.PhasingPatches.NoBuildingBlocking
Pawn_PathFollower.CostToMoveIntoCell: post: AnimalBehaviours.VanillaExpandedFramework_Pawn_PathFollower_CostToMoveIntoCell_Patch.DisablePathCostForFloatingCreatures TRANS: VFEAncients.HarmonyPatches.PhasingPatches.CostToMoveIntoCell_Transpile
Pawn_PathFollower.CostToPayThisTick: post: Soyuz.Patches.Pawn_PathFollower_Patch+Pawn_PathFollower_CostToPayThisTick_Patch.Postfix
Pawn_PathFollower.GenerateNewPath: PRE: VFEAncients.HarmonyPatches.PhasingPatches.GenerateNewPath_Prefix
Pawn_PathFollower.PatherTick: PRE: Soyuz.Patches.Pawn_PathFollower_Patch+Pawn_PathFollower_PatherTick.Prefix post: Soyuz.Patches.Pawn_PathFollower_Patch+Pawn_PathFollower_PatherTick.Postfix
Pawn_PathFollower.SetupMoveIntoNextCell: post: DubsBadHygiene.Patches.HarmonyPatches+Patch_SetupMoveIntoNextCell.Postfix
Pawn_PathFollower.StartPath: PRE: VFEAncients.HarmonyPatches.PhasingPatches.StartPath_Prefix post: VFEAncients.HarmonyPatches.PhasingPatches.StartPath_Postfix
Pawn_PathFollower.TryEnterNextPathCell: post: VFEAncients.HarmonyPatches.PhasingPatches.UnfogEnteredCells
Pawn_PlayerSettings.get_RespectsAllowedArea: post: PrisonLabor.HarmonyPatches.Patches_WorkSettings.Patch_RespectAllowedArea.Postfix
Pawn_PsychicEntropyTracker.GainPsyfocus: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Pawn_PsychicEntropyTracker.PsychicEntropyTrackerTick: TRANS: Soyuz.Patches.Pawn_PsychicEntropyTracker_PsychicEntropyTrackerTick_Patch.Transpiler
Pawn_PsychicEntropyTracker.get_MaxAbilityLevel: post: Higher_Psylink.PatchShouldHideGizmo.Postfix
Pawn_RecordsTracker.AddTo: post: AchievementsExpanded.AchievementHarmony.RecordAddToEvent
Pawn_RecordsTracker.Increment: post: AchievementsExpanded.AchievementHarmony.RecordEvent
Pawn_RecordsTracker.RecordsTick: TRANS: Soyuz.Patches.Pawn_RecordsTracker_Patch.Transpiler
Pawn_RecordsTracker.RecordsTickUpdate: TRANS: AchievementsExpanded.AchievementHarmony.RecordTimeEvent
Pawn_RelationsTracker.CompatibilityWith: post: AlienRace.HarmonyPatches.CompatibilityWithPostfix
Pawn_RelationsTracker.SecondaryLovinChanceFactor: post: AlienRace.HarmonyPatches.SecondaryLovinChanceFactorPostfix TRANS: AlienRace.HarmonyPatches.SecondaryLovinChanceFactorTranspiler
Pawn_RelationsTracker.SecondaryRomanceChanceFactor: post: RJWSexperience.Ideology.Rimworld_Patch_SecondaryRomanceChanceFactor.Postfix
Pawn_RopeTracker.RopeToHitchingSpot: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Pawn_RopeTracker.TryUnropeFromHitchingSpot: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Pawn_SkillTracker.SkillsTick: TRANS: Soyuz.Patches.Pawn_SkillsTracker_SkillsTick_Patch.Transpiler
Pawn_StanceTracker.CancelBusyStanceSoft: post: PsiTech.Utility.CancelSoftPatch.Postfix
Pawn_StanceTracker.SetStance: PRE: MVCF.Harmony.IndependentVerbs.Pawn_StanceTracker_SetStance
Pawn_StoryTracker.get_SkinColor: post: AlienRace.HarmonyPatches.SkinColorPostfix
Pawn_SwallowWhole.TickRare: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Pawn_SwallowWhole.TickRare: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Pawn_TimetableTracker.GetAssignment: (no patches)
Pawn_TimetableTracker.get_CurrentAssignment: TRANS: PrisonLabor.HarmonyPatches.Patches_WorkSettings.Patch_TimetableFix.Transpiler
Pawn_WorkSettings.ExposeData: TRANS: PrisonLabor.HarmonyPatches.Patches_SaveCompatibility.Patch_JailorTypeSaveCompatibility.Transpiler
PawnsArrivalModeWorker_Burrow.Arrive: post: VanillaStorytellersExpanded.RaidPatches.RaidGroupChecker
PawnsArrivalModeWorker_CenterDrop.Arrive: post: VanillaStorytellersExpanded.RaidPatches.RaidGroupChecker
PawnsArrivalModeWorker_CenterDrop.TryResolveRaidSpawnCenter: post: Rimatomics.HarmonyPatches+Harmony_CenterDrop_TryResolveRaidSpawnCenter.Postfix
PawnsArrivalModeWorker_ClusterDrop.Arrive: post: VanillaStorytellersExpanded.RaidPatches.RaidGroupChecker
PawnsArrivalModeWorker_EdgeDrop.Arrive: post: VanillaStorytellersExpanded.RaidPatches.RaidGroupChecker
PawnsArrivalModeWorker_EdgeDrop.TryResolveRaidSpawnCenter: post: Rimatomics.HarmonyPatches.DonkeyRubarbPostfix
PawnsArrivalModeWorker_EdgeDropGroups.Arrive: post: VanillaStorytellersExpanded.RaidPatches.RaidGroupChecker
PawnsArrivalModeWorker_EdgeDropGroups.TryResolveRaidSpawnCenter: post: Rimatomics.HarmonyPatches.DonkeyRubarbPostfix
PawnsArrivalModeWorker_EdgeWalkIn.Arrive: post: VanillaStorytellersExpanded.RaidPatches.RaidGroupChecker
PawnsArrivalModeWorker_EdgeWalkIn.TryResolveRaidSpawnCenter: post: Rimatomics.HarmonyPatches.DonkeyRubarbPostfix
PawnsArrivalModeWorker_EdgeWalkInGroups.Arrive: post: VanillaStorytellersExpanded.RaidPatches.RaidGroupChecker
PawnsArrivalModeWorker_EdgeWalkInGroups.TryResolveRaidSpawnCenter: post: Rimatomics.HarmonyPatches.DonkeyRubarbPostfix
PawnsArrivalModeWorker_Meteorite.Arrive: post: VanillaStorytellersExpanded.RaidPatches.RaidGroupChecker
PawnsArrivalModeWorker_RandomDrop.Arrive: post: VanillaStorytellersExpanded.RaidPatches.RaidGroupChecker
PawnsArrivalModeWorker_RandomDrop.TryResolveRaidSpawnCenter: post: Rimatomics.HarmonyPatches.DonkeyRubarbPostfix
PawnsArrivalModeWorker_Tunneling.Arrive: post: VanillaStorytellersExpanded.RaidPatches.RaidGroupChecker
PawnsFinder.get_Temporary: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
PickUpAndHaul_Patch.Throwaway: post: VFEM.HarmonyPatches.PickUpAndHaul_Patch.Postfix
PlaceWorkerGlitterNetCable.AllowsPlacing: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
PlaceWorker_GasVent.DrawGhost: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
PlaceWorker_OnPowerConduit.<>c.<AllowsPlacing>b__0_0: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
PlaceWorker_Pipe.AllowsPlacing: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
PlaceWorker_Pipe.AllowsPlacing: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
PlaceWorker_Quarry.AllowsPlacing: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
PlaceWorker_Quarry.DrawGhost: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
PlaceWorker_RitualPosition.<RitualSeatsInRange>d__5.MoveNext: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
PlaceWorker_ShowCompSendSignalOnPawnProximityRadius.DrawGhost: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
PlaceWorker_ShowExplosionRadius.DrawGhost: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
PlaceWorker_ShowPlantHarmRadius.DrawGhost: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
PlaceWorker_ShowProjectileInterceptorRadius.DrawGhost: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
PlaceWorker_ShowReinforcerAffectArea.DrawGhost: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
PlaceWorker_SmokeCloudMaker.DrawGhost: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
PlaceWorker_Sprinkler.<>c.<AllowsPlacing>b__1_0: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
PlaceWorker_UserGrid.DrawGhost: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Plant.CropBlighted: post: AnotherRimworldMod.Plant_CropBlighted.Postfix
Plant.PlantCollected: PRE: VanillaPlantsExpanded.VanillaCookingExpanded_Plant_PlantCollected_Patch.AccessMap post: AchievementsExpanded.Plant_PlantCollected_Patch.CheckPlantHarvested, TD_Enhancement_Pack.PlantCollected_PlantHarvest.Postfix, TD_Enhancement_Pack.PlantCollected.Postfix, VanillaPlantsExpanded.VanillaPlantsExpanded_Plant_PlantCollected_Patch.AddSecondaryOutput, VanillaPlantsExpanded.VanillaCookingExpanded_Plant_PlantCollected_Patch.RemoveTilled
Plant.PostMapInit: post: VEE.Plant_PostMapInit_Patch.Postfix
Plant.TickLong: PRE: [2147483647]PerformanceOptimizer.Optimization_Plant_TickLong.Prefix post: VEE.Plant_TickLong_Patch.Postfix TRANS: PerformanceOptimizer.Optimization_Plant_TickLong.Transpiler
Plant.YieldNow: post: VanillaMemesExpanded.VanillaMemesExpanded_Plant_YieldNow_Patch.IncreaseTreeCuttingYield
Plant.get_GrowthRate: post: VEE.Plant_GrowthRate_Patch.Postfix, VSEWW.Plant_GrowthRate_Patch.Postfix
PlantFallColors.GetFallColorFactor: PRE: [2147483647]PerformanceOptimizer.Optimization_PlantFallColors_GetFallColorFactor.Prefix post: [-2147483648]PerformanceOptimizer.Optimization_PlantFallColors_GetFallColorFactor.Postfix
Plant_PostMapInit_Patch.Postfix: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
PlayDataLoader.DoPlayLoad: post: HugsLib.Patches.PlayDataLoader_Patch.InitModsHook
PlayLog.ReduceToCapacity: TRANS: RocketMan.Optimizations.PlayLog_ReduceToCapacity_Patch.Transpiler
PlayLogEntryUtility.RulesForOptionalWeapon: post: MVCF.Harmony.BatteLog.PlayLogEntryUtility_RulesForOptionalWeapon_Postfix
PlaySettings..ctor: post: TD_Enhancement_Pack.DefaultAutomaticRebuild.Postfix
PlaySettings.DoPlaySettingsGlobalControls: post: TD_Enhancement_Pack.PlaySettings_Patch.AddButton, TD_Enhancement_Pack.ShowPowerNetToggle.Postfix, RenameColony.Mod+RenameColony.AddWidget, DubsMintMinimap.H_DoPlaySettingsGlobalControls.Postfix, CeilingUtilities.Patch_DoPlaySettingsGlobalControls.Postfix, rjw.RJW_corner_toggle.add_RJW_toggle, TraitRarityColors.HarmonyPatch.DoPlaySettingsGlobalControls_PostFix, OpenTheWindows.PlaySettings_DoPlaySettingsGlobalControls.Postfix TRANS: TD_Enhancement_Pack.RemoveUnusedToggles.Transpiler, ItemListSelector.Patch_PlaySettings.Transpiler
PlaySettings.ExposeData: post: TraitRarityColors.HarmonyPatch.ExposeData_PostFix
PlayerItemAccessibilityUtility.PlayerOrQuestRewardHas: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
PlayerItemAccessibilityUtility.PlayerOrQuestRewardHas: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Plugged.Tick: TRANS: Soyuz.Patches.HediffComp_Patch+HediffComp_GenHashInterval_Replacement.Transpiler
PostFix_VerbProperties_AdjustedMeleeDamageAmount.PostFix: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
PostFix_VerbProperties_GetDamageFactorFor.PostFix: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
PowerBeam.StartRandomFireAndDoFlameDamage: PRE: aRandomKiwi.PPP.PowerBeam_Patch+StartRandomFireAndDoFlameDamage_Patch.Listener
PowerBeamEnergy.SpawnSetup: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
PowerBeamEnergy.StartStrike: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
PowerBeamEnergy.Tick: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
PowerBeamEnergy.set_Mode: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
PowerConnectionMaker.BestTransmitterForConnector: post: VFEMech.BestTransmitterForConnector_Patch.Postfix
PowerConnectionMaker.PotentialConnectorsForTransmitter: post: VFEMech.PotentialConnectorsForTransmitter_Patch.Postfix
PowerNet.DeregisterAllComponentsOf: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
PowerNet.PowerNetTick: post: VFEAncients.HarmonyPatches.BuildingPatches.PowerNetOnSolarFlarePostfix TRANS: VFEAncients.HarmonyPatches.BuildingPatches.PowerNetOnSolarFlareTranspiler
PowerNet.RegisterAllComponentsOf: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
PowerNetGraphics.PrintWirePieceConnecting: PRE: aRandomKiwi.PPP.PowerNetGraphics_Patch+PowerNetGraphics_PrintWirePieceConnecting_Patch.Listener, CeilingUtilities.Patch_PrintWirePieceConnecting.Prefix
PowerOn_Patch.Postfix: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
PowerWorker.Notify_Added: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
PowerWorker.Notify_Removed: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
PowerWorker_WeaponRange.ModifyRanges: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
PowerWorker_WeaponRange.ResetRanges: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
PreLoadUtility.CheckVersionAndLoad: PRE: Madeline.ModMismatchFormatter.MetaHeaderUtility.UpdateLastAccessedSaveFileInLoadSelection
Precept.GetTip: post: RimVore2.PatchTemplate.AppendQuirkCompDescriptions
PreceptComp_Apparel_Desired.Notify_MemberGenerated: TRANS: AlienRace.HarmonyPatches.BodyReferenceTranspiler
PreceptComp_BedThought.HasActiveLinkedFacility: post: GlitterNet.SleepAcceleratorPatch.Postfix TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
PreceptComp_KnowsMemoryThought.Notify_MemberWitnessedAction: TRANS: AlienRace.HarmonyPatches.KnowsMemoryThoughtTranspiler
PreceptComp_SelfTookMemoryThought.Notify_MemberTookAction: TRANS: AlienRace.HarmonyPatches.SelfTookMemoryThoughtTranspiler
PreceptComp_UnwillingToDo_Gendered.MemberWillingToDo: TRANS: AlienRace.HarmonyPatches.UnwillingWillingToDoGenderedTranspiler
Precept_Relic.GenerateNameRaw: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Precept_Ritual.TipMainPart: PRE: Adjustable_Ability_Cooldowns.Patch_TipMainPart.Prefix
Precept_Ritual.get_RepeatPenaltyActive: PRE: Adjustable_Ability_Cooldowns.Patch_RepeatPenaltyActive.Prefix
Precept_Ritual.get_RepeatPenaltyProgress: PRE: Adjustable_Ability_Cooldowns.Patch_RepeatPenaltyProgress.Prefix
Precept_Ritual.get_RepeatQualityPenalty: PRE: Adjustable_Ability_Cooldowns.Patch_RepeatQualityPenalty.Prefix
Precept_Role.get_DisabledWorkTypes: post: VanillaMemesExpanded.VanillaMemesExpanded_Precept_Role_DisabledWorkTypes_Patch.DisableDumbLabor
Precept_RoleMulti.RecacheActivity: PRE: [2147483647]PerformanceOptimizer.Optimization_Precept_RoleMulti_RecacheActivity.Prefix
Precept_RoleSingle.RecacheActivity: PRE: [2147483647]PerformanceOptimizer.Optimization_Precept_RoleSingle_RecacheActivity.Prefix
Prefs.get_DevMode: PRE: Analyzer.DebugLogenabler.DevModePrefix
Prefs.set_DevMode: post: AchievementsExpanded.AchievementHarmony.DevModeToggled
PregnancyHelper.CanImpregnate: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
PregnancyHelper.Doimpregnate: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
PregnancyHelper.PregnancyDecider: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Projectile.CheckForFreeInterceptBetween: PRE: Rimatomics.HarmonyPatches+H_CheckForFreeInterceptBetween.Prefix TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Projectile.ImpactSomething: PRE: VFEAncients.HarmonyPatches.PointDefensePatches.PreImpactSomething
Projectile.Launch: PRE: VFEAncients.HarmonyPatches.PointDefensePatches.PreLaunch post: VFECore.Projectile_Launch_Patch.Postfix, CombatPsycasts.Harmony.Patches.PatchProjectileLaunch.Postfix
Projectile.Tick: PRE: CombatPsycasts.Harmony.Patches.PatchProjectileTick.Prefix
Projectile_Explosive.Impact: TRANS: TD_Enhancement_Pack.NotifyEnemiesOfGrenade.Transpiler
ProperGlowerComp.get__ShouldBeLitNow: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
PsiTechSettings.DoWindowContents: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
PsiTechTracker.ActivateTracker: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
PsiTechTracker.AddAbility: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
QualityBuilder.getCompQualityBuilder: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
QualityBuilder_MapComponent.getAndEnsure: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
QualityUtility.GenerateQualityCreatedByPawn: post: VFEAncients.PowerWorker_Craft.AddLevels
QualityUtility.SendCraftNotification: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
QualityUtility.TryGetQuality: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
QuarryDebugToolsSpawning.<>c.<SetTerrainQuarryable>b__0_0: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
QuarryDebugToolsSpawning.<>c.<SetTerrainQuarryable>b__0_1: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
QuarryUtility.<>c.<PossibleThingDefs>b__5_0: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Quest.End: PRE: VanillaStorytellersExpanded.Patch_End.Prefix post: AchievementsExpanded.AchievementHarmony.QuestEnded
QuestGen.AddSlateQuestTags: post: VanillaStorytellersExpanded.Patch_AddSlateQuestTags.Postfix
QuestGen.Generate: post: VFECore.Patch_QuestGen_Generate.Postfix
QuestGen_Shuttle.GenerateShuttle: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
QuestManager.Notify_PlantHarvested: post: PrisonLabor.HarmonyPatches.Patches_Work.Patch_PlantWork.Postfix
QuestManager.Notify_ThingsProduced: post: AchievementsExpanded.AchievementHarmony.ThingSpawned, AchievementsExpanded.VanillaFishing_QuestManager_Notify_ThingsProduced_Patch.CheckItemCraftedIngredients, AchievementsExpanded.AlphaAnimals_QuestManager_Notify_ThingsProduced_Patch.CheckItemCraftedIngredients, AchievementsExpanded.QuestManager_Notify_ThingsProduced_Patch.CheckItemCraftedIngredients, AchievementsExpanded.VanillaApparel_QuestManager_Notify_ThingsProduced_Patch.CheckItemCraftedMultiple
QuestNode_GenerateShuttle.RunInt: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
QuestNode_GetNearbySettlement.<>c__DisplayClass0_0.<RandomNearbyTradeableSettlement>b__0: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
QuestNode_GetPawnKind.<>c__DisplayClass5_1.<SetVars>g__CanHandle|1: post: AnimalBehaviours.VanillaExpandedFramework_QuestNode_GetPawnKind_SetVars_CanHandle_Patch.Postfix
QuestNode_GetSiteTile.TryFindTile: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
QuestNode_Root_BestowingCeremony.RunInt: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
QuestNode_Root_Hack_AncientComplex.RunInt: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
QuestNode_Root_Hack_WorshippedTerminal.RunInt: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
QuestNode_Root_Loot_AncientComplex.RunInt: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
QuestNode_Root_Mission_AncientComplex.RunInt: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
QuestNode_Root_ReliquaryPilgrims.TryFindReliquaryWithRelic: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
QuestNode_TradeRequest_GetRequestedThing.<>c__DisplayClass4_0.<TryFindRandomRequestedThingDef>b__0: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
QuestPart_AddContentsToShuttle.Notify_QuestSignalReceived: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
QuestPart_BiocodeWeapons.Notify_QuestSignalReceived: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
QuestPart_ConcludeLastQuest.Notify_QuestSignalReceived: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
QuestPart_DisableTradeRequest.<>c.<AssignDebugData>b__8_0: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
QuestPart_DisableTradeRequest.Notify_QuestSignalReceived: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
QuestPart_Filter_AllRequiredThingsLoaded.Pass: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
QuestPart_Filter_AnyOnTransporter.Pass: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
QuestPart_Filter_AnyOnTransporterCapableOfHacking.Pass: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
QuestPart_Filter_Hacked.Pass: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
QuestPart_InitiateTradeRequest.<>c.<AssignDebugData>b__15_0: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
QuestPart_InitiateTradeRequest.Cleanup: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
QuestPart_InitiateTradeRequest.Notify_QuestSignalReceived: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
QuestPart_LendColonistsToFaction.Enable: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
QuestPart_PawnsNoLongerRequiredForShuttleOnRescue.Notify_QuestSignalReceived: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
QuestPart_RequirePawnsCurrentlyOnShuttle.Notify_PawnKilled: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
QuestPart_RequirePawnsCurrentlyOnShuttle.Notify_QuestSignalReceived: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
QuestPart_RequirePawnsCurrentlyOnShuttle.ReplacePawnReferences: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
QuestPart_RequiredShuttleThings.Notify_QuestSignalReceived: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
QuestPart_RequirementsToAcceptBedroom.CulpritsAre: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
QuestPart_RequirementsToAcceptThingStudied.<get_QuestLookTargets>d__2.MoveNext: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
QuestPart_RequirementsToAcceptThingStudied.CanAccept: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
QuestPart_RequirementsToAcceptThingStudied_ArchotechStructures.<get_QuestLookTargets>d__1.MoveNext: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
QuestPart_SendShuttleAway.ReplacePawnReferences: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
QuestPart_SendShuttleAwayOnCleanup.ReplacePawnReferences: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
QuestPart_ShuttleLeaveDelay.ReplacePawnReferences: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
QuestPart_ShuttleLeaveDelay.get_AlertExplanation: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
QuestPart_SignalSystemWakeManager.Notify_QuestSignalReceived: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
QuestPart_StartDetectionRaids.Notify_QuestSignalReceived: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
QuestPart_StartNextQuest.Notify_QuestSignalReceived: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
QuestPart_StartWick.Notify_QuestSignalReceived: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
QuestPart_TradeRequestInactive.QuestPartTick: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
QuestPart_TransporterPawns.Notify_QuestSignalReceived: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
QuestPart_TransporterPawns_Feed.Process: post: DubsBadHygiene.Patches.HarmonyPatches+Harmony_QuestPart_FeedPawns.Postfix
QuestUtility.IsQuestLodger: PRE: [2147483647]PerformanceOptimizer.Optimization_QuestUtility_IsQuestLodger.Prefix post: [-2147483648]PerformanceOptimizer.Optimization_QuestUtility_IsQuestLodger.Postfix
RCellFinder.CanWanderToCell: post: DubsBadHygiene.Patches.HarmonyPatches+Patch_CanWanderToCell.Postfix
RJWUtility.ThrowVirginHIstoryEvent: post: RJWSexperience.Ideology.Sexperience_Patch_ThrowVirginHIstoryEvent.Postfix
RJWUtility.UpdatePartnerHistory: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
RJWUtility.UpdateSatisfactionHIstory: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
RMB_Menu.GenerateRMBOptions: post: rjw.RMB_Sex.ChoicesAtFor, rjw.RMB_Masturbate.ChoicesAtFor, rjw.RMB_Rape.ChoicesAtFor, rjw.RMB_Socialize.ChoicesAtFor, C0ffee_s_RJW_Ideology_Addons.HarmonyPatch_RMB_Menu.Postfix
RacePartDef_Helper.MakePart: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
RaceProperties.CanEverEat: post: AlienRace.HarmonyPatches.CanEverEatPostfix
RaceRestrictionSettings.CanEat: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
RaidPatches.RaidGroupChecker: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
RaidRestlessness.GetThoughtState: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
RaidStrategyWorker_ImmediateAttackSappers.CanUsePawn: post: MoreMechanoids.Harmony.RaidStrategyWorker_ImmediateAttackSappers_Patch+CanUsePawn.Postfix
RaidStrategyWorker_Siege.MakeLordJob: PRE: VFECore.Patch_RaidStrategyWorker_Siege+MakeLordJob.Prefix
RandomOutcomeComp.CompTick: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Reachability.CanReach: PRE: VFEAncients.HarmonyPatches.PhasingPatches.AllReachable
ReachabilityUtility.CanReach: PRE: RimFridge.Patch_ReachabilityUtility_CanReach.Prefix
ReactorControl.SpawnSetup: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
ReapplyAll.<>c.<ReDo>b__0_0: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
RecipeDef.SpecialDisplayStats: post: XenobionicPatcher.HarmonyPatches+RecipeDef_SpecialDisplayStats_Postfix.Postfix
RecipeDef.get_AvailableNow: post: Rimatomics.HarmonyPatches+Harmony_RecipeDef_AvailableNow.Postfix
RecipeWorkerCounter.CountProducts: post: ImprovedWorkbenches.RecipeWorkerCounter_CountProducts_Detour.Postfix
RecipeWorkerCounter.CountValidThing: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
RecipeWorkerCounter.CountValidThings: PRE: TD_Enhancement_Pack.FixCount.Prefix
Recipe_AdministerUsableItem.ApplyOnPawn: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Recipe_InstallArtificialBodyPart.ApplyOnPawn: post: VanillaMemesExpanded.VanillaMemesExpanded_Recipe_InstallArtificialBodyPart_ApplyOnPawn_Patch.InstalledNonNaturalBodyPart
Recipe_InstallArtificialBodyPart.GetPartsToApplyOn: post: OrenoMSE.Harmony2.Harmony_RecipeInstallArtificialBodyPart+RecipeInstallArtificialBodyPart_GetPartsToApplyOn.ExcludePartSystem
Recipe_InstallImplant.ApplyOnPawn: post: RimVore2.Path_Recipe_InstallImplant_ApplyOnPawn.ThrowVoreImplantEventIfApplicable
Recipe_InstallNaturalBodyPart.ApplyOnPawn: post: OrenoMSE.Harmony2.Harmony_RecipeInstallNaturalBodyPart+RecipeInstallNaturalBodyPart_ApplyOnPawn.AdditionalHediff
Recipe_RemoveBodyPart.<GetPartsToApplyOn>d__2.MoveNext: TRANS: AlienRace.HarmonyPatches.BodyReferenceTranspiler
Recipe_RemoveBodyPart.GetPartsToApplyOn: post: [800]OrenoMSE.Harmony2.Harmony_RecipeRemoveBodyPart+RecipeRemoveBodyPart_GetPartsToApplyOn.ExcludePartSystem
RecordsUtility.Notify_PawnDowned: post: VanillaMemesExpanded.VanillaMemesExpanded_RecordsUtility_Notify_PawnDowned_Patch.ThrowPawnDownedEvent
RecreationGiverHediffComp.CompPostTick: TRANS: Soyuz.Patches.HediffComp_Patch+HediffComp_GenHashInterval_Replacement.Transpiler
RefillZoneExtensions.IsMarkedForRefill: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
RefillZoneExtensions.MarkForRefill: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
RefuelWorkGiverUtility.CanRefuel: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
RefuelWorkGiverUtility.CanRefuel: post: BurnItForFuel.HarmonyPatches.CanRefuel_Postfix, PrisonLabor.HarmonyPatches.Patches_Work.Patch_WorkGiver_Refuel.Postfix TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
RefuelWorkGiverUtility.FindAllFuel: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
RefuelWorkGiverUtility.FindAllFuel: post: BurnItForFuel.HarmonyPatches.FindAllFuel_Postfix TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
RefuelWorkGiverUtility.FindBestFuel: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
RefuelWorkGiverUtility.FindBestFuel: post: BurnItForFuel.HarmonyPatches.FindBestFuel_Postfix TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
RefuelWorkGiverUtility.RefuelJob: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
RefuelWorkGiverUtility.RefuelJob: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Region.DangerFor: post: GasNetwork.Patches.Region.Postfix
RelationsUtility.TryDevelopBondRelation: post: AchievementsExpanded.AchievementHarmony.AnimalBondedEvent
ReliquaryUtility.GetRelicConvertPowerFactorForPawn: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
ReliquaryUtility.IsRelic: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
ReloadableUtility.<FindPotentiallyReloadableGear>d__2.MoveNext: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
ReloadableUtility.CanUseConsideringQueuedJobs: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
ReloadableUtility.FindSomeReloadableComponent: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
ReloadableUtility.TotalChargesFromQueuedJobs: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
ReloadingFloatMenuAdder.AddWeaponReloadOrders: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
ResearchManager.ExposeData: PRE: DubsMintMenus.HarmonyPatches+Patch_ResearchManager.Prefix
ResearchManager.FinishProject: PRE: DubsMintMenus.HarmonyPatches+Patch_FinishProject.Prefix post: AchievementsExpanded.AchievementHarmony.ResearchProjectFinished, DubsMintMenus.HarmonyPatches+Patch_FinishProject.Postfix
ResearchManager.ReapplyAllMods: post: TechAdvancing.TA_ResearchManager.Postfix
ResearchManager.ResearchPerformed: post: TD_Enhancement_Pack.ResearchPerformed.Postfix
ResearchManager.ResetAllProgress: post: Rimatomics.HarmonyPatches+Harmony_ResetAllProgress.Postfix
ResearchProjectDef.<get_Techprint>b__55_0: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
ResearchProjectDef.CanBeResearchedAt: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
ResearchProjectDef.CostFactor: post: TechAdvancing.TA_ReplaceResearchProjectDef.Postfix
ResearchProjectDef.HasTag: post: VFECore.Patch_ResearchProjectDef+HasTag.Postfix
ResearchProjectDef.get_CanStartNow: post: VanillaStorytellersExpanded.Patch_ResearchProjectDef+get_CanStartNow.Postfix
ResearchStepDef.<>c.<CanBeResearchedAt>b__22_0: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
ResearchStepDef.CanBeResearchedAt: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
ReservationManager.CanReserve: PRE: Share_The_Load.CanReserve_Patch.Prefix
ReservationManager.Release: PRE: Share_The_Load.Release_Patch.Prefix
ReservationManager.ReleaseAllClaimedBy: PRE: Share_The_Load.ReleaseAllClaimedBy_Patch.Prefix
ReservationManager.ReleaseClaimedBy: PRE: Share_The_Load.ReleaseClaimedBy_Patch.Prefix
ReservationManager.Reserve: PRE: Share_The_Load.Reserve_Patch.Prefix
ReservationManager.RespectsReservationsOf: post: PrisonLabor.HarmonyPatches.Patches_PermissionFix.Patch_RespectReservation.Postfix
ResourceGenerator.Draw: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
ResourceGenerator.Tick: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
ResourceGenerator.get_Spawner: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
ResourceReadout.DoReadoutCategorized: PRE: DubsMintMenus.PinningSys+Patch_DoReadoutCategorized.Prefix TRANS: DubsMintMenus.PinningSys+Patch_DoReadoutCategorized.Transpiler
ResourceReadout.DoReadoutSimple: TRANS: ItemListSelector.Patch_ReadoutSimple.Transpiler
ResourceReadout.DrawIcon: post: ItemListSelector.Patch_DrawIcon.Postfix
RestUtility.CanUseBedEver: PRE: WPVehiclePatch.HarmonyPatches.CanUseBedEver_Prefix post: AlienRace.HarmonyPatches.CanUseBedEverPostfix
RestUtility.FindBedFor: post: PrisonLabor.HarmonyPatches.Patches_Work.Patch_RestUtility.Postfix
RestUtility.WakeUp: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
ResurrectionUtility.ResurrectWithSideEffects: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
ReverseDesignatorDatabase.InitDesignators: post: AllowTool.Patches.ReverseDesignatorDatabase_Init_Patch.InjectReverseDesignators, RecycleThis.Patch.Postfix, VFESecurity.Patch_ReverseDesignatorDatabase+InitDesignators.Postfix
RewardCreator.GenerateItems: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
RewardCreator.GenerateRandomItems: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
RewardCreator.SendReward: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
RewardGeneratorSW.GenerateWeaponsCacheReward: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
RimFridgeSettingsUtil.ApplyFactor: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
RimFridgeSettingsUtil.CreateBaseEnergyMap: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
RimatomicsResearch.<>c.<SpawnTradeShip>b__17_0: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
RitualBehaviorWorker_DancePartyTech.Tick: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
RitualObligationTargetWorker_AnimaTree.CanUseTargetInternal: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
RitualObligationTargetWorker_AnyGatherSpot.CanUseTargetInternal: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
RitualObligationTargetWorker_AnyGatherSpotOrAltar.CanUseTargetInternal: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
RitualObligationTargetWorker_CampfireParty.CanUseTargetInternal: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
RitualObligationTargetWorker_IdeoBuildingOrRitualSpot.CanUseTargetInternal: post: VanillaMemesExpanded.VanillaMemesExpanded_RitualObligationTargetWorker_IdeoBuildingOrRitualSpot_CanUseTargetInternal_Patch.DontAllowWickerManToActAsSpeechFocus TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
RitualObligationTargetWorker_LightBall.CanUseTargetInternal: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
RitualObligationTargetWorker_SkyLanterns.CanUseTargetInternal: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
RitualObligationTargetWorker_UnconnectedGauranlenTree.<GetTargets>d__2.MoveNext: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
RitualObligationTargetWorker_UnconnectedGauranlenTree.CanUseTargetInternal: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
RitualObligationTrigger_SecondDefeat.Tick: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
RitualObligationTrigger_StrongerLeader.Tick: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
RitualOutcomeComp_NumActiveLoudspeakers.GetExpectedOutcomeDesc: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
RitualOutcomeComp_NumActiveLoudspeakers.LoudspeakerActive: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
RitualOutcomeEffectWorker_AnimaTreeLinking.Apply: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
RitualOutcomeEffectWorker_Bonfire.Apply: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
RitualOutcomeEffectWorker_ConnectToTree.Apply: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
RitualOutcomeEffectWorker_FromQuality.GiveMemoryToPawn: PRE: RimVore2.Patch_RitualOutcomeEffectWorker_FromQuality_GiveMemoryToPawn.PreventNREFromMoodlessPawns, RJWSexperience.Ideology.Rimworld_Patch_GiveMemoryToPawn.Prefix
RitualOutcomeEffectWorker_LeadershipChallenge.Apply: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
RitualPosition_AnimaLinkingSpot.GetCell: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
RitualRole_Suicidal.AppliesToPawn: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
RocketMod.<>c__DisplayClass15_0.<DoSettings>b__0: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
RollAction_CreateThingsFromEggComp.GetEggDef: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
RoofCollapseCellsFinder.ConnectsToRoofHolder: post: VFEMech.ConnectsToRoofHolder_Patch.Postfix
RoofCollapseUtility.WithinRangeOfRoofHolder: post: VFEMech.WithinRangeOfRoofHolder_Patch.Postfix
RoofGrid.SetRoof: PRE: OpenTheWindows.RoofGrid_SetRoof.Prefix post: TD_Enhancement_Pack.SetRoofSetDirty.Postfix, Dubs_Skylight.Patch_SetRoof.Postfix, OpenTheWindows.RoofGrid_SetRoof.Postfix
Room.UpdateRoomStatsAndRole: post: rjw.Building_Bed_Patch+Room_UpdateRoomStatsAndRole_Patch.Postfix
RoomRequirement_AllThingsAnyOfAreGlowing.<ConfigErrors>d__2.MoveNext: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
RoomRequirement_AllThingsAnyOfAreGlowing.Met: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
RoomRequirement_AllThingsAreGlowing.<ConfigErrors>d__2.MoveNext: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
RoomRequirement_AllThingsAreGlowing.Met: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
RoomRequirement_ThingCount.Count: post: RimWorldColumns.Patch_RoomRequirement_ThingCount_Count.Postfix
RoomRoleWorker_IndoorGarden.GetScore: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
RoomRoleWorker_WorshipRoom.GetScore: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
RoomStatWorker_Beauty.GetScore: PRE: RocketMan.Patches.RoomStatWorker_Patch.Prefix post: AlphaBehavioursAndEvents.AlphaAnimals_RoomStatWorker_Beauty_GetScore_Patch.IncreaseRoomBeautyIfPedigreedRaptorDetected, RocketMan.Patches.RoomStatWorker_Patch.Postfix
RoomStatWorker_Cleanliness.GetScore: PRE: RocketMan.Patches.RoomStatWorker_Patch.Prefix post: DubsBadHygiene.Patches.HarmonyPatches_Plumbing.GetScore_Postfix, RocketMan.Patches.RoomStatWorker_Patch.Postfix
RoomStatWorker_FromStatByCurve.GetScore: PRE: RocketMan.Patches.RoomStatWorker_Patch.Prefix post: RocketMan.Patches.RoomStatWorker_Patch.Postfix
RoomStatWorker_Impressiveness.GetScore: PRE: RocketMan.Patches.RoomStatWorker_Patch.Prefix post: RocketMan.Patches.RoomStatWorker_Patch.Postfix
RoomStatWorker_Space.GetScore: PRE: RocketMan.Patches.RoomStatWorker_Patch.Prefix post: RocketMan.Patches.RoomStatWorker_Patch.Postfix
RoomStatWorker_Wealth.GetScore: PRE: RocketMan.Patches.RoomStatWorker_Patch.Prefix post: RocketMan.Patches.RoomStatWorker_Patch.Postfix
RoomTempTracker.EqualizeTemperature: PRE: OpenTheWindows.RoomGroupTempTracker_EqualizeTemperature.Prefix
Root.OnGUI: post: HugsLib.Patches.Root_OnGUI_Patch.OnGUIHookUnfiltered
Root.Start: post: PsiTech.Utility.StartNotifyPatch.Postfix
Root.Update: post: HugsLib.Patches.Root_Patch.UpdateHook
Root_Play.SetupForQuickTestPlay: TRANS: HugsLib.Patches.RootPlay_TestPlay_Patch.InjectCustomQuickstartSettings
RottableUtility.GetRotStage: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
RottableUtility.IsDessicated: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
RottableUtility.IsNotFresh: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
RoyalTitlePermitWorker_CallShuttle.CallShuttle: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
SanitationToils.<>c__DisplayClass0_0.<FillBottleFromThing>b__0: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
SanitationToils.<>c__DisplayClass1_0.<FillBottleFromCell>b__0: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
SanitationUtil.CheckForBlockage: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
SappersUtility.CanMineReasonablyFast: PRE: MoreMechanoids.Harmony.SappersUtility_Patch+CanMineReasonablyFast.Prefix
SappersUtility.HasBuildingDestroyerWeapon: PRE: MoreMechanoids.Harmony.SappersUtility_Patch+HasBuildingDestroyerWeapon.Prefix TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
SappersUtility.IsGoodSapper: post: AlphaBehavioursAndEvents.AlphaAnimals_SappersUtility_IsGoodSapper_Patch.DemolisherIsAGoodSapper
SaveStorage.FixRjwHediffsOnlLoad: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
SaveStorage.WorldLoaded: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
SaveStorage.WorldLoaded: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
SavedGameLoaderNow.LoadGameFromSaveFileNow: PRE: PerformanceOptimizer.PerformanceOptimizerMod.ResetStaticData
ScenPart_CreateIncident.Tick: PRE: Rimatomics.HarmonyPatches+Harmony_ScenPart_CreateIncident.Prefix post: Rimatomics.HarmonyPatches+Harmony_ScenPart_CreateIncident.Postfix
ScenPart_ReconnectAllPowerBuildings.<>c__DisplayClass9_0.<TryFindClosestReachableNet>b__1: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
ScenPart_ReconnectAllPowerBuildings.EnsurePowerUsersConnected: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
ScenPart_ReconnectAllPowerBuildings.EnsureTransmittersConnected: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
ScenPart_ReconnectAllPowerBuildings.IsPowerGenerator: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
ScenPart_ReconnectAllPowerBuildings.IsPowerUser: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
ScenPart_ReconnectAllPowerBuildings.TryTurnOnImmediately: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
ScenPart_ReconnectAllPowerBuildings.UpdateDesiredPowerOutputForAllGenerators: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
ScenPart_Settlement.<>c__DisplayClass22_0.<TryFindClosestReachableNet>b__1: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
ScenPart_Settlement.EnsureBatteriesConnectedAndMakeSense: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
ScenPart_Settlement.EnsureGeneratorsConnectedAndMakeSense: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
ScenPart_Settlement.EnsurePowerUsersConnected: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
ScenPart_Settlement.IsPowerGenerator: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
ScenPart_Settlement.IsPowerUser: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
ScenPart_Settlement.TrySpawnBatteryNear: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
ScenPart_Settlement.TrySpawnPowerGeneratorNear: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
ScenPart_Settlement.UpdateDesiredPowerOutputForAllGenerators: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
ScribeMetaHeaderUtility.LoadGameDataHeader: TRANS: PrisonLabor.HarmonyPatches.Patches_Version.Patch_AddModVersionToFile+Patch_LoadVersion.Transpiler
ScribeMetaHeaderUtility.TryCreateDialogsForVersionMismatchWarnings: PRE: [9999]ModMisMatchWindowPatch.HarmonyPatches.Prefix_TryCreateDialogForVersionMismatchWarnings
ScribeMetaHeaderUtility.WriteMetaHeader: TRANS: PrisonLabor.HarmonyPatches.Patches_Version.Patch_AddModVersionToFile+Patch_WriteVersion.Transpiler
Section.RegenerateLayers: post: DubsMintMinimap.Harmony_RegenerateLayers.Postfix
SectionLayerGlitterNetCable.TakePrintFrom: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
SectionLayer_LightingOverlay.Regenerate: PRE: Dubs_Skylight.Patch_SectionLayer_LightingOverlay_Regenerate.Prefix, OpenTheWindows.LightingOverlay_Regenerate.Prefix post: Dubs_Skylight.Patch_SectionLayer_LightingOverlay_Regenerate.Postfix, OpenTheWindows.LightingOverlay_Regenerate.Postfix
SectionLayer_PipeOverlay.DrawLayer: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
SectionLayer_PipeOverlay.Regenerate: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
SectionLayer_SunShadows.Regenerate: TRANS: [800]VFESecurity.Patch_SectionLayer_SunShadows+manual_Regenerate.Transpiler
SectionLayer_Things.Regenerate: TRANS: LWM.DeepStorage.PatchDisplay_SectionLayer_Things_Regenerate.Transpiler
Selector.HandleMapClicks: PRE: LWM.DeepStorage.Patch_HandleMapClicks.Prefix
Selector.Select: PRE: rjw.PawnSelect.Update_Designators_Permissions post: LWM.DeepStorage.Open_DS_Tab_On_Select.Postfix, ImprovedWorkbenches.Open_Bills_Tab_On_Select.Postfix
Selector.SelectAllMatchingObjectUnderMouseOnScreen: PRE: LWM.DeepStorage.Make_DoubleClick_Work.Prefix post: LWM.DeepStorage.Make_DoubleClick_Work.Postfix
Selector.SelectUnderMouse: PRE: LWM.DeepStorage.Make_Select_Under_Mouse_Use_SortForDeepStorage.Prefix post: LWM.DeepStorage.Make_Select_Under_Mouse_Use_SortForDeepStorage.Postfix
SemenHelper.calculateAndApplySemen: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
SendShuttleAwayQuestPartUtility.SendAway: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Settlement.<>c__DisplayClass65_0.<GetShuttleFloatMenuOptions>b__1: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Settlement.GetCaravanGizmos: post: VFE_Settlers.Utilities.Harmony+SettlementGetCaravanGizmos_Patch.PostFix
Settlement.PostMapGenerate: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Settlement.ShouldRemoveMapNow: post: Rimatomics.HarmonyPatches+Harmony_SettlementBase_ShouldRemoveMapNow.Postfix
Settlement.get_MapGeneratorDef: post: KCSG.MapGeneratorDef_Patches+Settlement_MapGeneratorDef_Patch.Postfix
SettlementAbandonUtility.Abandon: post: VanillaMemesExpanded.VanillaMemesExpanded_SettlementAbandonUtility_Abandon_Patch.SetAbandonedTimeToZero
SettlementDefeatUtility.CheckDefeated: PRE: [800]VFEM.HarmonyPatches.Faction_Patch.Prefix TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
SettlementDefeatUtility.IsDefeated: post: AchievementsExpanded.AchievementHarmony.SettlementDefeatedEvent, VanillaStorytellersExpanded.Patch_IsDefeated.Postfix, VFEI.SettlementDefeatUtility_IsDefeated_Postfix.PostFix, [0]VFEM.HarmonyPatches.SettlementDefeatedUtility_Patch.Postfix
SettlementUtility.AffectRelationsOnAttacked: PRE: VFEMech.Patch_AffectRelationsOnAttacked.Prefix, VFEMedieval.Patch_AffectRelationsOnAttacked.Prefix
SettlementUtility.Attack: PRE: KCSG.SettlementUtility_Attack_Patch.Prefix
Settlement_TraderTracker.ColonyThingsWillingToBuy: post: PeteTimesSix.SimpleSidearms.Intercepts.Settlement_TraderTracker_ColonyThingsWillingToBuy.Postfix
SexAppraiser.would_fuck: post: RJWSexperience.Ideology.RJW_Patch_would_fuck.Postfix
SexAppraiser.would_fuck: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
SexPartAdder.MakePart: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
SexPartAdder.recipePartAdder: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
SexPartAdder.recipePartRemover: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
SexUtility.Aftersex: PRE: Dyspareunia.Dyspareunia.SexUtility_Prefix post: RJWSexperience.Ideology.RJW_Patch_Aftersex.Postfix
SexUtility.SatisfyPersonal: PRE: RJWSexperience.RJW_Patch_SatisfyPersonal.Prefix post: LicentiaLabs.StretchPatch.SatisfyPersonal, RJWSexperience.RJW_Patch_SatisfyPersonal.Postfix
SexUtility.TransferNutrition: PRE: LicentiaLabs.CumflationPatch.TransferNutrition post: RJWSexperience.RJW_Patch_TransferNutrition.Postfix
ShieldBelt.get_EnergyGainPerTick: post: CONN.ShieldBelt_EnergyGainPerTick.Postfix
ShieldBelt.get_EnergyMax: post: CONN.ShieldBelt_EnergyMax.Postfix
ShieldGeneratorUtility.CheckIntercept: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
ShipLandingBeaconUtility.DrawLinesToNearbyBeacons: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
ShipLandingBeaconUtility.GetLandingZones: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
ShipUtility.<>c__DisplayClass8_0.<ShipStartupGizmos>b__0: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
ShipUtility.<LaunchFailReasons>d__2.MoveNext: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
ShipUtility.HasHibernatingParts: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
ShipUtility.StartupHibernatingParts: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
ShortCircuitUtility.DoShortCircuit: PRE: [500]Serenity.SCB.PatchShortCircuits.DoShortCircuit, RT_Fuse.Patch_DoShortCircuit.Prefix
ShortCircuitUtility.TryShortCircuitInRain: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
ShotReport.HitReportFor: PRE: VFECore.Patch_Verb+ShotReport_HitReportFor.Prefix, PassiveCover.HitReportForPatch.Prefix post: CombatPsycasts.Harmony.Patches.PatchShotReport.Postfix
ShotReport.get_AimOnTargetChance_StandardTarget: post: VFECore.Patch_Verb+ShotReport_AimOnTargetChance_StandardTarget.Postfix
SiegeBlueprintPlacer.PlaceArtilleryBlueprints: post: VFESecurity.Patch_PlaceArtilleryBlueprints.Postfix
SignalAction_StartWick.Complete: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
SignalAction_StartWick.get_ShouldRemoveNow: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Site.PostMapGenerate: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Site.ShouldRemoveMapNow: post: VFEM.HarmonyPatches.ShouldRemoveMapNow_Patch.Postfix, Rimatomics.HarmonyPatches+Harmony_Site_ShouldRemoveMapNow.Postfix
SiteFactionWarContention.SpawnSetup: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
SiteFactionWarShelling.SpawnSetup: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
SitePartWorker_ConditionCauser.GetPostProcessedThreatLabel: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
SitePartWorker_ConditionCauser.Init: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
SitePartWorker_ConditionCauser.PostDrawExtraSelectionOverlays: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
SitePartWorker_ConditionCauser_ClimateAdjuster.Notify_GeneratedByQuestGen: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
SitePartWorker_ConditionCauser_PsychicDroner.Notify_GeneratedByQuestGen: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
SitePartWorker_ConditionCauser_PsychicSuppressor.Notify_GeneratedByQuestGen: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
SitePartWorker_ConditionCauser_WeatherController.Notify_GeneratedByQuestGen: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
SitePartWorker_EmitterInsanityPulsSW.PostMapGenerate: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
SitePartWorker_WorshippedTerminal.GetArrivedLetterPart: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
SiteTempCamp.SpawnSetup: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
SituationalThoughtHandler.TryCreateThought: PRE: AlienRace.HarmonyPatches.TryCreateThoughtPrefix
SketchGenUtility.IsFloorAllowed: post: DubsBadHygiene.Patches.HarmonyPatches+H_IsFloorAllowed.Postfix
SketchGenUtility.IsStuffAllowed: post: DubsBadHygiene.Patches.HarmonyPatches+H_IsStuffAllowed.Postfix
SketchThing.Instantiate: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
SketchThing.SetDormant: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
SkillLearningIndicator.LabelLearning: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
SkillRecord.CalculateTotallyDisabled: PRE: rjw.Patches_SkillRecordDebug.Prefix
SkillRecord.Interval: PRE: VFEAncients.HarmonyPatches.StorytellerPatches.NoSkillDecay TRANS: CyberNet.HarmonyPatches.SkillDecayPatch.Transpiler
SkillRecord.Learn: PRE: VanillaApparelExpanded.SkillRecord_Learn_Patch.Prefix, Soyuz.Patches.SkillRecord_Patch+Learn_Patch.Prefix post: TD_Enhancement_Pack.Learn_Patch.Postfix TRANS: AchievementsExpanded.AchievementHarmony.LevelUpMoteHook
SkillRecord.LearnRateFactor: PRE: [2147483647]PerformanceOptimizer.Optimization_SkillRecord_LearnRateFactor.Prefix post: [-2147483648]PerformanceOptimizer.Optimization_SkillRecord_LearnRateFactor.Postfix
SkillRecord.get_Level: post: PsiTech.Utility.SkillLevelPatch.Postfix
SkillUI.DrawSkill: TRANS: TD_Enhancement_Pack.SkillLearningIndicator.Transpiler
SkyManager.CurrentSkyTarget: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
SkyManager.GetOverridenShadowVector: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
SkyManager.UpdateOverlays: post: TD_Enhancement_Pack.SkyManagerDirty_Patch.Postfix
Skyfaller.PostPostMake: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Skyfaller.Tick: PRE: VFESecurity.Patch_Skyfaller+Patch_Tick.Prefix
SlaveRebellionUtility.CanApplyWeaponFactor: post: MVCF.Harmony.MiscPatches.CanApplyWeaponFactor
SlaveRebellionUtility.InitiateSlaveRebellionMtbDays: post: VanillaMemesExpanded.VanillaMemesExpanded_SlaveRebellionUtility_InitiateSlaveRebellionMtbDays_Patch.SetCorruptedSlaveToMinusOne
SmokepopBelt.Notify_BulletImpactNearby: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
SocialProperness.IsSociallyProper: TRANS: PrisonLabor.HarmonyPatches.Patches_PermissionFix.Patch_SocialPropernessFix.Transpiler
SpawnersandDrones.OnDefsLoaded.ApplySettingsToDefs: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
SpecialThingFilterWorker_BiocodedWeapons.Matches: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
SpecialThingFilterWorker_Fresh.AlwaysMatches: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
SpecialThingFilterWorker_Fresh.CanEverMatch: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
SpecialThingFilterWorker_Fresh.Matches: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
SpecialThingFilterWorker_NonBiocodedWeapons.Matches: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
SpecialThingFilterWorker_Rotten.CanEverMatch: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
SpecialThingFilterWorker_Rotten.Matches: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
StageFailTrigger_NoPoweredLoudspeakers.Failed: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
StageFailTrigger_TargetNotLit.Failed: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
StageFailTrigger_TargetUnpowered.Failed: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Stance_Warmup.StanceTick: post: PeteTimesSix.SimpleSidearms.Intercepts.Stance_Warmup_StanceTick_Postfix.StanceTick
StartingPawnUtility.NewGeneratedStartingPawn: TRANS: AlienRace.HarmonyPatches.NewGeneratedStartingPawnTranspiler
StatCalculator.GetVerbsAndTools: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
StatCalculator.RangedDPS: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
StatCalculator.RangedDPSAverage: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
StatCalculator.RangedSpeed: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
StatCalculator.canCarrySidearmInstance: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
StatExplanationPatch.Postfix: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
StatPart_AmmoCrate.CanAffect: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
StatPart_ApparelStatOffset.TransformValue: PRE: RocketMan.Optimizations.StatPart_ApparelStatOffSet_Skipper_Patch.Prefix post: RocketMan.Optimizations.StatPart_ApparelStatOffSet_Skipper_Patch.Postfix
StatPart_BlindPsychicSensitivityOffset.ConsideredBlind: TRANS: AlienRace.HarmonyPatches.BodyReferenceTranspiler
StatPart_Glow.ActiveFor: post: VFEAncients.PowerWorker_PrefersDarkness.Glow_ActiveFor_Postfix
StatPart_HasRelic.ActiveFor: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
StatPart_NaturalNotMissingBodyPartsCoverage.<>c.<TryGetValue>b__2_0: TRANS: AlienRace.HarmonyPatches.BodyReferenceTranspiler
StatPart_PylonExposure.CanAffect: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
StatPart_ReloadMarketValue.TransformAndExplain: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
StatPart_WeaponTraitsMarketValueOffset.ExplanationPart: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
StatPart_WeaponTraitsMarketValueOffset.TransformValue: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
StatPart_WorkTableAutomation.Applies: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
StatPart_WorkTableAutomationDecreased.Applies: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
StatPart_WorkTableManualUnefficient.Applies: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
StatPart_WorkTableUnpowered.Applies: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
StatValuePatch.Postfix: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
StatWorker.FinalizeValue: post: VFEAncients.HarmonyPatches.PowerPatches.SetStat
StatWorker.GearHasCompsThatAffectStat: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
StatWorker.GetExplanationFull: PRE: VFEAncients.HarmonyPatches.PowerPatches.SetStatExplain
StatWorker.GetExplanationUnfinalized: post: PsiTech.Utility.StatExplanationPatch.Postfix, GlitterNet.StatExplanationPatch.StatExplanationPostfix TRANS: VFEAncients.HarmonyPatches.PowerPatches.StatExplanationTranspile, VFECore.StatWorker_GetExplanationUnfinalized_Transpiler.Transpiler, PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
StatWorker.GetValue: TRANS: RocketMan.Optimizations.StatWorker_Patch.Transpiler
StatWorker.GetValueUnfinalized: post: PsiTech.Utility.StatValuePatch.Postfix, GlitterNet.StatValuePatch.StatValuePostfix TRANS: VFEAncients.HarmonyPatches.PowerPatches.StatGetValueTranspile, VFECore.StatWorker_GetValueUnfinalized_Transpiler.Transpiler, PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
StatWorker.StatOffsetFromGear: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
StatWorker_MarketValue.CalculableRecipe: PRE: [2147483647]PerformanceOptimizer.Optimization_StatWorker_MarketValue_CalculableRecipe.Prefix post: [-2147483648]PerformanceOptimizer.Optimization_StatWorker_MarketValue_CalculableRecipe.Postfix
StatWorker_MeleeAverageDPS.GetVerbsAndTools: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
StatWorker_PossibleCompOffsets.AbstractValueRange: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
StatWorker_PossibleCompOffsets.GetExplanationUnfinalized: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
StatWorker_PossibleCompOffsets.GetStatDrawEntryLabel: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
StatWorker_PossibleCompOffsets.GetValueUnfinalized: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
StaticConstructorOnStartupUtility.CallAll: PRE: StartupImpact.Patch.StaticConstructorOnStartupUtilityCallAll.Prefix post: RecycleThis.StaticConstructorOnStartupUtilityPatch.Postfix, PerformanceOptimizer.InitializeMod.Postfix
StatsReportUtility.DescriptionEntry: post: PsiTech.Utility.ThingDescPatch.Postfix
StatsReportUtility.DrawStatsReport: PRE: VFECore.DrawStatsReport_Patch.Prefix post: VFECore.DrawStatsReport_Patch.Postfix
SteadyEnvironmentEffects.FinalDeteriorationRate: post: VFEAncients.HarmonyPatches.BuildingPatches.AddDeterioration
SteadyEnvironmentEffects.TryDoDeteriorate: PRE: VFEMech.TryDoDeteriorate_Patch.Prefix
StockGenerator_BuyExpensiveSimple.HandlesThingDef: post: rjw.PATCH_StockGenerator_BuyExpensiveSimple_HandlesThingDef.remove_RJW_stuff_fromtraderBUY
StoreUtility.IsGoodStoreCell: post: LWM.DeepStorage.Patch_IsGoodStoreCell.Postfix
StoreUtility.NoStorageBlockersIn: PRE: DontBlockDoorMod.PatchForNoStorageBlockersIn.Prefix, LWM.DeepStorage.Patch_NoStorageBlockersIn.Prefix
StoreUtility.TryFindBestBetterStoreCellFor: TRANS: LWM.DeepStorage.Patch_TryFindBestBetterStoreCellFor.Transpiler
StoryWatcher_PopAdaptation.Notify_PawnEvent: post: AchievementsExpanded.AchievementHarmony.PawnJoinedFaction
Storyteller.TryFire: PRE: VanillaStorytellersExpanded.Patch_MakeIncidentsForInterval.Prefix
StorytellerComp.IncidentChanceFinal: post: VanillaStorytellersExpanded.Patch_IncidentChanceFinal.Postfix
StorytellerComp_Triggered.Notify_PawnEvent: PRE: aRandomKiwi.DFM.StorytellerComp_Triggered_Patch+Notify_PawnEvent.Listener
StretchHelper.GetAdjustedHediffDimensions: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
SubmersibleUtility.IsSubmersible: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Supercomputer.SpawnSetup: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
SuppressionFieldAccessUtility.GetSuppressionFieldManager: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Sustainer.SustainerUpdate: PRE: Soyuz.Patches.Sustainer_Update_Patch.Prefix
SymbolResolver_AncientAltar.Resolve: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
SymbolResolver_Archonexus.Resolve: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
SymbolResolver_ChargeBatteries.Resolve: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
SymbolResolver_ChargeBatteries2.Resolve: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
SymbolResolver_Corpse.Resolve: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
SymbolResolver_DesiccatedCorpses.SpawnCorpse: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
SymbolResolver_DestroyRefuelableLightSource.<>c__DisplayClass0_0.<Resolve>b__0: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
SymbolResolver_Hives.Resolve: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
SymbolResolver_Interior_Brewery.get_SpawnPassiveCoolerIfTemperatureAbove: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
SymbolResolver_Interior_ThroneRoom.<>c.<Resolve>b__0_0: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
SymbolResolver_OutdoorLighting.FindNearbyGlowers: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
SymbolResolver_OutdoorLighting.Resolve: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
SymbolResolver_OutdoorLightingIbase.FindNearbyGlowers: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
SymbolResolver_OutdoorLightingIbase.Resolve: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
SymbolResolver_RandomCorpse.Resolve: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
SymbolResolver_RandomMechanoidGroup.Resolve: post: MoreMechanoids.Harmony.SymbolResolver_RandomMechanoidGroup_Patch+Resolve.Postfix
SymbolResolver_Refuel.Resolve: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
SymbolResolver_Ship_Populate.AttemptToPlace: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
SymbolResolver_Ship_Pregen.Resolve: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
SymbolResolver_SingleThing.Resolve: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
SymbolResolver_SpawnHuntingMonsters.Resolve: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
TA_PostOnMapLoad_Event.<>c.<LoadOrCreateCfg>b__1_1: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
TA_PostOnMapLoad_Event.LoadOrCreateCfg: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
TaleData_Thing.GenerateFrom: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
TaleData_Thing.GenerateRandom: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
TaleUtility.Notify_PawnDied: post: VSEWW.TaleUtility_Notify_PawnDied_Postfix.Postfix, VanillaMemesExpanded.VanillaMemesExpanded_TaleUtility_Notify_PawnDied_Patch.NotifyEnemyDied TRANS: RimVore2.Patch_TaleUtility.AbortColonistKilledTaleOnWillingVore
TaleUtility_Notify_PawnDied_Postfix.Postfix: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
TantrumMentalStateUtility.CanSmash: post: LWM.DeepStorage.Patch_TantrumMentalStateUtility_CanSmash.AfterCanSmash
Targeter.OrderPawnForceTarget: PRE: OrenoPCF.HarmonyPatches.Harmony_Targeter+Targeter_CurrentTargetUnderMouse.VerbGiverExtended
Targeter.TargeterUpdate: PRE: Rimatomics.HarmonyPatches+Harmony_Targeter_TargeterUpdate.Prefix
TargetingParameters.<>c.<ForDraftedCarryTransporter>b__41_0: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
TechprintUtility.<>c__DisplayClass0_0.<GetResearchProjectsNeedingTechprintsNow>b__0: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
TendUtility.GetOptimalHediffsToTendWithSingleTreatment: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
TerrainDef.PostLoad: PRE: DubsBadHygiene.Patches.HarmonyPatches+Harmony_TerrainPostLoad.Prefix
TerrainGrid.CanRemoveTopLayerAt: post: VFESecurity.Patch_TerrainGrid+CanRemoveTopLayerAt.Postfix
TerrainGrid.DoTerrainChangedEffects: post: TD_Enhancement_Pack.TerrainChangedSetDirty.Postfix, TD_Enhancement_Pack.DoTerrainChangedEffects_Patch_Fertility.Postfix, TD_Enhancement_Pack.DoTerrainChangedEffects_Patch_Smoothable.Postfix, TD_Enhancement_Pack.DoTerrainChangedEffects_Patch_WalkSpeed.Postfix, TD_Enhancement_Pack.Overlays.DoTerrainChangedEffects_Patch.Postfix, TD_Enhancement_Pack.Overlays.DoTerrainChangedEffects_Coverage_Patch.Postfix, DubsBadHygiene.Patches.HarmonyPatches+H_DoTerrainChangedEffects.Postfix
TerrainGrid.RemoveTopLayer: PRE: VFEMech.TerrainPatches+RemoveTopLayer_Patch.Prefix, SimplyMoreBridges.Harmony_TerrainGrid_RemoveTopLayer.Prefix
TerrainGrid.SetTerrain: post: VFEMech.TerrainPatches+Patch_SetTerrain.Postfix TRANS: SimplyMoreBridges.Harmony_TerrainGrid_SetTerrain.Transpiler
TerrainThreshold.TerrainAtValue: PRE: ConfigurableMaps.TerrainThreshold_TerrainAtValue.Prefix
TeslaProjectile.Impact: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Text.get_Anchor: PRE: [-2147483648]RocketMan.Text_Patch+Text_Anchor_Getter_Patch.Prefix
Text.get_CurFontStyle: PRE: [-2147483648]RocketMan.Text_Patch+Text_CurFontStyle_Patch.Prefix
Text.get_CurTextAreaReadOnlyStyle: PRE: [-2147483648]RocketMan.Text_Patch+Text_CurTextAreaReadOnlyStyle_Patch.Prefix
Text.get_CurTextAreaStyle: PRE: [-2147483648]RocketMan.Text_Patch+Text_CurTextAreaStyle_Patch.Prefix
Text.get_CurTextFieldStyle: PRE: [-2147483648]RocketMan.Text_Patch+Text_CurTextFieldStyle_Patch.Prefix
Text.get_Font: PRE: [-2147483648]RocketMan.Text_Patch+Text_Font_Getter_Patch.Prefix
Text.get_WordWrap: PRE: [-2147483648]RocketMan.Text_Patch+Text_WordWrap_Getter_Patch.Prefix
Text.set_Anchor: PRE: [-2147483648]RocketMan.Text_Patch+Text_Anchor_Setter_Patch.Prefix
Text.set_Font: PRE: [-2147483648]RocketMan.Text_Patch+Text_Font_Setter_Patch.Prefix
Text.set_WordWrap: PRE: [-2147483648]RocketMan.Text_Patch+Text_WordWrap_Setter_Patch.Prefix
Thing.BlocksPawn: post: VFESecurity.Patch_Thing+BlocksPawn.Postfix
Thing.ButcherProducts: post: AlphaBehavioursAndEvents.Thing_ButcherProducts_Patch.ChangeMeatAmountByAge
Thing.DeSpawn: PRE: Share_The_Load.DeSpawn_Patch.Prefix, LWM.DeepStorage.Cleanup_For_DeepStorage_Thing_At_DeSpawn.Prefix TRANS: VFESecurity.Patch_Thing+DeSpawn.Transpiler
Thing.Destroy: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Thing.DrawExtraSelectionOverlays: post: GlitterNet.OverlaysPatch.OverlaysPostfix
Thing.DrawGUIOverlay: PRE: LWM.DeepStorage.Add_DSU_GUI_Overlay.Prefix
Thing.Ingested: PRE: AlienRace.HarmonyPatches.IngestedPrefix, CRIALactation.HarmonyPatch_Thing.Prefix post: RimVore2.Patch_Ingested.AddVoreligionEvents, DubsBadHygiene.Patches.HarmonyPatches_Thirst.IngestedPostfix, VanillaMemesExpanded.VanillaMemesExpanded_Thing_Ingested_Patch.NotifyAnimalProducstIngested TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Thing.Kill: PRE: AchievementsExpanded.AchievementHarmony.KillThing
Thing.PostMapInit: PRE: VFEMech.ThingPostInit_Patch.Prefix
Thing.SetFactionDirect: post: AlienRace.HarmonyPatches.SetFactionDirectPostfix
Thing.SpawnSetup: post: CeilingUtilities.Patch_SpawnSetup.Postfix TRANS: VFESecurity.Patch_Thing+SpawnSetup.Transpiler, VFEMech.ThingSpawnSetup_Patch.Transpiler
Thing.SpecialDisplayStats: post: VFEAncients.HarmonyPatches.MendingPatches.MendingDisplayStats
Thing.TakeDamage: PRE: VFEAncients.PowerWorker_Damages.ChangeDamage, VFEMech.Thing_TakeDamage_Patch.Prefix
Thing.get_AmbientTemperature: PRE: RimFridge.Patch_Thing_AmbientTemperature.Prefix post: RimVore2.Patch_AmbientTemperature.SetPreyAmbientTempToPredInternalTemp
Thing.get_DefaultGraphic: post: CompOversizedWeapon.HarmonyCompOversizedWeapon.get_DefaultGraphic_PostFix
Thing.get_DrawPos: post: LWM.DeepStorage.Ensure_Top_Item_In_DSU_Draws_Correctly.Postfix
Thing.get_Graphic: post: [0]VFESecurity.Patch_Thing+get_Graphic.Postfix
ThingDef.<ConfigErrors>d__314.MoveNext: TRANS: AlienRace.HarmonyPatches.BodyReferenceTranspiler
ThingDef.<SpecialDisplayStats>d__319.MoveNext: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
ThingDef.SpecialDisplayStats: post: VFECore.ThingDef_SpecialDisplayStats_Patch.Postfix, NocturnalAnimals.ThingDef_Patch+VanillaExpandedFramework_ThingDef_SpecialDisplayStats_Nocturnal_Patch.Postfix, AnimalBehaviours.Patch_ThingDef+VanillaExpandedFramework_ThingDef_SpecialDisplayStats_Patch.Postfix, VFECore.Patch_ThingDef+SetFaction.Postfix, OpenTheWindows.ThingDef_SpecialDisplayStats.Postfix
ThingDef.get_AllRecipes: post: XenobionicPatcher.HarmonyPatches+AllRecipes_Postfix.Postfix
ThingDef.get_DescriptionDetailed: TRANS: VFECore.ThingDef_StatOffsetFromGear_Transpiler.Transpiler
ThingDef.get_IsAddictiveDrug: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
ThingDef.get_IsShell: post: VFESecurity.Patch_IsShell.Postfix
ThingGrid.Deregister: post: TD_Enhancement_Pack.BeautyDirtierDeregister.Postfix, TD_Enhancement_Pack.ThingDirtierDeregister_PlantHarvest.Postfix, TD_Enhancement_Pack.ThingDirtierDeregister_TreeGrowth.Postfix, TD_Enhancement_Pack.ThingDirtierDeregister_WindBlocker.Postfix, TD_Enhancement_Pack.Overlays.BuildingDirtierDeregister.Postfix
ThingGrid.DeregisterInCell: post: OpenTheWindows.ThingGrid_Deregister.Postfix
ThingGrid.Register: post: TD_Enhancement_Pack.BeautyDirtierRegister.Postfix, TD_Enhancement_Pack.ThingDirtierRegister_WindBlocker.Postfix, TD_Enhancement_Pack.Overlays.BuildingDirtierRegister.Postfix
ThingGrid.RegisterInCell: post: OpenTheWindows.ThingGrid_Register.Postfix
ThingListGroupHelper.Includes: PRE: AntimatterAnnihilation.Patches.Patch_RefuelableFix.Prefix TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
ThingOwnerUtility.TryGetFixedTemperature: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
ThingSelectionUtility.SelectableByMapClick: post: VanillaApparelExpanded.VAE_ThingSelectionUtility_Patch.GhillieException
ThingSetMakerUtility.<>c__DisplayClass3_0.<GetAllowedThingDefs>b__1: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
ThingSetMakerUtility.AssignQuality: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
ThingSetMakerUtility.CanGenerate: post: DubsBadHygiene.Patches.HarmonyPatches+Harmony_ThingSetMakerUtility.Postfix
ThingSetMaker_ResourcePod.PossiblePodContentsDefs: post: DubsBadHygiene.Patches.HarmonyPatches+Harmony_ThingSetMaker_ResourcePod.Postfix, Rimatomics.HarmonyPatches+Harmony_PossiblePodContentsDefs.Postfix
ThingStuffPair.get_Commonality: post: VFECore.Commonality_Patch.Postfix
ThingStuffPairWithQuality.MakeThing: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
ThingStyleHelper.GetEverSeenByPlayer: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
ThingStyleHelper.GetStyleDef: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
ThingStyleHelper.GetStyleSourcePrecept: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
ThingStyleHelper.SetEverSeenByPlayer: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
ThingStyleHelper.SetStyleDef: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
ThingStyleHelper.SetStyleSourcePrecept: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
ThingTool.SetDrawColor: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
ThingTool.SetQuality: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
ThingUtility.CheckAutoRebuildOnDestroyed: post: QualityBuilder.Patch_ThingUtillity.Postfix
ThingWithComps.DeSpawn: PRE: SimpleFridge.Patch_PostDeSpawn.Prefix
ThingWithComps.ExposeData: post: VFECore.Thing_ExposeData_Patch.Postfix
ThingWithComps.GetFloatMenuOptions: post: AllowTool.Patches.Thing_GetFloatMenuOptions_Patch.FinishOffWhenDrafted
ThingWithComps.GetGizmos: post: PsiTech.Utility.ThingGizmosPatch.Postfix
ThingWithComps.Notify_Explosion: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
ThingWithComps.SpawnSetup: post: VFECore.Thing_SpawnSetup_Patch.Postfix
ThingWithComps.get_DrawColor: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
ThinkNode_ChancePerHour_Bestiality.MtbHours: post: RJWSexperience.Ideology.RJW_Patch_ChancePerHour_Bestiality.Postfix
ThinkNode_ChancePerHour_Necro.MtbHours: post: RJWSexperience.Ideology.RJW_Patch_ThinkNode_ChancePerHour_Necro.Postfix
ThinkNode_ChancePerHour_RapeCP.MtbHours: post: RJWSexperience.Ideology.RJW_Patch_ChancePerHour_RapeCP.Postfix
ThinkNode_ConditionalHiveCanReproduce.Satisfied: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
ThinkNode_Labor.Satisfied: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Thought.MoodOffset: post: PsiTech.Utility.PsychicThoughtPatch.Postfix
ThoughtHandler.OpinionOffsetOfGroup: post: VFEAncients.PowerWorker_Celebrity.Double
ThoughtHandler.TotalMoodOffset: PRE: [2147483647]PerformanceOptimizer.Optimization_ThoughtHandler_TotalMoodOffset.Prefix post: [-2147483648]PerformanceOptimizer.Optimization_ThoughtHandler_TotalMoodOffset.Postfix
ThoughtUtility.CanGetThought: post: AlienRace.HarmonyPatches.CanGetThoughtPostfix
ThoughtUtility.ThoughtNullified: post: VFEAncients.HarmonyPatches.PowerPatches.ThoughtNullified_Postfix
ThoughtUtility.ThoughtNullifiedMessage: post: VFEAncients.HarmonyPatches.PowerPatches.ThoughtNullifiedMessage_Postfix
ThoughtWorker_Dark.CurrentStateInternal: post: CONN.ThoughtWorker_Dark_CurrentStateInternal.Postfix, VFEI.ThoughtWorker_Dark_CurrentStateInternal_Postfix.PostFix
ThoughtWorker_IsCarryingIncendiaryWeapon.CurrentStateInternal: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
ThoughtWorker_IsCarryingRangedWeapon.CurrentStateInternal: PRE: MVCF.Harmony.Brawlers.CurrentStateInternal_Prefix
ThoughtWorker_Man.CurrentSocialStateInternal: TRANS: AlienRace.HarmonyPatches.MisandryMisogynyTranspiler
ThoughtWorker_MissingTongue.CurrentStateInternal: TRANS: AlienRace.HarmonyPatches.BodyReferenceTranspiler
ThoughtWorker_Precept_AltarSharing.SharedAltar: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
ThoughtWorker_Precept_HalfBlind.IsHalfBlind: post: PsiTech.Utility.HalfBlindThoughtPatch.Postfix
ThoughtWorker_Precept_NoRecentAlienMeat.ShouldHaveThought: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
ThoughtWorker_Precept_NoRecentHumanMilk.ShouldHaveThought: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
ThoughtWorker_PsychicDrone.CurrentStateInternal: post: VFESecurity.Patch_ThoughtWorker_PsychicDrone+CurrentStateInternal.Postfix TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
ThoughtWorker_PsychicEmanatorSoothe.CurrentStateInternal: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
ThoughtWorker_RadioBase.CurrentStateInternal: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
ThoughtWorker_Sick.CurrentStateInternal: post: VanillaMemesExpanded.VanillaMemesExpanded_ThoughtWorker_Sick_CurrentStateInternal_Patch.DontShowIfHolyDisease
ThoughtWorker_ThoughtFromNearbyThingDef.CurrentStateInternal: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
ThoughtWorker_WeaponTrait.CurrentStateInternal: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
ThoughtWorker_WeaponTrait.WeaponName: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
ThoughtWorker_WeaponTraitBonded.CurrentStateInternal: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
ThoughtWorker_WeaponTraitKillNeed.CurrentStateInternal: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
ThoughtWorker_WearingColor.CurrentStateInternal: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
ThoughtWorker_Woman.CurrentSocialStateInternal: TRANS: AlienRace.HarmonyPatches.MisandryMisogynyTranspiler
Thought_DisableFirstDefeatThought.MoodOffset: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Thought_FoodEaten.SetFood: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Thought_PsychicHarmonizer.get_ShouldDiscard: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Thought_WeaponTrait.get_Name: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
TickList.Tick: post: TD_Enhancement_Pack.TickGrow_PlantHarvest.Postfix, TD_Enhancement_Pack.TickGrow.Postfix
TickManager.DoSingleTick: PRE: [800]RocketMan.Patches.TickManager_DoSingleTick_Context_Patch.Prefix post: AchievementsExpanded.AchievementHarmony.SingleLongTickTracker TRANS: [2147483647]RocketMan.Patches.TickManager_DoSingleTick_Patch.Transpiler
TileFinder.<>c__DisplayClass1_0.<RandomSettlementTileFor>b__1: post: VFECore.Patch_RandomSettlementTileFor.Postfix
TileFinder.IsValidTileForNewSettlement: post: FactionControl.TileFinder_IsValidTileForNewSettlement.Postfix
TileFinder.RandomSettlementTileFor: PRE: [800]FactionControl.TileFinder_RandomSettlementTileFor.Prefix, VFECore.Patch_RandomSettlementTileFor+RandomSettlementTileFor_Patch.Prefix post: [800]FactionControl.TileFinder_RandomSettlementTileFor.Postfix, VFECore.Patch_RandomSettlementTileFor+RandomSettlementTileFor_Patch.Postfix
TimeControls.DoTimeControlsGUI: PRE: CameraPlus.TimeControls_DoTimeControlsGUI_Patch.Prefix TRANS: TD_Enhancement_Pack.StopForcedSlowdown.Transpiler
Toil..ctor: post: PeteTimesSix.SimpleSidearms.Intercepts.Toil_ctor_Postfix._ctor
Toils_Combat.<>c__DisplayClass1_0.<GotoCastPosition>b__0: TRANS: VFESecurity.Patch_Toils_Combat+manual_GoToCastPosition_initAction.Transpiler
Toils_Combat.TrySetJobToUseAttackVerb: PRE: MVCF.Harmony.Hunting.TrySetJobToUseAttackVerb
Toils_Construct.MakeSolidThingFromBlueprintIfNecessary: PRE: QualityBuilder._Toils_Construct.Prefix
Toils_Haul.<>c__DisplayClass1_0.<StartCarryThing>b__0: TRANS: LWM.DeepStorage.Patch_StartCarryThing_Delegate.Transpiler
Toils_Haul.<>c__DisplayClass8_0.<DepositHauledThingInContainer>b__0: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Toils_Haul.JumpToCarryToNextContainerIfPossible: PRE: AnimalJobsPatch.HarmonyPatches.JumpToCarryToNextContainerIfPossible_Prefix
Toils_Haul.PlaceHauledThingInCell: post: AllowTool.Patches.ToilsHaul_PlaceInCell_Patch.ClearHaulUrgently, LWM.DeepStorage.Patch_PlaceHauledThingInCell_Toil.Postfix
Toils_Ingest.TakeMealFromDispenser: post: SaferPasteDispenser.HarmonyPatches+TakeMealFromDispenser_Patch.Postfix
Toils_LayDown.<>c__DisplayClass3_0.<LayDown>b__0: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Toils_LayDown.ApplyBedThoughts: post: rjw.Building_Bed_Patch+Toils_LayDown_ApplyBedThoughts_Patch.Postfix
Toils_Recipe.<>c__DisplayClass1_0.<MakeUnfinishedThingIfNeeded>b__0: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Toils_Recipe.<>c__DisplayClass3_0.<FinishRecipeAndStartStoringProduct>b__0: TRANS: TD_Enhancement_Pack.ColorVariation.Toils_Recipe_Transpiler
Toils_Recipe.CalculateDominantIngredient: TRANS: TD_Enhancement_Pack.Dominate.Transpiler
Toils_Recipe.ConsumeIngredients: PRE: PsiTech.Utility.ConsumeIngredientsPatch.Prefix
Toils_Refuel.<>c__DisplayClass0_0.<FinalizeRefueling>b__0: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Toils_WPRecipe.<>c__DisplayClass0_0.<MakeUnfinishedThingIfNeeded>b__0: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
ToolPowerAdjuster.CalculatePowerAdjustmentDueToImplants: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
ToolPowerAdjuster.CalculatePowerAdjustmentDueToToolUpgrade: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Tools.HandleHotkeys: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
TooltipUtility.ShotCalculationTipString: post: PsiTech.Utility.TooltipUtilityPatch.Postfix TRANS: VFEAncients.PowerWorker_ForceHit.ShotCalculationTipString_Transpile
Tornado.CellImmuneToDamage: post: VFESecurity.Patch_Tornado+CellImmuneToDamage.Postfix
Tornado.Tick: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Trackers.ApparelRemoved_Postfix: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Trackers.EquipmentRemoved_Postfix: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Trackers.PostRemoved_Postfix: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
TradeDeal.TryExecute: post: AchievementsExpanded.AchievementHarmony.TradeDealComplete, VanillaMemesExpanded.VanillaMemesExpanded_TradeDeal_TryExecute_Patch.NotifySuccessfulTrade
TradeRequestComp.PlayerCanGive: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
TradeShip.ColonyThingsWillingToBuy: post: RimFridge.Patch_PassingShip_TryOpenComms.Postfix
TradeUI.DrawTradeableRow: TRANS: AlienRace.HarmonyPatches.DrawTradeableRowTranspiler
Tradeable_Pawn.ResolveTrade: post: VanillaMemesExpanded.VanillaMemesExpanded_Tradeable_Pawn_ResolveTrade_Patch.DetectSlaveBought TRANS: AlienRace.HarmonyPatches.TradeablePawnResolveTranspiler
TraderCaravanUtility.GetTraderCaravanRole: post: VFECore.Patch_TraderCaravanUtility+GetTraderCaravanRole.Postfix TRANS: AlienRace.HarmonyPatches.GetTraderCaravanRoleTranspiler
TrainableUtility.CanBeMaster: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Trait.get_Label: post: TraitRarityColors.HarmonyPatch.Get_Label_PostFix
TraitSet.GainTrait: PRE: AlienRace.HarmonyPatches.GainTraitPrefix
TraitSet.HasTrait: post: VFEAncients.PowerWorker_PretendTrait.HasTrait_Postfix
TraitSet.HasTrait: post: VFEAncients.PowerWorker_PretendTrait.HasTrait_Postfix
TransferableOneWayWidget.DrawDaysUntilRot: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
TransferableUIUtility.DoExtraAnimalIcons: post: VFE.Mechanoids.TransferableUIUtility_DoExtraAnimalIcons_Patch.Postfix, rjw.TransferableUIUtility_Patch_Icon.Postfix
TransferableUtility.TransferAsOne: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Transformer.SpawnSetup: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Transition.Execute: PRE: VanillaStorytellersExpanded.Patch_Execute.Prefix
TransitionAction_WakeAll.DoAction: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
TransportPodsArrivalActionUtility.DropShuttle: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
TransportPodsArrivalAction_GiveGift.<>c__DisplayClass7_0.<GetFloatMenuOptions>b__2: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
TransportPodsArrivalAction_VisitSite.Arrived: PRE: VFEMech.Patch_Arrived.Prefix
TransportShip.get_ShuttleComp: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
TransportShip.get_TransporterComp: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
TransportShipMaker.MakeTransportShip: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
TransporterUtility.<AllSendableItems>d__5.MoveNext: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
TransporterUtility.<AllSendablePawns>d__4.MoveNext: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
TransporterUtility.GetTransportersInGroup: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
TransporterUtility.WasLoadingCanceled: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
TrashUtility.ShouldTrashBuilding: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
TrashUtility.ShouldTrashBuilding: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
TriggerContainerEmptied.Tick: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
TryGetAttackVerb_Patch.Postfix: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
TryInteractWith_Patch.TryGetCachedSpreadableComp: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
TryMakeNewAllowed_Patch.Postfix: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Turbine.SpawnSetup: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
TurretTop.DrawTurret: PRE: VanillaWeaponsExpandedLaser.HarmonyPatches.CYA_TuretTop_DrawTurret_LaserTurret_Patch.Prefix, [0]VFESecurity.Patch_TurretTop+DrawTurret.Prefix
UIRoot.UIRootOnGUI: post: HugsLib.Patches.UIRoot_OnGUI_Patch.OnGUIHook
UIRoot_Entry.DoMainMenu: post: CharacterEditor.CEditor.OnDoingMainMenu
UIRoot_Entry.Init: PRE: AntimatterAnnihilation.Temp+OnMainMenuShow.Prefix
UIRoot_Entry.UIRootOnGUI: PRE: Analyzer.H_KeyPresses.OnGUI
UIRoot_Play.UIRootOnGUI: PRE: Analyzer.H_KeyPresses.OnGUI post: RocketMan.KeyBinder.OnGUI
UIRoot_Play.UIRootUpdate: post: PsiTech.Utility.UIRootPatch.Postfix
UI_PowerNetConsole.PowerThing.get_FlickComp: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
UnfinishedThing.get_Creator: PRE: NoJobAuthors.UnfinishedThing_GetCreator_Patch.Creator
UnfinishedThing.set_Creator: post: NoJobAuthors.UnfinishedThing_SetCreator_Patch.Creator
UpdateOnArchitectOpen.Postfix: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Util_Fix.<>c__DisplayClass1_0.<HasCharge>b__3: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Util_Fix.<>c__DisplayClass2_0.<DissipateCharge>b__3: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Utility.GetCumVolume: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Utility.IsIncest: PRE: RJWSexperience.Ideology.Sexperience_Patch_IsIncest.Prefix
UtilityEvent.AnyQuestExistsFrom: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
UtilityEvent.GenerateBounty: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
UtilityPawn.GenerateWanted: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
UtilityPawn.GetWantedComponent: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
UtilityPawn.GetWantedComponent: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Utils.CanStoreMoreThanOneThingAt: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Utils.CanStoreMoreThanOneThingIn: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Utils.GetReloadableComp: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Utils.disconnectAllWPNEmitters: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Utils.findCurrentMapLocalWirelessPowerEmitter: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Utils.setEMPExplosion: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
VESWWMod.DoGameSettings: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
VESWWMod.WriteSettings: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
VFEF_SprinklersManager.MapComponentTick: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
VFEGlobal.GeneralSettings: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
VFEI_Plant_Armillarix.DeSpawn: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
VWEL_Pawn_GetGizmos_WeaponGizmoGetter_Patch.GetGizmos_PostFix: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
VWEL_Verb_Shoot_TryStartCastOn_RapidFire_Patch.TryStartCastOn_RapidFire_Postfix: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
VWEL_Verb_Shoot_TryStartCastOn_RapidFire_Patch.TryStartCastOn_RapidFire_Prefix: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
VanillaExpandedFramework_MassUtility_Capacity_Patch.MakeGigantelopesCarryMore: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
VanillaMemesExpanded_FoodUtility_ThoughtsFromIngesting_Patch.NotifyAnimalProducstIngested: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
VanillaMemesExpanded_GenRecipe_PostProcessProduct_Patch.IncreaseQualityByOne: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
VanillaMemesExpanded_Thing_Ingested_Patch.NotifyAnimalProducstIngested: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Verb.Available: post: VFECore.Patch_Verb+Available.Postfix, VFESecurity.Patch_Verb+Available.Postfix TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Verb.OrderForceTarget: PRE: MVCF.Harmony.VerbPatches.Prefix_OrderForceTarget
Verb.TryCastNextBurstShot: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler, RunAndGun.Harmony.Verb_TryCastNextBurstShot.Transpiler
Verb.TryFindShootLineFromTo: TRANS: VFESecurity.Patch_Verb+TryFindShootLineFromTo.Transpiler
Verb.TryStartCastOn: PRE: RunAndGun.Harmony.Verb_TryStartCastOn.Prefix, [100]VanillaWeaponsExpandedLaser.HarmonyPatches.VWEL_Verb_Shoot_TryStartCastOn_RapidFire_Patch.TryStartCastOn_RapidFire_Prefix, [100]Warmup.Patch_Verb_Shoot.TryStartCastOn_RapidFire_Prefix post: [401]VanillaWeaponsExpandedLaser.HarmonyPatches.VWEL_Verb_Shoot_TryStartCastOn_RapidFire_Patch.TryStartCastOn_RapidFire_Postfix
Verb.WarmupComplete: post: DubsMintMinimap.Harmony_WarmupComplete.Postfix
Verb.get_Caster: post: MVCF.Harmony.VerbPatches.Postfix_get_Caster
Verb.get_CasterIsPawn: post: MVCF.Harmony.VerbPatches.Postfix_get_CasterIsPawn
Verb.get_CasterPawn: post: MVCF.Harmony.VerbPatches.Postfix_get_CasterPawn
Verb.get_EquipmentSource: PRE: MVCF.Harmony.VerbPatches.Prefix_EquipmentSource
VerbManager.Initialize: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
VerbManager.PreferMelee: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
VerbManagerUtility.AddVerbs: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
VerbManagerUtility.AddVerbs: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
VerbManagerUtility.AddVerbs: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
VerbProperties.<ConfigErrors>d__101.MoveNext: TRANS: AlienRace.HarmonyPatches.BodyReferenceTranspiler
VerbProperties.AdjustedAccuracy: post: RunAndGun.Harmony.VerbProperties_AdjustedAccuracy.Postfix
VerbProperties.AdjustedArmorPenetration: post: PsiTech.Utility.ArmorPenetationPatch.Postfix
VerbProperties.AdjustedCooldown: post: VFECore.Patch_Verb+VerbProperties_AdjustedCooldown_Patch.Postfix
VerbProperties.AdjustedCooldown: post: VFEAncients.HarmonyPatches.PowerPatches.ApplyStat
VerbProperties.AdjustedCooldown: post: VFEAncients.HarmonyPatches.PowerPatches.ApplyStat
VerbProperties.DrawRadiusRing: TRANS: VFESecurity.Patch_VerbProperties+DrawRadiusRing.Transpiler
VerbProperties.GetDamageFactorFor: post: EBF.Patches.PostFix_VerbProperties_GetDamageFactorFor.PostFix
VerbProperties.GetForceMissFactorFor: PRE: MVCF.Harmony.VerbPatches.GetForceMissFactorFor_Prefix
VerbProperties.get_CausesExplosion: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
VerbTracker.CreateVerbTargetCommand: PRE: AnimalWeaponPatch.HarmonyPatches.CreateVerbTargetCommand_prefix
VerbUtility.AllVerbsFrom: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
VerbUtility.GetConcreteExampleVerbs: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
VerbUtility.HarmsHealth: PRE: MVCF.Harmony.VerbUtilityPatches.HarmsHealth_Prefix
VerbUtility.IsEMP: PRE: MVCF.Harmony.VerbUtilityPatches.IsEMP_Prefix
VerbUtility.IsIncendiary: PRE: MVCF.Harmony.VerbUtilityPatches.IsIncendiary_Prefix
VerbUtility.ProjectileFliesOverhead: PRE: MVCF.Harmony.VerbUtilityPatches.ProjectileFliesOverhead_Prefix
VerbUtility.UsesExplosiveProjectiles: PRE: MVCF.Harmony.VerbUtilityPatches.UsesExplosiveProjectiles_Prefix
Verb_ArcFlash.TryCastShot: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Verb_Dazzle.TryCastShot: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Verb_LaunchProjectile.TryCastShot: PRE: VFECore.Patch_Verb+Verb_LaunchProjectile_TryCastShot.Prefix post: VFECore.Patch_Verb+Verb_LaunchProjectile_TryCastShot.Postfix TRANS: VFEAncients.PowerWorker_ForceHit.TryCastShot_Transpile, PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Verb_LaunchProjectile.get_Projectile: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Verb_MeleeAttack.GetDodgeChance: PRE: VFEAncients.PowerWorker_MeleeSkill.ForceDodge
Verb_MeleeAttack.GetNonMissChance: PRE: VFEAncients.PowerWorker_MeleeSkill.ForceHit
Verb_MeleeAttack.TryCastShot: post: PeteTimesSix.SimpleSidearms.Intercepts.Verb_MeleeAttack_TryCastShot_PostFix.TryCastShot
Verb_MeleeAttackDamage.DamageInfosToApply: post: VFEAncients.PowerWorker_Strong.AddDamage, AlienRace.HarmonyPatches.DamageInfosToApplyPostfix
Verb_Obelisk.TryCastShot: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Verb_Railgun.TryCastFireMission: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Verb_Railgun.get_Projectile: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Verb_ShootOneUse.SelfConsume: post: PeteTimesSix.SimpleSidearms.Intercepts.Verb_ShootOneUse_SelfConsume_Postfix.SelfConsume
Verb_TryCastNextBurstShot.SetStanceRunAndGun: TRANS: MVCF.Harmony.Compat.RunAndGunSetStance, VFECore.Patch_RunAndGun_Harmony_Verb_TryCastNextBurstShot+manual_SetStanceRunAndGun.Transpiler
Verb_TryStartCastOn.Prefix: PRE: MVCF.Harmony.Compat.RunAndGunVerbCast TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Verb_UnlockDoor.ForceDoor: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
VersionControl.DrawInfoInCorner: post: HarmonyMod.VersionControl_DrawInfoInCorner_Patch.Postfix
VoreContainer.<>c.<DestroyAllRottableItems>b__13_0: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
VoreTypeDef.AreVoreEnablersValid: post: RV2_Overstuffed.Patch_VoreTypeDef_AreVoreEnablersValid.SkipTypeCheckForAssimilationAndAmalgamation
VoreValidator.PredatorPassesVoreEnablerSelectors: PRE: RV2_Overstuffed.Patch_VoreTypeDef_.SkipTypeCheckForAssimilationAndAmalgamation
WITab_Caravan_Gear.IsVisibleWeapon: post: VFEMedieval.Patch_WITab_Caravan_Gear+IsVisibleWeapon.Postfix
WITab_Caravan_Gear.TryEquipDraggedItem: PRE: rjw.PATCH_WITab_Caravan_Gear_TryEquipDraggedItem.prevent_locked_apparel_conflict TRANS: AlienRace.HarmonyPatches.BodyReferenceTranspiler
WITab_Caravan_Health.DoRow: TRANS: AlienRace.HarmonyPatches.BodyReferenceTranspiler
WPCompSpawner.TickInterval: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
WPCompSpawner.get_PowerOn: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
WPFrame.CompleteConstruction: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
WPGenRecipe.<MakeRecipeProducts>d__0.MoveNext: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
WPGenRecipe.PostProcessProduct: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
WallLightMod.ChangeDefs: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
WanderUtility.GetColonyWanderRoot: post: VFE.Mechanoids.HarmonyPatches.GetColonyWanderRoot_Patch.Postfix
WaterMassStat.ExplanationPart: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
WaterMassStat.TransformValue: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
WaterValueStat.ExplanationPart: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
WaterValueStat.TransformValue: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
WeaponsConsole.SpawnSetup: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
WeatherManager.TransitionTo: post: aRandomKiwi.PPP.WeatherManager_Patch+WeatherManager_TransitionTo_Patch.Listener
WeatherManager.get_TransitionLerpFactor: PRE: aRandomKiwi.PPP.WeatherManager_Patch+WeatherManager_get_TransitionLerpFactor_Patch.Listener
WhoringHelper.WhoreAbilityAdjustmentMax: post: RJWSexperience.RJW_Patch_WhoreAbilityAdjustmentMax.Postfix
WhoringHelper.WhoreAbilityAdjustmentMin: post: RJWSexperience.RJW_Patch_WhoreAbilityAdjustmentMin.Postfix
WidgetRow.ToggleableIcon: TRANS: ItemListSelector.Patch_WidgetRow.Transpiler
Widgets.ButtonImage: PRE: ImprovedWorkbenches.Widgets_ButtonImage_Detour.Prefix
Widgets.DefIcon: PRE: RecipeIcons.Patch.PatchWidgetsDefIcon.Prefix
WidgetsWork.DrawWorkBoxFor: TRANS: PrisonLabor.HarmonyPatches.Patches_GUI.GUI_WorkTab.Patch_WorkDisable.Transpiler
WidgetsWork.TipForPawnWorker: TRANS: PrisonLabor.HarmonyPatches.Patches_GUI.GUI_WorkTab.WorkDisablePatch2.Transpiler
WildAnimalSpawner.<SpawnRandomWildAnimalAt>b__13_0: TRANS: VAEShrubland.Patch_WildAnimalSpawner+manual_SpawnWildAnimalAt_predicate.Transpiler, VAECaves.Patch_WildAnimalSpawner+manual_SpawnWildAnimalAt_predicate.Transpiler
WildAnimalSpawner.SpawnRandomWildAnimalAt: TRANS: AnimalBehaviours.VanillaExpandedFramework_WildAnimalSpawner_SpawnRandomWildAnimalAt_Patch.Transpiler, AlphaBehavioursAndEvents.AlphaAnimals_WildAnimalSpawner_SpawnRandomWildAnimalAt_Patch.Transpiler
WindExtensions.windDirection: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
WindManager.WindManagerTick: TRANS: [2147483647]PerformanceOptimizer.Optimization_WindManager_WindManagerTick.Transpiler, PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Window.Close: post: TD_Enhancement_Pack.PauseAfterNegotiation.Postfix
Window.PostClose: post: RimVore2.Patch_Window_PostClose.NotifyIdeologyQuirksStale, CrossPromotionModule.CrossPromotion.Page_ModsConfig_PostClose_Postfix
WindowStack.TryRemove: TRANS: TD_Enhancement_Pack.PodsSaveManifest.Transpiler
Window_Analyzer.PostClose: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
WorkGiver.ShouldSkip: TRANS: PrisonLabor.HarmonyPatches.Patches_Work.Patch_WorkGiver_PrisonerFaction.Transpiler
WorkGiver.ShouldSkip: TRANS: PrisonLabor.HarmonyPatches.Patches_Work.Patch_WorkGiver_PrisonerFaction.Transpiler
WorkGiver.ShouldSkip: TRANS: PrisonLabor.HarmonyPatches.Patches_Work.Patch_WorkGiver_PrisonerFaction.Transpiler
WorkGiver.ShouldSkip: TRANS: PrisonLabor.HarmonyPatches.Patches_Work.Patch_WorkGiver_PrisonerFaction.Transpiler
WorkGiver.ShouldSkip: TRANS: PrisonLabor.HarmonyPatches.Patches_Work.Patch_WorkGiver_PrisonerFaction.Transpiler
WorkGiver.ShouldSkip: TRANS: PrisonLabor.HarmonyPatches.Patches_Work.Patch_WorkGiver_PrisonerFaction.Transpiler
WorkGiver.ShouldSkip: TRANS: PrisonLabor.HarmonyPatches.Patches_Work.Patch_WorkGiver_PrisonerFaction.Transpiler
WorkGiver.ShouldSkip: TRANS: PrisonLabor.HarmonyPatches.Patches_Work.Patch_WorkGiver_PrisonerFaction.Transpiler
WorkGiver.ShouldSkip: TRANS: PrisonLabor.HarmonyPatches.Patches_Work.Patch_WorkGiver_PrisonerFaction.Transpiler
WorkGiver.ShouldSkip: TRANS: PrisonLabor.HarmonyPatches.Patches_Work.Patch_WorkGiver_PrisonerFaction.Transpiler
WorkGiver.ShouldSkip: TRANS: PrisonLabor.HarmonyPatches.Patches_Work.Patch_WorkGiver_PrisonerFaction.Transpiler
WorkGiver.ShouldSkip: TRANS: PrisonLabor.HarmonyPatches.Patches_Work.Patch_WorkGiver_PrisonerFaction.Transpiler
WorkGiver.ShouldSkip: TRANS: PrisonLabor.HarmonyPatches.Patches_Work.Patch_WorkGiver_PrisonerFaction.Transpiler
WorkGiver.ShouldSkip: TRANS: PrisonLabor.HarmonyPatches.Patches_Work.Patch_WorkGiver_PrisonerFaction.Transpiler
WorkGiver.ShouldSkip: TRANS: PrisonLabor.HarmonyPatches.Patches_Work.Patch_WorkGiver_PrisonerFaction.Transpiler
WorkGiver.ShouldSkip: TRANS: PrisonLabor.HarmonyPatches.Patches_Work.Patch_WorkGiver_PrisonerFaction.Transpiler
WorkGiver.ShouldSkip: TRANS: PrisonLabor.HarmonyPatches.Patches_Work.Patch_WorkGiver_PrisonerFaction.Transpiler
WorkGiver.ShouldSkip: TRANS: PrisonLabor.HarmonyPatches.Patches_Work.Patch_WorkGiver_PrisonerFaction.Transpiler
WorkGiver.ShouldSkip: TRANS: PrisonLabor.HarmonyPatches.Patches_Work.Patch_WorkGiver_PrisonerFaction.Transpiler
WorkGiver.ShouldSkip: TRANS: PrisonLabor.HarmonyPatches.Patches_Work.Patch_WorkGiver_PrisonerFaction.Transpiler
WorkGiver.ShouldSkip: TRANS: PrisonLabor.HarmonyPatches.Patches_Work.Patch_WorkGiver_PrisonerFaction.Transpiler
WorkGiver.ShouldSkip: TRANS: PrisonLabor.HarmonyPatches.Patches_Work.Patch_WorkGiver_PrisonerFaction.Transpiler
WorkGiver.ShouldSkip: TRANS: PrisonLabor.HarmonyPatches.Patches_Work.Patch_WorkGiver_PrisonerFaction.Transpiler
WorkGiver.ShouldSkip: TRANS: PrisonLabor.HarmonyPatches.Patches_Work.Patch_WorkGiver_PrisonerFaction.Transpiler
WorkGiver.ShouldSkip: TRANS: PrisonLabor.HarmonyPatches.Patches_Work.Patch_WorkGiver_PrisonerFaction.Transpiler
WorkGiver.ShouldSkip: TRANS: PrisonLabor.HarmonyPatches.Patches_Work.Patch_WorkGiver_PrisonerFaction.Transpiler
WorkGiver_AnimalResource.GetComp: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
WorkGiver_AttachTurret.JobOnThing: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
WorkGiver_BuildRoof.PotentialWorkCellsGlobal: post: PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Labor_Position.Postfix
WorkGiver_BuildRoof.ShouldSkip: TRANS: PrisonLabor.HarmonyPatches.Patches_Work.Patch_WorkGiver_PrisonerFaction.Transpiler
WorkGiver_ChangeTreeMode.HasJobOnThing: post: PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Scanner_HasJob.Postfix TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
WorkGiver_ChangeTreeMode.PotentialWorkThingsGlobal: post: PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Labor_Thing.Postfix TRANS: PrisonLabor.HarmonyPatches.Patches_Work.Patch_WorkGiver_PrisonerFaction.Transpiler
WorkGiver_CleanFilth.HasJobOnThing: post: PrisonLabor.HarmonyPatches.Patches_Work.Patch_WorkGiver_CleanFilth.Postfix, PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Scanner_HasJob.Postfix
WorkGiver_CleanFilth.PotentialWorkThingsGlobal: post: PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Labor_Thing.Postfix TRANS: PrisonLabor.HarmonyPatches.Patches_Work.Patch_WorkGiver_PrisonerFaction.Transpiler
WorkGiver_CleanFilth.ShouldSkip: TRANS: PrisonLabor.HarmonyPatches.Patches_Work.Patch_WorkGiver_PrisonerFaction.Transpiler
WorkGiver_CleanSelf.JobOnThing: PRE: RJWSexperience.RJW_Patch_CleanSelf_JobOnThing.Prefix
WorkGiver_ClearSnow.PotentialWorkCellsGlobal: post: PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Labor_Position.Postfix
WorkGiver_ClearSnow.ShouldSkip: TRANS: PrisonLabor.HarmonyPatches.Patches_Work.Patch_WorkGiver_PrisonerFaction.Transpiler
WorkGiver_ConstructAffectFloor.HasJobOnCell: post: PrisonLabor.HarmonyPatches.Patches_Construction.Patch_Smoothing.Postfix
WorkGiver_ConstructAffectFloor.PotentialWorkCellsGlobal: post: PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Labor_Position.Postfix
WorkGiver_ConstructAffectFloor.PotentialWorkCellsGlobal: post: PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Labor_Position.Postfix
WorkGiver_ConstructAffectFloor.ShouldSkip: TRANS: PrisonLabor.HarmonyPatches.Patches_Work.Patch_WorkGiver_PrisonerFaction.Transpiler
WorkGiver_ConstructAffectFloor.ShouldSkip: TRANS: PrisonLabor.HarmonyPatches.Patches_Work.Patch_WorkGiver_PrisonerFaction.Transpiler
WorkGiver_ConstructDeliverResources.FindNearbyNeeders: TRANS: Share_The_Load.FindNearbyNeeders_Patch.Transpiler
WorkGiver_ConstructDeliverResources.ResourceDeliverJobFor: TRANS: Share_The_Load.MaterialsNeeded_Patch.Transpiler, Share_The_Load.BreakToContinue_Patch.Transpiler
WorkGiver_ConstructDeliverResourcesToBlueprints.JobOnThing: TRANS: PrisonLabor.HarmonyPatches.Patches_Construction.Patch_WorkGiver_ConstructDeliverResourcesToBlueprints.Transpiler
WorkGiver_ConstructDeliverResourcesToFrames.JobOnThing: TRANS: PrisonLabor.HarmonyPatches.Patches_Construction.Patch_WorkGiver_ConstructDeliverResourcesToFrames.Transpiler
WorkGiver_ConstructFinishFrames.JobOnThing: post: QualityBuilder._WorkGiver_ConstructFinishFrames.Postfix TRANS: PrisonLabor.HarmonyPatches.Patches_Construction.EnableConstructionFinishFrames.Transpiler
WorkGiver_ConstructSmoothWall.HasJobOnCell: post: PrisonLabor.HarmonyPatches.Patches_Construction.Patch_Smoothing.Postfix
WorkGiver_ConstructSmoothWall.PotentialWorkCellsGlobal: post: PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Labor_Position.Postfix
WorkGiver_ConstructSmoothWall.ShouldSkip: TRANS: PrisonLabor.HarmonyPatches.Patches_Work.Patch_WorkGiver_PrisonerFaction.Transpiler
WorkGiver_CustomRefuel.PotentialWorkThingsGlobal: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
WorkGiver_Deconstruct.HasJobOnThing: post: PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Scanner_HasJob.Postfix TRANS: PrisonLabor.HarmonyPatches.Patches_Construction.Patch_WorkGiver_Deconstruct.Transpiler
WorkGiver_DeepDrill.HasJobOnThing: post: PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Scanner_HasJob.Postfix, PrisonLabor.HarmonyPatches.Patches_DeepDrill.EnableDeepDrillsToPrisoners.HasJobOnThingPostfix TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
WorkGiver_DeepDrill.ShouldSkip: TRANS: PrisonLabor.HarmonyPatches.Patches_Work.Patch_WorkGiver_PrisonerFaction.Transpiler, PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
WorkGiver_DestroyItem.HasJobOnThing: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
WorkGiver_DestroyItem.PotentialWorkThingsGlobal: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
WorkGiver_DestroyThis.JobOnThing: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
WorkGiver_DoBill.<>c__DisplayClass20_0.<TryFindBestBillIngredients>b__0: TRANS: VFEAncients.HarmonyPatches.MendingPatches.ExtraValidation
WorkGiver_DoBill.ClosestUnfinishedThingForBill: PRE: NoJobAuthors.WorkGiver_DoBill_ClosestUnfinishedThingForBill_Patch.ClosestUnfinishedThingForBill
WorkGiver_DoBill.FinishUftJob: TRANS: NoJobAuthors.WorkGiver_DoBill_FinishUftJob_Patch.FinishUftJob
WorkGiver_DoBill.JobOnThing: post: QualitySurgeon.QualitySurgeon.Postfix TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
WorkGiver_DoBill.ShouldSkip: TRANS: PrisonLabor.HarmonyPatches.Patches_Work.Patch_WorkGiver_PrisonerFaction.Transpiler
WorkGiver_DoBill.StartOrResumeBillJob: post: PsiTech.Utility.DoBillPatch.Postfix TRANS: PrisonLabor.HarmonyPatches.Patches_BillAssignation.Patch_BillPrevention.Transpiler, NoJobAuthors.WorkGiver_DoBill_StartOrResumeBillJob_Patch.StartOrResumeBillJob
WorkGiver_DoBill.TryFindBestBillIngredientsInSet: post: VFEAncients.HarmonyPatches.MendingPatches.TryFindStuffIngredients
WorkGiver_EmptyEggBox.HasJobOnThing: post: PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Scanner_HasJob.Postfix TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
WorkGiver_EmptyEggBox.JobOnThing: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
WorkGiver_ExecuteGuiltyColonist.PotentialWorkThingsGlobal: post: PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Labor_Thing.Postfix TRANS: PrisonLabor.HarmonyPatches.Patches_Work.Patch_WorkGiver_PrisonerFaction.Transpiler
WorkGiver_ExecuteGuiltyColonist.ShouldSkip: TRANS: PrisonLabor.HarmonyPatches.Patches_Work.Patch_WorkGiver_PrisonerFaction.Transpiler
WorkGiver_ExtractSkull.HasJobOnThing: post: PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Scanner_HasJob.Postfix
WorkGiver_ExtractSkull.PotentialWorkThingsGlobal: post: PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Labor_Thing.Postfix TRANS: PrisonLabor.HarmonyPatches.Patches_Work.Patch_WorkGiver_PrisonerFaction.Transpiler
WorkGiver_ExtractSkull.ShouldSkip: TRANS: PrisonLabor.HarmonyPatches.Patches_Work.Patch_WorkGiver_PrisonerFaction.Transpiler
WorkGiver_FeedPatient.HasJobOnThing: post: PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Scanner_HasJob.Postfix
WorkGiver_FeedPatient.PotentialWorkThingsGlobal: post: PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Labor_Thing.Postfix TRANS: PrisonLabor.HarmonyPatches.Patches_Work.Patch_WorkGiver_PrisonerFaction.Transpiler
WorkGiver_FightFires.HasJobOnThing: post: PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Scanner_HasJob.Postfix
WorkGiver_FillComposter.HasJobOnThing: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
WorkGiver_FillFermentingBarrel.HasJobOnThing: post: PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Scanner_HasJob.Postfix TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
WorkGiver_FixBlockage.PotentialWorkThingsGlobal: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
WorkGiver_FixBlockage.ShouldSkip: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
WorkGiver_FixBrokenDownBuilding.HasJobOnThing: post: PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Scanner_HasJob.Postfix
WorkGiver_FixBrokenDownBuilding.PotentialWorkThingsGlobal: post: PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Labor_Thing.Postfix TRANS: PrisonLabor.HarmonyPatches.Patches_Work.Patch_WorkGiver_PrisonerFaction.Transpiler, PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
WorkGiver_FixBrokenDownBuilding.ShouldSkip: TRANS: PrisonLabor.HarmonyPatches.Patches_Work.Patch_WorkGiver_PrisonerFaction.Transpiler, PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
WorkGiver_Flick.HasJobOnThing: post: PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Scanner_HasJob.Postfix
WorkGiver_Flick.PotentialWorkThingsGlobal: post: PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Labor_Thing.Postfix TRANS: PrisonLabor.HarmonyPatches.Patches_Work.Patch_WorkGiver_PrisonerFaction.Transpiler
WorkGiver_Flick.ShouldSkip: TRANS: PrisonLabor.HarmonyPatches.Patches_Work.Patch_WorkGiver_PrisonerFaction.Transpiler
WorkGiver_GasExcavator.HasJobOnThing: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
WorkGiver_GasExcavator.ShouldSkip: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
WorkGiver_GatherAnimalBodyResources.HasJobOnThing: post: PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Scanner_HasJob.Postfix
WorkGiver_GatherAnimalBodyResources.HasJobOnThing: post: PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Scanner_HasJob.Postfix
WorkGiver_GatherAnimalBodyResources.PotentialWorkThingsGlobal: post: PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Labor_Thing.Postfix TRANS: PrisonLabor.HarmonyPatches.Patches_Work.Patch_WorkGiver_PrisonerFaction.Transpiler
WorkGiver_GatherAnimalBodyResources.PotentialWorkThingsGlobal: post: PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Labor_Thing.Postfix TRANS: PrisonLabor.HarmonyPatches.Patches_Work.Patch_WorkGiver_PrisonerFaction.Transpiler
WorkGiver_GatherAnimalBodyResources.ShouldSkip: TRANS: PrisonLabor.HarmonyPatches.Patches_Work.Patch_WorkGiver_PrisonerFaction.Transpiler
WorkGiver_GatherAnimalBodyResources.ShouldSkip: TRANS: PrisonLabor.HarmonyPatches.Patches_Work.Patch_WorkGiver_PrisonerFaction.Transpiler
WorkGiver_Grower.<PotentialWorkCellsGlobal>d__4.MoveNext: TRANS: TD_Enhancement_Pack.DoNotHarvest_Building.Transpiler
WorkGiver_Grower.PotentialWorkCellsGlobal: post: PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Labor_Position.Postfix
WorkGiver_Grower.PotentialWorkCellsGlobal: post: PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Labor_Position.Postfix
WorkGiver_GrowerHarvest.HasJobOnCell: PRE: TD_Enhancement_Pack.NoHarvestJob.Prefix post: AlienRace.HarmonyPatches.HasJobOnCellHarvestPostfix, ToggleHarvest.Patch.RimWorld_WorkGiver_GrowerHarvest_HasJobOnCell.Postfix
WorkGiver_GrowerHarvest.ShouldSkip: TRANS: PrisonLabor.HarmonyPatches.Patches_Work.Patch_WorkGiver_PrisonerFaction.Transpiler
WorkGiver_GrowerSow.ExtraRequirements: post: AlienRace.HarmonyPatches.ExtraRequirementsGrowerSowPostfix
WorkGiver_HandleChains.JobOnThing: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
WorkGiver_HandleChains.ShouldSkip: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
WorkGiver_Haul.PotentialWorkThingsGlobal: post: PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Labor_Thing.Postfix TRANS: PrisonLabor.HarmonyPatches.Patches_Work.Patch_WorkGiver_PrisonerFaction.Transpiler
WorkGiver_Haul.PotentialWorkThingsGlobal: post: PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Labor_Thing.Postfix TRANS: PrisonLabor.HarmonyPatches.Patches_Work.Patch_WorkGiver_PrisonerFaction.Transpiler
WorkGiver_Haul.ShouldSkip: TRANS: PrisonLabor.HarmonyPatches.Patches_Work.Patch_WorkGiver_PrisonerFaction.Transpiler
WorkGiver_Haul.ShouldSkip: TRANS: PrisonLabor.HarmonyPatches.Patches_Work.Patch_WorkGiver_PrisonerFaction.Transpiler
WorkGiver_HaulToBiosculpterPod.HasJobOnThing: post: PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Scanner_HasJob.Postfix TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
WorkGiver_HaulToBiosculpterPod.JobOnThing: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
WorkGiver_HunterHunt.HasHuntingWeapon: PRE: [0]MVCF.Harmony.Hunting.HasHuntingWeapon
WorkGiver_HunterHunt.HasJobOnThing: post: PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Scanner_HasJob.Postfix
WorkGiver_HunterHunt.PotentialWorkThingsGlobal: post: PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Labor_Thing.Postfix TRANS: PrisonLabor.HarmonyPatches.Patches_Work.Patch_WorkGiver_PrisonerFaction.Transpiler
WorkGiver_HunterHunt.ShouldSkip: TRANS: PrisonLabor.HarmonyPatches.Patches_Work.Patch_WorkGiver_PrisonerFaction.Transpiler
WorkGiver_InsertProcessorFirst.HasJobOnThing: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
WorkGiver_InsertProcessorFirst.PotentialWorkThingsGlobal: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
WorkGiver_InsertProcessorSecond.HasJobOnThing: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
WorkGiver_InsertProcessorSecond.PotentialWorkThingsGlobal: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
WorkGiver_InsertProcessorThird.HasJobOnThing: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
WorkGiver_InsertProcessorThird.PotentialWorkThingsGlobal: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
WorkGiver_InteractAnimal.CanInteractWithAnimal: post: AlienRace.HarmonyPatches.CanInteractWithAnimalPostfix
WorkGiver_LoadMagazine.FindAmmo: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
WorkGiver_LoadPlutoniumProc.HasJobOnThing: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
WorkGiver_LoadPuProcChems.HasJobOnThing: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
WorkGiver_LoadTransporters.HasJobOnThing: post: PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Scanner_HasJob.Postfix TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
WorkGiver_LoadTransporters.JobOnThing: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
WorkGiver_MassageBreasts.HasJobOnThing: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
WorkGiver_Merge.PotentialWorkThingsGlobal: post: PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Labor_Thing.Postfix TRANS: PrisonLabor.HarmonyPatches.Patches_Work.Patch_WorkGiver_PrisonerFaction.Transpiler
WorkGiver_Merge.ShouldSkip: TRANS: PrisonLabor.HarmonyPatches.Patches_Work.Patch_WorkGiver_PrisonerFaction.Transpiler
WorkGiver_Milk.GetComp: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
WorkGiver_MilkHuman.GetComp: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
WorkGiver_Miner.JobOnThing: post: Share_The_Load.MakeWay_Miner_Job.Postfix TRANS: Share_The_Load.MakeWay_Miner_Job.Transpiler
WorkGiver_Miner.PotentialWorkThingsGlobal: post: Share_The_Load.MakeWay_Miner.Postfix, PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Labor_Thing.Postfix TRANS: PrisonLabor.HarmonyPatches.Patches_Work.Patch_WorkGiver_PrisonerFaction.Transpiler
WorkGiver_Miner.ShouldSkip: TRANS: PrisonLabor.HarmonyPatches.Patches_Work.Patch_WorkGiver_PrisonerFaction.Transpiler
WorkGiver_Open.HasJobOnThing: post: PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Scanner_HasJob.Postfix
WorkGiver_Open.PotentialWorkThingsGlobal: post: PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Labor_Thing.Postfix TRANS: PrisonLabor.HarmonyPatches.Patches_Work.Patch_WorkGiver_PrisonerFaction.Transpiler
WorkGiver_Open.ShouldSkip: TRANS: PrisonLabor.HarmonyPatches.Patches_Work.Patch_WorkGiver_PrisonerFaction.Transpiler
WorkGiver_OpenCocoon.PotentialWorkThingsGlobal: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
WorkGiver_OperateScanner.HasJobOnThing: post: PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Scanner_HasJob.Postfix TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
WorkGiver_OperateScanner.ShouldSkip: TRANS: PrisonLabor.HarmonyPatches.Patches_Work.Patch_WorkGiver_PrisonerFaction.Transpiler, PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
WorkGiver_PlantSeed.HasJobOnThing: post: PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Scanner_HasJob.Postfix TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
WorkGiver_PlantSeed.JobOnThing: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
WorkGiver_PlantsCut.JobOnThing: TRANS: Share_The_Load.MakeWay_Plant_Job.Transpiler
WorkGiver_PlantsCut.PotentialWorkThingsGlobal: post: Share_The_Load.MakeWay_Plant.Postfix, PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Labor_Thing.Postfix TRANS: PrisonLabor.HarmonyPatches.Patches_Work.Patch_WorkGiver_PrisonerFaction.Transpiler
WorkGiver_PlantsCut.ShouldSkip: TRANS: PrisonLabor.HarmonyPatches.Patches_Work.Patch_WorkGiver_PrisonerFaction.Transpiler
WorkGiver_PruneGauranlenTree.GetPriority: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
WorkGiver_PruneGauranlenTree.HasJobOnThing: post: PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Scanner_HasJob.Postfix TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
WorkGiver_PruneGauranlenTree.PotentialWorkThingsGlobal: post: PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Labor_Thing.Postfix TRANS: PrisonLabor.HarmonyPatches.Patches_Work.Patch_WorkGiver_PrisonerFaction.Transpiler
WorkGiver_RecycleThis.JobOnThing: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
WorkGiver_RefillWater.JobOnThing: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
WorkGiver_Refuel.CanRefuelThing: post: DubsBadHygiene.Patches.HarmonyPatches_Plumbing.CanRefuelThing_Postfix
WorkGiver_Refuel.HasJobOnThing: post: PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Scanner_HasJob.Postfix
WorkGiver_Refuel.HasJobOnThing: post: PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Scanner_HasJob.Postfix
WorkGiver_ReleaseAnimalsToWild.HasJobOnThing: post: PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Scanner_HasJob.Postfix
WorkGiver_ReleaseAnimalsToWild.PotentialWorkThingsGlobal: post: PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Labor_Thing.Postfix TRANS: PrisonLabor.HarmonyPatches.Patches_Work.Patch_WorkGiver_PrisonerFaction.Transpiler
WorkGiver_ReleaseAnimalsToWild.ShouldSkip: TRANS: PrisonLabor.HarmonyPatches.Patches_Work.Patch_WorkGiver_PrisonerFaction.Transpiler
WorkGiver_RemoveBuilding.HasJobOnThing: post: PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Scanner_HasJob.Postfix
WorkGiver_RemoveBuilding.PotentialWorkThingsGlobal: post: PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Labor_Thing.Postfix TRANS: PrisonLabor.HarmonyPatches.Patches_Work.Patch_WorkGiver_PrisonerFaction.Transpiler
WorkGiver_RemoveBuilding.PotentialWorkThingsGlobal: post: PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Labor_Thing.Postfix TRANS: PrisonLabor.HarmonyPatches.Patches_Work.Patch_WorkGiver_PrisonerFaction.Transpiler
WorkGiver_RemoveBuilding.PotentialWorkThingsGlobal: post: PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Labor_Thing.Postfix TRANS: PrisonLabor.HarmonyPatches.Patches_Work.Patch_WorkGiver_PrisonerFaction.Transpiler
WorkGiver_RemoveBuilding.ShouldSkip: TRANS: PrisonLabor.HarmonyPatches.Patches_Work.Patch_WorkGiver_PrisonerFaction.Transpiler
WorkGiver_RemoveBuilding.ShouldSkip: TRANS: PrisonLabor.HarmonyPatches.Patches_Work.Patch_WorkGiver_PrisonerFaction.Transpiler
WorkGiver_RemoveBuilding.ShouldSkip: TRANS: PrisonLabor.HarmonyPatches.Patches_Work.Patch_WorkGiver_PrisonerFaction.Transpiler
WorkGiver_RemoveProduct.PotentialWorkThingsGlobal: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
WorkGiver_RemoveRoof.PotentialWorkCellsGlobal: post: PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Labor_Position.Postfix
WorkGiver_RemoveRoof.ShouldSkip: TRANS: PrisonLabor.HarmonyPatches.Patches_Work.Patch_WorkGiver_PrisonerFaction.Transpiler
WorkGiver_Repair.HasJobOnThing: PRE: PrisonLabor.HarmonyPatches.Patches_Construction.Patch_WorkGiver_Repair.HasJobOnThingPrefix post: PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Scanner_HasJob.Postfix
WorkGiver_Repair.PotentialWorkThingsGlobal: post: PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Labor_Thing.Postfix TRANS: PrisonLabor.HarmonyPatches.Patches_Work.Patch_WorkGiver_PrisonerFaction.Transpiler
WorkGiver_Repair.ShouldSkip: TRANS: PrisonLabor.HarmonyPatches.Patches_Work.Patch_WorkGiver_PrisonerFaction.Transpiler
WorkGiver_RepairMachine.JobOnThing: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
WorkGiver_RescueDowned.HasJobOnThing: post: PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Scanner_HasJob.Postfix TRANS: PrisonLabor.HarmonyPatches.Patches_Work.Patch_WorkGiver_RescueDowned.Transpiler
WorkGiver_RescueDowned.PotentialWorkThingsGlobal: post: PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Labor_Thing.Postfix TRANS: PrisonLabor.HarmonyPatches.Patches_Work.Patch_WorkGiver_PrisonerFaction.Transpiler
WorkGiver_RescueDowned.ShouldSkip: TRANS: PrisonLabor.HarmonyPatches.Patches_Work.Patch_WorkGiver_PrisonerFaction.Transpiler
WorkGiver_Researcher.HasJobOnThing: post: PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Scanner_HasJob.Postfix
WorkGiver_Researcher.ShouldSkip: post: AlienRace.HarmonyPatches.ShouldSkipResearchPostfix TRANS: PrisonLabor.HarmonyPatches.Patches_Work.Patch_WorkGiver_PrisonerFaction.Transpiler
WorkGiver_Scanner.HasJobOnThing: post: PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Scanner_HasJob.Postfix
WorkGiver_Scanner.HasJobOnThing: post: PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Scanner_HasJob.Postfix
WorkGiver_Scanner.HasJobOnThing: post: PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Scanner_HasJob.Postfix
WorkGiver_Scanner.HasJobOnThing: post: PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Scanner_HasJob.Postfix
WorkGiver_Scanner.HasJobOnThing: post: PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Scanner_HasJob.Postfix
WorkGiver_Scanner.HasJobOnThing: post: PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Scanner_HasJob.Postfix
WorkGiver_Scanner.HasJobOnThing: post: PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Scanner_HasJob.Postfix
WorkGiver_Scanner.HasJobOnThing: post: PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Scanner_HasJob.Postfix
WorkGiver_Scanner.HasJobOnThing: post: PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Scanner_HasJob.Postfix
WorkGiver_Scanner.HasJobOnThing: post: PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Scanner_HasJob.Postfix
WorkGiver_Scanner.HasJobOnThing: post: PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Scanner_HasJob.Postfix
WorkGiver_Scanner.HasJobOnThing: post: PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Scanner_HasJob.Postfix
WorkGiver_Scanner.HasJobOnThing: post: PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Scanner_HasJob.Postfix
WorkGiver_Scanner.HasJobOnThing: post: PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Scanner_HasJob.Postfix
WorkGiver_Scanner.HasJobOnThing: post: PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Scanner_HasJob.Postfix
WorkGiver_Scanner.HasJobOnThing: post: PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Scanner_HasJob.Postfix
WorkGiver_Scanner.HasJobOnThing: post: PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Scanner_HasJob.Postfix
WorkGiver_Scanner.HasJobOnThing: post: PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Scanner_HasJob.Postfix
WorkGiver_Scanner.HasJobOnThing: post: PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Scanner_HasJob.Postfix
WorkGiver_Scanner.HasJobOnThing: post: PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Scanner_HasJob.Postfix
WorkGiver_Scanner.HasJobOnThing: post: PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Scanner_HasJob.Postfix
WorkGiver_Scanner.HasJobOnThing: post: PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Scanner_HasJob.Postfix
WorkGiver_Scanner.HasJobOnThing: post: PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Scanner_HasJob.Postfix
WorkGiver_Scanner.HasJobOnThing: post: PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Scanner_HasJob.Postfix
WorkGiver_Scanner.HasJobOnThing: post: PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Scanner_HasJob.Postfix
WorkGiver_Scanner.HasJobOnThing: post: PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Scanner_HasJob.Postfix
WorkGiver_Scanner.HasJobOnThing: post: PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Scanner_HasJob.Postfix
WorkGiver_Scanner.HasJobOnThing: post: PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Scanner_HasJob.Postfix
WorkGiver_Scanner.HasJobOnThing: post: PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Scanner_HasJob.Postfix
WorkGiver_Scanner.HasJobOnThing: post: PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Scanner_HasJob.Postfix
WorkGiver_Scanner.HasJobOnThing: post: PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Scanner_HasJob.Postfix
WorkGiver_Scanner.HasJobOnThing: post: PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Scanner_HasJob.Postfix
WorkGiver_Scanner.HasJobOnThing: post: PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Scanner_HasJob.Postfix
WorkGiver_Scanner.HasJobOnThing: post: PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Scanner_HasJob.Postfix
WorkGiver_Scanner.HasJobOnThing: post: PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Scanner_HasJob.Postfix
WorkGiver_Scanner.HasJobOnThing: post: PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Scanner_HasJob.Postfix
WorkGiver_Scanner.HasJobOnThing: post: PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Scanner_HasJob.Postfix
WorkGiver_Scanner.PotentialWorkCellsGlobal: post: PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Labor_Position.Postfix
WorkGiver_Scanner.PotentialWorkCellsGlobal: post: PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Labor_Position.Postfix
WorkGiver_Scanner.PotentialWorkCellsGlobal: post: PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Labor_Position.Postfix
WorkGiver_Scanner.PotentialWorkCellsGlobal: post: PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Labor_Position.Postfix
WorkGiver_Scanner.PotentialWorkCellsGlobal: post: PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Labor_Position.Postfix
WorkGiver_Scanner.PotentialWorkCellsGlobal: post: PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Labor_Position.Postfix
WorkGiver_Scanner.PotentialWorkCellsGlobal: post: PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Labor_Position.Postfix
WorkGiver_Scanner.PotentialWorkCellsGlobal: post: PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Labor_Position.Postfix
WorkGiver_Scanner.PotentialWorkCellsGlobal: post: PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Labor_Position.Postfix
WorkGiver_Scanner.PotentialWorkCellsGlobal: post: PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Labor_Position.Postfix
WorkGiver_Scanner.PotentialWorkCellsGlobal: post: PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Labor_Position.Postfix
WorkGiver_Scanner.PotentialWorkCellsGlobal: post: PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Labor_Position.Postfix
WorkGiver_Scanner.PotentialWorkCellsGlobal: post: PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Labor_Position.Postfix
WorkGiver_Scanner.PotentialWorkCellsGlobal: post: PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Labor_Position.Postfix
WorkGiver_Scanner.PotentialWorkCellsGlobal: post: PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Labor_Position.Postfix
WorkGiver_Scanner.PotentialWorkCellsGlobal: post: PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Labor_Position.Postfix
WorkGiver_Scanner.PotentialWorkCellsGlobal: post: PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Labor_Position.Postfix
WorkGiver_Scanner.PotentialWorkCellsGlobal: post: PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Labor_Position.Postfix
WorkGiver_Scanner.PotentialWorkCellsGlobal: post: PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Labor_Position.Postfix
WorkGiver_Scanner.PotentialWorkCellsGlobal: post: PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Labor_Position.Postfix
WorkGiver_Scanner.PotentialWorkCellsGlobal: post: PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Labor_Position.Postfix
WorkGiver_Scanner.PotentialWorkCellsGlobal: post: PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Labor_Position.Postfix
WorkGiver_Scanner.PotentialWorkCellsGlobal: post: PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Labor_Position.Postfix
WorkGiver_Scanner.PotentialWorkCellsGlobal: post: PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Labor_Position.Postfix
WorkGiver_Scanner.PotentialWorkCellsGlobal: post: PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Labor_Position.Postfix
WorkGiver_Scanner.PotentialWorkCellsGlobal: post: PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Labor_Position.Postfix
WorkGiver_Scanner.PotentialWorkCellsGlobal: post: PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Labor_Position.Postfix
WorkGiver_Scanner.PotentialWorkCellsGlobal: post: PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Labor_Position.Postfix
WorkGiver_Scanner.PotentialWorkCellsGlobal: post: PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Labor_Position.Postfix
WorkGiver_Scanner.PotentialWorkCellsGlobal: post: PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Labor_Position.Postfix
WorkGiver_Scanner.PotentialWorkCellsGlobal: post: PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Labor_Position.Postfix
WorkGiver_Scanner.PotentialWorkCellsGlobal: post: PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Labor_Position.Postfix
WorkGiver_Scanner.PotentialWorkCellsGlobal: post: PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Labor_Position.Postfix
WorkGiver_Scanner.PotentialWorkCellsGlobal: post: PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Labor_Position.Postfix
WorkGiver_Scanner.PotentialWorkCellsGlobal: post: PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Labor_Position.Postfix
WorkGiver_Scanner.PotentialWorkCellsGlobal: post: PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Labor_Position.Postfix
WorkGiver_Scanner.PotentialWorkCellsGlobal: post: PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Labor_Position.Postfix
WorkGiver_Scanner.PotentialWorkCellsGlobal: post: PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Labor_Position.Postfix
WorkGiver_Scanner.PotentialWorkCellsGlobal: post: PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Labor_Position.Postfix
WorkGiver_Scanner.PotentialWorkCellsGlobal: post: PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Labor_Position.Postfix
WorkGiver_Scanner.PotentialWorkCellsGlobal: post: PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Labor_Position.Postfix
WorkGiver_Scanner.PotentialWorkCellsGlobal: post: PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Labor_Position.Postfix
WorkGiver_Scanner.PotentialWorkCellsGlobal: post: PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Labor_Position.Postfix
WorkGiver_Scanner.PotentialWorkCellsGlobal: post: PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Labor_Position.Postfix
WorkGiver_Scanner.PotentialWorkCellsGlobal: post: PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Labor_Position.Postfix
WorkGiver_Scanner.PotentialWorkCellsGlobal: post: PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Labor_Position.Postfix
WorkGiver_Scanner.PotentialWorkCellsGlobal: post: PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Labor_Position.Postfix
WorkGiver_Scanner.PotentialWorkCellsGlobal: post: PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Labor_Position.Postfix
WorkGiver_Scanner.PotentialWorkCellsGlobal: post: PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Labor_Position.Postfix
WorkGiver_Scanner.PotentialWorkCellsGlobal: post: PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Labor_Position.Postfix
WorkGiver_Scanner.PotentialWorkCellsGlobal: post: PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Labor_Position.Postfix
WorkGiver_Scanner.PotentialWorkCellsGlobal: post: PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Labor_Position.Postfix
WorkGiver_Scanner.PotentialWorkCellsGlobal: post: PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Labor_Position.Postfix
WorkGiver_Scanner.PotentialWorkCellsGlobal: post: PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Labor_Position.Postfix
WorkGiver_Scanner.PotentialWorkCellsGlobal: post: PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Labor_Position.Postfix
WorkGiver_Scanner.PotentialWorkCellsGlobal: post: PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Labor_Position.Postfix
WorkGiver_Scanner.PotentialWorkCellsGlobal: post: PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Labor_Position.Postfix
WorkGiver_Scanner.PotentialWorkCellsGlobal: post: PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Labor_Position.Postfix
WorkGiver_Scanner.PotentialWorkCellsGlobal: post: PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Labor_Position.Postfix
WorkGiver_Scanner.PotentialWorkCellsGlobal: post: PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Labor_Position.Postfix
WorkGiver_Scanner.PotentialWorkCellsGlobal: post: PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Labor_Position.Postfix
WorkGiver_Scanner.PotentialWorkCellsGlobal: post: PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Labor_Position.Postfix
WorkGiver_Scanner.PotentialWorkCellsGlobal: post: PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Labor_Position.Postfix
WorkGiver_Scanner.PotentialWorkCellsGlobal: post: PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Labor_Position.Postfix
WorkGiver_Scanner.PotentialWorkCellsGlobal: post: PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Labor_Position.Postfix
WorkGiver_Scanner.PotentialWorkCellsGlobal: post: PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Labor_Position.Postfix
WorkGiver_Scanner.PotentialWorkCellsGlobal: post: PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Labor_Position.Postfix
WorkGiver_Scanner.PotentialWorkCellsGlobal: post: PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Labor_Position.Postfix
WorkGiver_Scanner.PotentialWorkCellsGlobal: post: PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Labor_Position.Postfix
WorkGiver_Scanner.PotentialWorkThingsGlobal: post: PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Labor_Thing.Postfix TRANS: PrisonLabor.HarmonyPatches.Patches_Work.Patch_WorkGiver_PrisonerFaction.Transpiler
WorkGiver_Scanner.PotentialWorkThingsGlobal: post: PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Labor_Thing.Postfix TRANS: PrisonLabor.HarmonyPatches.Patches_Work.Patch_WorkGiver_PrisonerFaction.Transpiler
WorkGiver_Scanner.PotentialWorkThingsGlobal: post: PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Labor_Thing.Postfix TRANS: PrisonLabor.HarmonyPatches.Patches_Work.Patch_WorkGiver_PrisonerFaction.Transpiler
WorkGiver_Scanner.PotentialWorkThingsGlobal: post: PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Labor_Thing.Postfix TRANS: PrisonLabor.HarmonyPatches.Patches_Work.Patch_WorkGiver_PrisonerFaction.Transpiler
WorkGiver_Scanner.PotentialWorkThingsGlobal: post: PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Labor_Thing.Postfix TRANS: PrisonLabor.HarmonyPatches.Patches_Work.Patch_WorkGiver_PrisonerFaction.Transpiler
WorkGiver_Scanner.PotentialWorkThingsGlobal: post: PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Labor_Thing.Postfix TRANS: PrisonLabor.HarmonyPatches.Patches_Work.Patch_WorkGiver_PrisonerFaction.Transpiler
WorkGiver_Scanner.PotentialWorkThingsGlobal: post: PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Labor_Thing.Postfix TRANS: PrisonLabor.HarmonyPatches.Patches_Work.Patch_WorkGiver_PrisonerFaction.Transpiler
WorkGiver_Scanner.PotentialWorkThingsGlobal: post: PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Labor_Thing.Postfix TRANS: PrisonLabor.HarmonyPatches.Patches_Work.Patch_WorkGiver_PrisonerFaction.Transpiler
WorkGiver_Scanner.PotentialWorkThingsGlobal: post: PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Labor_Thing.Postfix TRANS: PrisonLabor.HarmonyPatches.Patches_Work.Patch_WorkGiver_PrisonerFaction.Transpiler
WorkGiver_Scanner.PotentialWorkThingsGlobal: post: PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Labor_Thing.Postfix TRANS: PrisonLabor.HarmonyPatches.Patches_Work.Patch_WorkGiver_PrisonerFaction.Transpiler
WorkGiver_Scanner.PotentialWorkThingsGlobal: post: PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Labor_Thing.Postfix TRANS: PrisonLabor.HarmonyPatches.Patches_Work.Patch_WorkGiver_PrisonerFaction.Transpiler
WorkGiver_Scanner.PotentialWorkThingsGlobal: post: PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Labor_Thing.Postfix TRANS: PrisonLabor.HarmonyPatches.Patches_Work.Patch_WorkGiver_PrisonerFaction.Transpiler
WorkGiver_Scanner.PotentialWorkThingsGlobal: post: PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Labor_Thing.Postfix TRANS: PrisonLabor.HarmonyPatches.Patches_Work.Patch_WorkGiver_PrisonerFaction.Transpiler
WorkGiver_Scanner.PotentialWorkThingsGlobal: post: PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Labor_Thing.Postfix TRANS: PrisonLabor.HarmonyPatches.Patches_Work.Patch_WorkGiver_PrisonerFaction.Transpiler
WorkGiver_Scanner.PotentialWorkThingsGlobal: post: PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Labor_Thing.Postfix TRANS: PrisonLabor.HarmonyPatches.Patches_Work.Patch_WorkGiver_PrisonerFaction.Transpiler
WorkGiver_Scanner.PotentialWorkThingsGlobal: post: PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Labor_Thing.Postfix TRANS: PrisonLabor.HarmonyPatches.Patches_Work.Patch_WorkGiver_PrisonerFaction.Transpiler
WorkGiver_Scanner.PotentialWorkThingsGlobal: post: PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Labor_Thing.Postfix TRANS: PrisonLabor.HarmonyPatches.Patches_Work.Patch_WorkGiver_PrisonerFaction.Transpiler
WorkGiver_Scanner.PotentialWorkThingsGlobal: post: PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Labor_Thing.Postfix TRANS: PrisonLabor.HarmonyPatches.Patches_Work.Patch_WorkGiver_PrisonerFaction.Transpiler
WorkGiver_Scanner.PotentialWorkThingsGlobal: post: PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Labor_Thing.Postfix TRANS: PrisonLabor.HarmonyPatches.Patches_Work.Patch_WorkGiver_PrisonerFaction.Transpiler
WorkGiver_Scanner.PotentialWorkThingsGlobal: post: PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Labor_Thing.Postfix TRANS: PrisonLabor.HarmonyPatches.Patches_Work.Patch_WorkGiver_PrisonerFaction.Transpiler
WorkGiver_Scanner.PotentialWorkThingsGlobal: post: PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Labor_Thing.Postfix TRANS: PrisonLabor.HarmonyPatches.Patches_Work.Patch_WorkGiver_PrisonerFaction.Transpiler
WorkGiver_Scanner.PotentialWorkThingsGlobal: post: PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Labor_Thing.Postfix TRANS: PrisonLabor.HarmonyPatches.Patches_Work.Patch_WorkGiver_PrisonerFaction.Transpiler
WorkGiver_Scanner.PotentialWorkThingsGlobal: post: PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Labor_Thing.Postfix TRANS: PrisonLabor.HarmonyPatches.Patches_Work.Patch_WorkGiver_PrisonerFaction.Transpiler
WorkGiver_Scanner.PotentialWorkThingsGlobal: post: PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Labor_Thing.Postfix TRANS: PrisonLabor.HarmonyPatches.Patches_Work.Patch_WorkGiver_PrisonerFaction.Transpiler
WorkGiver_Scanner.PotentialWorkThingsGlobal: post: PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Labor_Thing.Postfix TRANS: PrisonLabor.HarmonyPatches.Patches_Work.Patch_WorkGiver_PrisonerFaction.Transpiler
WorkGiver_Scanner.PotentialWorkThingsGlobal: post: PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Labor_Thing.Postfix TRANS: PrisonLabor.HarmonyPatches.Patches_Work.Patch_WorkGiver_PrisonerFaction.Transpiler
WorkGiver_Shear.GetComp: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
WorkGiver_Slaughter.HasJobOnThing: post: TD_Enhancement_Pack.HighwayToTheSlaughterZone.Postfix, PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Scanner_HasJob.Postfix
WorkGiver_Slaughter.PotentialWorkThingsGlobal: post: PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Labor_Thing.Postfix TRANS: PrisonLabor.HarmonyPatches.Patches_Work.Patch_WorkGiver_PrisonerFaction.Transpiler
WorkGiver_Slaughter.ShouldSkip: TRANS: PrisonLabor.HarmonyPatches.Patches_Work.Patch_WorkGiver_PrisonerFaction.Transpiler
WorkGiver_Strip.HasJobOnThing: post: PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Scanner_HasJob.Postfix
WorkGiver_Strip.PotentialWorkThingsGlobal: post: PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Labor_Thing.Postfix TRANS: PrisonLabor.HarmonyPatches.Patches_Work.Patch_WorkGiver_PrisonerFaction.Transpiler
WorkGiver_Strip.ShouldSkip: TRANS: PrisonLabor.HarmonyPatches.Patches_Work.Patch_WorkGiver_PrisonerFaction.Transpiler
WorkGiver_StudyThing.HasJobOnThing: post: PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Scanner_HasJob.Postfix TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
WorkGiver_StudyThing.PotentialWorkThingsGlobal: post: PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Labor_Thing.Postfix TRANS: PrisonLabor.HarmonyPatches.Patches_Work.Patch_WorkGiver_PrisonerFaction.Transpiler
WorkGiver_StudyThing.ShouldSkip: TRANS: PrisonLabor.HarmonyPatches.Patches_Work.Patch_WorkGiver_PrisonerFaction.Transpiler
WorkGiver_Supervise.JobOnThing: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
WorkGiver_SuperviseResearch.HasJobOnThing: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
WorkGiver_TakeBeerOutOfFermentingBarrel.HasJobOnThing: post: PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Scanner_HasJob.Postfix
WorkGiver_TakeBeerOutOfFermentingBarrel.ShouldSkip: TRANS: PrisonLabor.HarmonyPatches.Patches_Work.Patch_WorkGiver_PrisonerFaction.Transpiler
WorkGiver_TakeToBedToOperate.HasJobOnThing: post: PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Scanner_HasJob.Postfix
WorkGiver_TakeToBedToOperate.PotentialWorkThingsGlobal: post: PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Labor_Thing.Postfix TRANS: PrisonLabor.HarmonyPatches.Patches_Work.Patch_WorkGiver_PrisonerFaction.Transpiler
WorkGiver_TakeToBedToOperate.ShouldSkip: TRANS: PrisonLabor.HarmonyPatches.Patches_Work.Patch_WorkGiver_PrisonerFaction.Transpiler
WorkGiver_TakeToPen.PotentialWorkThingsGlobal: post: PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Labor_Thing.Postfix TRANS: PrisonLabor.HarmonyPatches.Patches_Work.Patch_WorkGiver_PrisonerFaction.Transpiler
WorkGiver_TakeToPen.PotentialWorkThingsGlobal: post: PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Labor_Thing.Postfix TRANS: PrisonLabor.HarmonyPatches.Patches_Work.Patch_WorkGiver_PrisonerFaction.Transpiler
WorkGiver_TakeToPen.PotentialWorkThingsGlobal: post: PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Labor_Thing.Postfix TRANS: PrisonLabor.HarmonyPatches.Patches_Work.Patch_WorkGiver_PrisonerFaction.Transpiler
WorkGiver_Tame.PotentialWorkThingsGlobal: post: PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Labor_Thing.Postfix TRANS: PrisonLabor.HarmonyPatches.Patches_Work.Patch_WorkGiver_PrisonerFaction.Transpiler
WorkGiver_Tame.ShouldSkip: TRANS: PrisonLabor.HarmonyPatches.Patches_Work.Patch_WorkGiver_PrisonerFaction.Transpiler
WorkGiver_Tend.HasJobOnThing: post: PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Scanner_HasJob.Postfix
WorkGiver_Tend.PotentialWorkThingsGlobal: post: PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Labor_Thing.Postfix TRANS: PrisonLabor.HarmonyPatches.Patches_Work.Patch_WorkGiver_PrisonerFaction.Transpiler
WorkGiver_Tend.PotentialWorkThingsGlobal: post: PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Labor_Thing.Postfix TRANS: PrisonLabor.HarmonyPatches.Patches_Work.Patch_WorkGiver_PrisonerFaction.Transpiler
WorkGiver_Tend.PotentialWorkThingsGlobal: post: PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Labor_Thing.Postfix TRANS: PrisonLabor.HarmonyPatches.Patches_Work.Patch_WorkGiver_PrisonerFaction.Transpiler
WorkGiver_TendOther.HasJobOnThing: post: PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Scanner_HasJob.Postfix
WorkGiver_TendOtherUrgent.HasJobOnThing: post: PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Scanner_HasJob.Postfix
WorkGiver_TendSelf.HasJobOnThing: post: PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Scanner_HasJob.Postfix
WorkGiver_TendSelf.HasJobOnThing: post: PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Scanner_HasJob.Postfix
WorkGiver_TendSelf.PotentialWorkThingsGlobal: post: PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Labor_Thing.Postfix TRANS: PrisonLabor.HarmonyPatches.Patches_Work.Patch_WorkGiver_PrisonerFaction.Transpiler
WorkGiver_TendSelf.PotentialWorkThingsGlobal: post: PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Labor_Thing.Postfix TRANS: PrisonLabor.HarmonyPatches.Patches_Work.Patch_WorkGiver_PrisonerFaction.Transpiler
WorkGiver_Train.PotentialWorkThingsGlobal: post: PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Labor_Thing.Postfix TRANS: PrisonLabor.HarmonyPatches.Patches_Work.Patch_WorkGiver_PrisonerFaction.Transpiler
WorkGiver_Uninstall.HasJobOnThing: post: PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Scanner_HasJob.Postfix
WorkGiver_UnloadCarriers.HasJobOnThing: post: PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Scanner_HasJob.Postfix
WorkGiver_UnloadCarriers.PotentialWorkThingsGlobal: post: PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Labor_Thing.Postfix TRANS: PrisonLabor.HarmonyPatches.Patches_Work.Patch_WorkGiver_PrisonerFaction.Transpiler
WorkGiver_UnloadCarriers.ShouldSkip: TRANS: PrisonLabor.HarmonyPatches.Patches_Work.Patch_WorkGiver_PrisonerFaction.Transpiler
WorkGiver_UpgradeBuilding.HasJobOnThing: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
WorkGiver_UpgradeBuilding.JobOnThing: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
WorkGiver_UseFM.MoreChecks: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
WorkGiver_VisitSickPawn.HasJobOnThing: post: PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Scanner_HasJob.Postfix
WorkGiver_VisitSickPawn.PotentialWorkThingsGlobal: post: PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Labor_Thing.Postfix TRANS: PrisonLabor.HarmonyPatches.Patches_Work.Patch_WorkGiver_PrisonerFaction.Transpiler
WorkGiver_VisitSickPawn.ShouldSkip: TRANS: PrisonLabor.HarmonyPatches.Patches_Work.Patch_WorkGiver_PrisonerFaction.Transpiler
WorkGiver_WPDeepDrill.HasJobOnThing: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
WorkGiver_WPDeepDrill.ShouldSkip: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
WorkGiver_WPMilk.GetComp: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
WorkGiver_WPShear.GetComp: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
WorkGiver_Warden.PotentialWorkThingsGlobal: post: PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Labor_Thing.Postfix TRANS: PrisonLabor.HarmonyPatches.Patches_Work.Patch_WorkGiver_PrisonerFaction.Transpiler
WorkGiver_Warden.PotentialWorkThingsGlobal: post: PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Labor_Thing.Postfix TRANS: PrisonLabor.HarmonyPatches.Patches_Work.Patch_WorkGiver_PrisonerFaction.Transpiler
WorkGiver_Warden.PotentialWorkThingsGlobal: post: PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Labor_Thing.Postfix TRANS: PrisonLabor.HarmonyPatches.Patches_Work.Patch_WorkGiver_PrisonerFaction.Transpiler
WorkGiver_Warden.PotentialWorkThingsGlobal: post: PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Labor_Thing.Postfix TRANS: PrisonLabor.HarmonyPatches.Patches_Work.Patch_WorkGiver_PrisonerFaction.Transpiler
WorkGiver_Warden.PotentialWorkThingsGlobal: post: PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Labor_Thing.Postfix TRANS: PrisonLabor.HarmonyPatches.Patches_Work.Patch_WorkGiver_PrisonerFaction.Transpiler
WorkGiver_Warden.PotentialWorkThingsGlobal: post: PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Labor_Thing.Postfix TRANS: PrisonLabor.HarmonyPatches.Patches_Work.Patch_WorkGiver_PrisonerFaction.Transpiler
WorkGiver_Warden.PotentialWorkThingsGlobal: post: PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Labor_Thing.Postfix TRANS: PrisonLabor.HarmonyPatches.Patches_Work.Patch_WorkGiver_PrisonerFaction.Transpiler
WorkGiver_Warden.PotentialWorkThingsGlobal: post: PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Labor_Thing.Postfix TRANS: PrisonLabor.HarmonyPatches.Patches_Work.Patch_WorkGiver_PrisonerFaction.Transpiler
WorkGiver_Warden.PotentialWorkThingsGlobal: post: PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Labor_Thing.Postfix TRANS: PrisonLabor.HarmonyPatches.Patches_Work.Patch_WorkGiver_PrisonerFaction.Transpiler
WorkGiver_Warden.PotentialWorkThingsGlobal: post: PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Labor_Thing.Postfix TRANS: PrisonLabor.HarmonyPatches.Patches_Work.Patch_WorkGiver_PrisonerFaction.Transpiler
WorkGiver_Warden.PotentialWorkThingsGlobal: post: PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Labor_Thing.Postfix TRANS: PrisonLabor.HarmonyPatches.Patches_Work.Patch_WorkGiver_PrisonerFaction.Transpiler
WorkGiver_Warden.PotentialWorkThingsGlobal: post: PrisonLabor.HarmonyPatches.Patches_LaborArea.Patch_Labor_Thing.Postfix TRANS: PrisonLabor.HarmonyPatches.Patches_Work.Patch_WorkGiver_PrisonerFaction.Transpiler
WorkGiver_Warden.ShouldSkip: TRANS: PrisonLabor.HarmonyPatches.Patches_Work.Patch_WorkGiver_PrisonerFaction.Transpiler
WorkGiver_Warden.ShouldSkip: TRANS: PrisonLabor.HarmonyPatches.Patches_Work.Patch_WorkGiver_PrisonerFaction.Transpiler
WorkGiver_Warden.ShouldSkip: TRANS: PrisonLabor.HarmonyPatches.Patches_Work.Patch_WorkGiver_PrisonerFaction.Transpiler
WorkGiver_Warden.ShouldSkip: TRANS: PrisonLabor.HarmonyPatches.Patches_Work.Patch_WorkGiver_PrisonerFaction.Transpiler
WorkGiver_Warden.ShouldSkip: TRANS: PrisonLabor.HarmonyPatches.Patches_Work.Patch_WorkGiver_PrisonerFaction.Transpiler
WorkGiver_Warden.ShouldSkip: TRANS: PrisonLabor.HarmonyPatches.Patches_Work.Patch_WorkGiver_PrisonerFaction.Transpiler
WorkGiver_Warden.ShouldSkip: TRANS: PrisonLabor.HarmonyPatches.Patches_Work.Patch_WorkGiver_PrisonerFaction.Transpiler
WorkGiver_Warden.ShouldSkip: TRANS: PrisonLabor.HarmonyPatches.Patches_Work.Patch_WorkGiver_PrisonerFaction.Transpiler
WorkGiver_Warden.ShouldSkip: TRANS: PrisonLabor.HarmonyPatches.Patches_Work.Patch_WorkGiver_PrisonerFaction.Transpiler
WorkGiver_Warden.ShouldSkip: TRANS: PrisonLabor.HarmonyPatches.Patches_Work.Patch_WorkGiver_PrisonerFaction.Transpiler
WorkGiver_Warden.ShouldSkip: TRANS: PrisonLabor.HarmonyPatches.Patches_Work.Patch_WorkGiver_PrisonerFaction.Transpiler
WorkGiver_Warden.ShouldSkip: TRANS: PrisonLabor.HarmonyPatches.Patches_Work.Patch_WorkGiver_PrisonerFaction.Transpiler
WorkGiver_Warden.ShouldTakeCareOfPrisoner: post: VFEAncients.HarmonyPatches.PreceptPatches.ShouldTakeCareOfPrisoner_Postfix
WorkGiver_Warden_DeliverFood.JobOnThing: TRANS: PrisonLabor.HarmonyPatches.Patches_Food.DeliverEvenOutsidePrisonCell.Transpiler, PrisonLabor.HarmonyPatches.Patches_Food.StopIfPrisonerCanGetFoodByHimself.Transpiler
WorkGiver_Warden_TakeToBed.TakeToPreferredBedJob: TRANS: PrisonLabor.HarmonyPatches.Patches_AssignBed.Patch_TakePrisonersToOwnedBed.Transpiler
WorkGiver_emptySepticTank.HasJobOnThing: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
WorkshopItems.Notify_Subscribed: post: CrossPromotionModule.CrossPromotion.WorkshopItems_Notify_Subscribed_Postfix
World.FillComponents: PRE: PerformanceOptimizer.PerformanceOptimizerMod.ResetStaticData TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
World.NaturalRockTypesIn: PRE: [800]ConfigurableMaps.World_NaturalRockTypesIn.Prefix
World.WorldTick: post: Moonlight.Patch_WorldTick.Postfix
WorldArtilleryTracker.DeregisterBombardment: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
WorldArtilleryTracker.RegisterBombardment: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
WorldComponentUtility.FinalizeInit: PRE: PerformanceOptimizer.PerformanceOptimizerMod.ResetStaticData
WorldComponent_MVCF.GetComp: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
WorldFactionsUIUtility.DoRow: TRANS: [600]FactionControl.Patch_WorldFactionsUIUtility_DoRow.Transpiler, VFECore.Patch_WorldFactionsUIUtility_DoRow.Transpiler
WorldFactionsUIUtility.DoWindowContents: post: VFECore.Patch_WorldFactionsUIUtility.Postfix
WorldGenerator.GenerateFromScribe: PRE: [800]FactionControl.WorldGenerator_GenerateFromScribe.Prefix post: [800]FactionControl.WorldGenerator_GenerateFromScribe.Postfix
WorldGenerator.GenerateWithoutWorldData: PRE: [800]FactionControl.WorldGenerator_GenerateWithoutWorldData.Prefix post: [800]FactionControl.WorldGenerator_GenerateWithoutWorldData.Postfix
WorldGenerator.GenerateWorld: PRE: [800]FactionControl.WorldGenerator_Generate.Prefix, [800]ConfigurableMaps.WorldGenerator_Generate.Prefix post: [800]FactionControl.WorldGenerator_Generate.Postfix, [800]ConfigurableMaps.WorldGenerator_Generate.Postfix
WorldGrid.LongLatOf: PRE: [2147483647]PerformanceOptimizer.Optimization_WorldGrid_LongLatOf.Prefix post: [-2147483648]PerformanceOptimizer.Optimization_WorldGrid_LongLatOf.Postfix
WorldObject_ICBMfission.NukemRico: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
WorldObjectsHolder.Add: PRE: KCSG.HideSettlementsForNomadicFactionsPatch.Prefix post: FactionControl.WorldObjectsHolder_Add.Postfix
WorldObjectsHolder.Remove: post: VFESecurity.Patch_WorldObjectsHolder+Remove.Postfix, FactionControl.WorldObjectHolder_Remove.Postfix
WorldPawns.AddPawn: PRE: Soyuz.Patches.WorldPawns_Patch+WorldPawns_AddPawn_Patch.Prefix
WorldPawns.DoMothballProcessing: PRE: Soyuz.Patches.WorldPawns_Patch+WorldPawns_DoMothballProcessing_Patch.Prefix post: Soyuz.Patches.WorldPawns_Patch+WorldPawns_DoMothballProcessing_Patch.Postfix
WorldPawns.ExposeData: post: Soyuz.Patches.WorldPawns_Patch+WorldPawns_ExposeData_Patch.Postfix
WorldPawns.Notify_PawnDestroyed: PRE: Soyuz.Patches.WorldPawns_Patch+WorldPawns_Notify_PawnDestroyed_Patch.Prefix
WorldPawns.RemovePawn: PRE: Soyuz.Patches.WorldPawns_Patch+WorldPawns_RemovePawn_Patch.Prefix
WorldPawns.ShouldAutoTendTo: TRANS: Soyuz.Patches.WorldPawns_Patch+WorldPawns_ShouldAutoTendTo_Patch.Transpiler
WorldPawns.WorldPawnsTick: PRE: Soyuz.Patches.WorldPawns_Patch+WorldPawns_WorldPawnsTick_Patch.Prefix post: Soyuz.Patches.WorldPawns_Patch+WorldPawns_WorldPawnsTick_Patch.Postfix TRANS: Soyuz.Patches.WorldPawns_Patch+WorldPawns_WorldPawnsTick_Patch.Transpiler
WorldReachability.CanReach: PRE: RocketMan.Optimizations.WorldReachability_Patch+WorldReachability_CanReach_Patch.Prefix
XenophobicRageMentalStateUtility.FindPawnToKill: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
XmlInheritance.CheckForDuplicateNodes: PRE: [2147483647]PerformanceOptimizer.Optimization_FixDuplicateXMLNodes.Prefix
Zone.GetInspectString: post: TD_Enhancement_Pack.ZoneSizeCount.Postfix
Zone_Growing.ExposeData: post: ToggleHarvest.Patch.RimWorld_Zone_Growing_ExposeData.Postfix
Zone_Growing.GetGizmos: post: TD_Enhancement_Pack.DoNotHarvest.Postfix, ToggleHarvest.Patch.RimWorld_Zone_Growing_GetGizmos.Postfix
Zone_Growing.GetInspectString: post: TD_Enhancement_Pack.ZoneGrowingSizeCount.Postfix
Zone_Growing.GetZoneAddGizmos: post: TD_Enhancement_Pack.SelectedZoneMatchGizmo.Postfix
Zone_Growing_Extensions.CanHarvest: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Zone_Growing_Extensions.ToggleHarvest: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
Zone_Stockpile.GetGizmos: post: TD_Enhancement_Pack.ZoneStockpile_GetGizmos_Patch.InsertUrgentRefillGizmos
anal_plug_soul.on_wear: post: Dyspareunia.RJWEx_Patches.anal_plug_soul_on_wear_Patch TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
bondage_gear_extensions.has_lock: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
bondage_gear_extensions.start_job: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
bondage_gear_soul.on_wear: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
reactorCore.SpawnSetup: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
reactorCore.get_UG: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
std_updater.<>c__DisplayClass5_0.<UpdateBoobitis>b__0: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
std_updater.roll_for_syphilis_damage: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
xxx.bootstrap: TRANS: PerformanceOptimizer.Optimization_FasterGetCompReplacement.Transpiler
xxx.is_necrophiliac: post: RJWSexperience.Ideology.RJW_Patch_is_necrophiliac.Postfix
xxx.is_rapist: post: RJWSexperience.Ideology.RJW_Patch_is_rapist.Postfix
xxx.is_zoophile: post: RJWSexperience.Ideology.RJW_Patch_is_zoophile.Postfix
Harmony versions present: 2.2.0.0: net.pardeike.rimworld.lib.harmony, rv2, kikohi.vfe.insectoid, Dubwise.DubsMintMenus, rimworld.erdelf.alien_race.main, net.pardeike.rimworld.mod.camera+, mlie.simplymorebridges, rimworld.AmCh.needBarOverflow, com.combatpsycats.patch, Kikohi.VESWinstonWave, NCP, com.turnovus.submod.extendedbioengineering, vanillaexpanded.outposts, rimworld.atkana.passivecover, C0ffeeRIA, CRIALactation, rv2_os, rimworld.lanilor.simplymorebridges, VIC.Thumper, Higher_Psylink, rimworld.aelanna.cleaningspeed.main, Stardust3D.RJW.patch.Autopsy; 2.1.1.0: OskarPotocki.VFECore, Krkr.RocketMan, PerformanceOptimizer.Main, Owlchemist.FridgeUtilities, rimworld.mod.charactereditor, OskarPotocki.VanillaStorytellersExpanded, Dubwise.Rimatomics, PeteTimesSix.CompactHediffs, VanillaExpanded.VFEA, legodude17.mvcf, rjw, RJW_Sexperience, K.PsiTech, RecycleThis.patch, com.hediffapparel.rimworld.mod, JPT.OpenTheWindows, net.pardeike.rimworld.mod.just-ignore-me-passing, Owlchemist.UndergroundPowerConduits, Owlchemist.CeilingUtilities, OskarPotocki.VanillaFactionsExpandedMechanoids, com.vanillamemesexpanded, Krkr.RocketMan.Soyuz, falconne.BWM, Dubwise.DubsBadHygiene, Kikohi.VanillaEventExpanded, InsertKey.ItemListSelector, Dubwise.Dubs_Skylights, PawnRenderPatchForHD, fluffy.medicaltab, VIESAS.Mod, com.bymarcin.architecticons, Alkolyte.DeathOnDowned, com.BioReactor.rimworld.mod, Owlchemist.Moonlight, denev.SaferPasteDispenser, RimNudeWorld, K.CyberNet, rimworld.vectorial1024.ebf.damageworker_blunt, Mlie.ArchotechPlus, brrainz-crosspromotion, RJW_Sexperience.Ideology, OskarPotocki.VAECaves, com.github.bc.rimworld.mod.moodbar, V1024.EBFramework, nephlite.orbitaltradecolumn, KipsMods.AdjustableAbilityCooldowns, Yan.PPC_Plugin, Mlie.LiveWithThePain, Jdalt.RimWorld.NMLDT.Main, Orion.MoreMechanoids, Krkr.RocketMan.PROTON; 2.1.0.0: UnlimitedHugs.HugsLib, Uuugggg.rimworld.TD_Enhancement_Pack.main, UnlimitedHugs.AllowTool, limetreesnake.settlers, LWM.DeepStorage, OrenoPCF, OskarPotocki.VanillaFurnitureExpanded.Security, epicguru.AntimatterAnnihilation, io.github.ratysz.madskills, patchfuse, WhatsMissingMod, weilbyte.rimworld.renamecolony, Dubwise.DubsMintMinimap, rimworld.carnysenpai.traitraritycolors, Dubwise.DubsBreakMod, com.sirrandoo.mvsf, com.consolidatedtraits.rimworld.mod, com.rimfridge.rimworld.mod, Smuffle.HarvestOrgansPostMortem, OskarPotocki.VFEMedieval, Syrchalis.Rimworld.SetUpCamp, Kikohi.KCSG, com.rimworld.mod.factioncontrol, com.alphaanimals, com.configurablemaps.rimworld.mod, rimworld.schplorg.raidersneverdie, OrenoMSE, com.chippedchap.iclearlyhaveenough, Doug.NoJobAuthors, VanillaCookingExpanded, AnimalsCanDoDrugs, SineSwiper.XenobionicPatcher; 2.0.4.0: Dubwise.PerformanceAnalyzer, vanillaexpanded.achievements, VanillaApparelExpanded.Accessories, com.ogliss.rimworld.mod.VanillaWeaponsExpandedLaser, roolo.RunAndGun, vanillaexpanded.achievements_preloaded, OskarPotocki.HeavyWeapons, K.GlitterNet, jecstools.jecrell.comps.oversized, warmup, syrchalis.rimworld.harvestYieldPatch; 2.0.2.0: VFE.Power, Uuugggg.rimworld.Share_The_Load.main, ToggleHarvest, OskarPotocki.VanillaTexturesExpanded, de.hatti.rimworld.mod.qualitybuilder, com.github.automatic1111.incidenttweaker, com.github.automatic1111.startupimpact, com.github.automatic1111.recipeicons, smashphil.ccfbutbetter.rimworld, LL, de.hatti.rimworld.mod.qualitysurgeron, rjw.milk.humanoid; 2.0.1.0: com.vanillaplantsexpanded, nuttysquabble.dyspareunia, razor2_3.AnotherRimworldMod.AutoCutBlight; 2.0.0.10: rimworld.ekss.rjwex; 2.0.0.8: Harmony_PrisonLabor, kikohi.conn, rimworld.aRandomKiwi.PPP, rimworld.randomKiwi.CMP, com.tammybee.whereismyweapon, tikubonn.rimworld.mod.dontblockdoor, com.github.duhranged.rimworld.mod.showdrafteesweapon, JPT_BurnItForFuel, yamabuki.sd.advpowergen, Harmony_Locks; 2.0.0.7: roolo.SearchAndDestroy, rimworld.sparr.draggablecorners, FahrenheitAndCelsius; 2.0.0.5: rimworld.walkingproblem.animaljobspatch, rimworld.walkingproblem.animalweaponpatch, rimworld.walkingproblem.wpvehiclepatch; 2.0.0.4: com.ghxx.rimworld.techadvancing; 2.0.0.3: Madeline.ModMismatchWindowPatch; 2.0.0.2: OskarPotocki.VAEShrubland

Platform information: (hidden, use publishing options to include)

Log file contents:
Mono path[0] = '[Rimworld_dir]/RimWorldWin64_Data/Managed'
Mono config path = '[Rimworld_dir]/MonoBleedingEdge/etc'
Initialize engine version: 2019.4.30f1 (e8c891080a1f)
[Subsystems] Discovering subsystems at path [Rimworld_dir]/RimWorldWin64_Data/UnitySubsystems
GfxDevice: [Renderer information redacted]
Begin MonoManager ReloadAssembly
RimWorld 1.3.3200 rev726
[HugsLib] version 9.0.1
[HugsLib] early-initializing AllowTool
[Power++] VFE Mechanoids found
[VanillaAchievementsExpanded] version 1.3.7862
DubsBreakMod 1.0.809
RenameColony :: Postfixed
[WhatsMissing] Patched Dialog_BillConfig
Hello, world!
Added hook.
Patched 8 methods.
[Configurable Maps] Correcting default values for Fertility, Water, and Mountain to their default values.
Rimatomics 1.7.2473
Dubs Mint Minimap 1.3.787
Dubs Skylight 1.5.1706
[AnimalsCanDoDrugs]set nonStaticDrugList = MainLoader.staticDrugList. About to run foreach loop
[AnimalsCanDoDrugs]Done with foreach loop. setting MainLoader.staticDrugList = nonStaticDrugList
[AnimalsCanDoDrugs]Done with standard options
[AnimalsCanDoDrugs]exposeData claims initLoaded = false. If there are no errors 1 line above or 1 line below this message, this is fine and intended
[AnimalsCanDoDrugs]set nonStaticDrugList = MainLoader.staticDrugList. About to run foreach loop
[AnimalsCanDoDrugs]Done with foreach loop. setting MainLoader.staticDrugList = nonStaticDrugList
[AnimalsCanDoDrugs]Done with standard options
[AnimalsCanDoDrugs]exposeData claims initLoaded = false. If there are no errors 1 line above or 1 line below this message, this is fine and intended
[AnimalsCanDoDrugs]set nonStaticDrugList = MainLoader.staticDrugList. About to run foreach loop
[AnimalsCanDoDrugs]Done with foreach loop. setting MainLoader.staticDrugList = nonStaticDrugList
[AnimalsCanDoDrugs]Done with standard options
[AnimalsCanDoDrugs]exposeData claims initLoaded = false. If there are no errors 1 line above or 1 line below this message, this is fine and intended
DubsMintMenus v1.3.995
dubwise.dubsbadhygiene 3.0.2138
Short Circuit Blues patched RT Fuse.
Cannot find field Stdfld rootSize in CameraDriver.Update 
(Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 39)

ROCKETMAN: config path C:\Users\subre\AppData\LocalLow\Ludeon Studios\RimWorld by Ludeon Studios\Config\rocketeer.0102.txt
<color=orange>ROCKETMAN</color>: Loaded <color=red>Proton, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null</color>
<color=orange>ROCKETMAN</color>: Loaded <color=red>Soyuz, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null</color>
<color=orange>ROCKETMAN:</color> Version 0.6.3.2196
SOYUZ: Created _transformationCache
LWM Deep Storage: activated compatibility patch for Dubs Bad Hygiene
LWM Deep Storage: activated compatibility patch for Sparkling Worlds
LWM Deep Storage: activated compatibility patch for Vanilla Cooking Expanded
XML error: Could not register node named "MakeableGasShellBase" in mod wolfofthewest.rimnosis.nsfw because this name is already used in this mod. 
(Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 39)

XML error: Duplicate XML node name graphicData in this XML block: <ThingDef ParentName="BodyPartProstheticMakeableBase"><defName>Joywire</defName><label>joywire</label><description>A brain implant that stimulates the brain's pleasure centers. While it dramatically improves a user's mood, the blanket of happiness makes it hard to concentrate on anything real. Joywires are illegal on many worlds, and are known for destroying whole cultures.</description><descriptionHyperlinks><RecipeDef>InstallJoywire</RecipeDef></descriptionHyperlinks><thingSetMakerTags><li>RewardStandardLowFreq</li></thingSetMakerTags><costList><Steel>20</Steel><ComponentIndustrial>4</ComponentIndustrial></costList><techHediffsTags><li>Advanced</li></techHediffsTags><recipeMaker><researchPrerequisite>AdvancedBrainSurgery</researchPrerequisite></recipeMaker><butcherProducts><Steel>20</Steel><ComponentIndustrial>4</ComponentIndustrial></butcherProducts><graphicData><texPath>Things/Item/BodyPart/SyntheticPart</texPath><graphicClass>Graphic_Single</graphicClass><drawSize>0.80</drawSize></graphicData><graphicData><graphicClass>Graphic_Single</graphicClass><texPath>Things/Item/Health/HealthItem</texPath><drawSize>0.80</drawSize><color>(255,255,255)</color></graphicData></ThingDef> 
(Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 39)

XML error: Duplicate XML node name graphicData in this XML block: <ThingDef ParentName="BodyPartProstheticMakeableBase"><defName>Painstopper</defName><label>painstopper</label><description>A brain implant which inhibits nociception, or pain sensation. While it does allow the user to accomplish more, it turns out pain has a purpose. When you don't feel it, you can get hurt really bad really easily.</description><descriptionHyperlinks><RecipeDef>InstallPainstopper</RecipeDef></descriptionHyperlinks><thingSetMakerTags><li>RewardStandardLowFreq</li></thingSetMakerTags><costList><Steel>20</Steel><ComponentIndustrial>4</ComponentIndustrial></costList><techHediffsTags><li>Advanced</li><li>Painstopper</li></techHediffsTags><recipeMaker><researchPrerequisite>AdvancedBrainSurgery</researchPrerequisite></recipeMaker><butcherProducts><Steel>20</Steel><ComponentIndustrial>4</ComponentIndustrial></butcherProducts><graphicData><texPath>Things/Item/BodyPart/SyntheticPart</texPath><graphicClass>Graphic_Single</graphicClass><drawSize>0.80</drawSize></graphicData><graphicData><graphicClass>Graphic_Single</graphicClass><texPath>Things/Item/Health/HealthItem</texPath><drawSize>0.80</drawSize><color>(255,255,255)</color></graphicData></ThingDef> 
(Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 39)

XML error: Duplicate XML node name graphicData in this XML block: <ThingDef ParentName="BodyPartProstheticMakeableBase"><defName>Joywire</defName><label>joywire</label><description>A brain implant that stimulates the brain's pleasure centers. While it dramatically improves a user's mood, the blanket of happiness makes it hard to concentrate on anything real. Joywires are illegal on many worlds, and are known for destroying whole cultures.</description><descriptionHyperlinks><RecipeDef>InstallJoywire</RecipeDef></descriptionHyperlinks><costList><Gold>3</Gold><Plasteel>25</Plasteel><ComponentSpacer>5</ComponentSpacer></costList><statBases><Mass>0.1</Mass></statBases><recipeMaker><researchPrerequisite>AdvancedBrainSurgery</researchPrerequisite></recipeMaker><butcherProducts><Steel>20</Steel><ComponentIndustrial>4</ComponentIndustrial></butcherProducts><graphicData><texPath>Things/Item/BodyPart/SyntheticPart</texPath><graphicClass>Graphic_Single</graphicClass><drawSize>0.80</drawSize></graphicData><graphicData><graphicClass>Graphic_Single</graphicClass><texPath>Things/Item/Health/HealthItem</texPath><drawSize>0.80</drawSize><color>(255,255,255)</color></graphicData></ThingDef> 
(Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 39)

XML error: Duplicate XML node name graphicData in this XML block: <ThingDef ParentName="BodyPartProstheticMakeableBase"><defName>Painstopper</defName><label>painstopper</label><description>A brain implant which inhibits nociception, or pain sensation. While it does allow the user to accomplish more, it turns out pain has a purpose. When you don't feel it, you can get hurt really bad really easily.</description><descriptionHyperlinks><RecipeDef>InstallPainstopper</RecipeDef></descriptionHyperlinks><costList><Gold>3</Gold><Plasteel>25</Plasteel><ComponentSpacer>5</ComponentSpacer></costList><statBases><Mass>0.1</Mass></statBases><recipeMaker><researchPrerequisite>AdvancedBrainSurgery</researchPrerequisite></recipeMaker><butcherProducts><Steel>20</Steel><ComponentIndustrial>4</ComponentIndustrial></butcherProducts><graphicData><texPath>Things/Item/BodyPart/SyntheticPart</texPath><graphicClass>Graphic_Single</graphicClass><drawSize>0.80</drawSize></graphicData><graphicData><graphicClass>Graphic_Single</graphicClass><texPath>Things/Item/Health/HealthItem</texPath><drawSize>0.80</drawSize><color>(255,255,255)</color></graphicData></ThingDef> 
(Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 39)

XML error: Duplicate XML node name graphicData in this XML block: <ThingDef ParentName="BodyPartProstheticMakeableBase"><defName>Joywire</defName><label>joywire</label><description>A brain implant that stimulates the brain's pleasure centers. While it dramatically improves a user's mood, the blanket of happiness makes it hard to concentrate on anything real. Joywires are illegal on many worlds, and are known for destroying whole cultures. Requires brain implants research before installing.</description><costList><Uranium>5</Uranium><Plasteel>5</Plasteel><ComponentSpacer>4</ComponentSpacer></costList><statBases><MarketValue>800</MarketValue><WorkToMake>57000</WorkToMake><Mass>0.2</Mass></statBases><recipeMaker><researchPrerequisite>AdvancedBrainSurgery</researchPrerequisite></recipeMaker><butcherProducts><Steel>20</Steel><ComponentIndustrial>4</ComponentIndustrial></butcherProducts><graphicData><texPath>Things/Item/BodyPart/SyntheticPart</texPath><graphicClass>Graphic_Single</graphicClass><drawSize>0.80</drawSize></graphicData><graphicData><graphicClass>Graphic_Single</graphicClass><texPath>Things/Item/Health/HealthItem</texPath><drawSize>0.80</drawSize><color>(255,255,255)</color></graphicData></ThingDef> 
(Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 39)

XML error: Duplicate XML node name graphicData in this XML block: <ThingDef ParentName="BodyPartProstheticMakeableBase"><defName>Painstopper</defName><label>painstopper</label><description>A brain implant which inhibits nociception, or pain sensation. While it does allow the user to accomplish more, it turns out pain has a purpose. When you don't feel it, you can get hurt really bad really easily. Requires brain implants research before installing.</description><costList><Uranium>5</Uranium><Plasteel>5</Plasteel><ComponentSpacer>4</ComponentSpacer></costList><statBases><MarketValue>800</MarketValue><WorkToMake>57000</WorkToMake><Mass>0.08</Mass></statBases><recipeMaker><researchPrerequisite>AdvancedBrainSurgery</researchPrerequisite></recipeMaker><butcherProducts><Steel>20</Steel><ComponentIndustrial>4</ComponentIndustrial></butcherProducts><graphicData><texPath>Things/Item/BodyPart/SyntheticPart</texPath><graphicClass>Graphic_Single</graphicClass><drawSize>0.80</drawSize></graphicData><graphicData><graphicClass>Graphic_Single</graphicClass><texPath>Things/Item/Health/HealthItem</texPath><drawSize>0.80</drawSize><color>(255,255,255)</color></graphicData></ThingDef> 
(Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 39)

XML error: Duplicate XML node name defaultLabelColor in this XML block: <HediffDef ParentName="ImplantHediffBase"><defName>PsychicHarmonizer</defName><label>psychic harmonizer</label><labelNoun>a psychic harmonizer</labelNoun><description>An installed psychic harmonizer implant.</description><descriptionHyperlinks><ThingDef>PsychicHarmonizer</ThingDef></descriptionHyperlinks><spawnThingOnRemoved>PsychicHarmonizer</spawnThingOnRemoved><comps><li Class="HediffCompProperties_PsychicHarmonizer"><range>30</range><thought>PsychicHarmonization</thought></li></comps><defaultLabelColor>(82,190,128)</defaultLabelColor><defaultLabelColor>(188,39,242)</defaultLabelColor></HediffDef> 
(Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 39)

XML error: Duplicate XML node name defaultLabelColor in this XML block: <HediffDef ParentName="ImplantHediffBase"><defName>StoneskinGland</defName><label>stoneskin gland</label><labelNoun>a stoneskin gland</labelNoun><description>An installed stoneskin gland.</description><descriptionHyperlinks><ThingDef>StoneskinGland</ThingDef></descriptionHyperlinks><spawnThingOnRemoved>StoneskinGland</spawnThingOnRemoved><stages><li><capMods><li><capacity>Moving</capacity><postFactor>0.85</postFactor></li></capMods><statOffsets><ArmorRating_Sharp>0.70</ArmorRating_Sharp><ArmorRating_Blunt>0.3</ArmorRating_Blunt><ArmorRating_Heat>0.5</ArmorRating_Heat><PawnBeauty>-2</PawnBeauty></statOffsets></li></stages><tags><li>ArmorGland</li></tags><defaultLabelColor>(144,98,179)</defaultLabelColor><comps><li Class="EBF.Hediffs.HediffCompProperties_MaxHPAdjust"><scaleAdjustment>0.5</scaleAdjustment></li></comps><defaultLabelColor>(188,39,242)</defaultLabelColor></HediffDef> 
(Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 39)

XML Verse.BodyPartDef defines the same field twice: spawnThingOnRemoved.

Field contents: Stomach.

Whole XML:

<BodyPartDef><defName>Stomach</defName><label>stomach</label><hitPoints>20</hitPoints><skinCovered>false</skinCovered><tags><li>MetabolismSource</li></tags><spawnThingOnRemoved>Stomach</spawnThingOnRemoved><spawnThingOnRemoved>Stomach</spawnThingOnRemoved></BodyPartDef> 
(Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 39)

XML format error: List item found with name that is not <li>, and which does not have a custom XML loader method, in <capMods><li><capacity>Consciousness</capacity><offset>7</offset></li><statOffsets><PawnBeauty>3</PawnBeauty><WorkSpeedGlobal>+10</WorkSpeedGlobal></statOffsets></capMods> 
(Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 39)

[Cumflation Graphics] Patch operation Verse.PatchOperationFindMod(RimNudeWorld) failed
file: [Rimworld_dir]\Mods\CumflationGraphics\Patches\CumflationPatch-Dragonians V1.3 Unofficial.xml 
(Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 39)

[Cumflation Graphics] Patch operation Verse.PatchOperationFindMod(RimNudeWorld) failed
file: [Rimworld_dir]\Mods\CumflationGraphics\Patches\CumflationPatch-Moyo.xml 
(Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 39)

[Cumflation Graphics] Patch operation Verse.PatchOperationFindMod(RimNudeWorld) failed
file: [Rimworld_dir]\Mods\CumflationGraphics\Patches\CumflationPatch-Rabbie.xml 
(Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 39)

[Cumflation Graphics] Patch operation Verse.PatchOperationFindMod(RimNudeWorld) failed
file: [Rimworld_dir]\Mods\CumflationGraphics\Patches\CumflationPatch-Ratkin.xml 
(Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 39)

[Rah's Bionics and Surgery Expansion] Patch operation Verse.PatchOperationFindMod(Royalty) failed
file: D:\SteamLibrary\steamapps\workshop\content\294100\850429707\1.3\Patches\RoyaltyPatch.xml 
(Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 39)

Mod wolfofthewest.rimnosis.nsfw has multiple Verse.BuildableDefs named AphrodisiacGeyser. Skipping. 
(Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 39)

Mod wolfofthewest.rimnosis.nsfw has multiple Verse.BuildableDefs named Shell_GasLust. Skipping. 
(Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 39)

Mod wolfofthewest.rimnosis.nsfw has multiple Verse.BuildableDefs named Bullet_Shell_GasLust. Skipping. 
(Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 39)

Mod wolfofthewest.rimnosis.nsfw has multiple Verse.HediffDefs named HypnosisLevel. Skipping. 
(Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 39)

Mod wolfofthewest.rimnosis.nsfw has multiple Verse.ThingDefs named AphrodisiacGeyser. Skipping. 
(Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 39)

Mod wolfofthewest.rimnosis.nsfw has multiple Verse.ThingDefs named Shell_GasLust. Skipping. 
(Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 39)

Mod wolfofthewest.rimnosis.nsfw has multiple Verse.ThingDefs named Bullet_Shell_GasLust. Skipping. 
(Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 39)

Mod wolfofthewest.rimnosis.nsfw has multiple VanillaPowerExpanded.SpecialPowerSpawnsDefs named VPE_SpawnHelixienVents. Skipping. 
(Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 39)

Mod wolfofthewest.rimnosis.nsfw has multiple VanillaPowerExpanded.SpecialPowerSpawnsDefs named VPE_SpawnHelixienVents. Skipping. 
(Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 39)

Could not resolve cross-reference: No Verse.SoundDef named Guntail_Medium found to give to Verse.VerbProperties VerbProperties(entropic shotgun) (using undefined sound instead) 
(Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 39)

Could not resolve cross-reference: No Verse.SoundDef named Guntail_Medium found to give to Verse.VerbProperties VerbProperties(abyssal shotgun) (using undefined sound instead) 
(Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 39)

Could not resolve cross-reference: No Verse.SoundDef named Guntail_Medium found to give to Verse.VerbProperties VerbProperties(eternal shotgun) (using undefined sound instead) 
(Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 39)

SimplyMoreBridges: Found 25 materials to generate bridge-definitions for.
SimplyMoreBridges: Generated the following stony bridges: HeavyBridgeJade,HeavyBridgeJadeFlagstone,DeepWaterBridgeJade,DeepWaterBridgeJadeFlagstone,HeavyBridgeSandstone,HeavyBridgeSandstoneFlagstone,DeepWaterBridgeSandstone,DeepWaterBridgeSandstoneFlagstone,HeavyBridgeGranite,HeavyBridgeGraniteFlagstone,DeepWaterBridgeGranite,DeepWaterBridgeGraniteFlagstone,HeavyBridgeLimestone,HeavyBridgeLimestoneFlagstone,DeepWaterBridgeLimestone,DeepWaterBridgeLimestoneFlagstone,HeavyBridgeSlate,HeavyBridgeSlateFlagstone,DeepWaterBridgeSlate,DeepWaterBridgeSlateFlagstone,HeavyBridgeMarble,HeavyBridgeMarbleFlagstone,DeepWaterBridgeMarble,DeepWaterBridgeMarbleFlagstone,HeavyBridgeSNS_Eternium,HeavyBridgeSNS_EterniumFlagstone,DeepWaterBridgeSNS_Eternium,DeepWaterBridgeSNS_EterniumFlagstone,HeavyBridgeSNS_StableMatter,HeavyBridgeSNS_StableMatterFlagstone,DeepWaterBridgeSNS_StableMatter,DeepWaterBridgeSNS_StableMatterFlagstone,HeavyBridgeLTF_MediStone,HeavyBridgeLTF_MediStoneFlagstone,DeepWaterBridgeLTF_MediStone,DeepWaterBridgeLTF_MediStoneFlagstone
SimplyMoreBridges: Generated the following metal bridges: HeavyBridgeSilver,HeavyBridgeSilverPavedTile,HeavyBridgeSilverSterile,DeepWaterBridgeSilver,DeepWaterBridgeSilverPavedTile,DeepWaterBridgeSilverSterile,HeavyBridgeGold,HeavyBridgeGoldPavedTile,DeepWaterBridgeGold,DeepWaterBridgeGoldPavedTile,HeavyBridgeSteel,HeavyBridgeSteelConcrete,HeavyBridgeSteelPavedTile,DeepWaterBridgeSteel,DeepWaterBridgeSteelConcrete,DeepWaterBridgeSteelPavedTile,HeavyBridgePlasteel,HeavyBridgePlasteelPavedTile,DeepWaterBridgePlasteel,DeepWaterBridgePlasteelPavedTile,HeavyBridgeUranium,HeavyBridgeUraniumPavedTile,DeepWaterBridgeUranium,DeepWaterBridgeUraniumPavedTile,HeavyBridgeAttomachinery,HeavyBridgeAttomachineryPavedTile,DeepWaterBridgeAttomachinery,DeepWaterBridgeAttomachineryPavedTile,HeavyBridgePicomachinery,HeavyBridgePicomachineryPavedTile,DeepWaterBridgePicomachinery,DeepWaterBridgePicomachineryPavedTile,HeavyBridgeNanomachinery,HeavyBridgeNanomachineryPavedTile,DeepWaterBridgeNanomachinery,DeepWaterBridgeNanomachineryPavedTile,HeavyBridgeSNS_Unobtainium,HeavyBridgeSNS_UnobtainiumPavedTile,DeepWaterBridgeSNS_Unobtainium,DeepWaterBridgeSNS_UnobtainiumPavedTile,HeavyBridgeSNS_CosmicAlloy,HeavyBridgeSNS_CosmicAlloyPavedTile,DeepWaterBridgeSNS_CosmicAlloy,DeepWaterBridgeSNS_CosmicAlloyPavedTile,HeavyBridgePTAthenium,HeavyBridgePTAtheniumPavedTile,DeepWaterBridgePTAthenium,DeepWaterBridgePTAtheniumPavedTile,HeavyBridgeVFEI_Chitin,HeavyBridgeVFEI_ChitinPavedTile,DeepWaterBridgeVFEI_Chitin,DeepWaterBridgeVFEI_ChitinPavedTile,HeavyBridgeAA_SkySteel,HeavyBridgeAA_SkySteelPavedTile,DeepWaterBridgeAA_SkySteel,DeepWaterBridgeAA_SkySteelPavedTile,HeavyBridgeAntimatterComposite_AA,HeavyBridgeAntimatterComposite_AAPavedTile,DeepWaterBridgeAntimatterComposite_AA,DeepWaterBridgeAntimatterComposite_AAPavedTile,HeavyBridgeHyperAlloy_AA,HeavyBridgeHyperAlloy_AAPavedTile,DeepWaterBridgeHyperAlloy_AA,DeepWaterBridgeHyperAlloy_AAPavedTile
SimplyMoreBridges: Generated the following woody bridges: WoodenBridgeGU_RedWood
Could not resolve cross-reference: No RimWorld.ResearchTabDef named ResearchTabShip found to give to Verse.ResearchProjectDef JWL_SOS2Irrigation 
(Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 39)

Could not resolve cross-reference: No Verse.ThingDef named ShuttleFuelPods found to give to Verse.ThingDefCountClass (50000x null) 
(Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 39)

Key binding conflict: MainTab_MedicalTab and Misc7 are both bound to M. 
(Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 39)

Key binding conflict: Misc7 and MainTab_MedicalTab are both bound to M. 
(Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 39)

VPE_SpawnChemfuelPonds already has short hash. 
(Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 39)

VPE_SpawnHelixienVents already has short hash. 
(Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 39)

d3d11: failed to create 2D texture id=3899 width=25 height=31 mips=6 dxgifmt=28 [D3D error was 80070057]
(Filename:  Line: 587)

d3d11: failed to create 2D texture shader resource view id=3899 [D3D error was 80070057]
(Filename:  Line: 537)

[MVCF] Applying RunAndGun compatibility patch
Could not load reference to Verse.ThingDef named Ammo_155mmHowitzerShell_HE 
(Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 39)

SaveableFromNode exception: System.NullReferenceException: Object reference not set to an instance of an object
  at Quarry.ThingCountExposable.GetHashCode () [0x00001] in <06ee7ce38204446382454390f8a0f9de>:0 
  at System.Collections.Generic.ObjectEqualityComparer`1[T].GetHashCode (T obj) [0x0000a] in <eae584ce26bc40229c1b1aa476bfa589>:0 
  at System.Collections.Generic.HashSet`1[T].InternalGetHashCode (T item) [0x0000a] in <351e49e2a5bf4fd6beabb458ce2255f3>:0 
  at System.Collections.Generic.HashSet`1[T].Contains (T item) [0x00008] in <351e49e2a5bf4fd6beabb458ce2255f3>:0 
  at Verse.PostLoadIniter.RegisterForPostLoadInit (Verse.IExposable s) [0x00048] in <cdbd0ed5089a418da09b9a259f9dbd8f>:0 
  at Verse.ScribeExtractor.SaveableFromNode[T] (System.Xml.XmlNode subNode, System.Object[] ctorArgs) [0x001fa] in <cdbd0ed5089a418da09b9a259f9dbd8f>:0 
Subnode:
<li><thingDef>Ammo_155mmHowitzerShell_HE</thingDef><count>333</count></li> 
(Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 39)

Could not load reference to Verse.ThingDef named Ammo_90mmCannonShell_HEAT 
(Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 39)

SaveableFromNode exception: System.NullReferenceException: Object reference not set to an instance of an object
  at Quarry.ThingCountExposable.GetHashCode () [0x00001] in <06ee7ce38204446382454390f8a0f9de>:0 
  at System.Collections.Generic.ObjectEqualityComparer`1[T].GetHashCode (T obj) [0x0000a] in <eae584ce26bc40229c1b1aa476bfa589>:0 
  at System.Collections.Generic.HashSet`1[T].InternalGetHashCode (T item) [0x0000a] in <351e49e2a5bf4fd6beabb458ce2255f3>:0 
  at System.Collections.Generic.HashSet`1[T].Contains (T item) [0x00008] in <351e49e2a5bf4fd6beabb458ce2255f3>:0 
  at Verse.PostLoadIniter.RegisterForPostLoadInit (Verse.IExposable s) [0x00048] in <cdbd0ed5089a418da09b9a259f9dbd8f>:0 
  at Verse.ScribeExtractor.SaveableFromNode[T] (System.Xml.XmlNode subNode, System.Object[] ctorArgs) [0x001fa] in <cdbd0ed5089a418da09b9a259f9dbd8f>:0 
Subnode:
<li><thingDef>Ammo_90mmCannonShell_HEAT</thingDef><count>216</count></li> 
(Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 39)

Could not load reference to Verse.ThingDef named Ammo_90mmCannonShell_HE 
(Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 39)

SaveableFromNode exception: System.NullReferenceException: Object reference not set to an instance of an object
  at Quarry.ThingCountExposable.GetHashCode () [0x00001] in <06ee7ce38204446382454390f8a0f9de>:0 
  at System.Collections.Generic.ObjectEqualityComparer`1[T].GetHashCode (T obj) [0x0000a] in <eae584ce26bc40229c1b1aa476bfa589>:0 
  at System.Collections.Generic.HashSet`1[T].InternalGetHashCode (T item) [0x0000a] in <351e49e2a5bf4fd6beabb458ce2255f3>:0 
  at System.Collections.Generic.HashSet`1[T].Contains (T item) [0x00008] in <351e49e2a5bf4fd6beabb458ce2255f3>:0 
  at Verse.PostLoadIniter.RegisterForPostLoadInit (Verse.IExposable s) [0x00048] in <cdbd0ed5089a418da09b9a259f9dbd8f>:0 
  at Verse.ScribeExtractor.SaveableFromNode[T] (System.Xml.XmlNode subNode, System.Object[] ctorArgs) [0x001fa] in <cdbd0ed5089a418da09b9a259f9dbd8f>:0 
Subnode:
<li><thingDef>Ammo_90mmCannonShell_HE</thingDef><count>209</count></li> 
(Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 39)

Could not load reference to Verse.ThingDef named Ammo_90mmCannonShell_EMP 
(Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 39)

SaveableFromNode exception: System.NullReferenceException: Object reference not set to an instance of an object
  at Quarry.ThingCountExposable.GetHashCode () [0x00001] in <06ee7ce38204446382454390f8a0f9de>:0 
  at System.Collections.Generic.ObjectEqualityComparer`1[T].GetHashCode (T obj) [0x0000a] in <eae584ce26bc40229c1b1aa476bfa589>:0 
  at System.Collections.Generic.HashSet`1[T].InternalGetHashCode (T item) [0x0000a] in <351e49e2a5bf4fd6beabb458ce2255f3>:0 
  at System.Collections.Generic.HashSet`1[T].Contains (T item) [0x00008] in <351e49e2a5bf4fd6beabb458ce2255f3>:0 
  at Verse.PostLoadIniter.RegisterForPostLoadInit (Verse.IExposable s) [0x00048] in <cdbd0ed5089a418da09b9a259f9dbd8f>:0 
  at Verse.ScribeExtractor.SaveableFromNode[T] (System.Xml.XmlNode subNode, System.Object[] ctorArgs) [0x001fa] in <cdbd0ed5089a418da09b9a259f9dbd8f>:0 
Subnode:
<li><thingDef>Ammo_90mmCannonShell_EMP</thingDef><count>150</count></li> 
(Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 39)

Quarry:: Found 1 or more null entries in ore dictionary. This is most likely due to an uninstalled mod. Removing entries from list. 
(Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 39)

Quarry:: Failed to load ThingCount. Setting default. 
(Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 39)

Quarry:: Failed to load ThingCount. Setting default. 
(Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 39)

Quarry:: Failed to load ThingCount. Setting default. 
(Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 39)

Quarry:: Failed to load ThingCount. Setting default. 
(Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 39)

Texture DryadNestA has dimensions of 128 x 128, but its mask has 256 x 256. This is not supported, texture will be excluded from atlas 
(Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 39)

Texture DryadNestA has dimensions of 128 x 128, but its mask has 256 x 256. This is not supported, texture will be excluded from atlas 
(Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 39)

Translation data for language English has 5 errors. Generate translation report for more info. 
(Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 39)

<color=orange>[CSG]</color> Symbols Creator Started.
<color=orange>[CSG]</color> Created 20968 symbolDefs for 3 mods. Took 00.06s.
[PawnRenderPatchForHD] patched
Cannot find field Stdfld rootSize in CameraDriver.Update 
(Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 39)

PawnRenderPatch for HD :: starting patch
PawnRenderPatch for HD :: found method. patching...
PawnRenderPatch for HD :: patch completed
PawnRenderPatch for HD :: starting patch
PawnRenderPatch for HD :: found method. patching...
PawnRenderPatch for HD :: patch completed
Alien race successfully completed 180 patches with harmony.
PawnRenderPatch for HD :: starting patch
PawnRenderPatch for HD :: found method. patching...
PawnRenderPatch for HD :: patch completed
[Dyspareunia] 2/25/2022 4:39:13 PM: Initialization is complete. 6 patches applied.
HediffApparel Harmony Patches:
  Postfix:
    Pawn_ApparelTracker.Notify_ApparelAdded
    Pawn_ApparelTracker.Notify_ApparelRemoved
[RJWEx] [RJWEx] Patching...
[RJWEx] Gag graphics patch applied @ Verse.PawnGraphicSet.ResolveApparelGraphics as Transpiler
[RJWEx] ...done
Patching Madeline.ModMismatchWindow
[ShowDrafteesWeapon] Initialized
Medical Tab :: Adding RJW_Fertility to the list of required capacities for RJW_Fertility.
Medical Tab :: Tag Tongue is not associated with any pawnCapacity. This may be intentional. For modders; if the tag defName contains the capacity defName the two will be linked. 
(Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 39)

Wall Light: v1.3.7890.36463
Loaded content.
A wiki was registered for mod 'Antimatter Annihilation', but the InGameWiki mod is not installed. Dummy wiki has been created instead. 
(Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 39)

[Utility Columns] - Patching...
[ArchotechPlus] Patched Hediff applyer
[PPCP] Patched Rimatomics
[CMColorCodedMoodBar] CMColorCodedMoodBar 1.3.3136.1 initialized
[AnimalsCanDoDrugs]patched harmony assembly. Startup success.
[AnimalsCanDoDrugs]before populate drug function
[AnimalsCanDoDrugs]list sorted alphabetically
[AnimalsCanDoDrugs]drugList1 size = 60 and drugList2 size = 64
[AnimalsCanDoDrugs]xml drug defs are greater than game loaded drug defs
[AnimalsCanDoDrugs]after populate drug function
in the applyAdditionalSettings() function
[AnimalsCanDoDrugs]colonists only=True colonists+prisoners only=False
[AnimalsCanDoDrugs]never on prisoner=True show on need list=True
[OpenTheWindows] Dubs Skylights detected! Integrating...
[OpenTheWindows] Landscape beautification mod detected! Integrating...
[OpenTheWindows] Locks detected! Adapting...
Could not load reference to Verse.ThingDef named Arachne_Sword 
(Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 39)

Could not load reference to Verse.ThingDef named LTF_RightPlasteelClaws 
(Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 39)

Could not load reference to Verse.ThingDef named LTF_LeftPlasteelClaws 
(Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 39)

Could not load reference to Verse.ThingDef named LTF_RightSteelClaws 
(Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 39)

Could not load reference to Verse.ThingDef named LTF_LeftSteelClaws 
(Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 39)

Could not load reference to Verse.ThingDef named Gun_M4A4_USCM 
(Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 39)

Could not load reference to Verse.ThingDef named Gun_M4A3_USCM 
(Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 39)

Could not load reference to Verse.ThingDef named Gun_88mod4_USCM 
(Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 39)

Could not load reference to Verse.ThingDef named KLight_Crossbow 
(Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 39)

Could not load reference to Verse.ThingDef named Weapon_Atlatl 
(Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 39)

Could not load reference to Verse.ThingDef named Arachne_Sword 
(Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 39)

Could not load reference to Verse.ThingDef named LTF_RightPlasteelClaws 
(Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 39)

Could not load reference to Verse.ThingDef named LTF_LeftPlasteelClaws 
(Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 39)

Could not load reference to Verse.ThingDef named LTF_RightSteelClaws 
(Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 39)

Could not load reference to Verse.ThingDef named LTF_LeftSteelClaws 
(Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 39)

Could not load reference to Verse.ThingDef named Gun_M4A4_USCM 
(Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 39)

Could not load reference to Verse.ThingDef named Gun_M4A3_USCM 
(Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 39)

Could not load reference to Verse.ThingDef named Gun_88mod4_USCM 
(Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 39)

Could not load reference to Verse.ThingDef named KLight_Crossbow 
(Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 39)

Could not load reference to Verse.ThingDef named Weapon_Atlatl 
(Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 39)

Locks: Doors expanded not found 
Locks: SoS2 not found 
[WhatsMissing] Patched Dialog_BillConfig
[PL] Trying to find: Quarry 1.1, Result: False
[PL] Trying to find: Kijin Race 2.0, Result: False
[PL] Trying to find: Cash Register, Result: False
Enabled Prison Labor v1.3.7
[ResourceGenerator]: Added 96 resources as possible to generate
Higher_Psylink Activated
[CombatPsycasts] Done intialization
Cannot find field Stdfld rootSize in CameraDriver.Update 
(Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 39)

PawnRenderPatch for HD :: starting patch
PawnRenderPatch for HD :: found method. patching...
PawnRenderPatch for HD :: patch completed
[WhatsMissing] Patched Dialog_BillConfig
OnLevelWasLoaded was found on ModInitializerComponent
This message has been deprecated and will be removed in a later version of Unity.
Add a delegate to SceneManager.sceneLoaded instead to get notifications after scene loading has completed 
(Filename:  Line: 369)

Transpiled 1975 methods, it took: 6.963341
Transpiled 1975 methods, it took: 2.002607
CharacterEditor v1.3.842 initializing...
updating labels for english...
loading/updating slots...
loading/updating customs...
instance created
allowing apparel to be colorable...
checking editor settings...
CharacterEditor v1.3.842 ...done
Nano Repair Tech Added Support: [ Ideology, Royalty, Vanilla Furniture Expanded, Vanilla Furniture Expanded - Medical Module, Vanilla Furniture Expanded - Spacer Module ]
ROCKETMAN: RocketMan settings are stored in <color=red>C:\Users\subre\AppData\LocalLow\Ludeon Studios\RimWorld by Ludeon Studios\RocketMan\Mod_2479389928_RocketMod.xml</color>
ROCKETMAN: Defs loaded!
ROCKETMAN: Patched KeyBinder!
PROTON: Analyzer patched! 
(Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 39)

PROTON: Analyzer patched! 
(Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 39)

PROTON: Patching finished
Cannot find field Stdfld rootSize in CameraDriver.Update 
(Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 39)

SOYUZ: Patching finished
ROCKETMAN: XMLParser started
ROCKETRULES: IgnoreMeRule for OskarPotocki.VFE.Mechanoid
ROCKETRULES: IgnoreMeRule for Alaestor.MiscRobots.PlusPlus
ROCKETRULES: IgnoreMeRule for Haplo.Miscellaneous.Robots
ROCKETRULES: IgnoreMeRule for ChJees.Androids
ROCKETRULES: IgnoreMeRule for automatic.autocleaner
ROCKETRULES: IgnoreMeRule for neronix17.mechadroids
ROCKETRULES: IgnoreMeRule for neronix17.outerrim.galaxies
ROCKETRULES: IgnoreMeRule for spdskatr.projectrimfactory.drones
ROCKETRULES: IgnoreMeRule for spdskatr.projectrimfactory.legacy
ROCKETRULES: IgnoreMeRule for spdskatr.projectrimfactory
[0.00206 seconds] ROCKETMAN: <color=red>IgnoreMe report</color>
ROCKETRULES: IgnoreMe add def by name: VFE_Mech_Aura
ROCKETRULES: IgnoreMe add def by name: VFE_Mech_Daggersnout
ROCKETRULES: IgnoreMe add def by name: VFE_Mech_Fireworm
ROCKETRULES: IgnoreMe add def by name: VFE_Mech_Goliath
ROCKETRULES: IgnoreMe add def by name: VFE_Mech_Phalanx
ROCKETRULES: IgnoreMe add def by name: VFE_Mech_Siegebreaker
ROCKETRULES: IgnoreMe add def by name: VFE_Mech_Advanced_Aura
ROCKETRULES: IgnoreMe add def by name: VFE_Mech_Advanced_Daggersnout
ROCKETRULES: IgnoreMe add def by name: VFE_Mech_Advanced_Fireworm
ROCKETRULES: IgnoreMe add def by name: VFE_Mech_Advanced_Goliath
ROCKETRULES: IgnoreMe add def by name: VFE_Mech_Advanced_Phalanx
ROCKETRULES: IgnoreMe add def by name: VFE_Mech_Advanced_Siegebreaker
ROCKETRULES: IgnoreMe add def by name: VFE_Mech_AdvancedCentipede
ROCKETRULES: IgnoreMe add def by name: VFE_Mech_AdvancedLancer
ROCKETRULES: IgnoreMe add def by name: VFE_Mech_AdvancedKnight
ROCKETRULES: IgnoreMe add def by name: VFE_Mech_AdvancedInquisitor
ROCKETRULES: IgnoreMe add def by name: VFE_Mech_AdvancedScyther
ROCKETRULES: IgnoreMe add def by name: VFE_Mech_AdvancedPikeman
ROCKETRULES: IgnoreMe add def by name: VFE_Mech_AdvancedCarpenter
ROCKETRULES: IgnoreMe add def by name: VFE_Mech_AdvTermite
ROCKETRULES: IgnoreMe add def by name: VFE_Mechanoids_Autocleaner
ROCKETRULES: IgnoreMe add def by name: VFE_Mechanoids_Autohauler
ROCKETRULES: IgnoreMe add def by name: VFE_Mechanoids_Autominer
ROCKETRULES: IgnoreMe add def by name: VFE_Mechanoids_Combat
ROCKETRULES: IgnoreMe add def by name: VFE_Mechanoids_Riot
ROCKETRULES: IgnoreMe add def by name: VFE_Mechanoids_Turret
ROCKETRULES: IgnoreMe add def by name: VFE_Mechanoids_Autostrider
ROCKETRULES: IgnoreMe add def by name: VFE_Mechanoids_AutoMedic
ROCKETRULES: IgnoreMe add def by name: VFE_Mechanoids_Raider
ROCKETRULES: IgnoreMe add def by name: VFE_Mechanoids_Pyro
ROCKETRULES: IgnoreMe add def by name: VFE_Mechanoids_Autobroadcaster
ROCKETRULES: IgnoreMe add def by name: VFE_Mech_Centipede
ROCKETRULES: IgnoreMe add def by name: VFE_Mech_Lancer
ROCKETRULES: IgnoreMe add def by name: VFE_Mech_Knight
ROCKETRULES: IgnoreMe add def by name: VFE_Mech_Inquisitor
ROCKETRULES: IgnoreMe add def by name: VFE_Mech_Scyther
ROCKETRULES: IgnoreMe add def by name: VFE_Mech_Pikeman
ROCKETRULES: IgnoreMe add def by name: VFE_Mech_Carpenter
ROCKETRULES: IgnoreMe add def by name: VFE_Mech_Termite
ROCKETRULES: IgnoreMe add def by name: AA_Dryad_Unstable
ROCKETRULES: IgnoreMe add def by name: AA_ChameleonYak
ROCKETRULES: IgnoreMe add def by name: AA_CrescendoAnole
ROCKETRULES: IgnoreMe add def by name: AA_MatureFleshbeast
ROCKETMAN: Hijacking ([REFLECTED] RimWorld.StatWorker:GetValue, [DECLARING] RimWorld.StatWorker:GetValue, [ISSTATIC] False, [ISPUBLIC] False, [ISVIRTUAL] StatWorker, [ABSTRACT] False)
[WhatsMissing] Patched Dialog_BillConfig
[HugsLib] initializing V1024-EBF, RJW, RV2, MilkableColonists, Stardust3D.RJW.PlasticSurgeries, LWM_DeepStorage, GlitterNet, ItemListSelector, RunAndGun, SearchAndDestroy, JPT_BurnItForFuel, MoreMechanoids, XenobionicPatcher, StackXXL, Autopsy, NoJobAuthors, ImprovedWorkbenches, CyberNet, Stardust3D.RJW.patch.Autopsy
[XenobionicPatcher] Prep work / pre-caching (took 0.4730s; 1,110 defs)
[XenobionicPatcher] Injected animal surgical recipes into other animals (took 0.1540s; 0 combinations)
[XenobionicPatcher] Injected humanlike surgical recipes into other humanlikes (took 0.1290s; 1,248 combinations)
[XenobionicPatcher] Injected artificial part surgical recipes into mechs (took 0.0320s; 25,725 combinations)
[XenobionicPatcher] Injected animal surgical recipes into humanlikes (took 0.0020s; 0 combinations)
[XenobionicPatcher] Injected humanlike surgical recipes into animals (took 0.3030s; 194,688 combinations)
[XenobionicPatcher] Injected fleshlike surgical recipes into fleshlikes (took 0.4400s; 226,800 combinations)
[XenobionicPatcher] Cleaning up hand/foot surgical recipes (took 0.0000s)
[XenobionicPatcher] Merged duplicate surgical recipes, hyperlinking, and sorting (took 2.1440s)
[StackXXL] Loaded
[PPCP] PPCP Loadding
[PPCP] PPCP Loadded

 

Link to comment
On 2/25/2022 at 10:41 AM, ton10p said:

 

 

Please put your log either into a spoiler:

Screenshot 2022-02-25 at 19-19-02 [mod] RimJobWorld.png

or put it into a text file

 

 

 

make sure you follow the installation instructions provided on the first post: (sort your mods)

 

On 11/1/2018 at 6:07 PM, Skömer said:

Installation: Mod install Guide

  1. Delete all files from previous RJW versions
  2. Move the folder from the zip into "...steam/steamapps/common/rimworld/mods/" (put it next to core) - you can use programs like 7-Zip to unpack the .zip
  3. Make sure your RJW mod files aren't nested .../Rimworld/mods/RJW/[all the mod files here] is mandatory
  4. Activate it & the latest stable version of the required mods in the right ⇒Load Order!
  5. Restart Rimworld
  6. Enjoy

 

Load Order(Required/Optional)

  1. Harmony Harmony in Steam workshopHarmony on Github (has to be the very first mod)
  2. Core (that's the game)
  3. Rimworld DLCs
  4. Hugslib Hugslib in Steam workshopHugslib on Ludeon ForumsHugslib on Github
  5. Other Mods
  6. RimJobWorld (always load last, the "rjw-master.zip" download link is always the latest release, no matter what the date says)
  7. RJW Addons

 

for further instructions how to get a modlist to work check out ⇒Modding Rimworld and the links contained in that paragraph

Link to comment

So, I have a dumb question. I have searched through quite a few pages but cannot find if there has been any comments on how to edit the text displayed on the pawn history when there is a sex event. I thought it would just be editing the .xml file(s) but it did not alter the displayed text. Am I missing something? Also, sorry if this has been answered already... I just could not find it myself.

Link to comment

Question. Is there any way to increase the chance of wild animals raping pawns? I've only seen this happen once (with the exception of insects), and it was with a downed pawn. But I haven't seen it happen ever since, even with downed pawns right next to male wargs, wolves, etc.

I'm not sure if it's something to do with my settings or if it's the way it's intended.

Link to comment
Spoiler

RimWorld 1.3.3287 rev1159
UnityEngine.StackTraceUtility:ExtractStackTrace ()
Verse.Log:Message (string)
RimWorld.VersionControl:LogVersionNumber ()
Verse.Root:CheckGlobalInit ()
Verse.Root:Start ()
Verse.Root_Entry:Start ()

[HugsLib] version 9.0.1
UnityEngine.StackTraceUtility:ExtractStackTrace ()
Verse.Log:Message (string)
HugsLib.Utils.ModLogger:Message (string,object[])
HugsLib.HugsLibController:InitializeController ()
HugsLib.HugsLibController:EarlyInitialize ()
HugsLib.Core.HugsLibMod:.ctor (Verse.ModContentPack)
System.Reflection.MonoCMethod:InternalInvoke (object,object[])
System.Reflection.MonoCMethod:DoInvoke (object,System.Reflection.BindingFlags,System.Reflection.Binder,object[],System.Globalization.CultureInfo)
System.Reflection.MonoCMethod:Invoke (System.Reflection.BindingFlags,System.Reflection.Binder,object[],System.Globalization.CultureInfo)
System.RuntimeType:CreateInstanceImpl (System.Reflection.BindingFlags,System.Reflection.Binder,object[],System.Globalization.CultureInfo,object[],System.Threading.StackCrawlMark&)
System.Activator:CreateInstance (System.Type,System.Reflection.BindingFlags,System.Reflection.Binder,object[],System.Globalization.CultureInfo,object[])
System.Activator:CreateInstance (System.Type,object[])
Verse.LoadedModManager:CreateModClasses ()
Verse.LoadedModManager:LoadAllActiveMods ()
Verse.PlayDataLoader:DoPlayLoad ()
Verse.PlayDataLoader:LoadAllPlayData (bool)
Verse.Root/<>c:<Start>b__6_1 ()
Verse.LongEventHandler:RunEventFromAnotherThread (System.Action)
Verse.LongEventHandler/<>c:<UpdateCurrentAsynchronousEvent>b__27_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 ()

[VanillaAchievementsExpanded] version 1.3.7862
UnityEngine.StackTraceUtility:ExtractStackTrace ()
Verse.Log:Message (string)
AchievementsExpanded.AchievementHarmony:.cctor ()
AchievementsExpanded.AssemblyHandler:.ctor (Verse.ModContentPack)
System.Reflection.MonoCMethod:InternalInvoke (object,object[])
System.Reflection.MonoCMethod:DoInvoke (object,System.Reflection.BindingFlags,System.Reflection.Binder,object[],System.Globalization.CultureInfo)
System.Reflection.MonoCMethod:Invoke (System.Reflection.BindingFlags,System.Reflection.Binder,object[],System.Globalization.CultureInfo)
System.RuntimeType:CreateInstanceImpl (System.Reflection.BindingFlags,System.Reflection.Binder,object[],System.Globalization.CultureInfo,object[],System.Threading.StackCrawlMark&)
System.Activator:CreateInstance (System.Type,System.Reflection.BindingFlags,System.Reflection.Binder,object[],System.Globalization.CultureInfo,object[])
System.Activator:CreateInstance (System.Type,object[])
Verse.LoadedModManager:CreateModClasses ()
Verse.LoadedModManager:LoadAllActiveMods ()
Verse.PlayDataLoader:DoPlayLoad ()
Verse.PlayDataLoader:LoadAllPlayData (bool)
Verse.Root/<>c:<Start>b__6_1 ()
Verse.LongEventHandler:RunEventFromAnotherThread (System.Action)
Verse.LongEventHandler/<>c:<UpdateCurrentAsynchronousEvent>b__27_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 ()

[Interaction Bubbles v1.8] Initialized
UnityEngine.StackTraceUtility:ExtractStackTrace ()
Verse.Log:Message (string)
Bubbles.Mod:Log (string)
Bubbles.Mod:.cctor ()
Bubbles.Instance:.ctor (Verse.ModContentPack)
System.Reflection.MonoCMethod:InternalInvoke (object,object[])
System.Reflection.MonoCMethod:DoInvoke (object,System.Reflection.BindingFlags,System.Reflection.Binder,object[],System.Globalization.CultureInfo)
System.Reflection.MonoCMethod:Invoke (System.Reflection.BindingFlags,System.Reflection.Binder,object[],System.Globalization.CultureInfo)
System.RuntimeType:CreateInstanceImpl (System.Reflection.BindingFlags,System.Reflection.Binder,object[],System.Globalization.CultureInfo,object[],System.Threading.StackCrawlMark&)
System.Activator:CreateInstance (System.Type,System.Reflection.BindingFlags,System.Reflection.Binder,object[],System.Globalization.CultureInfo,object[])
System.Activator:CreateInstance (System.Type,object[])
Verse.LoadedModManager:CreateModClasses ()
Verse.LoadedModManager:LoadAllActiveMods ()
Verse.PlayDataLoader:DoPlayLoad ()
Verse.PlayDataLoader:LoadAllPlayData (bool)
Verse.Root/<>c:<Start>b__6_1 ()
Verse.LongEventHandler:RunEventFromAnotherThread (System.Action)
Verse.LongEventHandler/<>c:<UpdateCurrentAsynchronousEvent>b__27_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 ()

Rimefeller 1.2.1140
UnityEngine.StackTraceUtility:ExtractStackTrace ()
Verse.Log:Message (string)
Rimefeller.RimefellerMod:.ctor (Verse.ModContentPack)
System.Reflection.MonoCMethod:InternalInvoke (object,object[])
System.Reflection.MonoCMethod:DoInvoke (object,System.Reflection.BindingFlags,System.Reflection.Binder,object[],System.Globalization.CultureInfo)
System.Reflection.MonoCMethod:Invoke (System.Reflection.BindingFlags,System.Reflection.Binder,object[],System.Globalization.CultureInfo)
System.RuntimeType:CreateInstanceImpl (System.Reflection.BindingFlags,System.Reflection.Binder,object[],System.Globalization.CultureInfo,object[],System.Threading.StackCrawlMark&)
System.Activator:CreateInstance (System.Type,System.Reflection.BindingFlags,System.Reflection.Binder,object[],System.Globalization.CultureInfo,object[])
System.Activator:CreateInstance (System.Type,object[])
Verse.LoadedModManager:CreateModClasses ()
Verse.LoadedModManager:LoadAllActiveMods ()
Verse.PlayDataLoader:DoPlayLoad ()
Verse.PlayDataLoader:LoadAllPlayData (bool)
Verse.Root/<>c:<Start>b__6_1 ()
Verse.LongEventHandler:RunEventFromAnotherThread (System.Action)
Verse.LongEventHandler/<>c:<UpdateCurrentAsynchronousEvent>b__27_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 ()

Combat Readiness Check: Trying to patch Map.PlayerWealthForStoryteller
UnityEngine.StackTraceUtility:ExtractStackTrace ()
Verse.Log:Message (string)
CRC_Reintegrated.CRC_Loader:PatchMap ()
CRC_Reintegrated.CRC_Loader:.ctor (Verse.ModContentPack)
System.Reflection.MonoCMethod:InternalInvoke (object,object[])
System.Reflection.MonoCMethod:DoInvoke (object,System.Reflection.BindingFlags,System.Reflection.Binder,object[],System.Globalization.CultureInfo)
System.Reflection.MonoCMethod:Invoke (System.Reflection.BindingFlags,System.Reflection.Binder,object[],System.Globalization.CultureInfo)
System.RuntimeType:CreateInstanceImpl (System.Reflection.BindingFlags,System.Reflection.Binder,object[],System.Globalization.CultureInfo,object[],System.Threading.StackCrawlMark&)
System.Activator:CreateInstance (System.Type,System.Reflection.BindingFlags,System.Reflection.Binder,object[],System.Globalization.CultureInfo,object[])
System.Activator:CreateInstance (System.Type,object[])
Verse.LoadedModManager:CreateModClasses ()
Verse.LoadedModManager:LoadAllActiveMods ()
Verse.PlayDataLoader:DoPlayLoad ()
Verse.PlayDataLoader:LoadAllPlayData (bool)
Verse.Root/<>c:<Start>b__6_1 ()
Verse.LongEventHandler:RunEventFromAnotherThread (System.Action)
Verse.LongEventHandler/<>c:<UpdateCurrentAsynchronousEvent>b__27_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 ()

Combat Readiness Check: Patched Map.PlayerWealthForStoryteller.
UnityEngine.StackTraceUtility:ExtractStackTrace ()
Verse.Log:Message (string)
CRC_Reintegrated.CRC_Loader:PatchMap ()
CRC_Reintegrated.CRC_Loader:.ctor (Verse.ModContentPack)
System.Reflection.MonoCMethod:InternalInvoke (object,object[])
System.Reflection.MonoCMethod:DoInvoke (object,System.Reflection.BindingFlags,System.Reflection.Binder,object[],System.Globalization.CultureInfo)
System.Reflection.MonoCMethod:Invoke (System.Reflection.BindingFlags,System.Reflection.Binder,object[],System.Globalization.CultureInfo)
System.RuntimeType:CreateInstanceImpl (System.Reflection.BindingFlags,System.Reflection.Binder,object[],System.Globalization.CultureInfo,object[],System.Threading.StackCrawlMark&)
System.Activator:CreateInstance (System.Type,System.Reflection.BindingFlags,System.Reflection.Binder,object[],System.Globalization.CultureInfo,object[])
System.Activator:CreateInstance (System.Type,object[])
Verse.LoadedModManager:CreateModClasses ()
Verse.LoadedModManager:LoadAllActiveMods ()
Verse.PlayDataLoader:DoPlayLoad ()
Verse.PlayDataLoader:LoadAllPlayData (bool)
Verse.Root/<>c:<Start>b__6_1 ()
Verse.LongEventHandler:RunEventFromAnotherThread (System.Action)
Verse.LongEventHandler/<>c:<UpdateCurrentAsynchronousEvent>b__27_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 ()

Combat Readiness Check: Trying to patch Caravan.PlayerWealthForStoryteller
UnityEngine.StackTraceUtility:ExtractStackTrace ()
Verse.Log:Message (string)
CRC_Reintegrated.CRC_Loader:PatchCaravan ()
CRC_Reintegrated.CRC_Loader:.ctor (Verse.ModContentPack)
System.Reflection.MonoCMethod:InternalInvoke (object,object[])
System.Reflection.MonoCMethod:DoInvoke (object,System.Reflection.BindingFlags,System.Reflection.Binder,object[],System.Globalization.CultureInfo)
System.Reflection.MonoCMethod:Invoke (System.Reflection.BindingFlags,System.Reflection.Binder,object[],System.Globalization.CultureInfo)
System.RuntimeType:CreateInstanceImpl (System.Reflection.BindingFlags,System.Reflection.Binder,object[],System.Globalization.CultureInfo,object[],System.Threading.StackCrawlMark&)
System.Activator:CreateInstance (System.Type,System.Reflection.BindingFlags,System.Reflection.Binder,object[],System.Globalization.CultureInfo,object[])
System.Activator:CreateInstance (System.Type,object[])
Verse.LoadedModManager:CreateModClasses ()
Verse.LoadedModManager:LoadAllActiveMods ()
Verse.PlayDataLoader:DoPlayLoad ()
Verse.PlayDataLoader:LoadAllPlayData (bool)
Verse.Root/<>c:<Start>b__6_1 ()
Verse.LongEventHandler:RunEventFromAnotherThread (System.Action)
Verse.LongEventHandler/<>c:<UpdateCurrentAsynchronousEvent>b__27_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 ()

Combat Readiness Check: Patched Caravan.PlayerWealthForStoryteller.
UnityEngine.StackTraceUtility:ExtractStackTrace ()
Verse.Log:Message (string)
CRC_Reintegrated.CRC_Loader:PatchCaravan ()
CRC_Reintegrated.CRC_Loader:.ctor (Verse.ModContentPack)
System.Reflection.MonoCMethod:InternalInvoke (object,object[])
System.Reflection.MonoCMethod:DoInvoke (object,System.Reflection.BindingFlags,System.Reflection.Binder,object[],System.Globalization.CultureInfo)
System.Reflection.MonoCMethod:Invoke (System.Reflection.BindingFlags,System.Reflection.Binder,object[],System.Globalization.CultureInfo)
System.RuntimeType:CreateInstanceImpl (System.Reflection.BindingFlags,System.Reflection.Binder,object[],System.Globalization.CultureInfo,object[],System.Threading.StackCrawlMark&)
System.Activator:CreateInstance (System.Type,System.Reflection.BindingFlags,System.Reflection.Binder,object[],System.Globalization.CultureInfo,object[])
System.Activator:CreateInstance (System.Type,object[])
Verse.LoadedModManager:CreateModClasses ()
Verse.LoadedModManager:LoadAllActiveMods ()
Verse.PlayDataLoader:DoPlayLoad ()
Verse.PlayDataLoader:LoadAllPlayData (bool)
Verse.Root/<>c:<Start>b__6_1 ()
Verse.LongEventHandler:RunEventFromAnotherThread (System.Action)
Verse.LongEventHandler/<>c:<UpdateCurrentAsynchronousEvent>b__27_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 ()

Combat Readiness Check: Trying to patch StorytellerUtility.DefaultThreatPointsNow
UnityEngine.StackTraceUtility:ExtractStackTrace ()
Verse.Log:Message (string)
CRC_Reintegrated.CRC_Loader:PatchDefaultThreatPointsNow ()
CRC_Reintegrated.CRC_Loader:.ctor (Verse.ModContentPack)
System.Reflection.MonoCMethod:InternalInvoke (object,object[])
System.Reflection.MonoCMethod:DoInvoke (object,System.Reflection.BindingFlags,System.Reflection.Binder,object[],System.Globalization.CultureInfo)
System.Reflection.MonoCMethod:Invoke (System.Reflection.BindingFlags,System.Reflection.Binder,object[],System.Globalization.CultureInfo)
System.RuntimeType:CreateInstanceImpl (System.Reflection.BindingFlags,System.Reflection.Binder,object[],System.Globalization.CultureInfo,object[],System.Threading.StackCrawlMark&)
System.Activator:CreateInstance (System.Type,System.Reflection.BindingFlags,System.Reflection.Binder,object[],System.Globalization.CultureInfo,object[])
System.Activator:CreateInstance (System.Type,object[])
Verse.LoadedModManager:CreateModClasses ()
Verse.LoadedModManager:LoadAllActiveMods ()
Verse.PlayDataLoader:DoPlayLoad ()
Verse.PlayDataLoader:LoadAllPlayData (bool)
Verse.Root/<>c:<Start>b__6_1 ()
Verse.LongEventHandler:RunEventFromAnotherThread (System.Action)
Verse.LongEventHandler/<>c:<UpdateCurrentAsynchronousEvent>b__27_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 ()

Combat Readiness Check: Patched StorytellerUtility.DefaultThreatPointsNow.
UnityEngine.StackTraceUtility:ExtractStackTrace ()
Verse.Log:Message (string)
CRC_Reintegrated.CRC_Loader:PatchDefaultThreatPointsNow ()
CRC_Reintegrated.CRC_Loader:.ctor (Verse.ModContentPack)
System.Reflection.MonoCMethod:InternalInvoke (object,object[])
System.Reflection.MonoCMethod:DoInvoke (object,System.Reflection.BindingFlags,System.Reflection.Binder,object[],System.Globalization.CultureInfo)
System.Reflection.MonoCMethod:Invoke (System.Reflection.BindingFlags,System.Reflection.Binder,object[],System.Globalization.CultureInfo)
System.RuntimeType:CreateInstanceImpl (System.Reflection.BindingFlags,System.Reflection.Binder,object[],System.Globalization.CultureInfo,object[],System.Threading.StackCrawlMark&)
System.Activator:CreateInstance (System.Type,System.Reflection.BindingFlags,System.Reflection.Binder,object[],System.Globalization.CultureInfo,object[])
System.Activator:CreateInstance (System.Type,object[])
Verse.LoadedModManager:CreateModClasses ()
Verse.LoadedModManager:LoadAllActiveMods ()
Verse.PlayDataLoader:DoPlayLoad ()
Verse.PlayDataLoader:LoadAllPlayData (bool)
Verse.Root/<>c:<Start>b__6_1 ()
Verse.LongEventHandler:RunEventFromAnotherThread (System.Action)
Verse.LongEventHandler/<>c:<UpdateCurrentAsynchronousEvent>b__27_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 ()

[Vanilla Furniture Expanded - Architect] Activating Replace Stuff compatibility patch
UnityEngine.StackTraceUtility:ExtractStackTrace ()
Verse.Log:Message (string)
VFEArchitect.ArchitectMod:.ctor (Verse.ModContentPack)
System.Reflection.MonoCMethod:InternalInvoke (object,object[])
System.Reflection.MonoCMethod:DoInvoke (object,System.Reflection.BindingFlags,System.Reflection.Binder,object[],System.Globalization.CultureInfo)
System.Reflection.MonoCMethod:Invoke (System.Reflection.BindingFlags,System.Reflection.Binder,object[],System.Globalization.CultureInfo)
System.RuntimeType:CreateInstanceImpl (System.Reflection.BindingFlags,System.Reflection.Binder,object[],System.Globalization.CultureInfo,object[],System.Threading.StackCrawlMark&)
System.Activator:CreateInstance (System.Type,System.Reflection.BindingFlags,System.Reflection.Binder,object[],System.Globalization.CultureInfo,object[])
System.Activator:CreateInstance (System.Type,object[])
Verse.LoadedModManager:CreateModClasses ()
Verse.LoadedModManager:LoadAllActiveMods ()
Verse.PlayDataLoader:DoPlayLoad ()
Verse.PlayDataLoader:LoadAllPlayData (bool)
Verse.Root/<>c:<Start>b__6_1 ()
Verse.LongEventHandler:RunEventFromAnotherThread (System.Action)
Verse.LongEventHandler/<>c:<UpdateCurrentAsynchronousEvent>b__27_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 ()

<color=#34eb92>[Simple Personalities]</color> Hello, world!
UnityEngine.StackTraceUtility:ExtractStackTrace ()
Verse.Log:Message (string)
SPM1.Core:Log (string)
SPM1.Core:.ctor (Verse.ModContentPack)
System.Reflection.MonoCMethod:InternalInvoke (object,object[])
System.Reflection.MonoCMethod:DoInvoke (object,System.Reflection.BindingFlags,System.Reflection.Binder,object[],System.Globalization.CultureInfo)
System.Reflection.MonoCMethod:Invoke (System.Reflection.BindingFlags,System.Reflection.Binder,object[],System.Globalization.CultureInfo)
System.RuntimeType:CreateInstanceImpl (System.Reflection.BindingFlags,System.Reflection.Binder,object[],System.Globalization.CultureInfo,object[],System.Threading.StackCrawlMark&)
System.Activator:CreateInstance (System.Type,System.Reflection.BindingFlags,System.Reflection.Binder,object[],System.Globalization.CultureInfo,object[])
System.Activator:CreateInstance (System.Type,object[])
Verse.LoadedModManager:CreateModClasses ()
Verse.LoadedModManager:LoadAllActiveMods ()
Verse.PlayDataLoader:DoPlayLoad ()
Verse.PlayDataLoader:LoadAllPlayData (bool)
Verse.Root/<>c:<Start>b__6_1 ()
Verse.LongEventHandler:RunEventFromAnotherThread (System.Action)
Verse.LongEventHandler/<>c:<UpdateCurrentAsynchronousEvent>b__27_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 ()

Density Min is greater than Max. Flipping them.
UnityEngine.StackTraceUtility:ExtractStackTrace ()
Verse.Log:Warning (string)
FactionControl.Settings:UpdateSettlementsPer100k ()
FactionControl.Settings:ExposeData ()
Verse.ScribeExtractor:SaveableFromNode<FactionControl.Settings> (System.Xml.XmlNode,object[])
Verse.Scribe_Deep:Look<FactionControl.Settings> (FactionControl.Settings&,bool,string,object[])
Verse.Scribe_Deep:Look<FactionControl.Settings> (FactionControl.Settings&,string,object[])
Verse.LoadedModManager:ReadModSettings<FactionControl.Settings> (string,string)
Verse.Mod:GetSettings<FactionControl.Settings> ()
FactionControl.Controller:.ctor (Verse.ModContentPack)
System.Reflection.MonoCMethod:InternalInvoke (object,object[])
System.Reflection.MonoCMethod:DoInvoke (object,System.Reflection.BindingFlags,System.Reflection.Binder,object[],System.Globalization.CultureInfo)
System.Reflection.MonoCMethod:Invoke (System.Reflection.BindingFlags,System.Reflection.Binder,object[],System.Globalization.CultureInfo)
System.RuntimeType:CreateInstanceImpl (System.Reflection.BindingFlags,System.Reflection.Binder,object[],System.Globalization.CultureInfo,object[],System.Threading.StackCrawlMark&)
System.Activator:CreateInstance (System.Type,System.Reflection.BindingFlags,System.Reflection.Binder,object[],System.Globalization.CultureInfo,object[])
System.Activator:CreateInstance (System.Type,object[])
Verse.LoadedModManager:CreateModClasses ()
Verse.LoadedModManager:LoadAllActiveMods ()
Verse.PlayDataLoader:DoPlayLoad ()
Verse.PlayDataLoader:LoadAllPlayData (bool)
Verse.Root/<>c:<Start>b__6_1 ()
Verse.LongEventHandler:RunEventFromAnotherThread (System.Action)
Verse.LongEventHandler/<>c:<UpdateCurrentAsynchronousEvent>b__27_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 ()

[RuntimeGC] Mod settings loaded.
UnityEngine.StackTraceUtility:ExtractStackTrace ()
Verse.Log:Message (string)
RuntimeGC.RuntimeGC:.ctor (Verse.ModContentPack)
System.Reflection.MonoCMethod:InternalInvoke (object,object[])
System.Reflection.MonoCMethod:DoInvoke (object,System.Reflection.BindingFlags,System.Reflection.Binder,object[],System.Globalization.CultureInfo)
System.Reflection.MonoCMethod:Invoke (System.Reflection.BindingFlags,System.Reflection.Binder,object[],System.Globalization.CultureInfo)
System.RuntimeType:CreateInstanceImpl (System.Reflection.BindingFlags,System.Reflection.Binder,object[],System.Globalization.CultureInfo,object[],System.Threading.StackCrawlMark&)
System.Activator:CreateInstance (System.Type,System.Reflection.BindingFlags,System.Reflection.Binder,object[],System.Globalization.CultureInfo,object[])
System.Activator:CreateInstance (System.Type,object[])
Verse.LoadedModManager:CreateModClasses ()
Verse.LoadedModManager:LoadAllActiveMods ()
Verse.PlayDataLoader:DoPlayLoad ()
Verse.PlayDataLoader:LoadAllPlayData (bool)
Verse.Root/<>c:<Start>b__6_1 ()
Verse.LongEventHandler:RunEventFromAnotherThread (System.Action)
Verse.LongEventHandler/<>c:<UpdateCurrentAsynchronousEvent>b__27_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 ()

[CM_Semi_Random_Research] - patching to conditionally hide normal start research button.
UnityEngine.StackTraceUtility:ExtractStackTrace ()
Verse.Log:Message (string)
CM_Semi_Random_Research.MainTabWindow_Research_Patches/MainTabWindow_Research_DrawLeftRect/<Transpiler>d__0:MoveNext ()
System.Collections.Generic.List`1<HarmonyLib.CodeInstruction>:.ctor (System.Collections.Generic.IEnumerable`1<HarmonyLib.CodeInstruction>)
System.Linq.Enumerable:ToList<HarmonyLib.CodeInstruction> (System.Collections.Generic.IEnumerable`1<HarmonyLib.CodeInstruction>)
HarmonyLib.CodeTranspiler:GetResult (System.Reflection.Emit.ILGenerator,System.Reflection.MethodBase)
HarmonyLib.MethodBodyReader:FinalizeILCodes (HarmonyLib.Emitter,System.Collections.Generic.List`1<System.Reflection.MethodInfo>,System.Collections.Generic.List`1<System.Reflection.Emit.Label>,bool&)
HarmonyLib.MethodCopier:Finalize (HarmonyLib.Emitter,System.Collections.Generic.List`1<System.Reflection.Emit.Label>,bool&)
HarmonyLib.MethodPatcher:CreateReplacement (System.Collections.Generic.Dictionary`2<int, HarmonyLib.CodeInstruction>&)
HarmonyLib.PatchFunctions:UpdateWrapper (System.Reflection.MethodBase,HarmonyLib.PatchInfo)
HarmonyLib.PatchClassProcessor:ProcessPatchJob (HarmonyLib.PatchJobs`1/Job<System.Reflection.MethodInfo>)
HarmonyLib.PatchClassProcessor:PatchWithAttributes (System.Reflection.MethodBase&)
HarmonyLib.PatchClassProcessor:Patch ()
HarmonyLib.Harmony:<PatchAll>b__10_0 (System.Type)
HarmonyLib.CollectionExtensions:Do<System.Type> (System.Collections.Generic.IEnumerable`1<System.Type>,System.Action`1<System.Type>)
HarmonyLib.Harmony:PatchAll (System.Reflection.Assembly)
HarmonyLib.Harmony:PatchAll ()
CM_Semi_Random_Research.SemiRandomResearchMod:.ctor (Verse.ModContentPack)
System.Reflection.MonoCMethod:InternalInvoke (object,object[])
System.Reflection.MonoCMethod:DoInvoke (object,System.Reflection.BindingFlags,System.Reflection.Binder,object[],System.Globalization.CultureInfo)
System.Reflection.MonoCMethod:Invoke (System.Reflection.BindingFlags,System.Reflection.Binder,object[],System.Globalization.CultureInfo)
System.RuntimeType:CreateInstanceImpl (System.Reflection.BindingFlags,System.Reflection.Binder,object[],System.Globalization.CultureInfo,object[],System.Threading.StackCrawlMark&)
System.Activator:CreateInstance (System.Type,System.Reflection.BindingFlags,System.Reflection.Binder,object[],System.Globalization.CultureInfo,object[])
System.Activator:CreateInstance (System.Type,object[])
Verse.LoadedModManager:CreateModClasses ()
Verse.LoadedModManager:LoadAllActiveMods ()
Verse.PlayDataLoader:DoPlayLoad ()
Verse.PlayDataLoader:LoadAllPlayData (bool)
Verse.Root/<>c:<Start>b__6_1 ()
Verse.LongEventHandler:RunEventFromAnotherThread (System.Action)
Verse.LongEventHandler/<>c:<UpdateCurrentAsynchronousEvent>b__27_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 ()

Rimatomics 1.7.2473
UnityEngine.StackTraceUtility:ExtractStackTrace ()
Verse.Log:Message (string)
Rimatomics.RimatomicsMod:.ctor (Verse.ModContentPack)
System.Reflection.MonoCMethod:InternalInvoke (object,object[])
System.Reflection.MonoCMethod:DoInvoke (object,System.Reflection.BindingFlags,System.Reflection.Binder,object[],System.Globalization.CultureInfo)
System.Reflection.MonoCMethod:Invoke (System.Reflection.BindingFlags,System.Reflection.Binder,object[],System.Globalization.CultureInfo)
System.RuntimeType:CreateInstanceImpl (System.Reflection.BindingFlags,System.Reflection.Binder,object[],System.Globalization.CultureInfo,object[],System.Threading.StackCrawlMark&)
System.Activator:CreateInstance (System.Type,System.Reflection.BindingFlags,System.Reflection.Binder,object[],System.Globalization.CultureInfo,object[])
System.Activator:CreateInstance (System.Type,object[])
Verse.LoadedModManager:CreateModClasses ()
Verse.LoadedModManager:LoadAllActiveMods ()
Verse.PlayDataLoader:DoPlayLoad ()
Verse.PlayDataLoader:LoadAllPlayData (bool)
Verse.Root/<>c:<Start>b__6_1 ()
Verse.LongEventHandler:RunEventFromAnotherThread (System.Action)
Verse.LongEventHandler/<>c:<UpdateCurrentAsynchronousEvent>b__27_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 ()

ROCKETMAN: config path C:\Users\Wesley\AppData\LocalLow\Ludeon Studios\RimWorld by Ludeon Studios\Config\rocketeer.0102.txt
UnityEngine.StackTraceUtility:ExtractStackTrace ()
Verse.Log:Message (string)
RocketMan.RocketEnvironmentInfo:get_IsDevEnv ()
RocketMan.RocketPluginsLoader:LoadAll ()
RocketMan.RocketMod:.ctor (Verse.ModContentPack)
System.Reflection.MonoCMethod:InternalInvoke (object,object[])
System.Reflection.MonoCMethod:DoInvoke (object,System.Reflection.BindingFlags,System.Reflection.Binder,object[],System.Globalization.CultureInfo)
System.Reflection.MonoCMethod:Invoke (System.Reflection.BindingFlags,System.Reflection.Binder,object[],System.Globalization.CultureInfo)
System.RuntimeType:CreateInstanceImpl (System.Reflection.BindingFlags,System.Reflection.Binder,object[],System.Globalization.CultureInfo,object[],System.Threading.StackCrawlMark&)
System.Activator:CreateInstance (System.Type,System.Reflection.BindingFlags,System.Reflection.Binder,object[],System.Globalization.CultureInfo,object[])
System.Activator:CreateInstance (System.Type,object[])
Verse.LoadedModManager:CreateModClasses ()
Verse.LoadedModManager:LoadAllActiveMods ()
Verse.PlayDataLoader:DoPlayLoad ()
Verse.PlayDataLoader:LoadAllPlayData (bool)
Verse.Root/<>c:<Start>b__6_1 ()
Verse.LongEventHandler:RunEventFromAnotherThread (System.Action)
Verse.LongEventHandler/<>c:<UpdateCurrentAsynchronousEvent>b__27_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 ()

<color=orange>ROCKETMAN</color>: Loaded <color=red>Proton, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null</color>
UnityEngine.StackTraceUtility:ExtractStackTrace ()
Verse.Log:Message (string)
RocketMan.RocketMod:.ctor (Verse.ModContentPack)
System.Reflection.MonoCMethod:InternalInvoke (object,object[])
System.Reflection.MonoCMethod:DoInvoke (object,System.Reflection.BindingFlags,System.Reflection.Binder,object[],System.Globalization.CultureInfo)
System.Reflection.MonoCMethod:Invoke (System.Reflection.BindingFlags,System.Reflection.Binder,object[],System.Globalization.CultureInfo)
System.RuntimeType:CreateInstanceImpl (System.Reflection.BindingFlags,System.Reflection.Binder,object[],System.Globalization.CultureInfo,object[],System.Threading.StackCrawlMark&)
System.Activator:CreateInstance (System.Type,System.Reflection.BindingFlags,System.Reflection.Binder,object[],System.Globalization.CultureInfo,object[])
System.Activator:CreateInstance (System.Type,object[])
Verse.LoadedModManager:CreateModClasses ()
Verse.LoadedModManager:LoadAllActiveMods ()
Verse.PlayDataLoader:DoPlayLoad ()
Verse.PlayDataLoader:LoadAllPlayData (bool)
Verse.Root/<>c:<Start>b__6_1 ()
Verse.LongEventHandler:RunEventFromAnotherThread (System.Action)
Verse.LongEventHandler/<>c:<UpdateCurrentAsynchronousEvent>b__27_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 ()

<color=orange>ROCKETMAN</color>: Loaded <color=red>Soyuz, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null</color>
UnityEngine.StackTraceUtility:ExtractStackTrace ()
Verse.Log:Message (string)
RocketMan.RocketMod:.ctor (Verse.ModContentPack)
System.Reflection.MonoCMethod:InternalInvoke (object,object[])
System.Reflection.MonoCMethod:DoInvoke (object,System.Reflection.BindingFlags,System.Reflection.Binder,object[],System.Globalization.CultureInfo)
System.Reflection.MonoCMethod:Invoke (System.Reflection.BindingFlags,System.Reflection.Binder,object[],System.Globalization.CultureInfo)
System.RuntimeType:CreateInstanceImpl (System.Reflection.BindingFlags,System.Reflection.Binder,object[],System.Globalization.CultureInfo,object[],System.Threading.StackCrawlMark&)
System.Activator:CreateInstance (System.Type,System.Reflection.BindingFlags,System.Reflection.Binder,object[],System.Globalization.CultureInfo,object[])
System.Activator:CreateInstance (System.Type,object[])
Verse.LoadedModManager:CreateModClasses ()
Verse.LoadedModManager:LoadAllActiveMods ()
Verse.PlayDataLoader:DoPlayLoad ()
Verse.PlayDataLoader:LoadAllPlayData (bool)
Verse.Root/<>c:<Start>b__6_1 ()
Verse.LongEventHandler:RunEventFromAnotherThread (System.Action)
Verse.LongEventHandler/<>c:<UpdateCurrentAsynchronousEvent>b__27_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 ()

<color=orange>ROCKETMAN:</color> Version 0.6.3.2196
UnityEngine.StackTraceUtility:ExtractStackTrace ()
Verse.Log:Message (string)
RocketMan.Main:.cctor ()
RocketMan.RocketMod:.ctor (Verse.ModContentPack)
System.Reflection.MonoCMethod:InternalInvoke (object,object[])
System.Reflection.MonoCMethod:DoInvoke (object,System.Reflection.BindingFlags,System.Reflection.Binder,object[],System.Globalization.CultureInfo)
System.Reflection.MonoCMethod:Invoke (System.Reflection.BindingFlags,System.Reflection.Binder,object[],System.Globalization.CultureInfo)
System.RuntimeType:CreateInstanceImpl (System.Reflection.BindingFlags,System.Reflection.Binder,object[],System.Globalization.CultureInfo,object[],System.Threading.StackCrawlMark&)
System.Activator:CreateInstance (System.Type,System.Reflection.BindingFlags,System.Reflection.Binder,object[],System.Globalization.CultureInfo,object[])
System.Activator:CreateInstance (System.Type,object[])
Verse.LoadedModManager:CreateModClasses ()
Verse.LoadedModManager:LoadAllActiveMods ()
Verse.PlayDataLoader:DoPlayLoad ()
Verse.PlayDataLoader:LoadAllPlayData (bool)
Verse.Root/<>c:<Start>b__6_1 ()
Verse.LongEventHandler:RunEventFromAnotherThread (System.Action)
Verse.LongEventHandler/<>c:<UpdateCurrentAsynchronousEvent>b__27_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 ()

SOYUZ: Created _transformationCache
UnityEngine.StackTraceUtility:ExtractStackTrace ()
Verse.Log:Message (string)
Soyuz.ContextualExtensions:Initialize ()
System.Reflection.MonoMethod:Invoke (object,System.Reflection.BindingFlags,System.Reflection.Binder,object[],System.Globalization.CultureInfo)
System.Reflection.MethodBase:Invoke (object,object[])
RocketMan.FunctionsUtility/<>c__DisplayClass1_0`1<RocketMan.Main/OnInitialization>:<GetActions>b__3 ()
RocketMan.RocketMod:.ctor (Verse.ModContentPack)
System.Reflection.MonoCMethod:InternalInvoke (object,object[])
System.Reflection.MonoCMethod:DoInvoke (object,System.Reflection.BindingFlags,System.Reflection.Binder,object[],System.Globalization.CultureInfo)
System.Reflection.MonoCMethod:Invoke (System.Reflection.BindingFlags,System.Reflection.Binder,object[],System.Globalization.CultureInfo)
System.RuntimeType:CreateInstanceImpl (System.Reflection.BindingFlags,System.Reflection.Binder,object[],System.Globalization.CultureInfo,object[],System.Threading.StackCrawlMark&)
System.Activator:CreateInstance (System.Type,System.Reflection.BindingFlags,System.Reflection.Binder,object[],System.Globalization.CultureInfo,object[])
System.Activator:CreateInstance (System.Type,object[])
Verse.LoadedModManager:CreateModClasses ()
Verse.LoadedModManager:LoadAllActiveMods ()
Verse.PlayDataLoader:DoPlayLoad ()
Verse.PlayDataLoader:LoadAllPlayData (bool)
Verse.Root/<>c:<Start>b__6_1 ()
Verse.LongEventHandler:RunEventFromAnotherThread (System.Action)
Verse.LongEventHandler/<>c:<UpdateCurrentAsynchronousEvent>b__27_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 ()

LWM Deep Storage: activated compatibility patch for Sparkling Worlds
UnityEngine.StackTraceUtility:ExtractStackTrace ()
Verse.Log:Message (string)
LWM.DeepStorage.PatchMessage:ApplyWorker (System.Xml.XmlDocument)
Verse.PatchOperation:Apply (System.Xml.XmlDocument)
Verse.PatchOperationSequence:ApplyWorker (System.Xml.XmlDocument)
Verse.PatchOperation:Apply (System.Xml.XmlDocument)
Verse.PatchOperationFindMod:ApplyWorker (System.Xml.XmlDocument)
Verse.PatchOperation:Apply (System.Xml.XmlDocument)
Verse.LoadedModManager:ApplyPatches (System.Xml.XmlDocument,System.Collections.Generic.Dictionary`2<System.Xml.XmlNode, Verse.LoadableXmlAsset>)
Verse.LoadedModManager:LoadAllActiveMods ()
Verse.PlayDataLoader:DoPlayLoad ()
Verse.PlayDataLoader:LoadAllPlayData (bool)
Verse.Root/<>c:<Start>b__6_1 ()
Verse.LongEventHandler:RunEventFromAnotherThread (System.Action)
Verse.LongEventHandler/<>c:<UpdateCurrentAsynchronousEvent>b__27_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 ()

LWM Deep Storage: activated compatibility patch for Vanilla Cooking Expanded
UnityEngine.StackTraceUtility:ExtractStackTrace ()
Verse.Log:Message (string)
LWM.DeepStorage.PatchMessage:ApplyWorker (System.Xml.XmlDocument)
Verse.PatchOperation:Apply (System.Xml.XmlDocument)
Verse.PatchOperationSequence:ApplyWorker (System.Xml.XmlDocument)
Verse.PatchOperation:Apply (System.Xml.XmlDocument)
Verse.PatchOperationFindMod:ApplyWorker (System.Xml.XmlDocument)
Verse.PatchOperation:Apply (System.Xml.XmlDocument)
Verse.LoadedModManager:ApplyPatches (System.Xml.XmlDocument,System.Collections.Generic.Dictionary`2<System.Xml.XmlNode, Verse.LoadableXmlAsset>)
Verse.LoadedModManager:LoadAllActiveMods ()
Verse.PlayDataLoader:DoPlayLoad ()
Verse.PlayDataLoader:LoadAllPlayData (bool)
Verse.Root/<>c:<Start>b__6_1 ()
Verse.LongEventHandler:RunEventFromAnotherThread (System.Action)
Verse.LongEventHandler/<>c:<UpdateCurrentAsynchronousEvent>b__27_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 ()

[BnC] Minimum age for spawning kids: 10
UnityEngine.StackTraceUtility:ExtractStackTrace ()
Verse.Log:Message (string)
BabiesAndChildren.CLog:Message (string)
BabiesAndChildren.HumanPatchConditional:ApplyWorker (System.Xml.XmlDocument)
Verse.PatchOperation:Apply (System.Xml.XmlDocument)
Verse.LoadedModManager:ApplyPatches (System.Xml.XmlDocument,System.Collections.Generic.Dictionary`2<System.Xml.XmlNode, Verse.LoadableXmlAsset>)
Verse.LoadedModManager:LoadAllActiveMods ()
Verse.PlayDataLoader:DoPlayLoad ()
Verse.PlayDataLoader:LoadAllPlayData (bool)
Verse.Root/<>c:<Start>b__6_1 ()
Verse.LongEventHandler:RunEventFromAnotherThread (System.Action)
Verse.LongEventHandler/<>c:<UpdateCurrentAsynchronousEvent>b__27_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 ()

[BnC] Rarer children is active. (<14 yo)
UnityEngine.StackTraceUtility:ExtractStackTrace ()
Verse.Log:Message (string)
BabiesAndChildren.CLog:Message (string)
BabiesAndChildren.HumanPatchConditional:ApplyWorker (System.Xml.XmlDocument)
Verse.PatchOperation:Apply (System.Xml.XmlDocument)
Verse.LoadedModManager:ApplyPatches (System.Xml.XmlDocument,System.Collections.Generic.Dictionary`2<System.Xml.XmlNode, Verse.LoadableXmlAsset>)
Verse.LoadedModManager:LoadAllActiveMods ()
Verse.PlayDataLoader:DoPlayLoad ()
Verse.PlayDataLoader:LoadAllPlayData (bool)
Verse.Root/<>c:<Start>b__6_1 ()
Verse.LongEventHandler:RunEventFromAnotherThread (System.Action)
Verse.LongEventHandler/<>c:<UpdateCurrentAsynchronousEvent>b__27_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 ()

BodyDef VFEV_Odin has BodyPartRecord of MechanicalThorax whose children have more or equal coverage than 100% (100.60%)
UnityEngine.StackTraceUtility:ExtractStackTrace ()
Verse.Log:Warning (string)
Verse.BodyDef/<ConfigErrors>d__12:MoveNext ()
Verse.DefDatabase`1<Verse.BodyDef>:ErrorCheckAllDefs ()
System.Reflection.MonoMethod:Invoke (object,System.Reflection.BindingFlags,System.Reflection.Binder,object[],System.Globalization.CultureInfo)
System.Reflection.MethodBase:Invoke (object,object[])
Verse.GenGeneric:InvokeStaticMethodOnGenericType (System.Type,System.Type,string)
Verse.PlayDataLoader:DoPlayLoad ()
Verse.PlayDataLoader:LoadAllPlayData (bool)
Verse.Root/<>c:<Start>b__6_1 ()
Verse.LongEventHandler:RunEventFromAnotherThread (System.Action)
Verse.LongEventHandler/<>c:<UpdateCurrentAsynchronousEvent>b__27_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 ()

Key binding conflict: MainTab_MedicalTab and Misc7 are both bound to M.
UnityEngine.StackTraceUtility:ExtractStackTrace ()
Verse.Log:Warning (string)
Verse.KeyPrefsData:ErrorCheckOn (Verse.KeyBindingDef,Verse.KeyPrefs/BindingSlot)
Verse.KeyPrefsData:ErrorCheck ()
Verse.KeyPrefs:Init ()
Verse.PlayDataLoader:DoPlayLoad ()
Verse.PlayDataLoader:LoadAllPlayData (bool)
Verse.Root/<>c:<Start>b__6_1 ()
Verse.LongEventHandler:RunEventFromAnotherThread (System.Action)
Verse.LongEventHandler/<>c:<UpdateCurrentAsynchronousEvent>b__27_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 ()

Key binding conflict: Misc7 and MainTab_MedicalTab are both bound to M.
UnityEngine.StackTraceUtility:ExtractStackTrace ()
Verse.Log:Warning (string)
Verse.KeyPrefsData:ErrorCheckOn (Verse.KeyBindingDef,Verse.KeyPrefs/BindingSlot)
Verse.KeyPrefsData:ErrorCheck ()
Verse.KeyPrefs:Init ()
Verse.PlayDataLoader:DoPlayLoad ()
Verse.PlayDataLoader:LoadAllPlayData (bool)
Verse.Root/<>c:<Start>b__6_1 ()
Verse.LongEventHandler:RunEventFromAnotherThread (System.Action)
Verse.LongEventHandler/<>c:<UpdateCurrentAsynchronousEvent>b__27_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 ()

Translation data for language English has 3 errors. Generate translation report for more info.
UnityEngine.StackTraceUtility:ExtractStackTrace ()
Verse.Log:Warning (string)
Verse.LoadedLanguage:InjectIntoData_AfterImpliedDefs ()
Verse.PlayDataLoader/<>c:<DoPlayLoad>b__4_1 ()
Verse.LongEventHandler:ExecuteToExecuteWhenFinished ()
Verse.LongEventHandler:UpdateCurrentAsynchronousEvent ()
Verse.LongEventHandler:LongEventsUpdate (bool&)
(wrapper dynamic-method) Verse.Root:Verse.Root.Update_Patch1 (Verse.Root)
Verse.Root_Entry:Update ()

[SRTS Expanded] Compatibility with Save our Ship 2 and Combat Extended are temporarily disabled at the moment. SoS2 compatibility will happen soon(ish), CE compatibility will not.
UnityEngine.StackTraceUtility:ExtractStackTrace ()
Verse.Log:Warning (string)
SRTS.InitializeDefProperties:ModCompatibilityInitialized ()
SRTS.InitializeDefProperties:.cctor ()
System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle)
(wrapper dynamic-method) Verse.StaticConstructorOnStartupUtility:Verse.StaticConstructorOnStartupUtility.CallAll_Patch1 ()
Verse.PlayDataLoader/<>c:<DoPlayLoad>b__4_3 ()
Verse.LongEventHandler:ExecuteToExecuteWhenFinished ()
Verse.LongEventHandler:UpdateCurrentAsynchronousEvent ()
Verse.LongEventHandler:LongEventsUpdate (bool&)
(wrapper dynamic-method) Verse.Root:Verse.Root.Update_Patch1 (Verse.Root)
Verse.Root_Entry:Update ()

[CM_Semi_Random_Research] - patching to conditionally hide normal start research button.
UnityEngine.StackTraceUtility:ExtractStackTrace ()
Verse.Log:Message (string)
CM_Semi_Random_Research.MainTabWindow_Research_Patches/MainTabWindow_Research_DrawLeftRect/<Transpiler>d__0:MoveNext ()
System.Collections.Generic.List`1<HarmonyLib.CodeInstruction>:.ctor (System.Collections.Generic.IEnumerable`1<HarmonyLib.CodeInstruction>)
System.Linq.Enumerable:ToList<HarmonyLib.CodeInstruction> (System.Collections.Generic.IEnumerable`1<HarmonyLib.CodeInstruction>)
HarmonyLib.CodeTranspiler:ConvertToGeneralInstructions (System.Reflection.MethodInfo,System.Collections.IEnumerable,System.Collections.Generic.Dictionary`2<object, System.Collections.Generic.Dictionary`2<string, object>>&)
HarmonyLib.CodeTranspiler/<>c__DisplayClass12_0:<GetResult>b__0 (System.Reflection.MethodInfo)
System.Collections.Generic.List`1<System.Reflection.MethodInfo>:ForEach (System.Action`1<System.Reflection.MethodInfo>)
HarmonyLib.CodeTranspiler:GetResult (System.Reflection.Emit.ILGenerator,System.Reflection.MethodBase)
HarmonyLib.MethodBodyReader:FinalizeILCodes (HarmonyLib.Emitter,System.Collections.Generic.List`1<System.Reflection.MethodInfo>,System.Collections.Generic.List`1<System.Reflection.Emit.Label>,bool&)
HarmonyLib.MethodCopier:Finalize (HarmonyLib.Emitter,System.Collections.Generic.List`1<System.Reflection.Emit.Label>,bool&)
HarmonyLib.MethodPatcher:CreateReplacement (System.Collections.Generic.Dictionary`2<int, HarmonyLib.CodeInstruction>&)
HarmonyLib.PatchFunctions:UpdateWrapper (System.Reflection.MethodBase,HarmonyLib.PatchInfo)
HarmonyLib.PatchProcessor:Patch ()
HarmonyLib.Harmony:Patch (System.Reflection.MethodBase,HarmonyLib.HarmonyMethod,HarmonyLib.HarmonyMethod,HarmonyLib.HarmonyMethod,HarmonyLib.HarmonyMethod)
SRTS.StartUp:.cctor ()
System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle)
(wrapper dynamic-method) Verse.StaticConstructorOnStartupUtility:Verse.StaticConstructorOnStartupUtility.CallAll_Patch1 ()
Verse.PlayDataLoader/<>c:<DoPlayLoad>b__4_3 ()
Verse.LongEventHandler:ExecuteToExecuteWhenFinished ()
Verse.LongEventHandler:UpdateCurrentAsynchronousEvent ()
Verse.LongEventHandler:LongEventsUpdate (bool&)
(wrapper dynamic-method) Verse.Root:Verse.Root.Update_Patch1 (Verse.Root)
Verse.Root_Entry:Update ()

Alien race successfully completed 180 patches with harmony.
UnityEngine.StackTraceUtility:ExtractStackTrace ()
Verse.Log:Message (string)
AlienRace.HarmonyPatches:.cctor ()
System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle)
(wrapper dynamic-method) Verse.StaticConstructorOnStartupUtility:Verse.StaticConstructorOnStartupUtility.CallAll_Patch1 ()
Verse.PlayDataLoader/<>c:<DoPlayLoad>b__4_3 ()
Verse.LongEventHandler:ExecuteToExecuteWhenFinished ()
Verse.LongEventHandler:UpdateCurrentAsynchronousEvent ()
Verse.LongEventHandler:LongEventsUpdate (bool&)
(wrapper dynamic-method) Verse.Root:Verse.Root.Update_Patch1 (Verse.Root)
Verse.Root_Entry:Update ()

[ShowDrafteesWeapon] Initialized
UnityEngine.StackTraceUtility:ExtractStackTrace ()
Verse.Log:Message (string)
Verse.Log:Message (string,bool)
ShowDrafteesWeapon.Logger:LogMessage (string)
ShowDrafteesWeapon.Main:.cctor ()
System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle)
(wrapper dynamic-method) Verse.StaticConstructorOnStartupUtility:Verse.StaticConstructorOnStartupUtility.CallAll_Patch1 ()
Verse.PlayDataLoader/<>c:<DoPlayLoad>b__4_3 ()
Verse.LongEventHandler:ExecuteToExecuteWhenFinished ()
Verse.LongEventHandler:UpdateCurrentAsynchronousEvent ()
Verse.LongEventHandler:LongEventsUpdate (bool&)
(wrapper dynamic-method) Verse.Root:Verse.Root.Update_Patch1 (Verse.Root)
Verse.Root_Entry:Update ()

<color=orange>[CSG]</color> Symbols Creator Started.
UnityEngine.StackTraceUtility:ExtractStackTrace ()
Verse.Log:Message (string)
KCSG.SymbolDefsCreator:Run ()
KCSG.SymbolDefsCreator:.cctor ()
System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle)
(wrapper dynamic-method) Verse.StaticConstructorOnStartupUtility:Verse.StaticConstructorOnStartupUtility.CallAll_Patch1 ()
Verse.PlayDataLoader/<>c:<DoPlayLoad>b__4_3 ()
Verse.LongEventHandler:ExecuteToExecuteWhenFinished ()
Verse.LongEventHandler:UpdateCurrentAsynchronousEvent ()
Verse.LongEventHandler:LongEventsUpdate (bool&)
(wrapper dynamic-method) Verse.Root:Verse.Root.Update_Patch1 (Verse.Root)
Verse.Root_Entry:Update ()

<color=orange>[CSG]</color> Created 17733 symbolDefs for 4 mods. Took 00.03s.
UnityEngine.StackTraceUtility:ExtractStackTrace ()
Verse.Log:Message (string)
KCSG.SymbolDefsCreator:Run ()
KCSG.SymbolDefsCreator:.cctor ()
System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle)
(wrapper dynamic-method) Verse.StaticConstructorOnStartupUtility:Verse.StaticConstructorOnStartupUtility.CallAll_Patch1 ()
Verse.PlayDataLoader/<>c:<DoPlayLoad>b__4_3 ()
Verse.LongEventHandler:ExecuteToExecuteWhenFinished ()
Verse.LongEventHandler:UpdateCurrentAsynchronousEvent ()
Verse.LongEventHandler:LongEventsUpdate (bool&)
(wrapper dynamic-method) Verse.Root:Verse.Root.Update_Patch1 (Verse.Root)
Verse.Root_Entry:Update ()

PickUpAndHaul v0.1.3.2⅔ welcomes you to RimWorld with pointless logspam.
UnityEngine.StackTraceUtility:ExtractStackTrace ()
Verse.Log:Message (string)
PickUpAndHaul.HarmonyPatches:.cctor ()
System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle)
(wrapper dynamic-method) Verse.StaticConstructorOnStartupUtility:Verse.StaticConstructorOnStartupUtility.CallAll_Patch1 ()
Verse.PlayDataLoader/<>c:<DoPlayLoad>b__4_3 ()
Verse.LongEventHandler:ExecuteToExecuteWhenFinished ()
Verse.LongEventHandler:UpdateCurrentAsynchronousEvent ()
Verse.LongEventHandler:LongEventsUpdate (bool&)
(wrapper dynamic-method) Verse.Root:Verse.Root.Update_Patch1 (Verse.Root)
Verse.Root_Entry:Update ()

Medical Tab :: Adding RJW_Fertility to the list of required capacities for RJW_Fertility.
UnityEngine.StackTraceUtility:ExtractStackTrace ()
Verse.Log:Message (string)
Fluffy.CapacityUtility:.cctor ()
System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle)
(wrapper dynamic-method) Verse.StaticConstructorOnStartupUtility:Verse.StaticConstructorOnStartupUtility.CallAll_Patch1 ()
Verse.PlayDataLoader/<>c:<DoPlayLoad>b__4_3 ()
Verse.LongEventHandler:ExecuteToExecuteWhenFinished ()
Verse.LongEventHandler:UpdateCurrentAsynchronousEvent ()
Verse.LongEventHandler:LongEventsUpdate (bool&)
(wrapper dynamic-method) Verse.Root:Verse.Root.Update_Patch1 (Verse.Root)
Verse.Root_Entry:Update ()

Medical Tab :: Tag Tongue is not associated with any pawnCapacity. This may be intentional. For modders; if the tag defName contains the capacity defName the two will be linked.
UnityEngine.StackTraceUtility:ExtractStackTrace ()
Verse.Log:Warning (string)
Fluffy.CapacityUtility:.cctor ()
System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle)
(wrapper dynamic-method) Verse.StaticConstructorOnStartupUtility:Verse.StaticConstructorOnStartupUtility.CallAll_Patch1 ()
Verse.PlayDataLoader/<>c:<DoPlayLoad>b__4_3 ()
Verse.LongEventHandler:ExecuteToExecuteWhenFinished ()
Verse.LongEventHandler:UpdateCurrentAsynchronousEvent ()
Verse.LongEventHandler:LongEventsUpdate (bool&)
(wrapper dynamic-method) Verse.Root:Verse.Root.Update_Patch1 (Verse.Root)
Verse.Root_Entry:Update ()

[Map Designer for 1.3] Initializing.... 
UnityEngine.StackTraceUtility:ExtractStackTrace ()
Verse.Log:Message (string)
MapDesigner.Patches.HarmonyPatches/MapDesigner:.cctor ()
System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle)
(wrapper dynamic-method) Verse.StaticConstructorOnStartupUtility:Verse.StaticConstructorOnStartupUtility.CallAll_Patch1 ()
Verse.PlayDataLoader/<>c:<DoPlayLoad>b__4_3 ()
Verse.LongEventHandler:ExecuteToExecuteWhenFinished ()
Verse.LongEventHandler:UpdateCurrentAsynchronousEvent ()
Verse.LongEventHandler:LongEventsUpdate (bool&)
(wrapper dynamic-method) Verse.Root:Verse.Root.Update_Patch1 (Verse.Root)
Verse.Root_Entry:Update ()

Found Map Reroll
UnityEngine.StackTraceUtility:ExtractStackTrace ()
Verse.Log:Message (string)
MapDesigner.Patches.HarmonyPatches/MapDesigner:.cctor ()
System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle)
(wrapper dynamic-method) Verse.StaticConstructorOnStartupUtility:Verse.StaticConstructorOnStartupUtility.CallAll_Patch1 ()
Verse.PlayDataLoader/<>c:<DoPlayLoad>b__4_3 ()
Verse.LongEventHandler:ExecuteToExecuteWhenFinished ()
Verse.LongEventHandler:UpdateCurrentAsynchronousEvent ()
Verse.LongEventHandler:LongEventsUpdate (bool&)
(wrapper dynamic-method) Verse.Root:Verse.Root.Update_Patch1 (Verse.Root)
Verse.Root_Entry:Update ()

[Map Designer] Finding biomes...
UnityEngine.StackTraceUtility:ExtractStackTrace ()
Verse.Log:Message (string)
MapDesigner.HelperMethods:InitBiomeDefaults ()
MapDesigner.Patches.HarmonyPatches/MapDesigner:.cctor ()
System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle)
(wrapper dynamic-method) Verse.StaticConstructorOnStartupUtility:Verse.StaticConstructorOnStartupUtility.CallAll_Patch1 ()
Verse.PlayDataLoader/<>c:<DoPlayLoad>b__4_3 ()
Verse.LongEventHandler:ExecuteToExecuteWhenFinished ()
Verse.LongEventHandler:UpdateCurrentAsynchronousEvent ()
Verse.LongEventHandler:LongEventsUpdate (bool&)
(wrapper dynamic-method) Verse.Root:Verse.Root.Update_Patch1 (Verse.Root)
Verse.Root_Entry:Update ()

[Map Designer] Applying settings
UnityEngine.StackTraceUtility:ExtractStackTrace ()
Verse.Log:Message (string)
MapDesigner.HelperMethods:ApplyBiomeSettings ()
MapDesigner.Patches.HarmonyPatches/MapDesigner:.cctor ()
System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle)
(wrapper dynamic-method) Verse.StaticConstructorOnStartupUtility:Verse.StaticConstructorOnStartupUtility.CallAll_Patch1 ()
Verse.PlayDataLoader/<>c:<DoPlayLoad>b__4_3 ()
Verse.LongEventHandler:ExecuteToExecuteWhenFinished ()
Verse.LongEventHandler:UpdateCurrentAsynchronousEvent ()
Verse.LongEventHandler:LongEventsUpdate (bool&)
(wrapper dynamic-method) Verse.Root:Verse.Root.Update_Patch1 (Verse.Root)
Verse.Root_Entry:Update ()

[Map Designer] Terrain settings: fertility: 200 | Water 200
UnityEngine.StackTraceUtility:ExtractStackTrace ()
Verse.Log:Message (string)
MapDesigner.HelperMethods:ApplyBiomeSettings ()
MapDesigner.Patches.HarmonyPatches/MapDesigner:.cctor ()
System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle)
(wrapper dynamic-method) Verse.StaticConstructorOnStartupUtility:Verse.StaticConstructorOnStartupUtility.CallAll_Patch1 ()
Verse.PlayDataLoader/<>c:<DoPlayLoad>b__4_3 ()
Verse.LongEventHandler:ExecuteToExecuteWhenFinished ()
Verse.LongEventHandler:UpdateCurrentAsynchronousEvent ()
Verse.LongEventHandler:LongEventsUpdate (bool&)
(wrapper dynamic-method) Verse.Root:Verse.Root.Update_Patch1 (Verse.Root)
Verse.Root_Entry:Update ()

[BnC] Humanoid Alien Races 2.0 is active. Enabling Alien children support.
UnityEngine.StackTraceUtility:ExtractStackTrace ()
Verse.Log:Message (string)
BabiesAndChildren.CLog:Message (string)
BabiesAndChildren.Initializer:.cctor ()
System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle)
(wrapper dynamic-method) Verse.StaticConstructorOnStartupUtility:Verse.StaticConstructorOnStartupUtility.CallAll_Patch1 ()
Verse.PlayDataLoader/<>c:<DoPlayLoad>b__4_3 ()
Verse.LongEventHandler:ExecuteToExecuteWhenFinished ()
Verse.LongEventHandler:UpdateCurrentAsynchronousEvent ()
Verse.LongEventHandler:LongEventsUpdate (bool&)
(wrapper dynamic-method) Verse.Root:Verse.Root.Update_Patch1 (Verse.Root)
Verse.Root_Entry:Update ()

[BnC] RJW is active.
UnityEngine.StackTraceUtility:ExtractStackTrace ()
Verse.Log:Message (string)
BabiesAndChildren.CLog:Message (string)
BabiesAndChildren.Initializer:.cctor ()
System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle)
(wrapper dynamic-method) Verse.StaticConstructorOnStartupUtility:Verse.StaticConstructorOnStartupUtility.CallAll_Patch1 ()
Verse.PlayDataLoader/<>c:<DoPlayLoad>b__4_3 ()
Verse.LongEventHandler:ExecuteToExecuteWhenFinished ()
Verse.LongEventHandler:UpdateCurrentAsynchronousEvent ()
Verse.LongEventHandler:LongEventsUpdate (bool&)
(wrapper dynamic-method) Verse.Root:Verse.Root.Update_Patch1 (Verse.Root)
Verse.Root_Entry:Update ()

[BnC] Patching Facial Animation
UnityEngine.StackTraceUtility:ExtractStackTrace ()
Verse.Log:Message (string)
BabiesAndChildren.CLog:Message (string)
BabiesAndChildren.Initializer:.cctor ()
System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle)
(wrapper dynamic-method) Verse.StaticConstructorOnStartupUtility:Verse.StaticConstructorOnStartupUtility.CallAll_Patch1 ()
Verse.PlayDataLoader/<>c:<DoPlayLoad>b__4_3 ()
Verse.LongEventHandler:ExecuteToExecuteWhenFinished ()
Verse.LongEventHandler:UpdateCurrentAsynchronousEvent ()
Verse.LongEventHandler:LongEventsUpdate (bool&)
(wrapper dynamic-method) Verse.Root:Verse.Root.Update_Patch1 (Verse.Root)
Verse.Root_Entry:Update ()

[BnC] Patching [KV] Show Hair
UnityEngine.StackTraceUtility:ExtractStackTrace ()
Verse.Log:Message (string)
BabiesAndChildren.CLog:Message (string)
BabiesAndChildren.Initializer:.cctor ()
System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle)
(wrapper dynamic-method) Verse.StaticConstructorOnStartupUtility:Verse.StaticConstructorOnStartupUtility.CallAll_Patch1 ()
Verse.PlayDataLoader/<>c:<DoPlayLoad>b__4_3 ()
Verse.LongEventHandler:ExecuteToExecuteWhenFinished ()
Verse.LongEventHandler:UpdateCurrentAsynchronousEvent ()
Verse.LongEventHandler:LongEventsUpdate (bool&)
(wrapper dynamic-method) Verse.Root:Verse.Root.Update_Patch1 (Verse.Root)
Verse.Root_Entry:Update ()

[OpenTheWindows] Landscape beautification mod detected! Integrating...
UnityEngine.StackTraceUtility:ExtractStackTrace ()
Verse.Log:Message (string)
OpenTheWindows.HarmonyPatcher:.cctor ()
System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle)
(wrapper dynamic-method) Verse.StaticConstructorOnStartupUtility:Verse.StaticConstructorOnStartupUtility.CallAll_Patch1 ()
Verse.PlayDataLoader/<>c:<DoPlayLoad>b__4_3 ()
Verse.LongEventHandler:ExecuteToExecuteWhenFinished ()
Verse.LongEventHandler:UpdateCurrentAsynchronousEvent ()
Verse.LongEventHandler:LongEventsUpdate (bool&)
(wrapper dynamic-method) Verse.Root:Verse.Root.Update_Patch1 (Verse.Root)
Verse.Root_Entry:Update ()

[Area Inclusion&Exclusion] harmony patched
UnityEngine.StackTraceUtility:ExtractStackTrace ()
Verse.Log:Message (string)
AreaInclusionExclusion.HarmonyPatches:.cctor ()
System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle)
(wrapper dynamic-method) Verse.StaticConstructorOnStartupUtility:Verse.StaticConstructorOnStartupUtility.CallAll_Patch1 ()
Verse.PlayDataLoader/<>c:<DoPlayLoad>b__4_3 ()
Verse.LongEventHandler:ExecuteToExecuteWhenFinished ()
Verse.LongEventHandler:UpdateCurrentAsynchronousEvent ()
Verse.LongEventHandler:LongEventsUpdate (bool&)
(wrapper dynamic-method) Verse.Root:Verse.Root.Update_Patch1 (Verse.Root)
Verse.Root_Entry:Update ()

AdjustableTradeShips Harmony Patches:
  Prefix:
    Game.InitNewGame
  Postfix:
    Storyteller.Notify_DefChanged
UnityEngine.StackTraceUtility:ExtractStackTrace ()
Verse.Log:Message (string)
AdjustableTradeShips.Main:.cctor ()
System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle)
(wrapper dynamic-method) Verse.StaticConstructorOnStartupUtility:Verse.StaticConstructorOnStartupUtility.CallAll_Patch1 ()
Verse.PlayDataLoader/<>c:<DoPlayLoad>b__4_3 ()
Verse.LongEventHandler:ExecuteToExecuteWhenFinished ()
Verse.LongEventHandler:UpdateCurrentAsynchronousEvent ()
Verse.LongEventHandler:LongEventsUpdate (bool&)
(wrapper dynamic-method) Verse.Root:Verse.Root.Update_Patch1 (Verse.Root)
Verse.Root_Entry:Update ()

Subsurface Conduit: v1.3.7864.23466
UnityEngine.StackTraceUtility:ExtractStackTrace ()
Verse.Log:Message (string)
MUR_SubsurfaceConduit.SubsurfaceConduitStartUp:.cctor ()
System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle)
(wrapper dynamic-method) Verse.StaticConstructorOnStartupUtility:Verse.StaticConstructorOnStartupUtility.CallAll_Patch1 ()
Verse.PlayDataLoader/<>c:<DoPlayLoad>b__4_3 ()
Verse.LongEventHandler:ExecuteToExecuteWhenFinished ()
Verse.LongEventHandler:UpdateCurrentAsynchronousEvent ()
Verse.LongEventHandler:LongEventsUpdate (bool&)
(wrapper dynamic-method) Verse.Root:Verse.Root.Update_Patch1 (Verse.Root)
Verse.Root_Entry:Update ()

Type Page_CreateWorldParams_Patch probably needs a StaticConstructorOnStartup attribute, because it has a field GeneratePreview of type Texture2D. All assets must be loaded in the main thread.
UnityEngine.StackTraceUtility:ExtractStackTrace ()
Verse.Log:Warning (string)
Verse.StaticConstructorOnStartupUtility:ReportProbablyMissingAttributes ()
Verse.PlayDataLoader/<>c:<DoPlayLoad>b__4_3 ()
Verse.LongEventHandler:ExecuteToExecuteWhenFinished ()
Verse.LongEventHandler:UpdateCurrentAsynchronousEvent ()
Verse.LongEventHandler:LongEventsUpdate (bool&)
(wrapper dynamic-method) Verse.Root:Verse.Root.Update_Patch1 (Verse.Root)
Verse.Root_Entry:Update ()

Type TexTab probably needs a StaticConstructorOnStartup attribute, because it has a field Settings of type Texture2D. All assets must be loaded in the main thread.
UnityEngine.StackTraceUtility:ExtractStackTrace ()
Verse.Log:Warning (string)
Verse.StaticConstructorOnStartupUtility:ReportProbablyMissingAttributes ()
Verse.PlayDataLoader/<>c:<DoPlayLoad>b__4_3 ()
Verse.LongEventHandler:ExecuteToExecuteWhenFinished ()
Verse.LongEventHandler:UpdateCurrentAsynchronousEvent ()
Verse.LongEventHandler:LongEventsUpdate (bool&)
(wrapper dynamic-method) Verse.Root:Verse.Root.Update_Patch1 (Verse.Root)
Verse.Root_Entry:Update ()

[CM_Semi_Random_Research] - patching to conditionally hide normal start research button.
UnityEngine.StackTraceUtility:ExtractStackTrace ()
Verse.Log:Message (string)
CM_Semi_Random_Research.MainTabWindow_Research_Patches/MainTabWindow_Research_DrawLeftRect/<Transpiler>d__0:MoveNext ()
System.Collections.Generic.List`1<HarmonyLib.CodeInstruction>:.ctor (System.Collections.Generic.IEnumerable`1<HarmonyLib.CodeInstruction>)
System.Linq.Enumerable:ToList<HarmonyLib.CodeInstruction> (System.Collections.Generic.IEnumerable`1<HarmonyLib.CodeInstruction>)
HarmonyLib.CodeTranspiler:ConvertToGeneralInstructions (System.Reflection.MethodInfo,System.Collections.IEnumerable,System.Collections.Generic.Dictionary`2<object, System.Collections.Generic.Dictionary`2<string, object>>&)
HarmonyLib.CodeTranspiler/<>c__DisplayClass12_0:<GetResult>b__0 (System.Reflection.MethodInfo)
System.Collections.Generic.List`1<System.Reflection.MethodInfo>:ForEach (System.Action`1<System.Reflection.MethodInfo>)
HarmonyLib.CodeTranspiler:GetResult (System.Reflection.Emit.ILGenerator,System.Reflection.MethodBase)
HarmonyLib.MethodBodyReader:FinalizeILCodes (HarmonyLib.Emitter,System.Collections.Generic.List`1<System.Reflection.MethodInfo>,System.Collections.Generic.List`1<System.Reflection.Emit.Label>,bool&)
HarmonyLib.MethodCopier:Finalize (HarmonyLib.Emitter,System.Collections.Generic.List`1<System.Reflection.Emit.Label>,bool&)
HarmonyLib.MethodCopier:GetInstructions (System.Reflection.Emit.ILGenerator,System.Reflection.MethodBase,int)
HarmonyLib.PatchProcessor:GetCurrentInstructions (System.Reflection.MethodBase,int,System.Reflection.Emit.ILGenerator)
PerformanceOptimizer.Optimization_FasterGetCompReplacement:ParseMethod (System.Reflection.MethodInfo)
PerformanceOptimizer.Optimization_FasterGetCompReplacement:ParseEverything ()
PerformanceOptimizer.Optimization_FasterGetCompReplacement/<>c__DisplayClass27_0:<DoPatchesAsync>b__0 ()
System.Threading.Tasks.Task:InnerInvoke ()
System.Threading.Tasks.Task:Execute ()
System.Threading.Tasks.Task:ExecutionContextCallback (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.Tasks.Task:ExecuteWithThreadLocal (System.Threading.Tasks.Task&)
System.Threading.Tasks.Task:ExecuteEntry (bool)
System.Threading.Tasks.Task:System.Threading.IThreadPoolWorkItem.ExecuteWorkItem ()
System.Threading.ThreadPoolWorkQueue:Dispatch ()
System.Threading._ThreadPoolWaitCallback:PerformWaitCallback ()

[Merthsoft.DesignatorShapes] Patches on methods annotated as Obsolete were detected by HugsLib: RimWorld.GenConstruct.PlaceBlueprintForBuild
UnityEngine.StackTraceUtility:ExtractStackTrace ()
Verse.Log:Warning (string)
HugsLib.Utils.HarmonyUtility:LogObsoleteMethodPatchErrors ()
HugsLib.Utils.HarmonyUtility:LogHarmonyPatchIssueErrors ()
Verse.LongEventHandler:ExecuteToExecuteWhenFinished ()
Verse.LongEventHandler:UpdateCurrentAsynchronousEvent ()
Verse.LongEventHandler:LongEventsUpdate (bool&)
(wrapper dynamic-method) Verse.Root:Verse.Root.Update_Patch1 (Verse.Root)
Verse.Root_Entry:Update ()

Transpiled 1618 methods, it took: 5.55655
UnityEngine.StackTraceUtility:ExtractStackTrace ()
Verse.Log:Message (string)
PerformanceOptimizer.Optimization_FasterGetCompReplacement/<DoPatchesAsync>d__27:MoveNext ()
System.Runtime.CompilerServices.AsyncMethodBuilderCore/MoveNextRunner:InvokeMoveNext (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.Runtime.CompilerServices.AsyncMethodBuilderCore/MoveNextRunner:Run ()
System.Threading.Tasks.SynchronizationContextAwaitTaskContinuation/<>c:<.cctor>b__7_0 (object)
UnityEngine.UnitySynchronizationContext/WorkRequest:Invoke ()
UnityEngine.UnitySynchronizationContext:Exec ()
UnityEngine.UnitySynchronizationContext:ExecuteTasks ()

CharacterEditor v1.3.842 initializing...
UnityEngine.StackTraceUtility:ExtractStackTrace ()
Verse.Log:Message (string)
CharacterEditor.CEditor:.ctor ()
CharacterEditor.CEditor:OnMainMenuInit ()
(wrapper dynamic-method) RimWorld.MainMenuDrawer:RimWorld.MainMenuDrawer.Init_Patch1 ()
Verse.UIRoot_Entry:Init ()
Verse.Root:<Start>b__6_0 ()
Verse.LongEventHandler:UpdateCurrentSynchronousEvent (bool&)
Verse.LongEventHandler:LongEventsUpdate (bool&)
(wrapper dynamic-method) Verse.Root:Verse.Root.Update_Patch1 (Verse.Root)
Verse.Root_Entry:Update ()

updating labels for english...
UnityEngine.StackTraceUtility:ExtractStackTrace ()
Verse.Log:Message (string)
CharacterEditor.Label:UpdateLabels ()
CharacterEditor.CEditor/ModOptions:ReInit ()
CharacterEditor.CEditor/ModOptions:.ctor ()
CharacterEditor.CEditor/ModData:CreateType (CharacterEditor.EType)
CharacterEditor.CEditor/ModData:Get<CharacterEditor.CEditor/ModOptions> (CharacterEditor.EType)
CharacterEditor.CEditor/ModData:.ctor ()
CharacterEditor.CEditor:.ctor ()
CharacterEditor.CEditor:OnMainMenuInit ()
(wrapper dynamic-method) RimWorld.MainMenuDrawer:RimWorld.MainMenuDrawer.Init_Patch1 ()
Verse.UIRoot_Entry:Init ()
Verse.Root:<Start>b__6_0 ()
Verse.LongEventHandler:UpdateCurrentSynchronousEvent (bool&)
Verse.LongEventHandler:LongEventsUpdate (bool&)
(wrapper dynamic-method) Verse.Root:Verse.Root.Update_Patch1 (Verse.Root)
Verse.Root_Entry:Update ()

loading/updating slots...
UnityEngine.StackTraceUtility:ExtractStackTrace ()
Verse.Log:Message (string)
CharacterEditor.CEditor/ModOptions:UpdateNumSlots ()
CharacterEditor.CEditor/ModOptions:ReInit ()
CharacterEditor.CEditor/ModOptions:.ctor ()
CharacterEditor.CEditor/ModData:CreateType (CharacterEditor.EType)
CharacterEditor.CEditor/ModData:Get<CharacterEditor.CEditor/ModOptions> (CharacterEditor.EType)
CharacterEditor.CEditor/ModData:.ctor ()
CharacterEditor.CEditor:.ctor ()
CharacterEditor.CEditor:OnMainMenuInit ()
(wrapper dynamic-method) RimWorld.MainMenuDrawer:RimWorld.MainMenuDrawer.Init_Patch1 ()
Verse.UIRoot_Entry:Init ()
Verse.Root:<Start>b__6_0 ()
Verse.LongEventHandler:UpdateCurrentSynchronousEvent (bool&)
Verse.LongEventHandler:LongEventsUpdate (bool&)
(wrapper dynamic-method) Verse.Root:Verse.Root.Update_Patch1 (Verse.Root)
Verse.Root_Entry:Update ()

loading/updating customs...
UnityEngine.StackTraceUtility:ExtractStackTrace ()
Verse.Log:Message (string)
CharacterEditor.CEditor/ModOptions:UpdatingCustoms ()
CharacterEditor.CEditor/ModOptions:ReInit ()
CharacterEditor.CEditor/ModOptions:.ctor ()
CharacterEditor.CEditor/ModData:CreateType (CharacterEditor.EType)
CharacterEditor.CEditor/ModData:Get<CharacterEditor.CEditor/ModOptions> (CharacterEditor.EType)
CharacterEditor.CEditor/ModData:.ctor ()
CharacterEditor.CEditor:.ctor ()
CharacterEditor.CEditor:OnMainMenuInit ()
(wrapper dynamic-method) RimWorld.MainMenuDrawer:RimWorld.MainMenuDrawer.Init_Patch1 ()
Verse.UIRoot_Entry:Init ()
Verse.Root:<Start>b__6_0 ()
Verse.LongEventHandler:UpdateCurrentSynchronousEvent (bool&)
Verse.LongEventHandler:LongEventsUpdate (bool&)
(wrapper dynamic-method) Verse.Root:Verse.Root.Update_Patch1 (Verse.Root)
Verse.Root_Entry:Update ()

instance created
UnityEngine.StackTraceUtility:ExtractStackTrace ()
Verse.Log:Message (string)
CharacterEditor.CEditor:.ctor ()
CharacterEditor.CEditor:OnMainMenuInit ()
(wrapper dynamic-method) RimWorld.MainMenuDrawer:RimWorld.MainMenuDrawer.Init_Patch1 ()
Verse.UIRoot_Entry:Init ()
Verse.Root:<Start>b__6_0 ()
Verse.LongEventHandler:UpdateCurrentSynchronousEvent (bool&)
Verse.LongEventHandler:LongEventsUpdate (bool&)
(wrapper dynamic-method) Verse.Root:Verse.Root.Update_Patch1 (Verse.Root)
Verse.Root_Entry:Update ()

allowing apparel to be colorable...
UnityEngine.StackTraceUtility:ExtractStackTrace ()
Verse.Log:Message (string)
CharacterEditor.ApparelTool:AllowApparelToBeColorable ()
CharacterEditor.CEditor:OnMainMenuInit ()
(wrapper dynamic-method) RimWorld.MainMenuDrawer:RimWorld.MainMenuDrawer.Init_Patch1 ()
Verse.UIRoot_Entry:Init ()
Verse.Root:<Start>b__6_0 ()
Verse.LongEventHandler:UpdateCurrentSynchronousEvent (bool&)
Verse.LongEventHandler:LongEventsUpdate (bool&)
(wrapper dynamic-method) Verse.Root:Verse.Root.Update_Patch1 (Verse.Root)
Verse.Root_Entry:Update ()

checking editor settings...
UnityEngine.StackTraceUtility:ExtractStackTrace ()
Verse.Log:Message (string)
CharacterEditor.CEditor/ModData:OnSettingsChanged (bool,bool)
CharacterEditor.CEditor:OnSettingsChanged (bool,bool)
CharacterEditor.CEditor:OnMainMenuInit ()
(wrapper dynamic-method) RimWorld.MainMenuDrawer:RimWorld.MainMenuDrawer.Init_Patch1 ()
Verse.UIRoot_Entry:Init ()
Verse.Root:<Start>b__6_0 ()
Verse.LongEventHandler:UpdateCurrentSynchronousEvent (bool&)
Verse.LongEventHandler:LongEventsUpdate (bool&)
(wrapper dynamic-method) Verse.Root:Verse.Root.Update_Patch1 (Verse.Root)
Verse.Root_Entry:Update ()

CharacterEditor v1.3.842 ...done
UnityEngine.StackTraceUtility:ExtractStackTrace ()
Verse.Log:Message (string)
CharacterEditor.CEditor:OnMainMenuInit ()
(wrapper dynamic-method) RimWorld.MainMenuDrawer:RimWorld.MainMenuDrawer.Init_Patch1 ()
Verse.UIRoot_Entry:Init ()
Verse.Root:<Start>b__6_0 ()
Verse.LongEventHandler:UpdateCurrentSynchronousEvent (bool&)
Verse.LongEventHandler:LongEventsUpdate (bool&)
(wrapper dynamic-method) Verse.Root:Verse.Root.Update_Patch1 (Verse.Root)
Verse.Root_Entry:Update ()

[ModMetaDataCleaner] Removed 86 Metadata and cleaned 153 PreviewImage.
Removed: Children, school and learning, Smarter Deconstruction and Mining, Biomes! Islands, Orassans Lite, RimForge - Only Power Poles, More Archotech Garbage Reupload, Eccentric Tech - Cosmetic Modifications 2.0, Rim War, ReGrowth: Wastelands, ReGrowth: Core and Framework, ReGrowth: Desert Expansion, Simple Utilities: Fridge, Smart Farming, Clean Pathfinding, Medical System Expansion 2, Quality Bionics, Vanilla Missing Bionics, Ultratech: Altered Carbon Remastered, Pocket Sand, Eccentric Tech - Core, [sd] Bridges (Continued), More Archotech Implants, Slave Recreation, Intentional Proselytism, Custom Year and Speed, Lost Technology 2, The Vehicle Framework, [KV] Change Dresser, Healing Rituals, More Psycasts, Erin's Au Ra, WorldEdit 2.0, Vanilla Textures Expanded - Variations, Bun Race, Pawnkind Race Diversification, Faction Customizer, Dynamic Diplomacy, Erin's Miqo'te, Impassable Chest-deep Water, More Faction Interaction (Continued), Manly addon for Facial Animation, Vanilla Weapons Expanded - Makeshift, Pupil addon for Facial Animation, Girly addon for Facial Animation, Travel through water, Vanilla Ideology Expanded - Splits and Schisms, Invisible Walls and Doors, Hospitality, Macros, More Vanilla Biomes, [SR]Raid Extension, Metals Trader, Biomes! Core, EdB Prepare Carefully, Nano Repair Tech, The Drow Race Continued, Sparkling Worlds Addon - Mech Serum Crafting - Standalone Addon, More Sculpture, Beast Man Tribes, Facial Animation Astoriel Patch, Facial Animation Orassans Patch, Harvest Organs Post Mortem, One bed to sleep with all, Prepare Landing, Animal Variety Coats, JecsTools, Vanilla Weapons Expanded - Non-Lethal, Vanilla Storytellers Expanded - Neron Neolithic, Vanilla Plants Expanded - Auto Plow Patch, Vanilla Storytellers Expanded - Diego Industrial, Astoriel Legacy, Wall Light, [1.3] Moisture Pump: Get Rich! (DrAiN tHe SwAmP!), Fortifications - Medieval, Prisoner Harvesting, [WD] Fast Moisture Pumps, Vanilla Weapons Expanded - Grenades, Vanilla Plants Expanded - Succulents, More Android Backstories, Fortifications - Neolithic, Defensive Positions, Removable Mt.Rock Roof Patche, Androids, Concrete Walls, RT Fuse, Expanded Prosthetics and Organ Engineering
Cleaned: [KV] Show Hair With Hats or Hide All Hats, Pharmacist, Replace Stuff, Humanoid Alien Races, Centralized Climate Control (Continued), [NL] Facial Animation - WIP, Vanilla Expanded Framework, Vanilla Factions Expanded - Mechanoids, Vanilla Factions Expanded - Medieval, Medical Tab, Vanilla Plants Expanded, Pick Up And Haul, Babies and Children [1.3], [O21] Extended Hair, [NL] Facial Animation - Experimentals, Area Inclusion & Exclusion, Simple Utilities: Ceiling, Vanilla Plants Expanded - More Plants, Rimefeller, Dubs Rimatomics, Camera+, SRTS Expanded, [ELIF] SRTS - Helicopters, Vanilla Armour Expanded, [KV] RimFridge, Room Food, Xeva's Rimhair, Vanilla Factions Expanded - Insectoids, Windows, Wanted: A facial anim. Extension, uselesshair, Vee face for Facial Animation, Ben Lubar's Vanilla Expanded Patches, Vanilla Factions Expanded - Pirates, Death Acidifier Removal Continued [1.1+], Useless clothes, Beautiful Outdoors, Performance Optimizer, Ben Lubar presents: Vanilla Books Expanded Expanded, Vanilla Factions Expanded - Ancients, Harmony, Expanded Prosthetics and Organ Engineering, Combat Readiness Check (Continued), [FSF] Complex Jobs, RimTraits - General Traits, Vanilla Outposts Expanded, RimTraits - Medieval Talents, Vanilla Events Expanded, Map Designer, Vanilla Storytellers Expanded - Perry Persistent, [CZK] Sex Matters, 1-2-3 Personalities, Vanilla Ideology Expanded - Memes and Structures, Romance On The Rim, Erin's Body Retexture, Vanilla Ideology Expanded - Icons and Symbols, RimTraits - Vanilla Trait Colors, [FSF] Better Ancient Complex Loot, My Little Planet, Designator Shapes, Armor Racks, Death Rattle Continued [1.2+], RocketMan - Performance Mod, Vanilla Cooking Expanded - Stews, Vanilla Social Interactions Expanded, Vanilla Fishing Expanded, Vanilla Factions Expanded - Vikings, Polyamory Beds (Vanilla Edition), Semi Random Research, Vanilla Furniture Expanded - Architect, Eccentric Extras - Angel Hairs, VFEArchitect Addon and Patches, White only, Map Reroll, Custom Pawn Generation, ReGrowth: Expanded World Generation - BETA, Vanilla Embrasures, Vanilla Weapons Expanded - Laser, [XND] Visible Pants, Subsurface Conduit, VCE - Carnivore/Vegetarian Meals Patch, Character Editor, Vanilla Expanded - Royalty Patches, Vanilla Traits Expanded, Vanilla Books Expanded, [JDS] Simple Storage, Vanilla Apparel Expanded, Self Dyeing, Introducing Slavery, Vanilla Furniture Expanded, Vanilla Furniture Expanded - Spacer Module, SF More Steel from Slag, Vanilla Furniture Expanded - Power, Vanilla Weapons Expanded - Tribal, RuntimeGC [1.3], Vanilla Ideology Expanded - Relics and Artifacts, Realistic Rooms Rewritten, No Slave Rebellions, Vanilla Ideology Expanded - Hats and Rags, [KV] Faction Control, Interaction Bubbles, Begone, Message!, [KV] Adjustable Trade Ships, Traders Have Money, Dubs Performance Analyzer, Nals Facial Animation for HAR, Erin's Hairstyles - Redux, Go Explore!, Vanilla Weapons Expanded - Frontier, Vanilla Furniture Expanded - Props and Decor, Vanilla Apparel Expanded — Accessories, Gloomy Hair mk2, [KV] More Trait Slots, Vanilla Cooking Expanded, Roppoi hair, [SS]Lovely Hair Style, Lolidrop's hairshop, Vanilla Weapons Expanded, Vanilla Factions Expanded - Settlers, Rimsenal - Rimhair, Jewelry, AFU女士发型_Women's hairstyles, LWM's Deep Storage, Vanilla Weapons Expanded - Coilguns, Vanilla Weapons Expanded - Quickdraw, Vanilla Furniture Expanded - Art, Vanilla Weapons Expanded - Heavy Weapons, Quarry, Vanilla Furniture Expanded - Security, Vanilla Furniture Expanded - Production, Search and Destroy, More Vanilla Turrets 1.1+, Sparkling Worlds - Full Mod, DE Surgeries, Vanilla Hair Expanded, AFU男士发型_Men's hairstyles, ETRT: Power Usage Tweaks, More Harvest Designators!, Ameiro anime hairs, HugsLib, Reasonable Components, Show Draftees Weapon, Vanilla Furniture Expanded - Medical Module, Tilled Soil, RT Solar Flare Shield, Won hair_women , Won hair_men, [JDS] Simple Storage - Refrigeration, Set Owner for Prisoner Beds, RimJobWorld, Royalty, Ideology, Core
UnityEngine.StackTraceUtility:ExtractStackTrace ()
Verse.Log:Message (string)
Toolbox.ModMetaDataCleaner:CleanModMetaData ()
Verse.LongEventHandler:UpdateCurrentSynchronousEvent (bool&)
Verse.LongEventHandler:LongEventsUpdate (bool&)
(wrapper dynamic-method) Verse.Root:Verse.Root.Update_Patch1 (Verse.Root)
Verse.Root_Entry:Update ()

[RuntimeGC] Detour completed: MuteGC
UnityEngine.StackTraceUtility:ExtractStackTrace ()
Verse.Log:Message (string)
Mute.Launcher/<>c__DisplayClass3_0:<Launch>b__0 ()
Verse.LongEventHandler:UpdateCurrentSynchronousEvent (bool&)
Verse.LongEventHandler:LongEventsUpdate (bool&)
(wrapper dynamic-method) Verse.Root:Verse.Root.Update_Patch1 (Verse.Root)
Verse.Root_Entry:Update ()

ROCKETMAN: RocketMan settings are stored in <color=red>C:\Users\Wesley\AppData\LocalLow\Ludeon Studios\RimWorld by Ludeon Studios\RocketMan\Mod_2479389928_RocketMod.xml</color>
UnityEngine.StackTraceUtility:ExtractStackTrace ()
Verse.Log:Message (string)
RocketMan.Main:DefsLoaded ()
RocketMan.RocketMod/<>c:<.ctor>b__3_0 ()
Verse.LongEventHandler:UpdateCurrentSynchronousEvent (bool&)
Verse.LongEventHandler:LongEventsUpdate (bool&)
(wrapper dynamic-method) Verse.Root:Verse.Root.Update_Patch1 (Verse.Root)
Verse.Root_Entry:Update ()

ROCKETMAN: Defs loaded!
UnityEngine.StackTraceUtility:ExtractStackTrace ()
Verse.Log:Message (string)
RocketMan.Main:DefsLoaded ()
RocketMan.RocketMod/<>c:<.ctor>b__3_0 ()
Verse.LongEventHandler:UpdateCurrentSynchronousEvent (bool&)
Verse.LongEventHandler:LongEventsUpdate (bool&)
(wrapper dynamic-method) Verse.Root:Verse.Root.Update_Patch1 (Verse.Root)
Verse.Root_Entry:Update ()

ROCKETMAN: Patched KeyBinder!
UnityEngine.StackTraceUtility:ExtractStackTrace ()
Verse.Log:Message (string)
RocketMan.KeyBinder:Start ()
System.Reflection.MonoMethod:Invoke (object,System.Reflection.BindingFlags,System.Reflection.Binder,object[],System.Globalization.CultureInfo)
System.Reflection.MethodBase:Invoke (object,object[])
RocketMan.FunctionsUtility/<>c__DisplayClass1_0`1<RocketMan.Main/OnDefsLoaded>:<GetActions>b__3 ()
RocketMan.Main:DefsLoaded ()
RocketMan.RocketMod/<>c:<.ctor>b__3_0 ()
Verse.LongEventHandler:UpdateCurrentSynchronousEvent (bool&)
Verse.LongEventHandler:LongEventsUpdate (bool&)
(wrapper dynamic-method) Verse.Root:Verse.Root.Update_Patch1 (Verse.Root)
Verse.Root_Entry:Update ()

PROTON: Analyzer patched!
UnityEngine.StackTraceUtility:ExtractStackTrace ()
Verse.Log:Warning (string)
Proton.Analyzer_H_AlertsReadoutUpdate_Patch/<Transpiler>d__2:MoveNext ()
System.Collections.Generic.List`1<HarmonyLib.CodeInstruction>:.ctor (System.Collections.Generic.IEnumerable`1<HarmonyLib.CodeInstruction>)
System.Linq.Enumerable:ToList<HarmonyLib.CodeInstruction> (System.Collections.Generic.IEnumerable`1<HarmonyLib.CodeInstruction>)
HarmonyLib.CodeTranspiler:GetResult (System.Reflection.Emit.ILGenerator,System.Reflection.MethodBase)
HarmonyLib.MethodBodyReader:FinalizeILCodes (HarmonyLib.Emitter,System.Collections.Generic.List`1<System.Reflection.MethodInfo>,System.Collections.Generic.List`1<System.Reflection.Emit.Label>,bool&)
HarmonyLib.MethodCopier:Finalize (HarmonyLib.Emitter,System.Collections.Generic.List`1<System.Reflection.Emit.Label>,bool&)
HarmonyLib.MethodPatcher:CreateReplacement (System.Collections.Generic.Dictionary`2<int, HarmonyLib.CodeInstruction>&)
HarmonyLib.PatchFunctions:UpdateWrapper (System.Reflection.MethodBase,HarmonyLib.PatchInfo)
HarmonyLib.PatchProcessor:Patch ()
HarmonyLib.Harmony:Patch (System.Reflection.MethodBase,HarmonyLib.HarmonyMethod,HarmonyLib.HarmonyMethod,HarmonyLib.HarmonyMethod,HarmonyLib.HarmonyMethod)
Proton.Analyzer_H_AlertsReadoutUpdate_Patch:Patch ()
System.Reflection.MonoMethod:Invoke (object,System.Reflection.BindingFlags,System.Reflection.Binder,object[],System.Globalization.CultureInfo)
System.Reflection.MethodBase:Invoke (object,object[])
RocketMan.FunctionsUtility/<>c__DisplayClass1_0`1<RocketMan.Main/OnDefsLoaded>:<GetActions>b__3 ()
RocketMan.Main:DefsLoaded ()
RocketMan.RocketMod/<>c:<.ctor>b__3_0 ()
Verse.LongEventHandler:UpdateCurrentSynchronousEvent (bool&)
Verse.LongEventHandler:LongEventsUpdate (bool&)
(wrapper dynamic-method) Verse.Root:Verse.Root.Update_Patch1 (Verse.Root)
Verse.Root_Entry:Update ()

PROTON: Patching finished
UnityEngine.StackTraceUtility:ExtractStackTrace ()
Verse.Log:Message (string)
Proton.ProtonPatcher:PatchAll ()
System.Reflection.MonoMethod:Invoke (object,System.Reflection.BindingFlags,System.Reflection.Binder,object[],System.Globalization.CultureInfo)
System.Reflection.MethodBase:Invoke (object,object[])
RocketMan.FunctionsUtility/<>c__DisplayClass1_0`1<RocketMan.Main/OnDefsLoaded>:<GetActions>b__3 ()
RocketMan.Main:DefsLoaded ()
RocketMan.RocketMod/<>c:<.ctor>b__3_0 ()
Verse.LongEventHandler:UpdateCurrentSynchronousEvent (bool&)
Verse.LongEventHandler:LongEventsUpdate (bool&)
(wrapper dynamic-method) Verse.Root:Verse.Root.Update_Patch1 (Verse.Root)
Verse.Root_Entry:Update ()

SOYUZ: Patching finished
UnityEngine.StackTraceUtility:ExtractStackTrace ()
Verse.Log:Message (string)
Soyuz.SoyuzPatcher:PatchAll ()
System.Reflection.MonoMethod:Invoke (object,System.Reflection.BindingFlags,System.Reflection.Binder,object[],System.Globalization.CultureInfo)
System.Reflection.MethodBase:Invoke (object,object[])
RocketMan.FunctionsUtility/<>c__DisplayClass1_0`1<RocketMan.Main/OnDefsLoaded>:<GetActions>b__3 ()
RocketMan.Main:DefsLoaded ()
RocketMan.RocketMod/<>c:<.ctor>b__3_0 ()
Verse.LongEventHandler:UpdateCurrentSynchronousEvent (bool&)
Verse.LongEventHandler:LongEventsUpdate (bool&)
(wrapper dynamic-method) Verse.Root:Verse.Root.Update_Patch1 (Verse.Root)
Verse.Root_Entry:Update ()

ROCKETMAN: XMLParser started
UnityEngine.StackTraceUtility:ExtractStackTrace ()
Verse.Log:Message (string)
RocketMan.XMLParser:ParseXML ()
RocketMan.Main:DefsLoaded ()
RocketMan.RocketMod/<>c:<.ctor>b__3_0 ()
Verse.LongEventHandler:UpdateCurrentSynchronousEvent (bool&)
Verse.LongEventHandler:LongEventsUpdate (bool&)
(wrapper dynamic-method) Verse.Root:Verse.Root.Update_Patch1 (Verse.Root)
Verse.Root_Entry:Update ()

ROCKETRULES: IgnoreMeRule for OskarPotocki.VFE.Mechanoid
UnityEngine.StackTraceUtility:ExtractStackTrace ()
Verse.Log:Message (string)
RocketMan.IgnoreMeDatabase:AddPackageId (string)
RocketMan.XMLParser:ProcessRocketRuleData (System.Xml.XmlElement)
RocketMan.XMLParser:ParseXML ()
RocketMan.Main:DefsLoaded ()
RocketMan.RocketMod/<>c:<.ctor>b__3_0 ()
Verse.LongEventHandler:UpdateCurrentSynchronousEvent (bool&)
Verse.LongEventHandler:LongEventsUpdate (bool&)
(wrapper dynamic-method) Verse.Root:Verse.Root.Update_Patch1 (Verse.Root)
Verse.Root_Entry:Update ()

ROCKETRULES: IgnoreMeRule for Alaestor.MiscRobots.PlusPlus
UnityEngine.StackTraceUtility:ExtractStackTrace ()
Verse.Log:Message (string)
RocketMan.IgnoreMeDatabase:AddPackageId (string)
RocketMan.XMLParser:ProcessRocketRuleData (System.Xml.XmlElement)
RocketMan.XMLParser:ParseXML ()
RocketMan.Main:DefsLoaded ()
RocketMan.RocketMod/<>c:<.ctor>b__3_0 ()
Verse.LongEventHandler:UpdateCurrentSynchronousEvent (bool&)
Verse.LongEventHandler:LongEventsUpdate (bool&)
(wrapper dynamic-method) Verse.Root:Verse.Root.Update_Patch1 (Verse.Root)
Verse.Root_Entry:Update ()

ROCKETRULES: IgnoreMeRule for Haplo.Miscellaneous.Robots
UnityEngine.StackTraceUtility:ExtractStackTrace ()
Verse.Log:Message (string)
RocketMan.IgnoreMeDatabase:AddPackageId (string)
RocketMan.XMLParser:ProcessRocketRuleData (System.Xml.XmlElement)
RocketMan.XMLParser:ParseXML ()
RocketMan.Main:DefsLoaded ()
RocketMan.RocketMod/<>c:<.ctor>b__3_0 ()
Verse.LongEventHandler:UpdateCurrentSynchronousEvent (bool&)
Verse.LongEventHandler:LongEventsUpdate (bool&)
(wrapper dynamic-method) Verse.Root:Verse.Root.Update_Patch1 (Verse.Root)
Verse.Root_Entry:Update ()

ROCKETRULES: IgnoreMeRule for ChJees.Androids
UnityEngine.StackTraceUtility:ExtractStackTrace ()
Verse.Log:Message (string)
RocketMan.IgnoreMeDatabase:AddPackageId (string)
RocketMan.XMLParser:ProcessRocketRuleData (System.Xml.XmlElement)
RocketMan.XMLParser:ParseXML ()
RocketMan.Main:DefsLoaded ()
RocketMan.RocketMod/<>c:<.ctor>b__3_0 ()
Verse.LongEventHandler:UpdateCurrentSynchronousEvent (bool&)
Verse.LongEventHandler:LongEventsUpdate (bool&)
(wrapper dynamic-method) Verse.Root:Verse.Root.Update_Patch1 (Verse.Root)
Verse.Root_Entry:Update ()

ROCKETRULES: IgnoreMeRule for automatic.autocleaner
UnityEngine.StackTraceUtility:ExtractStackTrace ()
Verse.Log:Message (string)
RocketMan.IgnoreMeDatabase:AddPackageId (string)
RocketMan.XMLParser:ProcessRocketRuleData (System.Xml.XmlElement)
RocketMan.XMLParser:ParseXML ()
RocketMan.Main:DefsLoaded ()
RocketMan.RocketMod/<>c:<.ctor>b__3_0 ()
Verse.LongEventHandler:UpdateCurrentSynchronousEvent (bool&)
Verse.LongEventHandler:LongEventsUpdate (bool&)
(wrapper dynamic-method) Verse.Root:Verse.Root.Update_Patch1 (Verse.Root)
Verse.Root_Entry:Update ()

ROCKETRULES: IgnoreMeRule for neronix17.mechadroids
UnityEngine.StackTraceUtility:ExtractStackTrace ()
Verse.Log:Message (string)
RocketMan.IgnoreMeDatabase:AddPackageId (string)
RocketMan.XMLParser:ProcessRocketRuleData (System.Xml.XmlElement)
RocketMan.XMLParser:ParseXML ()
RocketMan.Main:DefsLoaded ()
RocketMan.RocketMod/<>c:<.ctor>b__3_0 ()
Verse.LongEventHandler:UpdateCurrentSynchronousEvent (bool&)
Verse.LongEventHandler:LongEventsUpdate (bool&)
(wrapper dynamic-method) Verse.Root:Verse.Root.Update_Patch1 (Verse.Root)
Verse.Root_Entry:Update ()

ROCKETRULES: IgnoreMeRule for neronix17.outerrim.galaxies
UnityEngine.StackTraceUtility:ExtractStackTrace ()
Verse.Log:Message (string)
RocketMan.IgnoreMeDatabase:AddPackageId (string)
RocketMan.XMLParser:ProcessRocketRuleData (System.Xml.XmlElement)
RocketMan.XMLParser:ParseXML ()
RocketMan.Main:DefsLoaded ()
RocketMan.RocketMod/<>c:<.ctor>b__3_0 ()
Verse.LongEventHandler:UpdateCurrentSynchronousEvent (bool&)
Verse.LongEventHandler:LongEventsUpdate (bool&)
(wrapper dynamic-method) Verse.Root:Verse.Root.Update_Patch1 (Verse.Root)
Verse.Root_Entry:Update ()

ROCKETRULES: IgnoreMeRule for spdskatr.projectrimfactory.drones
UnityEngine.StackTraceUtility:ExtractStackTrace ()
Verse.Log:Message (string)
RocketMan.IgnoreMeDatabase:AddPackageId (string)
RocketMan.XMLParser:ProcessRocketRuleData (System.Xml.XmlElement)
RocketMan.XMLParser:ParseXML ()
RocketMan.Main:DefsLoaded ()
RocketMan.RocketMod/<>c:<.ctor>b__3_0 ()
Verse.LongEventHandler:UpdateCurrentSynchronousEvent (bool&)
Verse.LongEventHandler:LongEventsUpdate (bool&)
(wrapper dynamic-method) Verse.Root:Verse.Root.Update_Patch1 (Verse.Root)
Verse.Root_Entry:Update ()

ROCKETRULES: IgnoreMeRule for spdskatr.projectrimfactory.legacy
UnityEngine.StackTraceUtility:ExtractStackTrace ()
Verse.Log:Message (string)
RocketMan.IgnoreMeDatabase:AddPackageId (string)
RocketMan.XMLParser:ProcessRocketRuleData (System.Xml.XmlElement)
RocketMan.XMLParser:ParseXML ()
RocketMan.Main:DefsLoaded ()
RocketMan.RocketMod/<>c:<.ctor>b__3_0 ()
Verse.LongEventHandler:UpdateCurrentSynchronousEvent (bool&)
Verse.LongEventHandler:LongEventsUpdate (bool&)
(wrapper dynamic-method) Verse.Root:Verse.Root.Update_Patch1 (Verse.Root)
Verse.Root_Entry:Update ()

ROCKETRULES: IgnoreMeRule for spdskatr.projectrimfactory
UnityEngine.StackTraceUtility:ExtractStackTrace ()
Verse.Log:Message (string)
RocketMan.IgnoreMeDatabase:AddPackageId (string)
RocketMan.XMLParser:ProcessRocketRuleData (System.Xml.XmlElement)
RocketMan.XMLParser:ParseXML ()
RocketMan.Main:DefsLoaded ()
RocketMan.RocketMod/<>c:<.ctor>b__3_0 ()
Verse.LongEventHandler:UpdateCurrentSynchronousEvent (bool&)
Verse.LongEventHandler:LongEventsUpdate (bool&)
(wrapper dynamic-method) Verse.Root:Verse.Root.Update_Patch1 (Verse.Root)
Verse.Root_Entry:Update ()

[0.001021 seconds] ROCKETMAN: <color=red>IgnoreMe report</color>
ROCKETRULES: IgnoreMe add def by name: VFE_Mech_AdvancedCentipede
ROCKETRULES: IgnoreMe add def by name: VFE_Mech_AdvancedLancer
ROCKETRULES: IgnoreMe add def by name: VFE_Mech_AdvancedKnight
ROCKETRULES: IgnoreMe add def by name: VFE_Mech_AdvancedInquisitor
ROCKETRULES: IgnoreMe add def by name: VFE_Mech_AdvancedScyther
ROCKETRULES: IgnoreMe add def by name: VFE_Mech_AdvancedPikeman
ROCKETRULES: IgnoreMe add def by name: VFE_Mech_AdvancedCarpenter
ROCKETRULES: IgnoreMe add def by name: VFE_Mech_AdvTermite
ROCKETRULES: IgnoreMe add def by name: VFE_Mechanoids_Autocleaner
ROCKETRULES: IgnoreMe add def by name: VFE_Mechanoids_Autohauler
ROCKETRULES: IgnoreMe add def by name: VFE_Mechanoids_Autominer
ROCKETRULES: IgnoreMe add def by name: VFE_Mechanoids_Combat
ROCKETRULES: IgnoreMe add def by name: VFE_Mechanoids_Riot
ROCKETRULES: IgnoreMe add def by name: VFE_Mechanoids_Turret
ROCKETRULES: IgnoreMe add def by name: VFE_Mechanoids_Autostrider
ROCKETRULES: IgnoreMe add def by name: VFE_Mechanoids_AutoMedic
ROCKETRULES: IgnoreMe add def by name: VFE_Mechanoids_Raider
ROCKETRULES: IgnoreMe add def by name: VFE_Mechanoids_Pyro
ROCKETRULES: IgnoreMe add def by name: VFE_Mechanoids_Autobroadcaster
ROCKETRULES: IgnoreMe add def by name: VFE_Mech_Centipede
ROCKETRULES: IgnoreMe add def by name: VFE_Mech_Lancer
ROCKETRULES: IgnoreMe add def by name: VFE_Mech_Knight
ROCKETRULES: IgnoreMe add def by name: VFE_Mech_Inquisitor
ROCKETRULES: IgnoreMe add def by name: VFE_Mech_Scyther
ROCKETRULES: IgnoreMe add def by name: VFE_Mech_Pikeman
ROCKETRULES: IgnoreMe add def by name: VFE_Mech_Carpenter
ROCKETRULES: IgnoreMe add def by name: VFE_Mech_Termite
UnityEngine.StackTraceUtility:ExtractStackTrace ()
Verse.Log:Message (string)
RocketMan.IgnoreMeDatabase:ParsePrepare ()
RocketMan.Main:DefsLoaded ()
RocketMan.RocketMod/<>c:<.ctor>b__3_0 ()
Verse.LongEventHandler:UpdateCurrentSynchronousEvent (bool&)
Verse.LongEventHandler:LongEventsUpdate (bool&)
(wrapper dynamic-method) Verse.Root:Verse.Root.Update_Patch1 (Verse.Root)
Verse.Root_Entry:Update ()

ROCKETMAN: Hijacking ([REFLECTED] RimWorld.StatWorker:GetValue, [DECLARING] RimWorld.StatWorker:GetValue, [ISSTATIC] False, [ISPUBLIC] False, [ISVIRTUAL] StatWorker, [ABSTRACT] False)
UnityEngine.StackTraceUtility:ExtractStackTrace ()
Verse.Log:Message (string)
RocketMan.Optimizations.StatWorker_Patch:Transpiler (System.Collections.Generic.IEnumerable`1<HarmonyLib.CodeInstruction>,System.Reflection.MethodBase)
System.Reflection.MonoMethod:Invoke (object,System.Reflection.BindingFlags,System.Reflection.Binder,object[],System.Globalization.CultureInfo)
System.Reflection.MethodBase:Invoke (object,object[])
HarmonyLib.CodeTranspiler/<>c__DisplayClass12_0:<GetResult>b__0 (System.Reflection.MethodInfo)
System.Collections.Generic.List`1<System.Reflection.MethodInfo>:ForEach (System.Action`1<System.Reflection.MethodInfo>)
HarmonyLib.CodeTranspiler:GetResult (System.Reflection.Emit.ILGenerator,System.Reflection.MethodBase)
HarmonyLib.MethodBodyReader:FinalizeILCodes (HarmonyLib.Emitter,System.Collections.Generic.List`1<System.Reflection.MethodInfo>,System.Collections.Generic.List`1<System.Reflection.Emit.Label>,bool&)
HarmonyLib.MethodCopier:Finalize (HarmonyLib.Emitter,System.Collections.Generic.List`1<System.Reflection.Emit.Label>,bool&)
HarmonyLib.MethodPatcher:CreateReplacement (System.Collections.Generic.Dictionary`2<int, HarmonyLib.CodeInstruction>&)
HarmonyLib.PatchFunctions:UpdateWrapper (System.Reflection.MethodBase,HarmonyLib.PatchInfo)
HarmonyLib.PatchProcessor:Patch ()
HarmonyLib.Harmony:Patch (System.Reflection.MethodBase,HarmonyLib.HarmonyMethod,HarmonyLib.HarmonyMethod,HarmonyLib.HarmonyMethod,HarmonyLib.HarmonyMethod)
RocketMan.IPatchInfo`1<RocketMan.RocketPatch>:Patch (HarmonyLib.Harmony)
RocketMan.RocketPatcher:PatchAll ()
RocketMan.Main:DefsLoaded ()
RocketMan.RocketMod/<>c:<.ctor>b__3_0 ()
Verse.LongEventHandler:UpdateCurrentSynchronousEvent (bool&)
Verse.LongEventHandler:LongEventsUpdate (bool&)
(wrapper dynamic-method) Verse.Root:Verse.Root.Update_Patch1 (Verse.Root)
Verse.Root_Entry:Update ()

[HugsLib] initializing LWM_DeepStorage, MapReroll, SearchAndDestroy, RealisticRoomsRewritten, RJW, Babies_and_Children, DeathRattle, me.lubar.VanillaBooksExpandedExpanded, me.lubar.VanillaExpandedPatches, CentralizedClimateControl
UnityEngine.StackTraceUtility:ExtractStackTrace ()
Verse.Log:Message (string)
HugsLib.Utils.ModLogger:Message (string,object[])
HugsLib.HugsLibController:EnumerateChildMods (bool)
(wrapper dynamic-method) HugsLib.HugsLibController:HugsLib.HugsLibController.LoadReloadInitialize_Patch1 (HugsLib.HugsLibController)
Verse.LongEventHandler:RunEventFromAnotherThread (System.Action)
Verse.LongEventHandler/<>c:<UpdateCurrentAsynchronousEvent>b__27_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 ()

[BnC] Adding CompProperties_Growing to races.
UnityEngine.StackTraceUtility:ExtractStackTrace ()
Verse.Log:Message (string)
BabiesAndChildren.CLog:Message (string)
BabiesAndChildren.ChildrenBase:DefsLoaded ()
HugsLib.HugsLibController:OnDefsLoaded ()
(wrapper dynamic-method) HugsLib.HugsLibController:HugsLib.HugsLibController.LoadReloadInitialize_Patch1 (HugsLib.HugsLibController)
Verse.LongEventHandler:RunEventFromAnotherThread (System.Action)
Verse.LongEventHandler/<>c:<UpdateCurrentAsynchronousEvent>b__27_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 ()

Loading game from file Hilary's Empire 4 with mods:
  - brrainz.harmony
  - Ludeon.RimWorld
  - Ludeon.RimWorld.Royalty
  - Ludeon.RimWorld.Ideology
  - smashphil.neceros.srtsexpanded
  - UnlimitedHugs.HugsLib
  - erdelf.HumanoidAlienRaces
  - automatic.prisonerbedsetowner
  - Uuugggg.RoomFood
  - rimfridge.kv.rw
  - LWM.DeepStorage
  - won.hair
  - won2.hair
  - targhetti.ShowDrafteesWeapon
  - Ameiro.Animehairs
  - JintuziLamian.Hairstyle.AFUMenshairstyles
  - UnlimitedHugs.MapReroll
  - navyseal5.MoreHarvestDesignators
  - VanillaExpanded.VHE
  - Proxyer.DESurgeries.DESurgeries
  - roolo.SearchAndDestroy
  - OskarPotocki.VanillaFactionsExpanded.Core
  - VanillaExpanded.VFEProduction
  - VanillaExpanded.VFESecurity
  - VanillaExpanded.VWE
  - VanillaExpanded.VFEArt
  - VanillaExpanded.VARME
  - JintuziLamian.Hairstyle.AFUWomenshairstyles
  - Orion.XevaRimhair
  - rimsenal.hair
  - Vanya.Agent.LolidropHairshop
  - BJIS.LovelyHairStyle
  - sakama.RoppoiHair
  - VanillaExpanded.VCookE
  - moretraitslots.kv.rw
  - Gloomy.GloomyHairMk2
  - VanillaExpanded.VAEAccessories
  - VanillaExpanded.VPlantsE
  - Meltup.BeautifulOutdoors
  - Albion.GoExplore
  - Erin.Hairredux
  - Dubwise.DubsPerformanceAnalyzer
  - neceros.tradershavemoney
  - lbmaian.begonemessage
  - Jaxe.Bubbles
  - VanillaExpanded.VFECore
  - VanillaExpanded.VIEHAR
  - KasumiTakeshi.noslaverebellions
  - neronix17.hairstyles
  - Mehni.PickUpAndHaul
  - Lucifer.RealisticRooms
  - VanillaExpanded.Ideo.RelicsAndArtifacts
  - OskarPotocki.VFE.Vikings
  - Fluffy.MedicalTab
  - VanillaExpanded.VWETB
  - zylle.MapDesigner
  - SF.More.Steel.From.Slag
  - Fluffy.Pharmacist
  - avilmask.SelfDyeing
  - VanillaExpanded.VanillaSocialInteractionsExpanded
  - VanillaExpanded.VAPPE
  - VanillaExpanded.VEE
  - JangoDsoul.SimpleStorage
  - OskarPotocki.VanillaFactionsExpanded.MedievalModule
  - VanillaExpanded.VBooksE
  - VanillaExpanded.VFEPower
  - Dubwise.Rimefeller
  - OskarPotocki.VFE.Mechanoid
  - FrozenSnowFox.ComplexJobs
  - Mlie.CombatReadinessCheck
  - VanillaExpanded.VFEArchitect
  - ReGrowth.BOTR.EWG
  - rim.job.world
  - babies.and.children.continued.13
  - VanillaExpanded.VCEF
  - Nyan.CustomPawnGeneration
  - VanillaExpanded.VanillaTraitsExpanded
  - OskarPotocki.VanillaExpanded.RoyaltyPatches
  - Troopersmith1.DeathRattle
  - void.charactereditor
  - Uuugggg.ReplaceStuff
  - showhair.kv.rw
  - Nals.FacialAnimation
  - Daemon976.FacialAnimationplus
  - XeoNovaDan.VisiblePants
  - Argon.VCEmp
  - Aelanna.EccentricExtras.AngelHairs
  - VanillaExpanded.VFESpacer
  - Anon.VanillaEmbrasures
  - hahkethomemah.simplepersonalities
  - sol.vfearchaddon
  - automatic.whiteonly
  - VanillaExpanded.VMemesE
  - CitizenKanye.SexMatters
  - Ykara.EPOE
  - VanillaExpanded.VFEA
  - VanillaExpanded.VFEPropsandDecor
  - me.lubar.VanillaBooksExpandedExpanded
  - telardo.RomanceOnTheRim
  - Owlchemist.Windows
  - VanillaExpanded.VCookEStews
  - GT.Sam.TilledSoil
  - Nals.FacialAnimationExperimentals
  - Laast.wantedfacialanim.Fr
  - Erin.Body.Texture
  - Oblitus.MyLittlePlanet
  - FrozenSnowFox.BetterAncientComplexLoot
  - Sierra.RT.GeneralTraits
  - VanillaExpanded.Ideo.IconsandSymbols
  - Merthsoft.DesignatorShapes
  - factioncontrol.kv.rw
  - trinity.RuntimeGCupdated
  - vanillaexpanded.outposts
  - VSE.PerryPersistent
  - wool.uselesshair
  - khamenman.armorracks
  - axlit.introducingSlavery
  - OskarPotocki.VFE.Insectoid
  - me.lubar.VanillaExpandedPatches
  - Lat.VeeFaceForFacialAnimation
  - Troopersmith1.DeathAcidifierRemoval
  - Ogliss.TheWhiteCrayon.Quarry
  - gguake.areaninclusionexclusion
  - VanillaExpanded.VPlantsEMore
  - JangoDsoul.SimpleStorage.Ref
  - ratys.rtsolarflareshield
  - VanillaExpanded.VFEMedical
  - twistedpacifist.ReasonableComponents
  - ETRT.PowerUsage
  - Albion.SparklingWorlds.Full
  - paradox.morevanillaturrets
  - VanillaExpanded.VWEHW
  - VanillaExpanded.VWEQ
  - VanillaExpanded.VWEC
  - kikohi.jewelry
  - OskarPotocki.VanillaFactionsExpanded.SettlersModule
  - VanillaExpanded.VWEL
  - VanillaExpanded.VWEFT
  - adjustabletradeships.kv.rw
  - Murmur.SubsurfaceConduit
  - CaptainMuscles.SemiRandomResearch
  - Meltup.PolyamoryBeds.Vanilla
  - OskarPotocki.VFE.Pirates
  - wool.UselessClothes
  - Owlchemist.CeilingUtilities
  - Mlie.CentralizedClimateControl
  - Dubwise.Rimatomics
  - brrainz.cameraplus
  - ELIF.SRTS.Helicopters
  - Sierra.RT.VanillaTraitColors
  - Sierra.RT.MedievalTalents
  - Taranchuk.PerformanceOptimizer
  - Krkr.RocketMan
UnityEngine.StackTraceUtility:ExtractStackTrace ()
Verse.Log:Message (string)
(wrapper dynamic-method) Verse.SavedGameLoaderNow:Verse.SavedGameLoaderNow.LoadGameFromSaveFileNow_Patch3 (string)
Verse.Root_Play/<>c:<Start>b__1_1 ()
Verse.LongEventHandler:RunEventFromAnotherThread (System.Action)
Verse.LongEventHandler/<>c:<UpdateCurrentAsynchronousEvent>b__27_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 ()

ROCKETMAN: <color=red>Warm up</color> started for new map!
UnityEngine.StackTraceUtility:ExtractStackTrace ()
Verse.Log:Message (string)
RocketMan.WarmUpMapComponent:Initialize ()
RocketMan.WarmUpMapComponent:.ctor (Verse.Map)
System.Reflection.MonoCMethod:InternalInvoke (object,object[])
System.Reflection.MonoCMethod:DoInvoke (object,System.Reflection.BindingFlags,System.Reflection.Binder,object[],System.Globalization.CultureInfo)
System.Reflection.MonoCMethod:Invoke (System.Reflection.BindingFlags,System.Reflection.Binder,object[],System.Globalization.CultureInfo)
System.RuntimeType:CreateInstanceImpl (System.Reflection.BindingFlags,System.Reflection.Binder,object[],System.Globalization.CultureInfo,object[],System.Threading.StackCrawlMark&)
System.Activator:CreateInstance (System.Type,System.Reflection.BindingFlags,System.Reflection.Binder,object[],System.Globalization.CultureInfo,object[])
System.Activator:CreateInstance (System.Type,object[])
(wrapper dynamic-method) Verse.Map:Verse.Map.FillComponents_Patch1 (Verse.Map)
(wrapper dynamic-method) Verse.Map:Verse.Map.ConstructComponents_Patch2 (Verse.Map)
(wrapper dynamic-method) Verse.Map:Verse.Map.ExposeData_Patch1 (Verse.Map)
Verse.ScribeExtractor:SaveableFromNode<Verse.Map> (System.Xml.XmlNode,object[])
Verse.Scribe_Collections:Look<Verse.Map> (System.Collections.Generic.List`1<Verse.Map>&,bool,string,Verse.LookMode,object[])
Verse.Scribe_Collections:Look<Verse.Map> (System.Collections.Generic.List`1<Verse.Map>&,string,Verse.LookMode,object[])
(wrapper dynamic-method) Verse.Game:Verse.Game.LoadGame_Patch1 (Verse.Game)
(wrapper dynamic-method) Verse.SavedGameLoaderNow:Verse.SavedGameLoaderNow.LoadGameFromSaveFileNow_Patch3 (string)
Verse.Root_Play/<>c:<Start>b__1_1 ()
Verse.LongEventHandler:RunEventFromAnotherThread (System.Action)
Verse.LongEventHandler/<>c:<UpdateCurrentAsynchronousEvent>b__27_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 ()

ROCKETMAN: <color=red>Warm up ABORTED!</color> for new map!
UnityEngine.StackTraceUtility:ExtractStackTrace ()
Verse.Log:Message (string)
RocketMan.WarmUpMapComponent:AbortWarmUp ()
RocketMan.WarmUpMapComponent:.ctor (Verse.Map)
System.Reflection.MonoCMethod:InternalInvoke (object,object[])
System.Reflection.MonoCMethod:DoInvoke (object,System.Reflection.BindingFlags,System.Reflection.Binder,object[],System.Globalization.CultureInfo)
System.Reflection.MonoCMethod:Invoke (System.Reflection.BindingFlags,System.Reflection.Binder,object[],System.Globalization.CultureInfo)
System.RuntimeType:CreateInstanceImpl (System.Reflection.BindingFlags,System.Reflection.Binder,object[],System.Globalization.CultureInfo,object[],System.Threading.StackCrawlMark&)
System.Activator:CreateInstance (System.Type,System.Reflection.BindingFlags,System.Reflection.Binder,object[],System.Globalization.CultureInfo,object[])
System.Activator:CreateInstance (System.Type,object[])
Verse.ScribeExtractor:SaveableFromNode<Verse.MapComponent> (System.Xml.XmlNode,object[])
Verse.Scribe_Collections:Look<Verse.MapComponent> (System.Collections.Generic.List`1<Verse.MapComponent>&,bool,string,Verse.LookMode,object[])
Verse.Scribe_Collections:Look<Verse.MapComponent> (System.Collections.Generic.List`1<Verse.MapComponent>&,string,Verse.LookMode,object[])
Verse.Map:ExposeComponents ()
(wrapper dynamic-method) Verse.Map:Verse.Map.ExposeData_Patch1 (Verse.Map)
Verse.ScribeExtractor:SaveableFromNode<Verse.Map> (System.Xml.XmlNode,object[])
Verse.Scribe_Collections:Look<Verse.Map> (System.Collections.Generic.List`1<Verse.Map>&,bool,string,Verse.LookMode,object[])
Verse.Scribe_Collections:Look<Verse.Map> (System.Collections.Generic.List`1<Verse.Map>&,string,Verse.LookMode,object[])
(wrapper dynamic-method) Verse.Game:Verse.Game.LoadGame_Patch1 (Verse.Game)
(wrapper dynamic-method) Verse.SavedGameLoaderNow:Verse.SavedGameLoaderNow.LoadGameFromSaveFileNow_Patch3 (string)
Verse.Root_Play/<>c:<Start>b__1_1 ()
Verse.LongEventHandler:RunEventFromAnotherThread (System.Action)
Verse.LongEventHandler/<>c:<UpdateCurrentAsynchronousEvent>b__27_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 ()

ROCKETMAN: <color=red>Warm up</color> started for new map!
UnityEngine.StackTraceUtility:ExtractStackTrace ()
Verse.Log:Message (string)
RocketMan.WarmUpMapComponent:Initialize ()
RocketMan.WarmUpMapComponent:.ctor (Verse.Map)
System.Reflection.MonoCMethod:InternalInvoke (object,object[])
System.Reflection.MonoCMethod:DoInvoke (object,System.Reflection.BindingFlags,System.Reflection.Binder,object[],System.Globalization.CultureInfo)
System.Reflection.MonoCMethod:Invoke (System.Reflection.BindingFlags,System.Reflection.Binder,object[],System.Globalization.CultureInfo)
System.RuntimeType:CreateInstanceImpl (System.Reflection.BindingFlags,System.Reflection.Binder,object[],System.Globalization.CultureInfo,object[],System.Threading.StackCrawlMark&)
System.Activator:CreateInstance (System.Type,System.Reflection.BindingFlags,System.Reflection.Binder,object[],System.Globalization.CultureInfo,object[])
System.Activator:CreateInstance (System.Type,object[])
Verse.ScribeExtractor:SaveableFromNode<Verse.MapComponent> (System.Xml.XmlNode,object[])
Verse.Scribe_Collections:Look<Verse.MapComponent> (System.Collections.Generic.List`1<Verse.MapComponent>&,bool,string,Verse.LookMode,object[])
Verse.Scribe_Collections:Look<Verse.MapComponent> (System.Collections.Generic.List`1<Verse.MapComponent>&,string,Verse.LookMode,object[])
Verse.Map:ExposeComponents ()
(wrapper dynamic-method) Verse.Map:Verse.Map.ExposeData_Patch1 (Verse.Map)
Verse.ScribeExtractor:SaveableFromNode<Verse.Map> (System.Xml.XmlNode,object[])
Verse.Scribe_Collections:Look<Verse.Map> (System.Collections.Generic.List`1<Verse.Map>&,bool,string,Verse.LookMode,object[])
Verse.Scribe_Collections:Look<Verse.Map> (System.Collections.Generic.List`1<Verse.Map>&,string,Verse.LookMode,object[])
(wrapper dynamic-method) Verse.Game:Verse.Game.LoadGame_Patch1 (Verse.Game)
(wrapper dynamic-method) Verse.SavedGameLoaderNow:Verse.SavedGameLoaderNow.LoadGameFromSaveFileNow_Patch3 (string)
Verse.Root_Play/<>c:<Start>b__1_1 ()
Verse.LongEventHandler:RunEventFromAnotherThread (System.Action)
Verse.LongEventHandler/<>c:<UpdateCurrentAsynchronousEvent>b__27_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 ()

Could not resolve reference to object with loadID Thing_Human801765 of type Verse.Pawn. Was it compressed away, destroyed, had no ID number, or not saved/loaded right? curParent=VanillaTraitsExpanded.TraitsManager curPathRelToParent=/madSurgeonsWithLastHarvestedTick/keys
UnityEngine.StackTraceUtility:ExtractStackTrace ()
Verse.Log:Warning (string)
Verse.LoadedObjectDirectory:ObjectWithLoadID<Verse.Pawn> (string)
Verse.CrossRefHandler:TakeResolvedRefList<Verse.Pawn> (string,Verse.IExposable)
Verse.CrossRefHandler:TakeResolvedRefList<Verse.Pawn> (string)
Verse.Scribe_Collections:Look<Verse.Pawn> (System.Collections.Generic.List`1<Verse.Pawn>&,bool,string,Verse.LookMode,object[])
Verse.Scribe_Collections:Look<Verse.Pawn> (System.Collections.Generic.List`1<Verse.Pawn>&,string,Verse.LookMode,object[])
Verse.Scribe_Collections:Look<Verse.Pawn, int> (System.Collections.Generic.Dictionary`2<Verse.Pawn, int>&,string,Verse.LookMode,Verse.LookMode,System.Collections.Generic.List`1<Verse.Pawn>&,System.Collections.Generic.List`1<int>&)
VanillaTraitsExpanded.TraitsManager:ExposeData ()
(wrapper dynamic-method) Verse.CrossRefHandler:Verse.CrossRefHandler.ResolveAllCrossReferences_Patch1 (Verse.CrossRefHandler)
Verse.ScribeLoader:FinalizeLoading ()
(wrapper dynamic-method) Verse.Game:Verse.Game.LoadGame_Patch1 (Verse.Game)
(wrapper dynamic-method) Verse.SavedGameLoaderNow:Verse.SavedGameLoaderNow.LoadGameFromSaveFileNow_Patch3 (string)
Verse.Root_Play/<>c:<Start>b__1_1 ()
Verse.LongEventHandler:RunEventFromAnotherThread (System.Action)
Verse.LongEventHandler/<>c:<UpdateCurrentAsynchronousEvent>b__27_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 ()

Null key while loading dictionary of Verse.Pawn and System.Int32. label=madSurgeonsWithLastHarvestedTick
UnityEngine.StackTraceUtility:ExtractStackTrace ()
(wrapper dynamic-method) Verse.Log:Verse.Log.Error_Patch3 (string)
Verse.Scribe_Collections:Look<Verse.Pawn, int> (System.Collections.Generic.Dictionary`2<Verse.Pawn, int>&,string,Verse.LookMode,Verse.LookMode,System.Collections.Generic.List`1<Verse.Pawn>&,System.Collections.Generic.List`1<int>&)
VanillaTraitsExpanded.TraitsManager:ExposeData ()
(wrapper dynamic-method) Verse.CrossRefHandler:Verse.CrossRefHandler.ResolveAllCrossReferences_Patch1 (Verse.CrossRefHandler)
Verse.ScribeLoader:FinalizeLoading ()
(wrapper dynamic-method) Verse.Game:Verse.Game.LoadGame_Patch1 (Verse.Game)
(wrapper dynamic-method) Verse.SavedGameLoaderNow:Verse.SavedGameLoaderNow.LoadGameFromSaveFileNow_Patch3 (string)
Verse.Root_Play/<>c:<Start>b__1_1 ()
Verse.LongEventHandler:RunEventFromAnotherThread (System.Action)
Verse.LongEventHandler/<>c:<UpdateCurrentAsynchronousEvent>b__27_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 ()

Null key while loading dictionary of Verse.Pawn and System.Int32. label=separateTick
UnityEngine.StackTraceUtility:ExtractStackTrace ()
(wrapper dynamic-method) Verse.Log:Verse.Log.Error_Patch3 (string)
Verse.Scribe_Collections:Look<Verse.Pawn, int> (System.Collections.Generic.Dictionary`2<Verse.Pawn, int>&,string,Verse.LookMode,Verse.LookMode,System.Collections.Generic.List`1<Verse.Pawn>&,System.Collections.Generic.List`1<int>&)
RomanceOnTheRim.Need_Romance:ExposeData ()
(wrapper dynamic-method) Verse.CrossRefHandler:Verse.CrossRefHandler.ResolveAllCrossReferences_Patch1 (Verse.CrossRefHandler)
Verse.ScribeLoader:FinalizeLoading ()
(wrapper dynamic-method) Verse.Game:Verse.Game.LoadGame_Patch1 (Verse.Game)
(wrapper dynamic-method) Verse.SavedGameLoaderNow:Verse.SavedGameLoaderNow.LoadGameFromSaveFileNow_Patch3 (string)
Verse.Root_Play/<>c:<Start>b__1_1 ()
Verse.LongEventHandler:RunEventFromAnotherThread (System.Action)
Verse.LongEventHandler/<>c:<UpdateCurrentAsynchronousEvent>b__27_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 ()

Orbitabl Trader On/Off Cycle applied.
UnityEngine.StackTraceUtility:ExtractStackTrace ()
Verse.Log:Message (string)
AdjustableTradeShips.StoryTellerUtil:ApplyOrbitalTrade (single,single)
AdjustableTradeShips.WorldComp:Initialize ()
AdjustableTradeShips.WorldComp:ExposeData ()
Verse.PostLoadIniter:DoAllPostLoadInits ()
Verse.ScribeLoader:FinalizeLoading ()
(wrapper dynamic-method) Verse.Game:Verse.Game.LoadGame_Patch1 (Verse.Game)
(wrapper dynamic-method) Verse.SavedGameLoaderNow:Verse.SavedGameLoaderNow.LoadGameFromSaveFileNow_Patch3 (string)
Verse.Root_Play/<>c:<Start>b__1_1 ()
Verse.LongEventHandler:RunEventFromAnotherThread (System.Action)
Verse.LongEventHandler/<>c:<UpdateCurrentAsynchronousEvent>b__27_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 ()

checking editor settings...
UnityEngine.StackTraceUtility:ExtractStackTrace ()
Verse.Log:Message (string)
CharacterEditor.CEditor/ModData:OnSettingsChanged (bool,bool)
CharacterEditor.CEditor:OnSettingsChanged (bool,bool)
CharacterEditor.CEditor:OnMapLoaded ()
(wrapper dynamic-method) Verse.Map:Verse.Map.FinalizeInit_Patch4 (Verse.Map)
Verse.Map:FinalizeLoading ()
(wrapper dynamic-method) Verse.Game:Verse.Game.LoadGame_Patch1 (Verse.Game)
(wrapper dynamic-method) Verse.SavedGameLoaderNow:Verse.SavedGameLoaderNow.LoadGameFromSaveFileNow_Patch3 (string)
Verse.Root_Play/<>c:<Start>b__1_1 ()
Verse.LongEventHandler:RunEventFromAnotherThread (System.Action)
Verse.LongEventHandler/<>c:<UpdateCurrentAsynchronousEvent>b__27_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 ()

SOYUZ: Preset loaded!
UnityEngine.StackTraceUtility:ExtractStackTrace ()
Verse.Log:Message (string)
Soyuz.SoyuzSettingsUtility:SetRecommendedJobConfig ()
System.Reflection.MonoMethod:Invoke (object,System.Reflection.BindingFlags,System.Reflection.Binder,object[],System.Globalization.CultureInfo)
System.Reflection.MethodBase:Invoke (object,object[])
RocketMan.FunctionsUtility/<>c__DisplayClass1_0`1<RocketMan.Main/OnWorldLoaded>:<GetActions>b__3 ()
RocketMan.Main:WorldLoaded ()
RocketMan.Patches.Game_FinalizeInit_Patch:Postfix ()
(wrapper dynamic-method) Verse.Game:Verse.Game.FinalizeInit_Patch3 (Verse.Game)
(wrapper dynamic-method) Verse.Game:Verse.Game.LoadGame_Patch1 (Verse.Game)
(wrapper dynamic-method) Verse.SavedGameLoaderNow:Verse.SavedGameLoaderNow.LoadGameFromSaveFileNow_Patch3 (string)
Verse.Root_Play/<>c:<Start>b__1_1 ()
Verse.LongEventHandler:RunEventFromAnotherThread (System.Action)
Verse.LongEventHandler/<>c:<UpdateCurrentAsynchronousEvent>b__27_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 ()

Orbitabl Trader On/Off Cycle applied.
UnityEngine.StackTraceUtility:ExtractStackTrace ()
Verse.Log:Message (string)
AdjustableTradeShips.StoryTellerUtil:ApplyOrbitalTrade (single,single)
AdjustableTradeShips.WorldComp:Initialize ()
AdjustableTradeShips.Patch_SavedGameLoader_LoadGameFromSaveFileNow:Postfix ()
(wrapper dynamic-method) Verse.SavedGameLoaderNow:Verse.SavedGameLoaderNow.LoadGameFromSaveFileNow_Patch3 (string)
Verse.Root_Play/<>c:<Start>b__1_1 ()
Verse.LongEventHandler:RunEventFromAnotherThread (System.Action)
Verse.LongEventHandler/<>c:<UpdateCurrentAsynchronousEvent>b__27_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 ()

[Analyzer] Loaded version 1.1.2 rev 3
Analyzer.Modbase:.ctor(ModContentPack)
System.Reflection.MonoCMethod:InternalInvoke(Object, Object[], Exception&)
System.Reflection.MonoCMethod:InternalInvoke(Object, Object[])
System.Reflection.MonoCMethod:DoInvoke(Object, BindingFlags, Binder, Object[], CultureInfo)
System.Reflection.MonoCMethod:Invoke(BindingFlags, Binder, Object[], CultureInfo)
System.RuntimeType:CreateInstanceImpl(BindingFlags, Binder, Object[], CultureInfo, Object[], StackCrawlMark&)
System.Activator:CreateInstance(Type, BindingFlags, Binder, Object[], CultureInfo, Object[])
System.Activator:CreateInstance(Type, Object[])
Verse.LoadedModManager:CreateModClasses()
Verse.LoadedModManager:LoadAllActiveMods()
Verse.PlayDataLoader:DoPlayLoad()
Verse.PlayDataLoader:LoadAllPlayData(Boolean)
Verse.<>c:<Start>b__6_1()
Verse.LongEventHandler:RunEventFromAnotherThread(Action)
Verse.<>c:<UpdateCurrentAsynchronousEvent>b__27_0()
System.Threading.ThreadHelper:ThreadStart_Context(Object)
System.Threading.ExecutionContext:RunInternal(ExecutionContext, ContextCallback, Object, Boolean)
System.Threading.ExecutionContext:Run(ExecutionContext, ContextCallback, Object, Boolean)
System.Threading.ExecutionContext:Run(ExecutionContext, ContextCallback, Object)
System.Threading.ThreadHelper:ThreadStart()

ROCKETMAN: <color=red>Warm up</color> Finished for new map!
UnityEngine.StackTraceUtility:ExtractStackTrace ()
Verse.Log:Message (string)
RocketMan.WarmUpMapComponent:MapComponentTick ()
Verse.MapComponentUtility:MapComponentTick (Verse.Map)
Verse.Map:MapPostTick ()
(wrapper dynamic-method) Verse.TickManager:Verse.TickManager.DoSingleTick_Patch1 (Verse.TickManager)
Verse.TickManager:TickManagerUpdate ()
(wrapper dynamic-method) Verse.Game:Verse.Game.UpdatePlay_Patch1 (Verse.Game)
Verse.Root_Play:Update ()

ROCKETMAN: Position verfication started!
UnityEngine.StackTraceUtility:ExtractStackTrace ()
Verse.Log:Message (string)
RocketMan.WarmUpMapComponent:MapComponentTick ()
Verse.MapComponentUtility:MapComponentTick (Verse.Map)
Verse.Map:MapPostTick ()
(wrapper dynamic-method) Verse.TickManager:Verse.TickManager.DoSingleTick_Patch1 (Verse.TickManager)
Verse.TickManager:TickManagerUpdate ()
(wrapper dynamic-method) Verse.Game:Verse.Game.UpdatePlay_Patch1 (Verse.Game)
Verse.Root_Play:Update ()

Error while generating pawn. Rethrowing. Exception: System.NullReferenceException: Object reference not set to an instance of an object
  at (wrapper dynamic-method) Verse.PawnGenerator.Verse.PawnGenerator.GenerateTraits_Patch6(Verse.Pawn,Verse.PawnGenerationRequest)
  at (wrapper dynamic-method) Verse.PawnGenerator.Verse.PawnGenerator.TryGenerateNewPawnInternal_Patch1(Verse.PawnGenerationRequest&,string&,bool,bool)
  at (wrapper dynamic-method) Verse.PawnGenerator.Verse.PawnGenerator.GenerateNewPawnInternal_Patch6(Verse.PawnGenerationRequest&)
  at (wrapper dynamic-method) Verse.PawnGenerator.Verse.PawnGenerator.GenerateOrRedressPawnInternal_Patch1(Verse.PawnGenerationRequest)
  at (wrapper dynamic-method) Verse.PawnGenerator.Verse.PawnGenerator.GeneratePawn_Patch2(Verse.PawnGenerationRequest)
UnityEngine.StackTraceUtility:ExtractStackTrace ()
(wrapper dynamic-method) Verse.Log:Verse.Log.Error_Patch3 (string)
(wrapper dynamic-method) Verse.PawnGenerator:Verse.PawnGenerator.GeneratePawn_Patch2 (Verse.PawnGenerationRequest)
rjw.Hediff_BasePregnancy:GenerateBabies ()
rjw.Hediff_BasePregnancy:Initialize (Verse.Pawn,Verse.Pawn)
rjw.Hediff_BasePregnancy:Create<rjw.Hediff_HumanlikePregnancy> (Verse.Pawn,Verse.Pawn)
(wrapper dynamic-method) rjw.PregnancyHelper:rjw.PregnancyHelper.PregnancyDecider_Patch0 (Verse.Pawn,Verse.Pawn)
(wrapper dynamic-method) rjw.PregnancyHelper:rjw.PregnancyHelper.Doimpregnate_Patch0 (Verse.Pawn,Verse.Pawn)
rjw.PregnancyHelper:impregnate (rjw.SexProps)
rjw.JobDriver_Sex:Orgasm ()
rjw.JobDriver_Sex:SexTick (Verse.Pawn,Verse.Thing,bool,bool)
rjw.JobDriver_JoinInBed:<MakeNewToils>b__1_6 ()
(wrapper dynamic-method) Verse.AI.JobDriver:Verse.AI.JobDriver.DriverTick_Patch0 (Verse.AI.JobDriver)
(wrapper dynamic-method) Verse.AI.Pawn_JobTracker:Verse.AI.Pawn_JobTracker.JobTrackerTick_Patch0 (Verse.AI.Pawn_JobTracker)
(wrapper dynamic-method) Verse.Pawn:Verse.Pawn.Tick_Patch2 (Verse.Pawn)
Verse.TickList:Tick ()
(wrapper dynamic-method) Verse.TickManager:Verse.TickManager.DoSingleTick_Patch1 (Verse.TickManager)
Verse.TickManager:TickManagerUpdate ()
(wrapper dynamic-method) Verse.Game:Verse.Game.UpdatePlay_Patch1 (Verse.Game)
Verse.Root_Play:Update ()

Exception in JobDriver tick for pawn Hilary driver=JobDriver_JoinInBed (toilIndex=3) driver.job=(JoinInBed (Job_3798928) A=Thing_Human307430 B=Thing_PentaRoyalBed552771)
System.NullReferenceException: Object reference not set to an instance of an object
  at (wrapper dynamic-method) Verse.PawnGenerator.Verse.PawnGenerator.GenerateTraits_Patch6(Verse.Pawn,Verse.PawnGenerationRequest)
  at (wrapper dynamic-method) Verse.PawnGenerator.Verse.PawnGenerator.TryGenerateNewPawnInternal_Patch1(Verse.PawnGenerationRequest&,string&,bool,bool)
  at (wrapper dynamic-method) Verse.PawnGenerator.Verse.PawnGenerator.GenerateNewPawnInternal_Patch6(Verse.PawnGenerationRequest&)
  at (wrapper dynamic-method) Verse.PawnGenerator.Verse.PawnGenerator.GenerateOrRedressPawnInternal_Patch1(Verse.PawnGenerationRequest)
  at (wrapper dynamic-method) Verse.PawnGenerator.Verse.PawnGenerator.GeneratePawn_Patch2(Verse.PawnGenerationRequest)
  at rjw.Hediff_BasePregnancy.GenerateBabies () [0x00a08] in <e2b6093a0eba418b81b2df36ba297c28>:0 
  at rjw.Hediff_BasePregnancy.Initialize (Verse.Pawn mother, Verse.Pawn dad) [0x0006d] in <e2b6093a0eba418b81b2df36ba297c28>:0 
  at rjw.Hediff_BasePregnancy.Create[T] (Verse.Pawn mother, Verse.Pawn father) [0x000ac] in <e2b6093a0eba418b81b2df36ba297c28>:0 
  at (wrapper dynamic-method) rjw.PregnancyHelper.rjw.PregnancyHelper.PregnancyDecider_Patch0(Verse.Pawn,Verse.Pawn)
  at (wrapper dynamic-method) rjw.PregnancyHelper.rjw.PregnancyHelper.Doimpregnate_Patch0(Verse.Pawn,Verse.Pawn)
  at rjw.PregnancyHelper.impregnate (rjw.SexProps props) [0x0030c] in <e2b6093a0eba418b81b2df36ba297c28>:0 
  at rjw.JobDriver_Sex.Orgasm () [0x0007b] in <e2b6093a0eba418b81b2df36ba297c28>:0 
  at rjw.JobDriver_Sex.SexTick (Verse.Pawn pawn, Verse.Thing target, System.Boolean pawnnude, System.Boolean partnernude) [0x00082] in <e2b6093a0eba418b81b2df36ba297c28>:0 
  at rjw.JobDriver_JoinInBed.<MakeNewToils>b__1_6 () [0x00041] in <e2b6093a0eba418b81b2df36ba297c28>:0 
  at (wrapper dynamic-method) Verse.AI.JobDriver.Verse.AI.JobDriver.DriverTick_Patch0(Verse.AI.JobDriver)
UnityEngine.StackTraceUtility:ExtractStackTrace ()
(wrapper dynamic-method) Verse.Log:Verse.Log.Error_Patch3 (string)
Verse.AI.JobUtility:TryStartErrorRecoverJob (Verse.Pawn,string,System.Exception,Verse.AI.JobDriver)
(wrapper dynamic-method) Verse.AI.JobDriver:Verse.AI.JobDriver.DriverTick_Patch0 (Verse.AI.JobDriver)
(wrapper dynamic-method) Verse.AI.Pawn_JobTracker:Verse.AI.Pawn_JobTracker.JobTrackerTick_Patch0 (Verse.AI.Pawn_JobTracker)
(wrapper dynamic-method) Verse.Pawn:Verse.Pawn.Tick_Patch2 (Verse.Pawn)
Verse.TickList:Tick ()
(wrapper dynamic-method) Verse.TickManager:Verse.TickManager.DoSingleTick_Patch1 (Verse.TickManager)
Verse.TickManager:TickManagerUpdate ()
(wrapper dynamic-method) Verse.Game:Verse.Game.UpdatePlay_Patch1 (Verse.Game)
Verse.Root_Play:Update ()

[RJW]  no babies (debug?) Hediff_HumanlikePregnancy
UnityEngine.StackTraceUtility:ExtractStackTrace ()
Verse.Log:Warning (string)
rjw.ModLog:Warning (string)
rjw.Hediff_HumanlikePregnancy:GiveBirth ()
rjw.Hediff_BasePregnancy:Tick ()
(wrapper dynamic-method) Verse.Pawn_HealthTracker:Verse.Pawn_HealthTracker.HealthTick_Patch0 (Verse.Pawn_HealthTracker)
(wrapper dynamic-method) Verse.Pawn:Verse.Pawn.Tick_Patch2 (Verse.Pawn)
Verse.TickList:Tick ()
(wrapper dynamic-method) Verse.TickManager:Verse.TickManager.DoSingleTick_Patch1 (Verse.TickManager)
Verse.TickManager:TickManagerUpdate ()
(wrapper dynamic-method) Verse.Game:Verse.Game.UpdatePlay_Patch1 (Verse.Game)
Verse.Root_Play:Update ()

Error while generating pawn. Rethrowing. Exception: System.NullReferenceException: Object reference not set to an instance of an object
  at (wrapper dynamic-method) Verse.PawnGenerator.Verse.PawnGenerator.GenerateTraits_Patch6(Verse.Pawn,Verse.PawnGenerationRequest)
  at (wrapper dynamic-method) Verse.PawnGenerator.Verse.PawnGenerator.TryGenerateNewPawnInternal_Patch1(Verse.PawnGenerationRequest&,string&,bool,bool)
  at (wrapper dynamic-method) Verse.PawnGenerator.Verse.PawnGenerator.GenerateNewPawnInternal_Patch6(Verse.PawnGenerationRequest&)
  at (wrapper dynamic-method) Verse.PawnGenerator.Verse.PawnGenerator.GenerateOrRedressPawnInternal_Patch1(Verse.PawnGenerationRequest)
  at (wrapper dynamic-method) Verse.PawnGenerator.Verse.PawnGenerator.GeneratePawn_Patch2(Verse.PawnGenerationRequest)
UnityEngine.StackTraceUtility:ExtractStackTrace ()
(wrapper dynamic-method) Verse.Log:Verse.Log.Error_Patch3 (string)
(wrapper dynamic-method) Verse.PawnGenerator:Verse.PawnGenerator.GeneratePawn_Patch2 (Verse.PawnGenerationRequest)
rjw.Hediff_BasePregnancy:GenerateBabies ()
rjw.Hediff_BasePregnancy:Initialize (Verse.Pawn,Verse.Pawn)
rjw.Hediff_HumanlikePregnancy:GiveBirth ()
rjw.Hediff_BasePregnancy:Tick ()
(wrapper dynamic-method) Verse.Pawn_HealthTracker:Verse.Pawn_HealthTracker.HealthTick_Patch0 (Verse.Pawn_HealthTracker)
(wrapper dynamic-method) Verse.Pawn:Verse.Pawn.Tick_Patch2 (Verse.Pawn)
Verse.TickList:Tick ()
(wrapper dynamic-method) Verse.TickManager:Verse.TickManager.DoSingleTick_Patch1 (Verse.TickManager)
Verse.TickManager:TickManagerUpdate ()
(wrapper dynamic-method) Verse.Game:Verse.Game.UpdatePlay_Patch1 (Verse.Game)
Verse.Root_Play:Update ()

Exception ticking hediff (RJW_pregnancy torso ticksSinceCreation=0) for pawn Hilary. Removing hediff... Exception: System.NullReferenceException: Object reference not set to an instance of an object
  at (wrapper dynamic-method) Verse.PawnGenerator.Verse.PawnGenerator.GenerateTraits_Patch6(Verse.Pawn,Verse.PawnGenerationRequest)
  at (wrapper dynamic-method) Verse.PawnGenerator.Verse.PawnGenerator.TryGenerateNewPawnInternal_Patch1(Verse.PawnGenerationRequest&,string&,bool,bool)
  at (wrapper dynamic-method) Verse.PawnGenerator.Verse.PawnGenerator.GenerateNewPawnInternal_Patch6(Verse.PawnGenerationRequest&)
  at (wrapper dynamic-method) Verse.PawnGenerator.Verse.PawnGenerator.GenerateOrRedressPawnInternal_Patch1(Verse.PawnGenerationRequest)
  at (wrapper dynamic-method) Verse.PawnGenerator.Verse.PawnGenerator.GeneratePawn_Patch2(Verse.PawnGenerationRequest)
  at rjw.Hediff_BasePregnancy.GenerateBabies () [0x00a08] in <e2b6093a0eba418b81b2df36ba297c28>:0 
  at rjw.Hediff_BasePregnancy.Initialize (Verse.Pawn mother, Verse.Pawn dad) [0x0006d] in <e2b6093a0eba418b81b2df36ba297c28>:0 
  at rjw.Hediff_HumanlikePregnancy.GiveBirth () [0x0004b] in <e2b6093a0eba418b81b2df36ba297c28>:0 
  at rjw.Hediff_BasePregnancy.Tick () [0x0035c] in <e2b6093a0eba418b81b2df36ba297c28>:0 
  at (wrapper dynamic-method) Verse.Pawn_HealthTracker.Verse.Pawn_HealthTracker.HealthTick_Patch0(Verse.Pawn_HealthTracker)
UnityEngine.StackTraceUtility:ExtractStackTrace ()
(wrapper dynamic-method) Verse.Log:Verse.Log.Error_Patch3 (string)
(wrapper dynamic-method) Verse.Pawn_HealthTracker:Verse.Pawn_HealthTracker.HealthTick_Patch0 (Verse.Pawn_HealthTracker)
(wrapper dynamic-method) Verse.Pawn:Verse.Pawn.Tick_Patch2 (Verse.Pawn)
Verse.TickList:Tick ()
(wrapper dynamic-method) Verse.TickManager:Verse.TickManager.DoSingleTick_Patch1 (Verse.TickManager)
Verse.TickManager:TickManagerUpdate ()
(wrapper dynamic-method) Verse.Game:Verse.Game.UpdatePlay_Patch1 (Verse.Game)
Verse.Root_Play:Update ()
 

I think the update to traits generation for babies might have done something bad for certain trait mods. The specific one that's giving me problems is Medieval Talents, which has unique trait generation in that it spawns just one trait for every colonist spawned. I think the update might have broken something about that because it has worked fine before.

Link to comment

When I try to remove RJW's parts, it always failed and this error log happened. Anyone knows what is causing or how to fix this? 

 

Spoiler

JobDriver threw exception in initAction for pawn Cristina driver=JobDriver_DoBill (toilIndex=13) driver.job=(DoBill (Job_22375508) A=Thing_Human2029949 B=Thing_MedicineHerbal2255675 C=(232, 0, 175))
System.NullReferenceException: Object reference not set to an instance of an object
  at SizedApparel.recipePartRemoverPatch.Postfix (Verse.Hediff hd, Verse.Thing& __result) [0x0000d] in <1e01ca7ba20a48b488032b6e55c592d0>:0 
  at (wrapper dynamic-method) rjw.SexPartAdder.rjw.SexPartAdder.recipePartRemover_Patch1(Verse.Hediff)
  at rjw_CORE_EXPOSED.MedicalRecipesUtility.SpawnThingsFromHediffs (Verse.Pawn pawn, Verse.BodyPartRecord part, Verse.IntVec3 pos, Verse.Map map) [0x00075] in <e2b6093a0eba418b81b2df36ba297c28>:0 
  at rjw_CORE_EXPOSED.Recipe_RemoveBodyPart.ApplyOnPawn (Verse.Pawn pawn, Verse.BodyPartRecord part, Verse.Pawn billDoer, System.Collections.Generic.List`1[T] ingredients, RimWorld.Bill bill) [0x00063] in <e2b6093a0eba418b81b2df36ba297c28>:0 
  at rjw.Recipe_RemovePart.ApplyOnPawn (Verse.Pawn p, Verse.BodyPartRecord part, Verse.Pawn doer, System.Collections.Generic.List`1[T] ingredients, RimWorld.Bill bill) [0x00008] in <e2b6093a0eba418b81b2df36ba297c28>:0 
  at RimWorld.Bill_Medical.Notify_IterationCompleted (Verse.Pawn billDoer, System.Collections.Generic.List`1[T] ingredients) [0x00029] in <1c5dcde1a40a45f3b50112cbaaa3e45c>:0 
  at Verse.AI.Toils_Recipe+<>c__DisplayClass3_0.<FinishRecipeAndStartStoringProduct>b__0 () [0x000c6] in <1c5dcde1a40a45f3b50112cbaaa3e45c>:0 
  at Verse.AI.JobDriver.TryActuallyStartNextToil () [0x001de] in <1c5dcde1a40a45f3b50112cbaaa3e45c>:0 
UnityEngine.StackTraceUtility:ExtractStackTrace ()
Verse.Log:Error (string)
Verse.AI.JobUtility:TryStartErrorRecoverJob (Verse.Pawn,string,System.Exception,Verse.AI.JobDriver)
Verse.AI.JobDriver:TryActuallyStartNextToil ()
Verse.AI.JobDriver:ReadyForNextToil ()
Verse.AI.Toils_Recipe/<>c__DisplayClass2_0:<DoRecipeWork>b__1 ()
(wrapper dynamic-method) Verse.AI.JobDriver:Verse.AI.JobDriver.DriverTick_Patch0 (Verse.AI.JobDriver)
Verse.AI.Pawn_JobTracker:JobTrackerTick ()
Verse.Pawn:Tick ()
Verse.TickList:Tick ()
Verse.TickManager:DoSingleTick ()
Verse.TickManager:TickManagerUpdate ()
Verse.Game:UpdatePlay ()
Verse.Root_Play:Update ()


Edit: Maybe the culprit is SizedApparel, I have tried disable SizedApparel --> Load the save --> Perform surgery (remove RJW's parts) and now it is working fine.

Edited by variaNTR
Link to comment
9 hours ago, nope-a-re-no said:

not getting any rape thoughts, no "raped me" negitives or postives, or minus or plus mood, its as if it didnt happen, only rape. but rape does happen.

I might have the same issue, although I think it only happens for "random rape" mental breaks. Looking at the code, I see this:

 

if (pawn.CurJob != null && pawn.CurJob.def == xxx.gettin_raped || partner.jobs?.curDriver is JobDriver_Rape)

At rjw-master/1.3/Source/Common/Helpers/AfterSexUtility.cs line 258, and a similar condition for `think_about_sex_Rapist` .

 

However there's also a JobDriver called JobDriver_RapeRandom. Maybe a solution would be to add `|| partner.jobs?.curDriver is JobDriver_RapeRandom`, but IDK how to compile rimworld mod code.

Link to comment
2 hours ago, aaabbbccq said:

I might have the same issue, although I think it only happens for "random rape" mental breaks. Looking at the code, I see this:

 

if (pawn.CurJob != null && pawn.CurJob.def == xxx.gettin_raped || partner.jobs?.curDriver is JobDriver_Rape)

At rjw-master/1.3/Source/Common/Helpers/AfterSexUtility.cs line 258, and a similar condition for `think_about_sex_Rapist` .

 

However there's also a JobDriver called JobDriver_RapeRandom. Maybe a solution would be to add `|| partner.jobs?.curDriver is JobDriver_RapeRandom`, but IDK how to compile rimworld mod code.

sometimes there is an error in the log, othertimes there is not. i suspect its either another mod issue, or load order, but im not sure....the errors usually bring up sex-speariance...

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more information, see our Privacy Policy & Terms of Use