MitchelVories

RimWorld - Mod Error - PART 1 - Cause Uncertain: Several Mods in Question

Nov 18th, 2024 (edited)
15
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 306.40 KB | Gaming | 0 0
  1. || 010.01.01 || Error Log || Cause Uncertain: Several Mods in Question || PART 1 ||
  2.  
  3. ... I loaded a dev quick test map and two errors triggered the debug log
  4. ... this is error 1 of 2
  5. ... 'Mortar Accuracy' and 'Stand Your Ground' were just enabled for the first time
  6. ... in the previous game 'Possessions for Everyone' chance was set to 100% and the game was exited
  7. ... this was the first pawn generation since possessions for everyone' chance was set to 100%
  8.  
  9. || TESTED WITH 3 MORE GAME/MAP LOADS ||
  10.  
  11. ... 1 reloaded: no changes made, and there were no errors
  12. ... 2 reloaded: removed MA and SYG, no errors
  13. ... 3 reloaded: with initial conditions that triggered the errors, no errors
  14.  
  15. at this point I can't reproduce the errors
  16.  
  17. || STACK TRACE || 1 ||
  18.  
  19. Error while generating pawn. Rethrowing. Exception: System.NullReferenceException: Object reference not set to an instance of an object
  20. [Ref 686A697]
  21. at Verse.PawnGenerator.TryGenerateNewPawnInternal (Verse.PawnGenerationRequest& request, System.String& error, System.Boolean ignoreScenarioRequirements, System.Boolean ignoreValidator) [0x00375] in <2a40c3593b334f29ac3cb3d32d652351>:0
  22. at Verse.PawnGenerator.GenerateNewPawnInternal (Verse.PawnGenerationRequest& request) [0x0009d] in <2a40c3593b334f29ac3cb3d32d652351>:0
  23. - POSTFIX OskarPotocki.VFECore: Void VFECore.Abilities.PawnGen_Patch:Postfix(Pawn __result)
  24. at Verse.PawnGenerator.GenerateOrRedressPawnInternal (Verse.PawnGenerationRequest request) [0x00175] in <2a40c3593b334f29ac3cb3d32d652351>:0
  25. - PREFIX PossessionsForEveryone: Void PossessionsForEveryone.PerformanceWatchdog:Start()
  26. - POSTFIX PossessionsForEveryone: Void PossessionsForEveryone.PerformanceWatchdog:End()
  27. - POSTFIX PossessionsForEveryone: Void PossessionsForEveryone.Patch_PawnGenerator:AddPossessions(Pawn __result, PawnGenerationRequest request)
  28. at Verse.PawnGenerator.GeneratePawn (Verse.PawnGenerationRequest request) [0x0000a] in <2a40c3593b334f29ac3cb3d32d652351>:0
  29. - TRANSPILER net.pardeike.rimworld.lib.harmony: IEnumerable`1 VisualExceptions.ExceptionsAndActivatorHandler:Transpiler(IEnumerable`1 instructions, MethodBase original)
  30. UnityEngine.StackTraceUtility:ExtractStackTrace ()
  31. (wrapper dynamic-method) MonoMod.Utils.DynamicMethodDefinition:Verse.Log.Error_Patch5 (string)
  32. (wrapper dynamic-method) MonoMod.Utils.DynamicMethodDefinition:Verse.PawnGenerator.GeneratePawn_Patch0 (Verse.PawnGenerationRequest)
  33. Verse.PawnGenerator:GeneratePawn (Verse.PawnKindDef,RimWorld.Faction)
  34. RimWorld.TaleData_Pawn:GenerateRandom (bool)
  35. Verse.Book:GenerateBook (Verse.Pawn,System.Nullable`1<long>)
  36. PossessionsForEveryone.PossessionUtility:GenerateAndGivePossessionsTo (Verse.Pawn,System.Collections.Generic.List`1<Verse.ThingDefCount>&)
  37. PossessionsForEveryone.Patch_PawnGenerator:AddPossessions (Verse.Pawn,Verse.PawnGenerationRequest)
  38. (wrapper dynamic-method) MonoMod.Utils.DynamicMethodDefinition:Verse.PawnGenerator.GenerateOrRedressPawnInternal_Patch3 (Verse.PawnGenerationRequest)
  39. (wrapper dynamic-method) MonoMod.Utils.DynamicMethodDefinition:Verse.PawnGenerator.GeneratePawn_Patch0 (Verse.PawnGenerationRequest)
  40. RimWorld.Faction:TryGenerateNewLeader ()
  41. RimWorld.FactionGenerator:NewGeneratedFaction (RimWorld.FactionGeneratorParms)
  42. RimWorld.FactionGenerator:CreateFactionAndAddToManager (RimWorld.FactionDef)
  43. RimWorld.FactionGenerator:AddFactionToManager (RimWorld.FactionDef)
  44. RimWorld.FactionGenerator:GenerateFactionsIntoWorld (System.Collections.Generic.List`1<RimWorld.FactionDef>)
  45. RimWorld.Planet.WorldGenStep_Factions:GenerateFresh (string)
  46. (wrapper dynamic-method) MonoMod.Utils.DynamicMethodDefinition:RimWorld.Planet.WorldGenerator.GenerateWorld_Patch2 (single,string,RimWorld.Planet.OverallRainfall,RimWorld.Planet.OverallTemperature,RimWorld.Planet.OverallPopulation,System.Collections.Generic.List`1<RimWorld.FactionDef>,single)
  47. HugsLib.Quickstart.QuickstartController:ApplyQuickstartConfiguration ()
  48. HugsLib.Quickstart.QuickstartController/<>c:<InitiateMapGeneration>b__7_0 ()
  49. (wrapper dynamic-method) MonoMod.Utils.DynamicMethodDefinition:Verse.LongEventHandler.RunEventFromAnotherThread_Patch0 (System.Action)
  50. Verse.LongEventHandler/<>c:<UpdateCurrentAsynchronousEvent>b__28_0 ()
  51. System.Threading.ThreadHelper:ThreadStart_Context (object)
  52. System.Threading.ExecutionContext:RunInternal (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool)
  53. System.Threading.ExecutionContext:Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool)
  54. System.Threading.ExecutionContext:Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object)
  55. System.Threading.ThreadHelper:ThreadStart ()
  56.  
  57.  
  58.  
  59. || FULL ERROR LOG STARTS BELOW || 1 ||
  60.  
  61. Log uploaded on Monday, November 18, 2024, 7:22:27 PM
  62. Loaded mods:
  63. Prepatcher(zetrith.prepatcher): 0Harmony(2.3.3), 0PrepatcherAPI(1.2.0), 0PrepatcherDataAssembly(1.0.0), PrepatcherImpl(1.0.0), Prestarter(1.0.0)
  64. Harmony(brrainz.harmony)[mv:2.3.1.0]: 0Harmony(2.3.3), HarmonyMod(2.3.1)
  65. Faster Game Loading(Taranchuk.FasterGameLoading): FasterGameLoading(1.0.0), System.Drawing(av:4.0.0,fv:4.6.57)
  66. Fishery - Modding Library(bs.fishery): 0PrepatcherAPI(1.2.0), 1Fishery(0.6.1), System.Runtime.CompilerServices.Unsafe(av:6.0.0,fv:6.0.21.52210)
  67. Visible Error Logs(V1024.VisibleErrorLogs): VisibleErrorLogs(1.0.1)
  68. Visual Exceptions(brrainz.visualexceptions)[mv:1.3.2.0]: CrossPromotion(1.1.2), VisualExceptions(1.3.2)
  69. Core(Ludeon.RimWorld): (no assemblies)
  70. Performance Fish(bs.performance): PerformanceFish(0.6.2)
  71. StartupImpact(automatic.startupimpact): 0Harmony(av:2.3.3,fv:2.2.2), StartupImpact(1.1.8872.38386)
  72. Royalty(Ludeon.RimWorld.Royalty): (no assemblies)
  73. Ideology(Ludeon.RimWorld.Ideology): (no assemblies)
  74. Biotech(Ludeon.RimWorld.Biotech): (no assemblies)
  75. Anomaly(Ludeon.RimWorld.Anomaly): (no assemblies)
  76. HugsLib(UnlimitedHugs.HugsLib)[ov:11.0.4]: 0Harmony(av:2.3.3,fv:1.2.0.1), HugsLib(av:1.0.0,fv:11.0.4)
  77. Better Pawn Control(VouLT.BetterPawnControl)[ov:2.7.5]: BetterPawnControl(2.7.4)
  78. Achtung!(brrainz.achtung)[mv:3.9.5.0]: Achtung(3.9.5), CrossPromotion(1.1.2), ModFeatures(1.2.6)
  79. All Storage In One Place(klvlt.allstorageinoneplace): (no assemblies)
  80. All Turrets Can Set Forced Target (Continued)(Mlie.AllTurretsCanSetForcedTarget)[mv:1.5.1]: AllTurretsCanSetTarget(av:1.0.0,fv:1.5.1)
  81. Always Reveal Pawn Rewards(RelaxedOtter.AlwaysRevealPawnRewards): (no assemblies)
  82. Animal Tab(Fluffy.AnimalTab)[mv:4.7.272]: 0Harmony(av:2.3.3,fv:2.2.2), AnimalTab(av:8.0.0,fv:8.1.366)
  83. AnimalHarvestingSpot (Continued)(Mlie.AnimalHarvestingSpot)[mv:1.5.0]: AnimalHarvestingSpot(av:1.0.0,fv:1.5.0)
  84. AnimalHarvestingSpot ReTexture(SC.AnimalHarvestingSpotReTexture): (no assemblies)
  85. Area Unlocker(Fluffy.AreaUnlocker)[mv:3.14.109]: 0ColourPicker(av:5.0.0,fv:5.0.154), AreaUnlocker(av:5.0.0,fv:5.0.154)
  86. Auto links(automatic.autolinks): 0Harmony(av:2.3.3,fv:2.0.2), Autolinks(1.0.379.18)
  87. Optimization: Leathers - C# Edition(Scorpio.OptimizationLeathers): OptimizationLeather(1.0.0)
  88. Bad Leather Category(Mlie.BadLeatherCategory)[mv:1.5.1]: BadLeatherCategory(av:1.0.0,fv:1.5.1)
  89. Optimization: Meats - C# Edition(seohyeon.OptimizationMeats): AlienMeatTest(1.0.0)
  90. Bad Meat Category(Mlie.BadMeatCategory)[mv:1.5.1]: BadMeatCategory(av:1.0.0,fv:1.5.1)
  91. Better Explosions(nephlite.advexplosions): (no assemblies)
  92. Better Map Sizes(madarauchiha.custommapsizes): CustomMapSizes(1.0.0)
  93. Better Select Next(localghost.betterselectnext): Better Select Next(1.0.0)
  94. Better Workbench Management(falconne.BWM): ImprovedWorkbenches(1.5.34)
  95. BetterInfoCard(Creeper.BetterInfoCard): BetterInfoCard(1.0.0)
  96. Dubs Mint Menus(Dubwise.DubsMintMenus): 0Harmony(av:2.3.3,fv:2.3.2), DubsMintMenus(av:1.2.8852.28744,fv:1.0.0)
  97. Categorized Bill Dropdown(FluffyKittens.BillCategories): BillCategories(1.4.0)
  98. Float Sub-Menus(kathanon.FloatSubMenu): FloatSubMenu(av:1.0.0,fv:1.0.0)
  99. Categorized Bill Menus(kathanon.CategorizedBillMenus): CategorizedBillMenus(1.0.0)
  100. Character Editor(void.charactereditor): CharacterEditor(1.5.10)
  101. Choose Wild Animal Spawns(Mlie.ChooseWildAnimalSpawns)[mv:1.5.0]: ChooseWildAnimalSpawns(av:1.0.0,fv:1.5.0), VersionFromManifest(0.0.0)
  102. Choose Wild Plant Spawns(Mlie.ChooseWildPlantSpawns)[mv:1.5.0]: ChooseWildPlantSpawns(av:1.0.0,fv:1.5.0), VersionFromManifest(0.0.0)
  103. AI Upscaled Textures - Core(AIRetexture.Core): (no assemblies)
  104. Bradson's Main Button Icons for VE Textures(bs.mbifvte): BMBIFVTE(1.0.0)
  105. Graphic Chair Overhaul 2(sicafe.chair.overhaul): DoubleGraphicLayer(1.12.8881.35149)
  106. Cherry Picker(Owlchemist.CherryPicker.tmpfix): 0Harmony(2.3.3), CherryPicker(av:1.0.62,fv:1.0.62)
  107. Vanilla Expanded Framework(OskarPotocki.VanillaFactionsExpanded.Core): 0ModSettingsFramework(1.0.0), 0MultiplayerAPI(av:0.3.0,fv:0.3.0), 0PrepatcherAPI(av:1.2.0,fv:1.1.1), ExplosiveTrailsEffect(1.0.7140.31563), GraphicCustomization(1.0.0), HeavyWeapons(1.0.0), KCSG(av:1.1.2,fv:24.11.8), MVCF(2.0.0.1), NoCamShakeExplosions(1.0.0), OPToxic(1.0.0), Outposts(av:3.0.0,fv:1.0.0), PipeSystem(av:1.0.1,fv:22.7.29), RecipeInheritance(1.0.1), RRO(1.0.0), SmokingGun(1.0.0), VanillaStorytellersExpanded(1.0.0), VanillaWeaponsExpandedLaser(0.0.0), VFECore(av:1.1.7,fv:1.1.9), VWEMakeshift(1.0.0)
  108. ReGrowth: Core(ReGrowth.BOTR.Core): LogModVersion(1.0.0), ReGrowthCore(1.0.0)
  109. Vanilla Textures Expanded(VanillaExpanded.VTEXE)[mv:1.0.0]: 0ModSettingsFramework(1.0.0), VanillaTexturesExpanded(1.0.1)
  110. Clean Textures(IH.Clean.Textures): (no assemblies)
  111. Clean Textures Background(IH.Clean.Textures.Background): (no assemblies)
  112. Cleanie(Xandrmoro.Rim.Cleanie): Cleanie(1.0.0)
  113. Compact Hediffs(PeteTimesSix.CompactHediffs): PeteTimesSix.CompactHediffs(1.0.0)
  114. Damage Indicators [1.5](CaesarV6.DamageIndicators): DamageMotes(1.0.0)
  115. Defensive Positions(UnlimitedHugs.DefensivePositions): 0MultiplayerAPI(av:0.3.0,fv:0.5.0), DefensivePositions(av:1.7.0,fv:1.13.1)
  116. Designator Shapes(Merthsoft.DesignatorShapes): Merthsoft.DesignatorShapes(1.0.0)
  117. Ding On Game Loaded(Mlie.DingOnGameLoaded)[mv:1.5.0]: DingOnGameLoaded(av:1.0.0,fv:1.5.0), VersionFromManifest(0.0.0)
  118. DragSelect(telardo.DragSelect): DragSelect(1.2.1)
  119. Dress Patients (Continued)(eagle0600.dressPatients.1.4): DressPatient(1.0.0)
  120. Dropdown Production Buildings(kongkim.DropdownProductionBuildings): (no assemblies)
  121. Dubs Mint Minimap(dubwise.dubsmintminimap): 0Harmony(av:2.3.3,fv:2.3.2), DubsMintMinimap(av:1.0.0,fv:1.0.0)
  122. Dubs Performance Analyzer(Dubwise.DubsPerformanceAnalyzer.steam): 0Harmony(av:2.3.3,fv:2.3.2), PerformanceAnalyzer(1.0.0)
  123. Electrical Grid Toggler(GonDragon.ElectricGrid): PowerView(1.0.0)
  124. Enhanced Vanilla Gun Sounds Revived(Bonible.Vanilla.Gun.Sound.Replacement): (no assemblies)
  125. Extra Alerts(zylle.ExtraAlerts): Z_MoreAlerts(1.0.0)
  126. Faction Customizer(azravos.factioncustomizer): 0ColourPicker1.5(1.0.0), FactionCustomizer(1.0.0)
  127. Faction Manager v1.5(PirateBY.FactionManager.byTGPArcher.Updated): FactionManager(1.0.0)
  128. Faction Raid Cooldown(Murmur.FactionRaidCooldown): FactionRaidCooldown(1.0.0)
  129. Family Tree(Garethp.FamilyTree)[mv:1.1.2]: FamilyTree(1.0.0)
  130. Foot Traffic Heatmap(missionz3r0.FootTrafficHeatmap): FootTrafficHeatmap(1.0.0)
  131. ReGrowth: ReTextures(ReGrowth.BOTR.ReTextures): LogModVersion(1.0.0)
  132. Gerrymon's Upscaled Vanilla Textures(Gerrymon.UVT): (no assemblies)
  133. Graphics Settings+(Telefonmast.GraphicsSettings)[mv:1.0.0]: GraphicSetter(1.0.0)
  134. Ground Targeter(AncientGammoner.GroundTargeter): GroundTargeter(1.0.0)
  135. Heat Map (Continued)(Syrus.HeatMap): HeatMap(1.5.0)
  136. Highqualitytextures1.5(Chad.highqualitytextures1.5): VanillaTexturesExpanded(1.0.1)
  137. Jabbamonkey's HIRES Graphic Overhaul HD(hd.pashka.jabbamonkey.graphicoverhaulhires)[mv:1.0.2]: (no assemblies)
  138. Layered Wall Destruction(Keshash.LayeredWallDestruction): DestroyableWalls(1.0.0), HarmonyMod(2.3.1)
  139. Linkable Settings(Mlie.LinkableSettings)[mv:1.5.1]: LinkableSettings(av:1.0.0,fv:1.5.1), VersionFromManifest(0.0.0)
  140. Map Designer(zylle.MapDesigner): MapDesigner(1.0.0)
  141. Map Preview(m00nl1ght.MapPreview): LunarLoader(1.1.9), LunarFramework(1.1.9), MapPreview(1.12.17), MapPreviewMod(1.12.17)
  142. Map Reroll (1.4/1.5)(TheRealLemon.MapReroll): MapReroll(av:2.4.0,fv:2.7.1)
  143. Mark That Pawn(Mlie.MarkThatPawn)[mv:1.5.4]: MarkThatPawn(av:1.0.0,fv:1.5.4), VersionFromManifest(0.0.0)
  144. Material Filter(KamiKatze.MaterialFilter): MaterialFilter(0.0.0)
  145. Medical Tab - Forked(tofudriver.MedicalTabForked): 0MultiplayerAPI(av:0.3.0,fv:0.3.0), DynamicPawnTable(av:4.0.0,fv:4.5.114), MedicalTab(1.0.0)
  146. Mod Options Sort(Superniquito.ModOptionsSort): ModOptionsSort(1.0.0)
  147. Mood Alerts(Deadmano.MoodAlerts)[mv:1.5.0]: MoodAlerts(av:1.0.0,fv:1.5.0)
  148. More Graphs (Continued)(Mlie.MoreGraphs)[mv:1.5.2]: MoreGraphs(av:1.0.0,fv:1.5.1)
  149. Trait and Backstory Icons(Superniquito.TraitIcons): TraitIcons(1.0.0)
  150. More Modded Trait Icons(MCS.MoreModdedTraitIcons): (no assemblies)
  151. More Vanilla Textures(tidal.morevanilla.textures): (no assemblies)
  152. Mortar Accuracy(hobtook.mortaraccuracy)[mv:1.5.1]: 0MultiplayerAPI(av:0.3.0,fv:0.5.0), MortarAccuracy(1.0.0)
  153. Muzzle Flash(IssacZhuang.MuzzleFlash): 0Harmony(2.3.3), MuzzleFlash(1.0.0)
  154. Show Me Your Hands(Mlie.ShowMeYourHands)[mv:1.5.12]: ColorMine(1.1.3), ShowMeYourHands(av:1.0.0,fv:1.5.12), VersionFromManifest(0.0.0)
  155. Nice Hands Retexture(Andromeda.NiceHands): (no assemblies)
  156. No Forced Slowdown(Dingo.NoForcedSlowdown)[mv:1.5.8874.1]: No Forced Slowdown(1.5.8874.1)
  157. No Version Warning(Mlie.NoVersionWarning)[mv:1.5.23]: NoVersionWarning(av:1.0.0,fv:1.5.0)
  158. Not Overhead Meal(overheadMeal.patch): OverheadMealPatch(1.0.0.2)
  159. Architect Icons(com.bymarcin.ArchitectIcons): ArchitectIcons(1.2.0)
  160. Optional Icons for Architect Icons(proxyer.optionalicons4ai): (no assemblies)
  161. Performance Optimizer(Taranchuk.PerformanceOptimizer): PerformanceOptimizer(1.0.0)
  162. Possessions For Everyone(Nightmare.PossessionsForEveryone)[mv:1.0.0.0]: PossessionsForEveryone(1.0.0)
  163. Power Alerts(diddily.poweralerts)[ov:1.1.5]: Power_Alerts(1.0.0)
  164. Predator Hunt Alert (Continued)(Mlie.PredatorHuntAlert)[mv:1.5.0]: PredatorHuntAlert(av:1.0.0,fv:1.5.0), VersionFromManifest(0.0.0)
  165. Prepare Landing for 1.5(m00nl1ght.UnofficialUpdates.PrepareLanding)[ov:1.5.0][mv:1.5.0]: PrepareLanding(1.5.0)
  166. Psychic Harmonizer Lag Fix(avilmask.PsychicHarmonizerLagFix): PsychicHarmonizerLagFix(1.0.0)
  167. Punch Button(Fuu.PunchAttack): PunchAttack(1.0.0)
  168. Quality Colors 1.5 - Forked(tr.qualcolor): QualityColors(1.0.0)
  169. Quality Overlay(telardo.QualityOverlay): 1SettingsHelper(av:1.3.0.4472,fv:1.3.0), Quality Overlay(1.0.1)
  170. Quick Give(Foxy.QuickGive): Foxy.QuickGive(0.0.0)
  171. ReGrowth: Arid(ReGrowth.BOTR.DesertExpansion): (no assemblies)
  172. ReGrowth: Aspen(ReGrowth.BOTR.AspenForest): (no assemblies)
  173. ReGrowth: Boiling(ReGrowth.BOTR.BoilingForest): (no assemblies)
  174. ReGrowth: Boreal(ReGrowth.BOTR.BorealForestExpansion): (no assemblies)
  175. ReGrowth: Swamp(ReGrowth.BOTR.SwampExpansion): (no assemblies)
  176. ReGrowth: Temperate(ReGrowth.BOTR.TemperateForestExpansion): (no assemblies)
  177. ReGrowth: Tropical(ReGrowth.BOTR.TropicalExpansion): (no assemblies)
  178. ReGrowth: Tundra(ReGrowth.BOTR.TundraExpansion): (no assemblies)
  179. ReGrowth: Wastelands(ReGrowth.BOTR.Wastelands): LogModVersion(1.0.0), RGW_Wasteland(1.0.0)
  180. Real Ruins(Woolstrand.RealRuins)[mv:3.0.0.0]: 0Harmony(av:2.3.3,fv:1.2.0.1), RealRuins(2.2.2.16198 [no FileVersionInfo])
  181. Realistic Human Sounds (Continued)(Mlie.RealisticHumanSounds)[mv:1.5.0]: RealisticHumanSounds(av:1.0.0,fv:1.5.0), VersionFromManifest(0.0.0)
  182. Relevant Stats In Description(Mlie.RelevantStatsInDescription)[mv:1.5.4]: RelevantStatsInDescription(av:1.0.0,fv:1.5.4), VersionFromManifest(0.0.0)
  183. Reminders(MadaraUchiha.Reminders): Reminders(1.0.0)
  184. Retextured Interaction Spots Project (Continued)(zal.retexturedspots)[mv:1.0.2.0]: (no assemblies)
  185. RimHUD(Jaxe.RimHUD): RimHUD(1.15.3)
  186. Room Sense(falconne.RoomSense): RoomSense(1.5.7)
  187. Simple FX: Smoke(Owlchemist.SimpleFX.Smoke2): simplefxsmoke(av:2.5.2,fv:2.5.2)
  188. Scattered Flames(Owlchemist.ScatteredFlames): ScatteredFlames(av:1.3.6,fv:1.3.6)
  189. Scattered Stones(Owlchemist.ScatteredStones): ScatteredStones(av:1.5.1,fv:1.5.1)
  190. Schedule Clock(rswallen.scheduleclock): ScheduleClock(1.0.0)
  191. Searchable Menus(kathanon.SearchableMenus): SearchableMenus(1.0.0)
  192. Shell FX(LongerCFloor.MortarFX): (no assemblies)
  193. Simple FX: Splashes(Owlchemist.SimpleFX.Splashes): simplefxsplashes(av:1.2.2,fv:1.2.2)
  194. Simple FX: Vapor...Revaporized(Atlas.SimpleFX.Vapor.Revaporized): simplefxvapor(av:1.1.0,fv:1.1.0)
  195. Simple sidearms(PeteTimesSix.SimpleSidearms): SimpleSidearms(1.4.6)
  196. Simple Sidearms - Switch Weapon(Syrus.SimpleSidearmsSwitchWeapon): SwitchWeapons(1.5.0)
  197. SimpleCameraSetting(ray1203.SimpleCameraSetting): BetterKeybinding(av:5.0.0,fv:5.5.109), SimpleCameraSetting(1.0.0)
  198. Single Plant Texture Patch (Continued)(Mlie.SinglePlantTexturePatch)[mv:1.5.0]: (no assemblies)
  199. Spawn Mod Content(Mlie.SpawnModContent)[mv:1.5.3]: SpawnModContent(av:1.0.0,fv:1.5.3)
  200. Squad UI Tweaks (Continued)(Mlie.SquadUITweaks)[mv:1.5.0]: SquadUITweaks(av:1.0.0,fv:1.5.0)
  201. Stand Your Ground(zylle.StandYourGround): StandYourGround(1.0.0)
  202. Stuff List (Continued)(Mlie.StuffList)[mv:1.5.0]: StuffList(av:1.0.0,fv:1.5.0)
  203. Tab-sorting(Mlie.TabSorting)[mv:1.5.10]: TabSorting(av:1.0.0,fv:1.5.10), VersionFromManifest(0.0.0)
  204. Table Range(kathanon.TableRange): TableRange(av:1.1.0,fv:1.1.0)
  205. Tactics Mode Redux(ilyvion.TacticsModeRedux): TacticsModeRedux(0.4.2), TacticsModeRedux.Achtung(0.4.2)
  206. Toggleable Overlays(Owlchemist.ToggleableOverlays): ToggleableOverlays(av:2.2.0,fv:2.2.0)
  207. Toggleable Readouts(Owlchemist.ToggleableReadouts): ToggleableReadouts(av:1.2.3,fv:1.2.3)
  208. Too Many Areas (Continued)(Mlie.TooManyAreas)[mv:1.5.1]: TooManyAreas(av:1.0.0,fv:1.5.1), VersionFromManifest(0.0.0)
  209. Vanilla Base Generation Expanded(VanillaExpanded.BaseGenerationExpanded): (no assemblies)
  210. Too Many Mods - Compats and Rebalances(Wara.toomanymods): InspirationExtension(1.0.0), PawnKindExtension(1.0.0)
  211. Turret Hunt (Continued)(Mlie.TurretHunt)[mv:1.5.0]: TurretHunt(av:1.0.0,fv:1.5.0)
  212. Tweaks Galore(Neronix17.TweaksGalore): TweaksGalore(3.0.9046.40132)
  213. Numbers(Mehni.Numbers): 0Harmony(2.3.3), Numbers(av:1.0.0,fv:1.1.0)
  214. InventoryTab(Kota.InventoryTab): InventoryTab(1.0.0)
  215. Smart Speed(sarg.smartspeed): SmartSpeed(1.0.0)
  216. WeaponStats(bodlosh.WeaponStats): WeaponsTab(1.0.8870.26550)
  217. UI Not Included: Customizable UI Overhaul(GonDragon.UINotIncluded): UINotIncluded(1.1.8947.24741)
  218. UI Not Included: Numbers Addon(GonDragon.UINotIncluded.NumbersWidget): UINI-Numbers-Widget(1.0.8947.27682)
  219. Use Your Gun!(dd.unofficial.Knight.useyourgun)[ov:1.2.0]: UseYourGun(1.0.0)
  220. Vanilla Textures Expanded - Variations(VanillaExpanded.VTEXVariations): (no assemblies)
  221. Verbose(DubiousPhoenix.Verbose): (no assemblies)
  222. Water retextured(manulinkraft.WaterRetextured): (no assemblies)
  223. We Had a Trader? (Continued)(Mlie.WeHadATrader)[mv:1.5.0]: VersionFromManifest(0.0.0), WeHadATrader(av:1.0.0,fv:1.5.0)
  224. WealthList 1.5 From VUIE(WealthList.ui.tmpfix): WealthList(1.0.0)
  225. Weapons Sorter(Mlie.WeaponsSorter)[mv:1.5.0]: VersionFromManifest(0.0.0), WeaponsSorter(av:1.0.0,fv:1.5.0)
  226. What Is My Purpose(Uuugggg.WhatIsMyPurpose): What_Is_My_Purpose(1.0.0)
  227. Who's Next? (Continued)(Mlie.WhosNext)[mv:1.5.0]: CM_Who_Next(av:1.0.0,fv:1.5.0), VersionFromManifest(0.0.0)
  228. Who's Using That?(kathanon.WhoIsUsingThat): WhoIsUsingThat(1.0.0)
  229. XML Extensions(imranfish.xmlextensions): XmlExtensions(av:1.3.0,fv:1.7.1)
  230. Yayo's Animation (Continued)(com.yayo.yayoAni.continued): 0PrepatcherAPI(1.2.0), yayoAni(1.0.0)
  231. [CF] Better Looking Plants(Better.Plants): (no assemblies)
  232. [CF] Dubs Bad Hygiene Upscaled(DBH.Upscaled): (no assemblies)
  233. [CF] Misc Upscaled Textures(Misc.UpTextures): (no assemblies)
  234. [SYR] Harvest Yield (Continued)(Mlie.SYRHarvestYield)[mv:1.5.1]: HarvestYieldPatch(av:1.0.0,fv:1.5.0), VersionFromManifest(0.0.0)
  235. RocketMan - Performance Mod(Krkr.RocketMan): Cosmodrome(0.6.3.2421), Gagarin(0.0.0 [no FileVersionInfo]), Proton(1.0.0 [no FileVersionInfo]), Soyuz(1.0.0 [no FileVersionInfo])
  236.  
  237. Active Harmony patches:
  238. Ability.<GetGizmos>d__101.MoveNext: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  239. Ability.Initialize: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  240. AbilityUtility.MakeAbility: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  241. AbilityUtility.MakeAbility: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  242. AccessTools.AllTypes: PRE: PerformanceFish.AccessToolsCaching+AllTypes.Prefix, FasterGameLoading.AccessTools_AllTypes_Patch.Prefix post: PerformanceFish.AccessToolsCaching+AllTypes.Postfix, FasterGameLoading.AccessTools_AllTypes_Patch.Postfix
  243. AccessTools.TypeByName: PRE: FasterGameLoading.AccessTools_TypeByName_Patch.Prefix post: FasterGameLoading.AccessTools_TypeByName_Patch.Postfix
  244. Activator.CreateInstance: PRE: PerformanceFish.System.ReflectionCaching+ActivatorPatches+CreateInstance_Type.Prefix
  245. ActiveDropPod.PodOpen: PRE: MapReroll.Patches.ActiveDropPod_PodOpen_Patch.RecordPodContents
  246. ActiveLessonHandler.Activate: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  247. ActiveTip.DrawInner: PRE: RimHUD.Access.Patch.Verse_ActiveTip_DrawInner.Prefix
  248. ActiveTip.get_FinalText: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  249. ActiveTip.get_TipRect: PRE: RimHUD.Access.Patch.Verse_ActiveTip_TipRect.Prefix
  250. AlertAnimalMaster..ctor: post: Proton.Alert_Constructor_Patch.Postfix
  251. AlertBedroom..ctor: post: Proton.Alert_Constructor_Patch.Postfix
  252. AlertBodyModification..ctor: post: Proton.Alert_Constructor_Patch.Postfix
  253. AlertHumanLeather..ctor: post: Proton.Alert_Constructor_Patch.Postfix
  254. AlertLovers..ctor: post: Proton.Alert_Constructor_Patch.Postfix
  255. AlertNudist..ctor: post: Proton.Alert_Constructor_Patch.Postfix
  256. AlertSchedule..ctor: post: Proton.Alert_Constructor_Patch.Postfix
  257. AlertSharedBed..ctor: post: Proton.Alert_Constructor_Patch.Postfix
  258. AlertTaintedApparel..ctor: post: Proton.Alert_Constructor_Patch.Postfix
  259. Alert_AbandonedBaby..ctor: post: Proton.Alert_Constructor_Patch.Postfix
  260. Alert_ActivatorCountdown..ctor: post: Proton.Alert_Constructor_Patch.Postfix
  261. Alert_AgeReversalDemandNear..ctor: post: Proton.Alert_Constructor_Patch.Postfix
  262. Alert_AllyNeedsRescue..ctor: post: Proton.Alert_Constructor_Patch.Postfix
  263. Alert_Analyzable_GrayFlesh..ctor: post: Proton.Alert_Constructor_Patch.Postfix
  264. Alert_Analyzable_NeuralLump..ctor: post: Proton.Alert_Constructor_Patch.Postfix
  265. Alert_Analyzable_RevenantFlesh..ctor: post: Proton.Alert_Constructor_Patch.Postfix
  266. Alert_AnimaLinkingReady..ctor: post: Proton.Alert_Constructor_Patch.Postfix
  267. Alert_AnimalFilth..ctor: post: Proton.Alert_Constructor_Patch.Postfix
  268. Alert_AnimalHeatstroke..ctor: post: Proton.Alert_Constructor_Patch.Postfix
  269. Alert_AnimalHypothermia..ctor: post: Proton.Alert_Constructor_Patch.Postfix
  270. Alert_AnimalPenNeeded..ctor: post: Proton.Alert_Constructor_Patch.Postfix
  271. Alert_AnimalPenNotEnclosed..ctor: post: Proton.Alert_Constructor_Patch.Postfix
  272. Alert_AnimalRoaming..ctor: post: Proton.Alert_Constructor_Patch.Postfix
  273. Alert_AsceticBedroomQuality..ctor: post: Proton.Alert_Constructor_Patch.Postfix
  274. Alert_AwaitingMedicalOperation..ctor: post: Proton.Alert_Constructor_Patch.Postfix
  275. Alert_BestowerWaiting..ctor: post: Proton.Alert_Constructor_Patch.Postfix
  276. Alert_BilliardsTableOnWall..ctor: post: Proton.Alert_Constructor_Patch.Postfix
  277. Alert_Biostarvation..ctor: post: Proton.Alert_Constructor_Patch.Postfix
  278. Alert_Blight..ctor: post: Proton.Alert_Constructor_Patch.Postfix
  279. Alert_Boredom..ctor: post: Proton.Alert_Constructor_Patch.Postfix
  280. Alert_BrawlerHasRangedWeapon..ctor: post: Proton.Alert_Constructor_Patch.Postfix
  281. Alert_CannotBeUsedRoofed..ctor: post: Proton.Alert_Constructor_Patch.Postfix
  282. Alert_CaravanIdle..ctor: post: Proton.Alert_Constructor_Patch.Postfix
  283. Alert_CasketOpening..ctor: post: Proton.Alert_Constructor_Patch.Postfix
  284. Alert_ChessTableNoChairs..ctor: post: Proton.Alert_Constructor_Patch.Postfix
  285. Alert_ColonistLeftUnburied..ctor: post: Proton.Alert_Constructor_Patch.Postfix
  286. Alert_ColonistNeedsRescuing..ctor: post: Proton.Alert_Constructor_Patch.Postfix
  287. Alert_ColonistNeedsTend..ctor: post: Proton.Alert_Constructor_Patch.Postfix
  288. Alert_ColonistsIdle..ctor: post: Proton.Alert_Constructor_Patch.Postfix
  289. Alert_ConnectedPawnNotAssignedToPlantCutting..ctor: post: Proton.Alert_Constructor_Patch.Postfix
  290. Alert_CreepJoinerTimeout..ctor: post: Proton.Alert_Constructor_Patch.Postfix
  291. Alert_CubeWithdrawal..ctor: post: Proton.Alert_Constructor_Patch.Postfix
  292. Alert_CultistPsychicRitual..ctor: post: Proton.Alert_Constructor_Patch.Postfix
  293. Alert_DangerousActivity..ctor: post: Proton.Alert_Constructor_Patch.Postfix
  294. Alert_DateRitualComing..ctor: post: Proton.Alert_Constructor_Patch.Postfix
  295. Alert_DeathrestComplete..ctor: post: Proton.Alert_Constructor_Patch.Postfix
  296. Alert_Digesting..ctor: post: Proton.Alert_Constructor_Patch.Postfix
  297. Alert_DisallowedBuildingInsideMonument..ctor: post: Proton.Alert_Constructor_Patch.Postfix
  298. Alert_DormanyWakeUpDelay..ctor: post: Proton.Alert_Constructor_Patch.Postfix
  299. Alert_DrainingBatteries..ctor: post: Proton.Alert_Constructor_Patch.Postfix
  300. Alert_EmergingPitGate..ctor: post: Proton.Alert_Constructor_Patch.Postfix
  301. Alert_EnemiesOnMap..ctor: post: Proton.Alert_Constructor_Patch.Postfix
  302. Alert_EnemyNeedsRescue..ctor: post: Proton.Alert_Constructor_Patch.Postfix
  303. Alert_EntityNeedsTend..ctor: post: Proton.Alert_Constructor_Patch.Postfix
  304. Alert_Exhaustion..ctor: post: Proton.Alert_Constructor_Patch.Postfix
  305. Alert_FireInHomeArea..ctor: post: Proton.Alert_Constructor_Patch.Postfix
  306. Alert_FuelNodeIgnition..ctor: post: Proton.Alert_Constructor_Patch.Postfix
  307. Alert_GauranlenTreeWithoutProductionMode..ctor: post: Proton.Alert_Constructor_Patch.Postfix
  308. Alert_GenebankUnpowered..ctor: post: Proton.Alert_Constructor_Patch.Postfix
  309. Alert_GeneratorDisconnected..ctor: post: Proton.Alert_Constructor_Patch.Postfix
  310. Alert_GeneratorFuelLow..ctor: post: Proton.Alert_Constructor_Patch.Postfix
  311. Alert_GeneratorWastingFuel..ctor: post: Proton.Alert_Constructor_Patch.Postfix
  312. Alert_GhoulHypothermia..ctor: post: Proton.Alert_Constructor_Patch.Postfix
  313. Alert_HandlerInvalid..ctor: post: Proton.Alert_Constructor_Patch.Postfix
  314. Alert_Heatstroke..ctor: post: Proton.Alert_Constructor_Patch.Postfix
  315. Alert_HiddenEnemiesOnMap..ctor: post: Proton.Alert_Constructor_Patch.Postfix
  316. Alert_HitchedAnimalHungryNoFood..ctor: post: Proton.Alert_Constructor_Patch.Postfix
  317. Alert_HumanLeatherApparelSad..ctor: post: Proton.Alert_Constructor_Patch.Postfix
  318. Alert_HunterHasShieldAndRangedWeapon..ctor: post: Proton.Alert_Constructor_Patch.Postfix
  319. Alert_HunterLacksRangedWeapon..ctor: post: TweaksGalore.Patches_HunterMelee+Patch_WorkGiver_HunterHunt_HasHuntingWeapon+Patch_HuntersLacksWeaponAlert.Postfix, Proton.Alert_Constructor_Patch.Postfix
  320. Alert_HunterLacksRangedWeapon.get_HuntersWithoutRangedWeapon: post: PeteTimesSix.SimpleSidearms.Intercepts.Alert_HunterLacksRangedWeapon_HuntersWithoutRangedWeapon_Postfix.HuntersWithoutRangedWeapon TRANS: AchtungMod.Alert_HunterLacksRangedWeapon_HuntersWithoutRangedWeapon_Patch.Transpiler
  321. Alert_Hypothermia..ctor: post: Proton.Alert_Constructor_Patch.Postfix
  322. Alert_HypothermicAnimals..ctor: post: Proton.Alert_Constructor_Patch.Postfix
  323. Alert_IdeoBuildingDisrespected..ctor: post: Proton.Alert_Constructor_Patch.Postfix
  324. Alert_IdeoBuildingMissing..ctor: post: Proton.Alert_Constructor_Patch.Postfix
  325. Alert_ImmobileCaravan..ctor: post: Proton.Alert_Constructor_Patch.Postfix
  326. Alert_InfestationDelay..ctor: post: Proton.Alert_Constructor_Patch.Postfix
  327. Alert_InhibitorBlocked..ctor: post: Proton.Alert_Constructor_Patch.Postfix
  328. Alert_InsufficientContainmentStrength..ctor: post: Proton.Alert_Constructor_Patch.Postfix
  329. Alert_LifeThreateningHediff..ctor: post: Proton.Alert_Constructor_Patch.Postfix
  330. Alert_LowBabyFood..ctor: post: Proton.Alert_Constructor_Patch.Postfix
  331. Alert_LowDeathrest..ctor: post: Proton.Alert_Constructor_Patch.Postfix
  332. Alert_LowFood..ctor: post: Proton.Alert_Constructor_Patch.Postfix
  333. Alert_LowHemogen..ctor: post: Proton.Alert_Constructor_Patch.Postfix
  334. Alert_LowMedicine..ctor: post: Proton.Alert_Constructor_Patch.Postfix
  335. Alert_MajorOrExtremeBreakRisk..ctor: post: Proton.Alert_Constructor_Patch.Postfix
  336. Alert_Manhunter..ctor: post: Proton.Alert_Constructor_Patch.Postfix
  337. Alert_MeatHunger..ctor: post: Proton.Alert_Constructor_Patch.Postfix
  338. Alert_MechChargerFull..ctor: post: Proton.Alert_Constructor_Patch.Postfix
  339. Alert_MechDamaged..ctor: post: Proton.Alert_Constructor_Patch.Postfix
  340. Alert_MechMissingBodyPart..ctor: post: Proton.Alert_Constructor_Patch.Postfix
  341. Alert_MinifiedTreeAboutToDie..ctor: post: Proton.Alert_Constructor_Patch.Postfix
  342. Alert_MinorBreakRisk..ctor: post: Proton.Alert_Constructor_Patch.Postfix
  343. Alert_MissingSidearm..ctor: post: Proton.Alert_Constructor_Patch.Postfix
  344. Alert_MonolithAutoActivating..ctor: post: Proton.Alert_Constructor_Patch.Postfix
  345. Alert_MonumentMarkerMissingBlueprints..ctor: post: Proton.Alert_Constructor_Patch.Postfix
  346. Alert_NeedAnomalyProject..ctor: post: Proton.Alert_Constructor_Patch.Postfix
  347. Alert_NeedBabyCribs..ctor: post: Proton.Alert_Constructor_Patch.Postfix
  348. Alert_NeedBatteries..ctor: post: Proton.Alert_Constructor_Patch.Postfix
  349. Alert_NeedColonistBeds..ctor: post: Proton.Alert_Constructor_Patch.Postfix
  350. Alert_NeedDefenses..ctor: post: Proton.Alert_Constructor_Patch.Postfix
  351. Alert_NeedDoctor..ctor: post: Proton.Alert_Constructor_Patch.Postfix
  352. Alert_NeedHoldingPlatform..ctor: post: Proton.Alert_Constructor_Patch.Postfix
  353. Alert_NeedJoySources..ctor: post: Proton.Alert_Constructor_Patch.Postfix
  354. Alert_NeedMealSource..ctor: post: Proton.Alert_Constructor_Patch.Postfix
  355. Alert_NeedMechChargers..ctor: post: Proton.Alert_Constructor_Patch.Postfix
  356. Alert_NeedMeditationSpot..ctor: post: Proton.Alert_Constructor_Patch.Postfix
  357. Alert_NeedMiner..ctor: post: Proton.Alert_Constructor_Patch.Postfix
  358. Alert_NeedResearchBench..ctor: post: Proton.Alert_Constructor_Patch.Postfix
  359. Alert_NeedResearchProject..ctor: post: Proton.Alert_Constructor_Patch.Postfix
  360. Alert_NeedSlaveBeds..ctor: post: Proton.Alert_Constructor_Patch.Postfix
  361. Alert_NeedSlaveCribs..ctor: post: Proton.Alert_Constructor_Patch.Postfix
  362. Alert_NeedWarden..ctor: post: Proton.Alert_Constructor_Patch.Postfix
  363. Alert_NeedWarmClothes..ctor: post: Proton.Alert_Constructor_Patch.Postfix
  364. Alert_NeutralNeedsRescue..ctor: post: Proton.Alert_Constructor_Patch.Postfix
  365. Alert_NoBabyFeeders..ctor: post: Proton.Alert_Constructor_Patch.Postfix
  366. Alert_NoBabyFoodCaravan..ctor: post: Proton.Alert_Constructor_Patch.Postfix
  367. Alert_NoHandlerInRange..ctor: post: Proton.Alert_Constructor_Patch.Postfix
  368. Alert_NoStorage..ctor: post: Proton.Alert_Constructor_Patch.Postfix
  369. Alert_NotBondedAnimalMaster..ctor: post: Proton.Alert_Constructor_Patch.Postfix
  370. Alert_ObstructedGenerator..ctor: post: Proton.Alert_Constructor_Patch.Postfix
  371. Alert_OrbitalTrader..ctor: post: Proton.Alert_Constructor_Patch.Postfix
  372. Alert_OrbitalTrader..ctor: post: Proton.Alert_Constructor_Patch.Postfix
  373. Alert_PasteDispenserNeedsHopper..ctor: post: Proton.Alert_Constructor_Patch.Postfix
  374. Alert_PawnTrader..ctor: post: Proton.Alert_Constructor_Patch.Postfix
  375. Alert_PawnTrader..ctor: post: Proton.Alert_Constructor_Patch.Postfix
  376. Alert_PennedAnimalHungry..ctor: post: Proton.Alert_Constructor_Patch.Postfix
  377. Alert_PokerTableNoChairs..ctor: post: Proton.Alert_Constructor_Patch.Postfix
  378. Alert_PollutedTerrain..ctor: post: Proton.Alert_Constructor_Patch.Postfix
  379. Alert_Predator..ctor: post: Proton.Alert_Constructor_Patch.Postfix
  380. Alert_PredatorHunt..ctor: post: Proton.Alert_Constructor_Patch.Postfix
  381. Alert_PredatorInPen..ctor: post: Proton.Alert_Constructor_Patch.Postfix
  382. Alert_PsychicBondedSeparated..ctor: post: Proton.Alert_Constructor_Patch.Postfix
  383. Alert_QuestExpiresSoon..ctor: post: Proton.Alert_Constructor_Patch.Postfix
  384. Alert_ReimplantationAvailable..ctor: post: Proton.Alert_Constructor_Patch.Postfix
  385. Alert_RolesEmpty..ctor: post: Proton.Alert_Constructor_Patch.Postfix
  386. Alert_RoyalNoAcceptableFood..ctor: post: Proton.Alert_Constructor_Patch.Postfix
  387. Alert_RoyalNoThroneAssigned..ctor: post: Proton.Alert_Constructor_Patch.Postfix
  388. Alert_SettingsChecked..ctor: post: Proton.Alert_Constructor_Patch.Postfix
  389. Alert_SharingBedUnhappy..ctor: post: Proton.Alert_Constructor_Patch.Postfix
  390. Alert_ShieldUserHasRangedWeapon..ctor: post: Proton.Alert_Constructor_Patch.Postfix
  391. Alert_ShortCircuitRisk..ctor: post: Proton.Alert_Constructor_Patch.Postfix
  392. Alert_ShuttleLandingBeaconUnusable..ctor: post: Proton.Alert_Constructor_Patch.Postfix
  393. Alert_SlaveRebellionLikely..ctor: post: Proton.Alert_Constructor_Patch.Postfix
  394. Alert_SlavesUnattended..ctor: post: Proton.Alert_Constructor_Patch.Postfix
  395. Alert_SlavesUnsuppressed..ctor: post: Proton.Alert_Constructor_Patch.Postfix
  396. Alert_StarvationAnimals..ctor: post: Proton.Alert_Constructor_Patch.Postfix
  397. Alert_StarvationColonists..ctor: post: Proton.Alert_Constructor_Patch.Postfix
  398. Alert_StatsLearning..ctor: post: Proton.Alert_Constructor_Patch.Postfix
  399. Alert_SubjectHasNowOverseer..ctor: post: Proton.Alert_Constructor_Patch.Postfix
  400. Alert_TaintedApparel..ctor: post: Proton.Alert_Constructor_Patch.Postfix
  401. Alert_TatteredApparel..ctor: post: Proton.Alert_Constructor_Patch.Postfix
  402. Alert_ThroneroomInvalidConfiguration..ctor: post: Proton.Alert_Constructor_Patch.Postfix
  403. Alert_TimedMakeFactionHostile..ctor: post: Proton.Alert_Constructor_Patch.Postfix
  404. Alert_TimedRaidsArriving..ctor: post: Proton.Alert_Constructor_Patch.Postfix
  405. Alert_TitleRequiresBedroom..ctor: post: Proton.Alert_Constructor_Patch.Postfix
  406. Alert_ToxicBuildup..ctor: post: Proton.Alert_Constructor_Patch.Postfix
  407. Alert_ToxifierGeneratorStopped..ctor: post: Proton.Alert_Constructor_Patch.Postfix
  408. Alert_TraderOnMap..ctor: post: Proton.Alert_Constructor_Patch.Postfix
  409. Alert_TraderOrbital..ctor: post: Proton.Alert_Constructor_Patch.Postfix
  410. Alert_UndercaveUnstable..ctor: post: Proton.Alert_Constructor_Patch.Postfix
  411. Alert_UndignifiedBedroom..ctor: post: Proton.Alert_Constructor_Patch.Postfix
  412. Alert_UndignifiedThroneroom..ctor: post: Proton.Alert_Constructor_Patch.Postfix
  413. Alert_UnhappyNudity..ctor: post: Proton.Alert_Constructor_Patch.Postfix
  414. Alert_UnroofedElectrical..ctor: post: Proton.Alert_Constructor_Patch.Postfix
  415. Alert_UnusableMeditationFocus..ctor: post: Proton.Alert_Constructor_Patch.Postfix
  416. Alert_UnusableMeditationFocus.Alert_PermitAvailable..ctor: post: Proton.Alert_Constructor_Patch.Postfix
  417. Alert_WantToSleepWith..ctor: post: Proton.Alert_Constructor_Patch.Postfix
  418. Alert_WarqueenHasLowResources..ctor: post: Proton.Alert_Constructor_Patch.Postfix
  419. AlertsReadout..ctor: post: Proton.AlertsReadout_Constructor_Patch.Postfix
  420. AlertsReadout.AlertsReadoutOnGUI: TRANS: Proton.AlertsReadout_AlertsReadoutOnGUI_Patch.Transpiler
  421. AlertsReadout.AlertsReadoutUpdate: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler, Proton.AlertsReadout_AlertsReadoutUpdate_Patch.Transpiler
  422. AlertsReadout.CheckAddOrRemoveAlert: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  423. ApparelGraphicRecordGetter.TryGetGraphicApparel: TRANS: VFECore.Patch_ApparelGraphicRecordGetter_TryGetGraphicApparel_Transpiler.Transpiler
  424. ArchitectCategoryTab.DesignationTabOnGUI: TRANS: ArchitectIcons.ArchitectIconsMod.OffsetGizmos
  425. ArchitectCategoryTab.DoInfoBox: PRE: RelevantStatsInDescription.ArchitectCategoryTab_DoInfoBox.Prefix, UINotIncluded.ArchitectCategoryTabPatches.Prefix post: RelevantStatsInDescription.ArchitectCategoryTab_DoInfoBox.Postfix
  426. ArchitectCategoryTab.get_InfoRect: post: TabSorting.ArchitectCategoryTab_InfoRect.Postfix TRANS: ArchitectIcons.ArchitectIconsMod.WidenInfoBox
  427. AreaAllowedGUI.DoAllowedAreaSelectors: PRE: TooManyAreas.AreaAllowedGUI_DoAllowedAreaSelectors.Prefix
  428. AreaManager.CanMakeNewAllowed: PRE: AreaUnlocker.AreaManager_CanMakeNewAllowed.Prefix
  429. ArmorUtility.ApplyArmor: TRANS: [800]VFECore.Patch_ArmorUtility+ApplyArmor.Transpiler
  430. ArmorUtility.GetPostArmorDamage: PRE: VFECore.Patch_ArmorUtility+GetPostArmorDamage.Prefix
  431. AttachableThing.get_DrawPos: post: YayoAnimation.HarmonyPatches.OffsetAttachableThing.Postfix
  432. AutoUndrafter.AutoUndraftTick: post: PeteTimesSix.SimpleSidearms.Intercepts.AutoUndrafter_AutoUndraftTick_Postfix.AutoUndraftTick
  433. AutoUndrafter_AutoUndraftTick_Postfix.AutoUndraftTick: TRANS: SwitchWeapons.AutoUndrafter_AutoUndraftTick_Postfix_AutoUndraftTick.Transpiler
  434. BabyPlayDef.get_Worker: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  435. BackCompatibility.BackCompatibleDefName: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  436. BackCompatibility.GetBackCompatibleBodyPartIndex: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  437. BackCompatibility.GetBackCompatibleType: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  438. BackCompatibility.GetBackCompatibleTypeDirect: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  439. BackCompatibility.PostCouldntLoadDef: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  440. BackCompatibility.PostExposeData: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  441. BackCompatibility.PostLoadSavegame: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  442. BackCompatibility.PreLoadSavegame: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  443. BackstoryDef.BodyTypeFor: post: VFECore.BackstoryDef_BodyTypeFor_Patch.Postfix
  444. BackstoryDef.FullDescriptionFor: TRANS: VFECore.BackstoryDef_FullDescriptionFor_Patch.Transpiler
  445. BackstoryTranslationUtility.<BackstoryTranslationElements>d__3.MoveNext: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  446. BackstoryTranslationUtility.BackstoryTranslationsMatchingEnglish: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  447. BackstoryTranslationUtility.GetLegacyBackstoryTranslations: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  448. BackstoryTranslationUtility.LoadAndInjectBackstoryData: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  449. BackstoryTranslationUtility.MissingBackstoryTranslations: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  450. BaseGen.Generate: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  451. BeachMaker.BeachTerrainAt: PRE: MapDesigner.Patches.CoastTerrainPatch.Prefix
  452. BeachMaker.Init: PRE: [10]MapReroll.Patches.DeterministicGenerationPatcher.DeterministicBeachSetup post: [-10]MapReroll.Patches.DeterministicGenerationPatcher.PopDeterministicRandState
  453. BeautyDrawer.ShouldShow: post: AchtungMod.BeautyDrawer_ShouldShow_Patch.Postfix
  454. BeautyUtility.FillBeautyRelevantCells: TRANS: RocketMan.Patches.BeautyUtility_Patch+BeautyUtility_FillBeautyRelevantCells_Patch.Transpiler
  455. Bill.Clone: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  456. Bill.DoInterface: PRE: ImprovedWorkbenches.Bill_DoInterface_Detour.Prefix post: ImprovedWorkbenches.Bill_DoInterface_Detour.Postfix
  457. Bill.get_LabelCap: PRE: ImprovedWorkbenches.Bill_LabelCap_Detour.Prefix
  458. BillRepeatModeUtility.MakeConfigFloatMenu: PRE: ImprovedWorkbenches.BillRepeatModeUtility_MakeConfigFloatMenu_Detour.Prefix
  459. BillStack.Delete: PRE: ImprovedWorkbenches.BillStack_Delete_Detour.Prefix
  460. BillStack.DoListing: PRE: CategorizedBillMenus.BillStack_Patches.DoListing, DubsMintMenus.Patch_BillStack_DoListing.Prefix, ImprovedWorkbenches.BillStack_DoListing_Detour.Prefix post: ImprovedWorkbenches.BillStack_DoListing_Detour.Postfix TRANS: BillCategories.BillStackPatch.DoListing_Transpiler
  461. BillUtility.MakeNewBill: post: ImprovedWorkbenches.Detours.BillUtility_MakeNewBill_Detour.Postfix
  462. BillUtility.Notify_ColonistUnavailable: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  463. Bill_Production.Clone: post: ImprovedWorkbenches.ExtendedBillData_Clone.Postfix
  464. Bill_Production.DoConfigInterface: PRE: ImprovedWorkbenches.Bill_Production_DoConfigInterface_Detour.Prefix post: ImprovedWorkbenches.Bill_Production_DoConfigInterface_Detour.Postfix
  465. Bill_Production.ExposeData: post: ImprovedWorkbenches.ExtendedBillData_ExposeData.Postfix
  466. Bill_Production.get_RepeatInfoText: PRE: ImprovedWorkbenches.Bill_Production_RepeatInfoText_Detour.Prefix
  467. BiomeDef.get_Worker: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  468. BossgroupDef.get_Worker: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  469. BuildCopyCommandUtility.FindAllowedDesignator: PRE: [2147483647]PerformanceOptimizer.Optimization_BuildCopyCommandUtility_FindAllowedDesignator.Prefix post: [-2147483648]PerformanceOptimizer.Optimization_BuildCopyCommandUtility_FindAllowedDesignator.Postfix
  470. BuildDesignatorUtility.TryDrawPowerGridAndAnticipatedConnection: TRANS: PowerView.BuildDesignatorUtility_Transpiler.Transpiler
  471. BuildableDef.PostLoad: TRANS: FasterGameLoading.BuildableDef_PostLoad_Patch.Transpiler
  472. BuildableDef.get_PlaceWorkers: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  473. Building.Destroy: PRE: VanillaFurnitureExpanded.Building_Destroy_Patch.Prefix, ImprovedWorkbenches.Building_Destroy_Detour.Prefix
  474. Building.SpawnSetup: post: ScatteredStones.Patch_SpawnSetup.Postfix
  475. Building_Bed.DrawGUIOverlay: PRE: [600]ToggleableOverlays.Patch_Building_Bed_DrawGUIOverlay.Prefix
  476. Building_CommsConsole.GetCommTargets: post: VFECore.Building_CommsConsole_GetCommTargets_Patch.Postfix
  477. Building_Door.PawnCanOpen: post: TweaksGalore.Patch_Building_Door_PawnCanOpen.Postfix
  478. Building_TurretGun.DrawExtraSelectionOverlays: post: VFECore.Building_TurretGun_DrawExtraSelectionOverlays_Patch.Postfix TRANS: VFECore.Building_TurretGun_DrawExtraSelectionOverlays_Transpiler.Transpiler
  479. Building_TurretGun.GetGizmos: post: BaalEvan.TurretHunt.Patches.Building_TurretGun_GetGizmos.Postfix
  480. Building_TurretGun.IsValidTarget: post: VFECore.Building_TurretGun_IsValidTarget_Patch.Postfix
  481. Building_TurretGun.TryFindNewTarget: PRE: BaalEvan.TurretHunt.Patches.Building_TurretGun_TryFindNewTarget.Prefix
  482. Building_TurretGun.get_CanSetForcedTarget: post: BaalEvan.AllTurretsCanSetForcedTarget.Building_TurretGun_CanSetForcedTarget.Postfix
  483. CameraDriver.CalculateCurInputDollyVect: TRANS: UINotIncluded.Patches.CameraDriverPatch.Transpiler
  484. CameraDriver.CameraDriverOnGUI: PRE: SimpleCameraSetting.CameraDriverOnGUIPatch.Prefix
  485. CameraDriver.Update: PRE: AchtungMod.Root_Play_Update_Patch.Prefix post: AchtungMod.Root_Play_Update_Patch.Postfix, Soyuz.Patches.CameraDriver_Patch.Postfix
  486. CameraDriver.get_CurrentZoom: PRE: SimpleCameraSetting.CameraConfigPatch.CurrentZoomPreFix
  487. CameraMapConfig.ConfigFixedUpdate_60: PRE: SimpleCameraSetting.CameraMapConfigUpdatePatch.Prefix
  488. Caravan.GetGizmos: post: VFECore.Abilities.Caravan_GetGizmos_Patch.Postfix, ReGrowthCore.Caravan_GetGizmos_Patch.Postfix
  489. CaravanArrivalAction_Enter.Arrived: post: BetterPawnControl.CaravanArrivalAction_Enter_Arrived.Postfix
  490. CaravanEnterMapUtility.Enter: PRE: PeteTimesSix.SimpleSidearms.Intercepts.CaravanEnterMapUtility_Enter.Prefix, MapReroll.Patches.CaravanEnterMapUtility_Enter_Patch.RecordPlayerAddedMapThings post: PeteTimesSix.SimpleSidearms.Intercepts.CaravanEnterMapUtility_Enter.Postfix
  491. CaravanUIUtility.<>c.<AddPawnsSections>b__8_6: post: VFE.Mechanoids.CaravanUIUtility_AddPawnsSections_MechSection_Patch.Postfix
  492. CaravanUIUtility.AddPawnsSections: post: VFE.Mechanoids.CaravanUIUtility_AddPawnsSections_Patch.Postfix
  493. Caravan_NeedsTracker.TrySatisfyJoyNeed: TRANS: Soyuz.Patches.Caravan_NeedsTracker_TrySatisfyJoyNeed_Patch.Transpiler
  494. Caravan_NeedsTracker.TrySatisfyPawnNeeds: post: VFE.Mechanoids.TrySatisfyPawnNeeds_Patch.Postfix
  495. Caravan_TraderTracker.ColonyThingsWillingToBuy: post: PeteTimesSix.SimpleSidearms.Intercepts.Caravan_TraderTracker_ColonyThingsWillingToBuy.Postfix
  496. CellFinder.TryFindRandomEdgeCellWith: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  497. CellFinder.TryFindRandomEdgeCellWith: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  498. CellInspectorDrawer.DrawMapInspector: post: ReGrowthCore.CellInspectorDrawer_DrawMapInspector_Patch.Postfix TRANS: ReGrowthCore.CellInspectorDrawer_DrawMapInspector_Patch.Transpiler
  499. CellInspectorDrawer.ShouldShow: post: AchtungMod.CellInspectorDrawer_ShouldShow_Patch.Postfix
  500. CharacterCardUtility.<>c.<DoLeftSection>b__43_6: post: TraitIcons.Size_Patch.Postfix
  501. CharacterCardUtility.<>c.<DoLeftSection>b__43_9: post: TraitIcons.Size_Patch.Postfix
  502. CharacterCardUtility.<>c__DisplayClass43_0.<DoLeftSection>b__4: post: TraitIcons.Backstories_Patch.Posfix
  503. CharacterCardUtility.<>c__DisplayClass43_2.<DoLeftSection>b__8: PRE: TraitIcons.Main_Patch.Prefix
  504. ColonistBar.CheckRecacheEntries: PRE: UINotIncluded.CheckRecacheEntriesPatch.Prefix post: UINotIncluded.CheckRecacheEntriesPatch.Postfix
  505. Command.GizmoOnGUIInt: post: VFECore.AI.DraftGizmos.GizmoOnGUIPostfix
  506. Command_SetPlantToGrow.ProcessInput: PRE: DubsMintMenus.Patch_Command_SetPlantToGrow.Prefix
  507. CompAffectedByFacilities.CanPotentiallyLinkTo_Static: PRE: LinkableSettings.CompAffectedByFacilities_CanPotentiallyLinkTo_Static.Prefix
  508. CompAffectedByFacilities.IsPotentiallyValidFacilityForMe_Static: PRE: LinkableSettings.CompAffectedByFacilities_IsPotentiallyValidFacilityForMe_Static.Prefix
  509. CompAssignableToPawn.<CompGetGizmosExtra>b__31_0: PRE: DubsMintMenus.Patch_CompAssignableToPawn.Prefix
  510. CompAssignableToPawn_Bed.IdeoligionForbids: PRE: PerformanceFish.ThingCompCaching+CompAssignableToPawn_Bed_Patch.Prefix post: PerformanceFish.ThingCompCaching+CompAssignableToPawn_Bed_Patch.Postfix
  511. CompCauseGameCondition_ForceWeather.<>c.<RandomizeSettings>b__6_0: post: VFECore.Patch_RandomizeSettings.Postfix
  512. CompExplosive.Detonate: PRE: VFECore.CompExplosive_Shells.Detonate_Prefix
  513. CompGlower.<>c__DisplayClass31_1.<CompGetGizmosExtra>b__2: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  514. CompGlower.ReceiveCompSignal: post: PipeSystem.ReceiveCompSignal_Postfix.Postfix
  515. CompGlower.SetGlowColorInternal: post: VanillaFurnitureExpanded.CompGlowerExtended+CompGlower_SetGlowColorInternal_Patch.Postfix
  516. CompGlower.get_ShouldBeLitNow: post: PipeSystem.ShouldBeLitNow_Postfix.Postfix
  517. CompHasGatherableBodyResource.Gathered: TRANS: HarvestYieldPatch.AnimalYieldPatch.AnimalYieldPatch_Transpiler
  518. CompMilkable.CompInspectStringExtra: post: TweaksGalore.Patch_CompMilkable_CompInspectStringExtra.Postfix
  519. CompPower.CompPrintForPowerGrid: PRE: PowerView.CompPowerPatch.Prefix
  520. CompPowerPlantWind.CompTick: TRANS: ReGrowthCore.CompPowerPlantWind_CompTick_Patch.Transpiler
  521. CompProjectileInterceptor.Notify_LordDestroyed: post: TweaksGalore.Patch_CompProjectileInterceptor_Notify_LordDestroyed.Postfix
  522. CompProperties_Activity.get_Worker: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  523. CompProperties_RitualVisualEffect.GetInstance: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  524. CompQuality.CompInspectStringExtra: post: QualityColors.QualityColorsMod.AddColor3
  525. CompReadable.InitializeDoers: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  526. CompRottable.CompTick: TRANS: PerformanceFish.MiscOptimizations+CompRottable.Transpiler
  527. CompShearable.CompInspectStringExtra: post: TweaksGalore.Patch_CompShearable_CompInspectStringExtra.Postfix
  528. CompShield.PostPreApplyDamage: post: DamageMotes.ShieldBelt_Patch.Postfix
  529. CompSidearmMemory.GetMemoryCompForPawn: PRE: VFE.Mechanoids.HarmonyPatches.SimpleSidearmsPatch.GetMemoryCompForPawnPrefix
  530. CompSpawnerPawn.CreateNewLord: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  531. CompTurretGun.CompRenderNodes: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  532. CompUsable.UsedBy: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  533. ComplexThreatDef.get_Worker: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  534. ComplexThreatWorker.CanResolve: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  535. ComplexThreatWorker.Resolve: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  536. ConvertHelper.Convert: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  537. ConvertHelper.Convert: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  538. Corpse.RotStageChanged: PRE: TweaksGalore.Patch_Corpse_RotStageChanged.Prefix
  539. CrossRefHandler.ResolveAllCrossReferences: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  540. DamageDef.get_Worker: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  541. DamageWorker_AddInjury.ApplyDamageToPart: PRE: VanillaStorytellersExpanded.Patch_ApplyDamageToPart.Prefix
  542. DamageWorker_AddInjury.ApplyToPawn: TRANS: VanillaGenesExpanded.VanillaGenesExpanded_DamageWorker_AddInjury_ApplyToPawn_Patch.Transpiler
  543. DeathActionProperties.get_Worker: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  544. DebugActionsMapManagement.<>c__DisplayClass13_0.<UseGenStep>b__0: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  545. DebugActionsMisc.<>c__DisplayClass25_0.<ChangeCameraConfig>b__1: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  546. DebugActionsQuests.<>c__DisplayClass4_0.<GenerateQuestsSamples>b__1: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  547. DebugActionsQuests.<>c__DisplayClass6_0.<TestQuestPart>b__0: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  548. DebugLoadIDsSavingErrorsChecker.RegisterDeepSaved: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  549. DebugLoadIDsSavingErrorsChecker.RegisterReferenced: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  550. DebugTabMenu_Settings.InitActions: post: MoreWidgets.Patch_ShowCoords.InitActions_Post
  551. DebugThingPlaceHelper.IsDebugSpawnable: post: CherryPicker.Patch_IsDebugSpawnable.Postfix
  552. DebugToolsPawns.<>c__DisplayClass71_1.<TryJobGiver>b__0: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  553. DebugToolsSpawning.<>c__DisplayClass43_0.<ChangeCameraConfigWorld>b__0: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  554. DebugTools_MapGen.<>c__DisplayClass0_0.<Options_Scatterers>b__0: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  555. DebugWindowsOpener..ctor: post: RocketMan.DebugWindowsOpener_Patch.Postfix, RocketMan.DebugWindowsOpener_Patch.Postfix TRANS: RocketMan.DebugWindowsOpener_Patch.Transpiler
  556. DebugWindowsOpener.DevToolStarterOnGUI: PRE: VFECore.DebugWindowsOpener_DevToolStarterOnGUI_Patch.Prefix, Analyzer.DebugLogenabler.DebugKeysPatch TRANS: RocketMan.DebugWindowsOpener_Patch.Transpiler
  557. DebugWindowsOpener.DrawButtons: PRE: UINotIncluded.Patches.DebugWindowsOpener_Patch.Prefix post: UINotIncluded.Patches.DebugWindowsOpener_Patch.Postfix TRANS: HugsLib.Patches.DebugWindowsOpener_Patch.DrawAdditionalButtons, VFECore.DebugWindowsOpener_DrawButtons_Patch.Transpiler, Foxy.QuickGive.Patch_DrawButtons.Transpiler
  558. DeepProfiler.End: PRE: StartupImpact.Patch.DeepProfilerEnd.Prefix
  559. DeepProfiler.Start: PRE: Prepatcher.HarmonyPatches.InitAllMetadataPrefix, StartupImpact.Patch.DeepProfilerStart.Prefix
  560. DeepResourceGrid.DeepResourcesOnGUI: post: VFECore.Patch_DeepResourceGrid_DeepResourcesOnGUI.Postfix
  561. DeepResourceGrid.GetCellExtraColor: post: VFECore.Patch_DeepResourceGrid_GetCellExtraColor.PostFix
  562. Def.SpecialDisplayStats: post: VFECore.Def_SpecialDisplayStats_Patch.Postfix
  563. DefGenerator.GenerateImpliedDefs_PreResolve: PRE: TweaksGalore.Patch_DefGenerator_GenerateImpliedDefs_PreResolve.Prefix post: AnimalTab.Patch_GenerateImpliedDefs_PreResolve.Postfix, Fluffy.DefGenerator_GenerateImpliedDefs_PreResolve.Postfix, Numbers.Numbers.Columndefs
  564. DefInjectionPackage.AddDataFromFile: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  565. DefInjectionPackage.SetDefFieldAtPath: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  566. DefOfHelper.RebindAllDefOfs: post: AnimalTab.Patch_InjectTrainerSettingsComp.Postfix
  567. DesignationCategoryDef.ResolveDesignators: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  568. DesignationCategoryDef.get_ResolvedAllowedDesignators: post: PipeSystem.ResolvedAllowedDesignators_Patch.Postfix
  569. DesignationDragger.DraggerUpdate: post: Merthsoft.DesignatorShapes.Patches.DesignationDragger_DraggerUpdate.Postfix TRANS: Merthsoft.DesignatorShapes.Patches.DesignationDragger_DraggerUpdate.Transpiler
  570. DesignationDragger.UpdateDragCellsIfNeeded: PRE: Merthsoft.DesignatorShapes.Patches.DesignationDragger_UpdateDragCellsIfNeeded.Prefix
  571. DesignationManager.AddDesignation: post: Merthsoft.DesignatorShapes.Patches.DesignationManager_AddDesignation.Postfix
  572. Designator.CreateReverseDesignationGizmo: PRE: [2147483647]PerformanceOptimizer.Optimization_Designator_CreateReverseDesignationGizmo.Prefix post: [-2147483648]PerformanceOptimizer.Optimization_Designator_CreateReverseDesignationGizmo.Postfix
  573. Designator.Finalize: post: Merthsoft.DesignatorShapes.Patches.Designator_Finalize.Postfix
  574. DesignatorManager.DesignatorManagerUpdate: post: AchtungMod.DesignatorManager_DesignatorManagerUpdate_Patch.Postfix
  575. DesignatorManager.ProcessInputEvents: PRE: Merthsoft.DesignatorShapes.Patches.DesignatorManager_ProcessInputEvents.Prefix post: Merthsoft.DesignatorShapes.Patches.DesignatorManager_ProcessInputEvents.Postfix
  576. DesignatorManager.Select: PRE: Merthsoft.DesignatorShapes.Patches.DesignatorManager_Select.Prefix post: Merthsoft.DesignatorShapes.Patches.DesignatorManager_Select.Postfix
  577. Designator_Build.DrawPanelReadout: TRANS: VFECore.Designator_Build_DrawPanelReadout_Patch.Transpiler
  578. Designator_Build.SelectedUpdate: post: PipeSystem.Designator_Build_Patch.Postfix
  579. Designator_Build.get_Desc: post: RelevantStatsInDescription.Designator_Build_Desc.Postfix
  580. Designator_Install.SelectedUpdate: post: PipeSystem.Designator_Install_Patch.Postfix
  581. Designator_Place.DoExtraGuiControls: PRE: RelevantStatsInDescription.Designator_Place_DoExtraGuiControls.Prefix
  582. DevModePermanentlyDisabledUtility.Disable: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  583. Dialog_AdvancedGameConfig.DoWindowContents: post: CharacterEditor.CEditor.AddMapSizeSlider, MapPreview.Patches.Patch_RimWorld_Dialog_AdvancedGameConfig.DoWindowContents TRANS: CustomMapSizes.HarmonyPatches.Patch_Dialog_AdvancedGameConfig_DoWindowContents.Transpiler
  584. Dialog_BillConfig.DoWindowContents: post: ImprovedWorkbenches.BillConfig_DoWindowContents_Patch.DrawFilters, MaterialFilter.Dialog_BillConfig_DoWindowContents_Patch.drawFilterButton
  585. Dialog_CameraConfigList.ReloadFiles: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  586. Dialog_ChooseMemes.GetFirstIncompatibleMemePair: post: VanillaMemesExpanded.VanillaMemesExpanded_Dialog_ChooseMemes_GetFirstIncompatibleMemePair_Patch.DetectIfRequiredMeme
  587. Dialog_ChooseMemes.TryAccept: PRE: VanillaMemesExpanded.VanillaMemesExpanded_Dialog_ChooseMemes_TryAccept_Patch.DetectIfPairedMeme
  588. Dialog_CreateXenotype.DrawGene: PRE: VanillaGenesExpanded.VanillaGenesExpanded_Dialog_CreateXenotype_DrawGene_Patch.Prefix
  589. Dialog_FormCaravan.TryReformCaravan: PRE: RealRuins.RealRuins+DialogFormCaravan_Patch.Prefix, RealRuins.RealRuins+DialogFormCaravan_Patch.Prefix
  590. Dialog_GrowthMomentChoices.DrawTraitChoices: PRE: TraitIcons.Dialog_GrowthMomentChoices_DrawTraitChoices_Patch.Prefix
  591. Dialog_IdeoList.ReloadFiles: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  592. Dialog_InfoCard.Close: post: BetterInfoCard.Dialog_InfoCard_Patch+Patch_Dialog_InfoCard_Close.Postfix
  593. Dialog_InfoCard.DoWindowContents: PRE: BetterInfoCard.Dialog_InfoCard_Patch+Patch_Dialog_InfoCard_DoWindowContents.Prefix
  594. Dialog_InfoCard.FillCard: PRE: AnimalBehaviours.VanillaExpandedFramework_Dialog_InfoCard_FillCard_Patch.Prefix post: BetterInfoCard.Dialog_InfoCard_Patch+Patch_Dialog_InfoCard_FillCard.Postfix TRANS: BetterInfoCard.Dialog_InfoCard_Patch+Patch_Dialog_InfoCard_FillCard.Transpiler
  595. Dialog_InfoCard.Notify_CommonSearchChanged: TRANS: BetterInfoCard.Dialog_InfoCard_Patch+Patch_Dialog_InfoCard_Notify_CommonSearchChanged.Transpiler
  596. Dialog_InfoCard.PushCurrentToHistoryAndClose: PRE: BetterInfoCard.Dialog_InfoCard_Patch+Patch_Dialog_InfoCard_PushCurrentToHistoryAndClose.Prefix
  597. Dialog_InfoCard.Setup: post: BetterInfoCard.Dialog_InfoCard_Patch+Patch_Dialog_InfoCard_Setup.Postfix
  598. Dialog_InfoCard.get_CommonSearchWidget: TRANS: BetterInfoCard.Dialog_InfoCard_Patch+Patch_Dialog_InfoCard_get_CommonSearchWidget.Transpiler
  599. Dialog_ManageAreas.DoWindowContents: PRE: AreaUnlocker.HarmonyPatch_Dialog_ManageAreas.Prefix
  600. Dialog_ManagePolicies`1.DoWindowContents: post: MaterialFilter.Dialog_ManageApparelPolicies_DoWindowContents_Patch.drawFilterButton
  601. Dialog_ModList.ReloadFiles: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  602. Dialog_ModList_Load.DoFileInteraction: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  603. Dialog_ModSettings.DoWindowContents: post: ModSettingsFramework.Dialog_ModSettings_Patch.Postfix
  604. Dialog_Options.DoCategoryRow: PRE: XmlExtensions.Dialog_Options_Patch.Prefix
  605. Dialog_Options.DoModOptions: PRE: [800]ModOptionsSort.Dialog_Options_DoModOptions_Patch.Prefix TRANS: HugsLib.Patches.DialogOptions_DoModOptions_Patch.InterceptWindowOpening
  606. Dialog_Options.PostOpen: post: HugsLib.Patches.DialogOptions_PostOpen_Patch.InjectHugsLibEntries, ModOptionsSort.Dialog_Options_PostOpen_Patch.Postfix
  607. Dialog_SaveFileList.<>c.<ReloadFilesTask>b__3_0: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  608. Dialog_SaveFileList.ReloadFiles: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  609. Dialog_ScenarioList.ReloadFiles: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  610. Dialog_SplitCaravan.AddItemsToTransferables: post: PeteTimesSix.SimpleSidearms.Intercepts.Dialog_SplitCaravan_AddItemsToTransferables.Postfix
  611. Dialog_SplitCaravan.TrySplitCaravan: PRE: PeteTimesSix.SimpleSidearms.Intercepts.Dialog_SplitCaravan_TrySplitCaravan.Prefix post: PeteTimesSix.SimpleSidearms.Intercepts.Dialog_SplitCaravan_TrySplitCaravan.Postfix
  612. Dialog_XenotypeList.ReloadFiles: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  613. DirectXmlLoader.DefFromNode: PRE: Prepatcher.HarmonyPatches.PrefixDefFromNode, StartupImpact.Patch.DirectXmlLoaderDefFromNode.Prefix post: StartupImpact.Patch.DirectXmlLoaderDefFromNode.Postfix, Gagarin.DirectXmlLoader_Patch+DirectXmlLoader_DefFromNode_Patch.Postfix TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  614. DirectXmlSaver.SaveDataObject: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  615. DirectXmlToObject.GetObjectFromXmlMethod: TRANS: XmlExtensions.GetObjectFromXmlMethod_Patch.Transpiler
  616. DirectXmlToObject.TryDoPostLoad: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  617. DrawBatch.Flush: TRANS: PerformanceFish.MiscOptimizations+DrawBatch_Flush.Transpiler
  618. DrugPolicy.ExposeData: PRE: VFECore.Patch_DrugPolicy+ExposeData.Prefix
  619. DynamicDrawManager.DrawDynamicThings: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  620. EditWindow_Log.DoMessagesListing: PRE: HugsLib.Patches.EditWindow_Log_Patch.ExtraLogWindowButtons TRANS: RocketMan.EditWindow_Log_DoMessagesListing_Patch.Transpiler
  621. Environment.GetStackTrace: PRE: HarmonyMod.Environment_GetStackTrace_Patch.Prefix
  622. ExpandableWorldObjectsUtility.ExpandableWorldObjectsOnGUI: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  623. Explosion.Tick: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  624. Extensions.IsValidSidearmsCarrier: post: VFE.Mechanoids.HarmonyPatches.SimpleSidearmsPatch.IsValidSidearmsCarrierPostfix
  625. ExternalHistoryUtility.Load: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  626. Faction.Notify_MemberDied: post: MURFactionRaidCooldown.Faction_Notify_MemberDied.Postfix
  627. Faction.Notify_PawnJoined: post: BetterPawnControl.Faction_Notify_PawnJoined.Postfix
  628. Faction.TryMakeInitialRelationsWith: post: VFECore.Faction_TryMakeInitialRelationsWith_Patch.Postfix
  629. Faction.get_NaturalGoodwill: post: VanillaStorytellersExpanded.Patch_NaturalGoodwill.Postfix
  630. FactionDef.get_RoyalTitleInheritanceWorker: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  631. FactionIdeosTracker.ExposeData: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  632. FactionUIUtility.DrawFactionRow: PRE: MURFactionRaidCooldown.FactionUIUtility_DrawFactionRow.Prefix post: MURFactionRaidCooldown.FactionUIUtility_DrawFactionRow.Postfix
  633. FallingStructureArrival.Arrive: post: VanillaStorytellersExpanded.RaidPatches.RaidGroupChecker
  634. FeatureDef.get_Worker: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  635. FertilityGrid.CalculateFertilityAt: TRANS: ReGrowthCore.FertilityGrid_CalculateFertilityAt_Patch.Transpiler
  636. FieldInfo.SetValue: PRE: PerformanceFish.System.ReflectionCaching+FieldInfoPatches+SetValue_Patch.Prefix
  637. Fire.DeSpawn: PRE: ScatteredFlames.Patch_DeSpawn.Prefix
  638. Fire.SpawnSetup: post: ScatteredFlames.Patch_SpawnSetup.Postfix
  639. FireWatcher.UpdateObservations: PRE: ScatteredFlames.Patch_FireWatcher_UpdateObservations.Prefix
  640. FleshTypeDef.ChooseWoundOverlay: post: VanillaGenesExpanded.VanillaGenesExpanded_FleshTypeDef_ChooseWoundOverlay_Patch.Postfix
  641. FloatMenu..ctor: PRE: SearchableMenus.Patch.FloatMenu_Ctor
  642. FloatMenu.PostClose: post: BetterPawnControl.FloatMenu_PostClose.Postfix
  643. FloatMenu.UpdateBaseColor: PRE: FloatSubMenus.Patches.UpdateBaseColor_Pre post: FloatSubMenus.Patches.UpdateBaseColor_Post
  644. FloatMenuMakerMap.AddDraftedOrders: PRE: VFE.Mechanoids.HarmonyPatches.AddDraftedOrders_Patch.Prefix
  645. FloatMenuMakerMap.AddHumanlikeOrders: PRE: VanillaWeaponsExpanded.FloatMenuMakerMap_AddHumanlikeOrders_Patch.Prefix post: VanillaWeaponsExpanded.FloatMenuMakerMap_AddHumanlikeOrders_Patch.Postfix, VFECore.Patch_FloatMenuMakerMap+AddHumanlikeOrders_Fix.Postfix, PeteTimesSix.SimpleSidearms.Intercepts.FloatMenuMakerMap_AddHumanLikeOrders_Postfix.AddHumanlikeOrders, HeavyWeapons.Patch_FloatMenuMakerMap+AddHumanlikeOrders_Fix.Postfix, DressPatient.Order_DressPatientOrCorpse.DressPatientFloatMenuOption
  646. FloatMenuMakerMap.AddJobGiverWorkOrders: PRE: [1000000]AchtungMod.FloatMenuMakerMap_AddJobGiverWorkOrders_Patch.Prefix, AnimalBehaviours.VanillaExpandedFramework_FloatMenuMakerMap_AddJobGiverWorkOrders_Patch.SkipIfAnimal post: AchtungMod.FloatMenuMakerMap_AddJobGiverWorkOrders_Patch.Postfix TRANS: AchtungMod.FloatMenuMakerMap_AddJobGiverWorkOrders_Patch.Transpiler
  647. FloatMenuMakerMap.CanTakeOrder: post: VFE.Mechanoids.HarmonyPatches.MechanoidsObeyOrders.Postfix, AnimalBehaviours.VanillaExpandedFramework_FloatMenuMakerMap_CanTakeOrder_Patch.MakePawnControllable
  648. FloatMenuMakerMap.ChoicesAtFor: post: VFE.Mechanoids.HarmonyPatches.FloatMenuMakerMap_ChoicesAtFor_Patch.Postfix, AchtungMod.FloatMenuMakerMap_ChoicesAtFor_Postfix.Postfix
  649. FloatMenuMakerMap.ChoicesAtForMultiSelect: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  650. FloatMenuMakerMap.ScannerShouldSkip: PRE: AchtungMod.FloatMenuMakerMap_ScannerShouldSkip_Patch.Prefix
  651. FloatMenuMakerMap.TryMakeFloatMenu: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  652. FloatMenuMakerMap.TryMakeFloatMenu_NonPawn: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  653. FloatMenuMakerMap.TryMakeMultiSelectFloatMenu: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  654. FloatMenuOption..ctor: post: CategorizedBillMenus.BillStack_Patches.FloatMenuOption_Ctor2
  655. FloatMenuOption..ctor: post: CategorizedBillMenus.BillStack_Patches.FloatMenuOption_Ctor1
  656. FoodUtility.GetMeatSourceCategory: PRE: VanillaCookingExpanded.VanillaExpandedFramework_FoodUtility_GetMeatSourceCategory_Patch.DontCrapTheBedWithIngredientsWithoutNutrition
  657. ForbidUtility.InAllowedArea: post: AchtungMod.ForbidUtility_InAllowedArea_Patch.Postfix
  658. ForbidUtility.IsForbidden: PRE: [2147483647]PerformanceOptimizer.Optimization_ForbidUtility_IsForbidden.Prefix post: [-2147483648]PerformanceOptimizer.Optimization_ForbidUtility_IsForbidden.Postfix
  659. FormCaravanComp.get_AnyActiveThreatNow: PRE: [2147483647]PerformanceOptimizer.Optimization_FormCaravanComp_AnyActiveThreatNow.Prefix post: [-2147483648]PerformanceOptimizer.Optimization_FormCaravanComp_AnyActiveThreatNow.Postfix
  660. Frame.CompleteConstruction: TRANS: VFECore.Frame_CompleteConstruction_Patch.Transpiler
  661. Frame.get_WorkToBuild: PRE: [2147483647]PerformanceOptimizer.Optimization_Frame_WorkToBuild.Prefix post: [-2147483648]PerformanceOptimizer.Optimization_Frame_WorkToBuild.Postfix
  662. GUIUtility.GetControlID: post: Prepatcher.HarmonyPatches.GetControlIDPostfix
  663. Game.AddMap: PRE: PerformanceOptimizer.PerformanceOptimizerMod.ResetStaticData
  664. Game.ClearCaches: post: PipeSystem.Game_ClearCaches.Postfix
  665. Game.DeinitAndRemoveMap: PRE: AchtungMod.Game_DeinitAndRemoveMap_Patch.Prefix post: HugsLib.Patches.Game_DeinitAndRemoveMap_Patch.MapRemovalHook, SimpleFxSplashes.Patch_Game_DeinitAndRemoveMap.Postfix, [-2147483648]RocketMan.Patches.Game_DeinitAndRemoveMap_Patch.Postfix
  666. Game.FillComponents: PRE: HugsLib.Patches.Game_FillComponents_Patch.GameInitializationHook, PerformanceOptimizer.PerformanceOptimizerMod.ResetStaticData TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  667. Game.FinalizeInit: post: HugsLib.Patches.Game_FinalizeInit_Patch.WorldLoadedHook, Merthsoft.DesignatorShapes.Patches.Game_FinalizeInit.Postfix, PrepareLanding.Patches.PatchGameFinalizeInit.GameFinalizeInitPostFix, RimHUD.Access.Patch.Verse_Game_FinalizeInit.Postfix, Brrainz.ModFeatures.Game_FinalizeInit_Postfix, [100]PerformanceFish.UtilityPatches+FinalizeInit_Patch.Postfix, [-2147483648]RocketMan.Patches.Game_FinalizeInit_Patch.Postfix
  668. Game.InitNewGame: PRE: PerformanceOptimizer.PerformanceOptimizerMod.ResetStaticData, SimpleCameraSetting.CameraConfigPatch.PreFix post: MapPreview.Patches.Patch_Verse_Game.InitNewGame_Postfix TRANS: CustomMapSizes.HarmonyPatches.Patch_Game_InitNewGame.Transpiler, VFECore.Patch_Game+InitNewGame.Transpiler
  669. Game.LoadGame: PRE: PerformanceOptimizer.PerformanceOptimizerMod.ResetStaticData, SimpleCameraSetting.CameraConfigPatch.LoadGamePreFix post: CharacterEditor.CEditor.OnSavegameLoaded, RealRuins.RealRuins+LoadGame_Patch.Postfix, MapPreview.Patches.Patch_Verse_Game.LoadGame_Postfix, RealRuins.RealRuins+LoadGame_Patch.Postfix TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  670. Game.UpdatePlay: post: [800]RocketMan.Patches.Game_UpdatePlay_Patch.Postfix, AchtungMod.Game_UpdatePlay_Patch.Postfix, ToggleableOverlays.Patch_Game_UpdatePlay.Postfix TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  671. GameComponentUtility.FinalizeInit: PRE: PerformanceOptimizer.PerformanceOptimizerMod.ResetStaticData TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  672. GameComponentUtility.GameComponentOnGUI: post: MoreWidgets.Patch_ShowCoords.DrawUI_Post TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  673. GameComponentUtility.GameComponentTick: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  674. GameComponentUtility.GameComponentUpdate: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  675. GameComponentUtility.LoadedGame: post: VFECore.Patch_GameComponentUtility+LoadedGame.Postfix TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  676. GameComponentUtility.StartedNewGame: post: VFECore.Patch_GameComponentUtility+StartedNewGame.Postfix TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  677. GameComponent_PawnDuplicator.CopyNeeds: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  678. GameConditionMaker.MakeCondition: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  679. GameConditionManager.DoConditionsUI: PRE: MoreWidgets.Patch_ShowCoords.DoConditionsUI_Pre
  680. GameConditionManager.TotalHeightAt: post: MoreWidgets.Patch_ShowCoords.TotalHeightAt_Post
  681. GameCondition_ForceWeather.<>c.<RandomizeSettings>b__4_0: post: VFECore.Patch_RandomizeSettings.Postfix
  682. GameDataSaveLoader.SaveCameraConfig: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  683. GameDataSaveLoader.SaveGame: post: RealRuins.RealRuins+SaveGame_Patch.Postfix, RealRuins.RealRuins+SaveGame_Patch.Postfix TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  684. GameDataSaveLoader.SaveIdeo: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  685. GameDataSaveLoader.SaveModList: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  686. GameDataSaveLoader.SaveScenario: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  687. GameDataSaveLoader.SaveXenotype: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  688. GameDataSaveLoader.TryLoadCameraConfig: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  689. GameDataSaveLoader.TryLoadIdeo: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  690. GameDataSaveLoader.TryLoadModList: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  691. GameDataSaveLoader.TryLoadScenario: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  692. GameDataSaveLoader.TryLoadXenotype: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  693. GameInitData.ResetWorldRelatedMapInitData: PRE: PerformanceOptimizer.PerformanceOptimizerMod.ResetStaticData
  694. GatheringDef.get_Worker: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  695. Gen.IsHashIntervalTick: TRANS: Soyuz.Patches.Gen_IsHashIntervalTick_Patch.Transpiler
  696. Gen.ToStringSafeEnumerable: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  697. GenCelestial.CurCelestialSunGlow: PRE: [2147483647]PerformanceOptimizer.Optimization_GenCelestial_CurCelestialSunGlow.Prefix post: [-2147483648]PerformanceOptimizer.Optimization_GenCelestial_CurCelestialSunGlow.Postfix
  698. GenClosest.ClosestThingReachable: PRE: TableRange.ToilsIngest_Patch.GenClosest_ClosestThingReachable_Prefix
  699. GenCommandLine.Restart: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  700. GenConstruct.BlocksConstruction: PRE: AchtungMod.GenConstruct_BlocksConstruction_Patch.Prefix post: VanillaFurnitureExpanded.GenConstruct_BlocksConstruction_Patch.Postfix
  701. GenConstruct.CanConstruct: PRE: VFECore.GenConstruct_CanConstruct_Patch2.Prefix post: VanillaFurnitureExpanded.GenConstruct_CanConstruct_Patch.Postfix
  702. GenConstruct.CanConstruct: PRE: VFECore.GenConstruct_CanConstruct_Patch.Prefix
  703. GenConstruct.PlaceBlueprintForBuild: post: Merthsoft.DesignatorShapes.Patches.GenConstruct_PlaceBlueprintForBuild.Postfix
  704. GenDraw.DrawTargetingHighlight_Cell: PRE: GroundTargeter.GroundTargeterHighlight+GroundTargeter_DrawTargetingHighlight_Cell.Prefix
  705. GenGameEnd.EndGameDialogMessage: post: RealRuins.RealRuins+GameOver_Patch.Postfix, RealRuins.RealRuins+GameOver_Patch.Postfix
  706. GenGrid.WalkableBy: PRE: VFECore.PhasingPatches.WalkableBy_Prefix
  707. GenLocalDate.DayTick: TRANS: [800]PerformanceFish.GenLocalDateCaching+DayTickByThing_Patch.Transpiler
  708. GenLocalDate.DayTick: PRE: PerformanceFish.GenLocalDateCaching+DayTickByMap_Patch.Prefix post: PerformanceFish.GenLocalDateCaching+DayTickByMap_Patch.Postfix
  709. GenSpawn.Spawn: post: MarkThatPawn.Harmony.GenSpawn_Spawn.Postfix
  710. GenSpawn.SpawningWipes: post: ScatteredStones.Patch_SpawningWipes.Postfix
  711. GenStep_AnimaTrees.DesiredTreeCountForMap: post: MapDesigner.Patches.AnimaTreePatch.Postfix
  712. GenStep_Caves.Dig: TRANS: MapPreview.Patches.Patch_RimWorld_GenStep_Caves.Dig_Transpiler
  713. GenStep_Caves.FindRandomEdgeCellForTunnel: TRANS: MapPreview.Patches.Patch_RimWorld_GenStep_Caves.FindRandomEdgeCellForTunnel_Transpiler
  714. GenStep_Caves.GetDistToCave: TRANS: MapPreview.Patches.Patch_RimWorld_GenStep_Caves.GetDistToCave_Transpiler
  715. GenStep_Caves.GetDistToNonRock: TRANS: MapPreview.Patches.Patch_RimWorld_GenStep_Caves.GetDistToNonRock_ByDir_Transpiler
  716. GenStep_Caves.GetDistToNonRock: TRANS: MapPreview.Patches.Patch_RimWorld_GenStep_Caves.GetDistToNonRock_ByOffset_Transpiler
  717. GenStep_Caves.RemoveSmallDisconnectedSubGroups: post: MapPreview.Patches.Patch_RimWorld_GenStep_Caves.RemoveSmallDisconnectedSubGroups_Postfix
  718. GenStep_ElevationFertility.Generate: PRE: MapDesigner.Patches.MountainSettingsPatch.Prefix post: MapDesigner.Patches.MountainSettingsPatch.Postfix TRANS: MapDesigner.Patches.MountainSettingsPatch.Transpiler
  719. GenStep_PoluxTrees.DesiredTreeCountForMap: post: MapDesigner.Patches.PoluxTreesPatch.Postfix
  720. GenStep_Power.Generate: PRE: KCSG.Prefix_GenStep_Power.Prefix
  721. GenStep_RockChunks.Generate: PRE: MapDesigner.Patches.RockChunkPatch.Prefix
  722. GenStep_ScatterAncientFences.Generate: PRE: MapDesigner.Patches.IdeologyPatch.AncientFences
  723. GenStep_ScatterAncientLandingPad.Generate: PRE: MapDesigner.Patches.IdeologyPatch.AncientLandingPad
  724. GenStep_ScatterAncientMechs.Generate: PRE: MapDesigner.Patches.IdeologyPatch.AncientMechs
  725. GenStep_ScatterAncientTurret.Generate: PRE: MapDesigner.Patches.IdeologyPatch.AncientTurret
  726. GenStep_ScatterAncientUtilityBuilding.Generate: PRE: MapDesigner.Patches.IdeologyPatch.AncientUtilityBuilding
  727. GenStep_ScatterCaveDebris.Generate: PRE: MapDesigner.Patches.IdeologyPatch.CaveDebris
  728. GenStep_ScatterLumpsMineable.Generate: PRE: MapDesigner.Patches.OreDensityPatch.Prefix
  729. GenStep_ScatterRoadDebris.Generate: PRE: MapDesigner.Patches.IdeologyPatch.RoadDebris
  730. GenStep_ScatterRuinsSimple.ScatterAt: PRE: RealRuins.RealRuins+GenStep_ScatterRuinsSimple_ScatterAt_Patch.Prefix, RealRuins.RealRuins+GenStep_ScatterRuinsSimple_ScatterAt_Patch.Prefix
  731. GenStep_Settlement.ScatterAt: TRANS: VFECore.GenStep_Settlement_ScatterAt_Patch.Transpiler
  732. GenStep_Terrain.GenerateRiver: PRE: [10]MapReroll.Patches.DeterministicGenerationPatcher.DeterministicRiverSetup post: [-10]MapReroll.Patches.DeterministicGenerationPatcher.PopDeterministicRandState TRANS: MapDesigner.Patches.RiverDirectionPatch.Transpiler
  733. GenStep_Terrain.GenerateRiverLookupTexture: PRE: [700]MapPreview.Patches.Patch_RimWorld_GenStep_Terrain.GenerateRiverLookupTexture
  734. GenStep_Terrain.TerrainFrom: PRE: MapDesigner.Feature.Feature_TerrainFrom.Prefix post: VFECore.GenStep_Terrain_TerrainFrom_Patch.Postfix, MapDesigner.Patches.RiverbankBeachFix.Postfix
  735. GenStuff.RandomStuffInexpensiveFor: TRANS: [0]VFECore.RandomStuffInexpensiveFor_Patch.Transpiler
  736. GenStuff.TryRandomStuffByCommonalityFor: PRE: [800]VFECore.TryRandomStuffByCommonalityFor_Patch.Prefix
  737. GenText.Truncate: PRE: QualityColors.QualityColorsMod.StripColorTagged post: QualityColors.QualityColorsMod.ReaddColorTagged
  738. GenText.Truncate: PRE: QualityColors.QualityColorsMod.StripColor post: QualityColors.QualityColorsMod.ReaddColor
  739. GenThreading.<>c__DisplayClass8_1.<ParallelFor>b__0: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  740. GenTypes.AllLeafSubclasses: PRE: FasterGameLoading.GenTypes_AllLeafSubclasses_Patch.Prefix
  741. GenTypes.GetTypeInAnyAssemblyInt: PRE: FasterGameLoading.GenTypes_GetTypeInAnyAssemblyInt_Patch.Prefix post: FasterGameLoading.GenTypes_GetTypeInAnyAssemblyInt_Patch.Postfix
  742. GenTypes.TryGetMixedAssemblyGenericType: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  743. GenTypes.get_AllTypes: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  744. GenUI.DistFromRect: PRE: FloatSubMenus.Patches.DistFromRect_Pre
  745. GenUI.TargetsAt: post: GroundTargeter.GroundTargeterPatches+GroundTargeter_TargetsAt.Postfix
  746. Gene.ExposeData: post: VanillaGenesExpanded.VanillaGenesExpanded_Gene_ExposeData_Patch.Postfix
  747. Gene.OverrideBy: post: VanillaGenesExpanded.VanillaGenesExpanded_Gene_OverrideBy_Patch.Postfix
  748. Gene.PostAdd: post: CharacterEditor.CEditor.OnPostAddGene, VanillaGenesExpanded.VanillaGenesExpanded_Gene_PostAdd_Patch.Postfix
  749. Gene.PostRemove: post: CharacterEditor.CEditor.OnPostRemoveGene, VanillaGenesExpanded.VanillaGenesExpanded_Gene_PostRemove_Patch.Postfix
  750. GeneMaker.MakeGene: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  751. GeneUIUtility.DrawGene: TRANS: VanillaGenesExpanded.GeneUIUtility_DrawGene_Patch.Transpiler
  752. GeneUIUtility.DrawGeneBasics: TRANS: VanillaGenesExpanded.VanillaGenesExpanded_GeneUIUtility_DrawGeneBasics_Patch.Transpiler
  753. Gene_Resource.<GetGizmos>d__37.MoveNext: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  754. GhostUtility.GhostGraphicFor: post: VanillaFurnitureExpanded.VanillaExpandedFramework_GhostUtility_GhostGraphicFor_Patch.DisplayBlueprintGraphic
  755. GizmoGridDrawer.<DrawGizmoGrid>g__ProcessGizmoState|12_0: PRE: DubsMintMenus.HarmonyPatches+H_GizmoGridDrawer.Prefix TRANS: PerformanceOptimizer.Optimization_InspectGizmoGrid_DrawInspectGizmoGridFor.GizmoGridDrawer_ProcessGizmoStateTranspiler
  756. GizmoGridDrawer.DrawGizmoGrid: TRANS: UINotIncluded.Patches.GizmoGridDrawerPatch.Transpiler
  757. Gizmo_SidearmsList.DrawGizmoLabel: PRE: VFE.Mechanoids.HarmonyPatches.SimpleSidearmsPatch.GizmoLabelFixer
  758. GlobalControls.GlobalControlsOnGUI: PRE: FactionCustomizer.PlanetGUIPatch.GlobalControlsOnGUIPrefix TRANS: UINotIncluded.GlobalControl_TranspilerPatch.Transpiler
  759. GlobalControlsUtility.DoDate: PRE: [200]UINotIncluded.GlobalControlsUtilityPatches.DoDate_Patch
  760. GlobalControlsUtility.DoPlaySettings: PRE: [200]UINotIncluded.GlobalControlsUtilityPatches.DoPlaySettingsPatch
  761. GlobalControlsUtility.DoRealtimeClock: PRE: [200]UINotIncluded.GlobalControlsUtilityPatches.DoRealtimeClock_Patch
  762. GlobalControlsUtility.DoTimespeedControls: PRE: Analyzer.GUIElement_TPS.Prefix, [200]UINotIncluded.GlobalControlsUtilityPatches.DoTimespeedControls_Patch
  763. GlobalTextureAtlasManager.BakeStaticAtlases: PRE: FasterGameLoading.GlobalTextureAtlasManager_BakeStaticAtlases_Patch.Prefix
  764. GlobalTextureAtlasManager.TryInsertStatic: PRE: FasterGameLoading.GlobalTextureAtlasManager_TryInsertStatic_Patch.Prefix
  765. GoodwillSituationDef.get_Worker: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  766. GrammarResolver.Resolve: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  767. GraphicData.Init: PRE: FasterGameLoading.GraphicData_Init_Patch.Prefix
  768. GraphicDatabase.Get: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  769. Harmony..ctor: post: VisualExceptions.RememberHarmonyIDs.Postfix
  770. HarmonyUtility.LogObsoleteMethodPatchErrors: PRE: FasterGameLoading.DisableLogObsoleteMethodPatchErrors.Prefix
  771. HaulAIUtility.PawnCanAutomaticallyHaulFast: PRE: AchtungMod.HaulAIUtility_PawnCanAutomaticallyHaulFast_Patch.Prefix
  772. HeadTypeDef.GetGraphic: post: TweaksGalore.Patch_HeadTypeDef_GetGraphic.Postfix TRANS: VFECore.HeadTypeDef_GetGraphic_Patch.Transpiler
  773. HealthCardUtility.DrawHediffRow: PRE: VanillaGenesExpanded.VanillaGenesExpanded_HealthCardUtility_DrawHediffRow_Patch.Prefix, PeteTimesSix.CompactHediffs.HarmonyPatches.HealthCardUtility_DrawHediffRow.HealthCardUtility_DrawHediffRow_DestructivePrefix post: VanillaGenesExpanded.VanillaGenesExpanded_HealthCardUtility_DrawHediffRow_Patch.Postfix TRANS: VanillaGenesExpanded.VanillaGenesExpanded_HealthCardUtility_DrawHediffRow_Patch.Transpiler
  774. HealthCardUtility.DrawMedOperationsTab: PRE: CategorizedBillMenus.BillStack_Patches.HealthCardUtility_Pre post: CategorizedBillMenus.BillStack_Patches.HealthCardUtility_Post
  775. HealthCardUtility.DrawPawnHealthCard: post: DubsMintMenus.Patch_HealthCardUtility.Postfix TRANS: PeteTimesSix.CompactHediffs.HarmonyPatches.HealthCardUtility_DrawPawnHealthCard.HealthCardUtility_DrawPawnHealthCard_Transpiler
  776. HealthCardUtility.GenerateSurgeryOption: post: CategorizedBillMenus.BillStack_Patches.GenerateSurgeryOption
  777. HealthCardUtility.VisibleHediffGroupsInOrder: post: PeteTimesSix.CompactHediffs.HarmonyPatches.HealthCardUtility_VisibleHediffGroupsInOrder.HealthCardUtility_VisibleHediffGroupsInOrder_Postfix
  778. HealthUtility.AdjustSeverity: PRE: ReGrowthCore.HealthUtility_AdjustSeverity_Patch.Prefix
  779. Hediff.Tick: TRANS: Soyuz.Patches.Hediff_Tick_Patch.Transpiler, Soyuz.Patches.HediffComp_Patch+HediffComp_GenHashInterval_Replacement.Transpiler
  780. Hediff.get_BleedRate: post: Soyuz.Patches.Hediff_BleedRate_Patch.Postfix
  781. HediffComp_Ability.CompPostTick: TRANS: Soyuz.Patches.HediffComp_Patch+HediffComp_GenHashInterval_Replacement.Transpiler
  782. HediffComp_Animation.CompPostTick: TRANS: Soyuz.Patches.HediffComp_Patch+HediffComp_GenHashInterval_Replacement.Transpiler
  783. HediffComp_AsexualReproduction.CompPostTick: TRANS: Soyuz.Patches.HediffComp_Patch+HediffComp_GenHashInterval_Replacement.Transpiler
  784. HediffComp_CauseIncident.CompPostTick: TRANS: Soyuz.Patches.HediffComp_Patch+HediffComp_GenHashInterval_Replacement.Transpiler
  785. HediffComp_CauseMentalState.CompPostTick: TRANS: Soyuz.Patches.HediffComp_Patch+HediffComp_GenHashInterval_Replacement.Transpiler
  786. HediffComp_ChanceToRemove.CompPostTick: PRE: Soyuz.Patches.HediffComp_Patch+HediffComp_ChanceToRemove_Patch.Prefix TRANS: Soyuz.Patches.HediffComp_Patch+HediffComp_GenHashInterval_Replacement.Transpiler
  787. HediffComp_ChangeImplantLevel.CompPostTick: TRANS: Soyuz.Patches.HediffComp_Patch+HediffComp_GenHashInterval_Replacement.Transpiler
  788. HediffComp_ChangeNeed.CompPostTick: PRE: Soyuz.Patches.HediffComp_Patch+HediffComp_ChangeNeed_Patch.Prefix TRANS: Soyuz.Patches.HediffComp_Patch+HediffComp_GenHashInterval_Replacement.Transpiler
  789. HediffComp_ChangeWeather.CompPostTick: TRANS: Soyuz.Patches.HediffComp_Patch+HediffComp_GenHashInterval_Replacement.Transpiler
  790. HediffComp_Chargeable.CompPostTick: TRANS: Soyuz.Patches.HediffComp_Patch+HediffComp_GenHashInterval_Replacement.Transpiler
  791. HediffComp_CorpseDecayer.CompPostTick: TRANS: Soyuz.Patches.HediffComp_Patch+HediffComp_GenHashInterval_Replacement.Transpiler
  792. HediffComp_DamageAura.CompPostTick: TRANS: Soyuz.Patches.HediffComp_Patch+HediffComp_GenHashInterval_Replacement.Transpiler
  793. HediffComp_DamageBrain.CompPostTick: TRANS: Soyuz.Patches.HediffComp_Patch+HediffComp_GenHashInterval_Replacement.Transpiler
  794. HediffComp_DestroyOrgan.CompPostTick: TRANS: Soyuz.Patches.HediffComp_Patch+HediffComp_GenHashInterval_Replacement.Transpiler
  795. HediffComp_DieAfterPeriod.CompPostTick: TRANS: Soyuz.Patches.HediffComp_Patch+HediffComp_GenHashInterval_Replacement.Transpiler
  796. HediffComp_Disappears.CompPostTick: PRE: Soyuz.Patches.HediffComp_Patch+HediffComp_Disappears_Patch.Prefix TRANS: Soyuz.Patches.HediffComp_Patch+HediffComp_GenHashInterval_Replacement.Transpiler
  797. HediffComp_DisappearsPausable.CompPostTick: TRANS: Soyuz.Patches.HediffComp_Patch+HediffComp_GenHashInterval_Replacement.Transpiler
  798. HediffComp_DisappearsPausable_LethalInjuries.CompPostTick: TRANS: Soyuz.Patches.HediffComp_Patch+HediffComp_GenHashInterval_Replacement.Transpiler
  799. HediffComp_Discoverable.CompPostTick: PRE: Soyuz.Patches.HediffComp_Patch+HediffComp_Discoverable_Patch.Prefix TRANS: Soyuz.Patches.HediffComp_Patch+HediffComp_GenHashInterval_Replacement.Transpiler
  800. HediffComp_Disorientation.CompPostTick: TRANS: Soyuz.Patches.HediffComp_Patch+HediffComp_GenHashInterval_Replacement.Transpiler
  801. HediffComp_DissolveGearOnDeath.Notify_PawnKilled: PRE: TweaksGalore.Patch_HediffComp_DissolveGearOnDeath_Notify_PawnKilled.Prefix
  802. HediffComp_Draftable.CompPostTick: TRANS: Soyuz.Patches.HediffComp_Patch+HediffComp_GenHashInterval_Replacement.Transpiler
  803. HediffComp_Electrified.CompPostTick: TRANS: Soyuz.Patches.HediffComp_Patch+HediffComp_GenHashInterval_Replacement.Transpiler
  804. HediffComp_ExplodeOnFire.CompPostTick: TRANS: Soyuz.Patches.HediffComp_Patch+HediffComp_GenHashInterval_Replacement.Transpiler
  805. HediffComp_FilthProducer.CompPostTick: TRANS: Soyuz.Patches.HediffComp_Patch+HediffComp_GenHashInterval_Replacement.Transpiler
  806. HediffComp_Floating.CompPostTick: TRANS: Soyuz.Patches.HediffComp_Patch+HediffComp_GenHashInterval_Replacement.Transpiler
  807. HediffComp_GasProducer.CompPostTick: TRANS: Soyuz.Patches.HediffComp_Patch+HediffComp_GenHashInterval_Replacement.Transpiler
  808. HediffComp_GiveHediffLungRot.CompPostTick: TRANS: Soyuz.Patches.HediffComp_Patch+HediffComp_GenHashInterval_Replacement.Transpiler
  809. HediffComp_GiveHediffsInRange.CompPostTick: TRANS: Soyuz.Patches.HediffComp_Patch+HediffComp_GenHashInterval_Replacement.Transpiler
  810. HediffComp_GiveHemogen.CompPostTick: TRANS: Soyuz.Patches.HediffComp_Patch+HediffComp_GenHashInterval_Replacement.Transpiler
  811. HediffComp_GiveNeurocharge.CompPostTick: TRANS: Soyuz.Patches.HediffComp_Patch+HediffComp_GenHashInterval_Replacement.Transpiler
  812. HediffComp_GrowthMode.CompPostTick: TRANS: Soyuz.Patches.HediffComp_Patch+HediffComp_GenHashInterval_Replacement.Transpiler
  813. HediffComp_HealPermanentWounds.CompPostTick: PRE: Soyuz.Patches.HediffComp_Patch+HediffComp_HealPermanentWounds_Patch.Prefix TRANS: Soyuz.Patches.HediffComp_Patch+HediffComp_GenHashInterval_Replacement.Transpiler
  814. HediffComp_HeatPusher.CompPostTick: TRANS: Soyuz.Patches.HediffComp_Patch+HediffComp_GenHashInterval_Replacement.Transpiler
  815. HediffComp_HighlyFlammable.CompPostTick: TRANS: Soyuz.Patches.HediffComp_Patch+HediffComp_GenHashInterval_Replacement.Transpiler
  816. HediffComp_HumanEggLayer.CompPostTick: TRANS: Soyuz.Patches.HediffComp_Patch+HediffComp_GenHashInterval_Replacement.Transpiler
  817. HediffComp_Immunizable.get_SeverityFactorFromHediffs: post: VanillaGenesExpanded.VanillaExpandedFramework_HediffComp_Immunizable_SeverityFactorFromHediffs_Patch.AddDiseaseFactor
  818. HediffComp_Infecter.CompPostTick: PRE: Soyuz.Patches.HediffComp_Patch+HediffComp_Infecter_Patch.Prefix TRANS: Soyuz.Patches.HediffComp_Patch+HediffComp_GenHashInterval_Replacement.Transpiler
  819. HediffComp_Invisibility.CompPostTick: TRANS: Soyuz.Patches.HediffComp_Patch+HediffComp_GenHashInterval_Replacement.Transpiler
  820. HediffComp_Invisibility.UpdateTarget: PRE: PerformanceOptimizer.Optimization_PawnUtility_IsInvisible.ClearCache
  821. HediffComp_KillAfterDays.CompPostTick: PRE: Soyuz.Patches.HediffComp_Patch+HediffComp_HediffComp_KillAfterDays_Patch.Prefix TRANS: Soyuz.Patches.HediffComp_Patch+HediffComp_GenHashInterval_Replacement.Transpiler
  822. HediffComp_LightSustenance.CompPostTick: TRANS: Soyuz.Patches.HediffComp_Patch+HediffComp_GenHashInterval_Replacement.Transpiler
  823. HediffComp_Link.CompPostTick: TRANS: Soyuz.Patches.HediffComp_Patch+HediffComp_GenHashInterval_Replacement.Transpiler
  824. HediffComp_MessageAboveSeverity.CompPostTick: TRANS: Soyuz.Patches.HediffComp_Patch+HediffComp_GenHashInterval_Replacement.Transpiler
  825. HediffComp_MessageAfterTicks.CompPostTick: TRANS: Soyuz.Patches.HediffComp_Patch+HediffComp_GenHashInterval_Replacement.Transpiler
  826. HediffComp_MessageStageIncreased.CompPostTick: TRANS: Soyuz.Patches.HediffComp_Patch+HediffComp_GenHashInterval_Replacement.Transpiler
  827. HediffComp_Mote.CompPostTick: TRANS: Soyuz.Patches.HediffComp_Patch+HediffComp_GenHashInterval_Replacement.Transpiler
  828. HediffComp_NearbyEffecter.CompPostTick: TRANS: Soyuz.Patches.HediffComp_Patch+HediffComp_GenHashInterval_Replacement.Transpiler
  829. HediffComp_PassiveRegenerator.CompPostTick: TRANS: Soyuz.Patches.HediffComp_Patch+HediffComp_GenHashInterval_Replacement.Transpiler
  830. HediffComp_Polluter.CompPostTick: TRANS: Soyuz.Patches.HediffComp_Patch+HediffComp_GenHashInterval_Replacement.Transpiler
  831. HediffComp_Pollution.CompPostTick: TRANS: Soyuz.Patches.HediffComp_Patch+HediffComp_GenHashInterval_Replacement.Transpiler
  832. HediffComp_PregnantHuman.CompPostTick: TRANS: Soyuz.Patches.HediffComp_Patch+HediffComp_GenHashInterval_Replacement.Transpiler
  833. HediffComp_PregnantHuman.get_CompTipStringExtra: post: VanillaGenesExpanded.VanillaGenesExpanded_HediffComp_PregnantHuman_CompTipStringExtra_Patch.AddGeneMultiplierExplanation
  834. HediffComp_PsychicHarmonizer.CompPostTick: TRANS: Soyuz.Patches.HediffComp_Patch+HediffComp_GenHashInterval_Replacement.Transpiler
  835. HediffComp_RandomizeSeverityPhases.CompPostTick: TRANS: Soyuz.Patches.HediffComp_Patch+HediffComp_GenHashInterval_Replacement.Transpiler
  836. HediffComp_Regeneration.CompPostTick: TRANS: Soyuz.Patches.HediffComp_Patch+HediffComp_GenHashInterval_Replacement.Transpiler
  837. HediffComp_RemoveIfOtherHediff.CompPostTick: TRANS: Soyuz.Patches.HediffComp_Patch+HediffComp_GenHashInterval_Replacement.Transpiler
  838. HediffComp_ReplaceHediff.CompPostTick: TRANS: Soyuz.Patches.HediffComp_Patch+HediffComp_GenHashInterval_Replacement.Transpiler
  839. HediffComp_SelfHeal.CompPostTick: PRE: Soyuz.Patches.HediffComp_Patch+HediffComp_SelfHeal_Patch.Prefix TRANS: Soyuz.Patches.HediffComp_Patch+HediffComp_GenHashInterval_Replacement.Transpiler
  840. HediffComp_SeverityFromEntropy.CompPostTick: TRANS: Soyuz.Patches.HediffComp_Patch+HediffComp_GenHashInterval_Replacement.Transpiler
  841. HediffComp_SeverityFromGas.CompPostTick: TRANS: Soyuz.Patches.HediffComp_Patch+HediffComp_GenHashInterval_Replacement.Transpiler
  842. HediffComp_SeverityFromGasDensityDirect.CompPostTick: TRANS: Soyuz.Patches.HediffComp_Patch+HediffComp_GenHashInterval_Replacement.Transpiler
  843. HediffComp_SeverityFromHemogen.CompPostTick: TRANS: Soyuz.Patches.HediffComp_Patch+HediffComp_GenHashInterval_Replacement.Transpiler
  844. HediffComp_SeverityPerSecond.CompPostTick: TRANS: Soyuz.Patches.HediffComp_Patch+HediffComp_GenHashInterval_Replacement.Transpiler
  845. HediffComp_Shield.CompPostTick: TRANS: Soyuz.Patches.HediffComp_Patch+HediffComp_GenHashInterval_Replacement.Transpiler
  846. HediffComp_SkillDecay.CompPostTick: TRANS: Soyuz.Patches.HediffComp_Patch+HediffComp_GenHashInterval_Replacement.Transpiler
  847. HediffComp_Spawner.CompPostTick: TRANS: Soyuz.Patches.HediffComp_Patch+HediffComp_GenHashInterval_Replacement.Transpiler
  848. HediffComp_Spreadable.CompPostTick: TRANS: Soyuz.Patches.HediffComp_Patch+HediffComp_GenHashInterval_Replacement.Transpiler
  849. HediffComp_StageByHealth.CompPostTick: TRANS: Soyuz.Patches.HediffComp_Patch+HediffComp_GenHashInterval_Replacement.Transpiler
  850. HediffComp_StageByPsylink.CompPostTick: TRANS: Soyuz.Patches.HediffComp_Patch+HediffComp_GenHashInterval_Replacement.Transpiler
  851. HediffComp_StageBySunlight.CompPostTick: TRANS: Soyuz.Patches.HediffComp_Patch+HediffComp_GenHashInterval_Replacement.Transpiler
  852. HediffComp_StageByTemperature.CompPostTick: TRANS: Soyuz.Patches.HediffComp_Patch+HediffComp_GenHashInterval_Replacement.Transpiler
  853. HediffComp_Targeting.CompPostTick: TRANS: Soyuz.Patches.HediffComp_Patch+HediffComp_GenHashInterval_Replacement.Transpiler
  854. HediffComp_TendDuration.CompPostTick: PRE: Soyuz.Patches.HediffComp_Patch+HediffComp_TendDuration_Patch.Prefix TRANS: Soyuz.Patches.HediffComp_Patch+HediffComp_GenHashInterval_Replacement.Transpiler
  855. HediffComp_ThoughtEffecter.CompPostTick: TRANS: Soyuz.Patches.HediffComp_Patch+HediffComp_GenHashInterval_Replacement.Transpiler
  856. HediffComp_VerbGiver.CompPostTick: TRANS: Soyuz.Patches.HediffComp_Patch+HediffComp_GenHashInterval_Replacement.Transpiler
  857. HediffComp_Waterstriding.CompPostTick: TRANS: Soyuz.Patches.HediffComp_Patch+HediffComp_GenHashInterval_Replacement.Transpiler
  858. HediffComp_WhileHavingThoughts.CompPostTick: TRANS: Soyuz.Patches.HediffComp_Patch+HediffComp_GenHashInterval_Replacement.Transpiler
  859. HediffDef.PossibleToDevelopImmunityNaturally: PRE: [2147483647]PerformanceOptimizer.Optimization_HediffDef_PossibleToDevelopImmunityNaturally.Prefix post: [-2147483648]PerformanceOptimizer.Optimization_HediffDef_PossibleToDevelopImmunityNaturally.Postfix
  860. HediffMaker.Debug_MakeConcreteExampleHediff: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  861. HediffMaker.MakeHediff: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  862. HediffSet.CalculatePain: post: VFECore.CalculatePain_Patch.Postfix
  863. HediffSet.DirtyCache: post: [2147483647]RocketMan.Patches.Pawn_Notify_Dirty+Pawn_HediffSet_Dirty.Postfix, PerformanceFish.Hediffs.HediffSetCaching+DirtyCache.Postfix, VFECore.DirtyCache_Patch.Postfix, MarkThatPawn.Harmony.HediffSet_DirtyCache.Postfix
  864. HediffSet.get_BleedRateTotal: post: VFECore.Patch_BleedRateTotal.Postfix
  865. HediffWithComps.InitializeComps: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  866. HediffWithComps.PostMake: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  867. Hediff_AcidBuildup.Tick: TRANS: Soyuz.Patches.HediffComp_Patch+HediffComp_GenHashInterval_Replacement.Transpiler
  868. Hediff_Alcohol.Tick: TRANS: Soyuz.Patches.HediffComp_Patch+HediffComp_GenHashInterval_Replacement.Transpiler
  869. Hediff_BandNode.get_CurStage: PRE: TweaksGalore.Patch_Hediff_BandNode_CurStage.Prefix
  870. Hediff_BloodRage.Tick: TRANS: Soyuz.Patches.HediffComp_Patch+HediffComp_GenHashInterval_Replacement.Transpiler
  871. Hediff_CubeInterest.Tick: TRANS: Soyuz.Patches.HediffComp_Patch+HediffComp_GenHashInterval_Replacement.Transpiler
  872. Hediff_CubeWithdrawal.Tick: TRANS: Soyuz.Patches.HediffComp_Patch+HediffComp_GenHashInterval_Replacement.Transpiler
  873. Hediff_DarknessExposure.Tick: TRANS: Soyuz.Patches.HediffComp_Patch+HediffComp_GenHashInterval_Replacement.Transpiler
  874. Hediff_DeathRefusal.Tick: TRANS: Soyuz.Patches.HediffComp_Patch+HediffComp_GenHashInterval_Replacement.Transpiler
  875. Hediff_FrenzyField.Tick: TRANS: Soyuz.Patches.HediffComp_Patch+HediffComp_GenHashInterval_Replacement.Transpiler
  876. Hediff_HeartAttack.Tick: TRANS: Soyuz.Patches.HediffComp_Patch+HediffComp_GenHashInterval_Replacement.Transpiler
  877. Hediff_Injury.Tick: TRANS: Soyuz.Patches.HediffComp_Patch+HediffComp_GenHashInterval_Replacement.Transpiler
  878. Hediff_Labor.Tick: TRANS: Soyuz.Patches.HediffComp_Patch+HediffComp_GenHashInterval_Replacement.Transpiler
  879. Hediff_LaborPushing.Tick: TRANS: Soyuz.Patches.HediffComp_Patch+HediffComp_GenHashInterval_Replacement.Transpiler
  880. Hediff_Level.Tick: TRANS: Soyuz.Patches.HediffComp_Patch+HediffComp_GenHashInterval_Replacement.Transpiler
  881. Hediff_LightExposure.Tick: TRANS: Soyuz.Patches.HediffComp_Patch+HediffComp_GenHashInterval_Replacement.Transpiler
  882. Hediff_MeatHunger.Tick: TRANS: Soyuz.Patches.HediffComp_Patch+HediffComp_GenHashInterval_Replacement.Transpiler
  883. Hediff_MissingPart.Tick: TRANS: Soyuz.Patches.HediffComp_Patch+HediffComp_GenHashInterval_Replacement.Transpiler
  884. Hediff_Pregnant.PostAdd: post: VanillaGenesExpanded.VanillaGenesExpanded_Hediff_Pregnant_PostAdd_Patch.CauseEggFertilization
  885. Hediff_Pregnant.Tick: PRE: Soyuz.Patches.Hediff_Pregnant_Tick_Patch.Prefix TRANS: Soyuz.Patches.HediffComp_Patch+HediffComp_GenHashInterval_Replacement.Transpiler
  886. Hediff_Shambler.Tick: TRANS: Soyuz.Patches.HediffComp_Patch+HediffComp_GenHashInterval_Replacement.Transpiler
  887. Hediff_SleepSuppression.Tick: TRANS: Soyuz.Patches.HediffComp_Patch+HediffComp_GenHashInterval_Replacement.Transpiler
  888. HistoryAutoRecorderDef.get_Worker: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  889. HistoryEventsManager.RecordEvent: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  890. HugsLibController.OnDefsLoaded: PRE: FasterGameLoading.RedirectHugslibToMainThread.Prefix
  891. HugsLibUtility.GetModAssemblyFileInfo: post: LunarFramework.Internal.Compatibility.ModCompat_HugsLib.HugsLibUtility_GetModAssemblyFileInfo
  892. ITab.get_PaneTopY: PRE: RimHUD.Access.Patch.RimWorld_ITab_PaneTopY.Prefix
  893. ITab_Bills.FillTab: PRE: CategorizedBillMenus.BillStack_Patches.ITab_Bills_Pre post: CategorizedBillMenus.BillStack_Patches.ITab_Bills_Post
  894. ITab_Bills.TabUpdate: PRE: ImprovedWorkbenches.ITab_Bills_TabUpdate_Detour.Prefix
  895. ITab_Genes.get_Hidden: PRE: TweaksGalore.Patch_ITab_Genes_Hidden.Prefix
  896. ITab_GenesPregnancy.get_IsVisible: PRE: TweaksGalore.Patch_ITab_GenesPregnancy_Hidden.Prefix
  897. ITab_Pawn_Character.get_IsVisible: post: VFE.Mechanoids.HarmonyPatches.NoBioForMachines.Postfix
  898. ITab_Pawn_Gear.DrawThingRow: PRE: VFE.Mechanoids.HarmonyPatches.ITab_Pawn_Gear_Patch.Prefix post: VFE.Mechanoids.HarmonyPatches.ITab_Pawn_Gear_Patch.Postfix
  899. ITab_Pawn_Gear.InterfaceDrop: PRE: PeteTimesSix.SimpleSidearms.Intercepts.ITab_Pawn_Gear_InterfaceDrop_Prefix.InterfaceDrop
  900. ITab_Pawn_Gear.ShouldShowEquipment: post: AnimalBehaviours.VanillaExpandedFramework_ITab_Pawn_Gear_IsVisible_Patch.RemoveTab
  901. ITab_Pawn_Gear.TryDrawOverallArmor: TRANS: VFECore.Patch_ITab_Pawn_Gear+TryDrawOverallArmor.Transpiler
  902. ITab_Pawn_Gear.get_CanControl: post: VFE.Mechanoids.HarmonyPatches.ITab_Pawn_Gear_CanControl.Postfix
  903. ITab_Pawn_Health..ctor: post: PeteTimesSix.CompactHediffs.HarmonyPatches.ITab_Pawn_Health_Patches.ITab_Pawn_Health_Patches_ctor_Postifx
  904. ITab_Storage.FillTab: post: MaterialFilter.ITab_Storage_FillTab_Patch.drawFilterButton
  905. Ideo.ExposeData: TRANS: VanillaMemesExpanded.VanillaMemesExpanded_Ideo_ExposeData_Patch.Transpiler
  906. Ideo.Notify_GameStarted: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  907. Ideo.Notify_MemberCorpseDestroyed: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  908. Ideo.Notify_MemberDied: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  909. Ideo.Notify_MemberGained: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  910. Ideo.Notify_MemberGenerated: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  911. Ideo.Notify_MemberGuestStatusChanged: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  912. Ideo.Notify_MemberLost: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  913. 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
  914. IdeoBuildingPresenceDemand.BuildingPresent: PRE: [2147483647]PerformanceOptimizer.Optimization_IdeoBuildingPresenceDemand_BuildingPresent.Prefix
  915. IdeoFoundation.InitPrecepts: post: TweaksGalore.Patch_IdeoFoundation_InitPrecepts.Postfix
  916. IdeoGenerator.GenerateClassicIdeo: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  917. IdeoGenerator.MakeFoundation: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  918. ImmunityHandler.ImmunityRecordExists: post: PerformanceFish.Hediffs.ImmunityHandlerCaching+ImmunityRecordExists.Postfix
  919. ImmunityHandler.NeededImmunitiesNow: PRE: [800]PerformanceFish.Hediffs.ImmunityHandlerCaching+NeededImmunitiesNow.Prefix post: [800]PerformanceFish.Hediffs.ImmunityHandlerCaching+NeededImmunitiesNow.Postfix
  920. ImmunityHandler.TryAddImmunityRecord: PRE: PerformanceFish.Hediffs.ImmunityHandlerCaching+TryAddImmunityRecord.Prefix
  921. ImmunityRecord.ImmunityChangePerTick: post: Soyuz.Patches.ImmunityRecord_ImmunityChangePerTick_Patch.Postfix
  922. IncidentDef.get_Worker: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  923. IncidentWorker.TryExecute: PRE: VanillaStorytellersExpanded.Patch_TryExecute.Prefix
  924. IncidentWorker_Disease.PotentialVictims: post: AnimalBehaviours.VanillaExpandedFramework_IncidentWorker_Disease_PotentialVictims_Patch.Postfix
  925. IncidentWorker_Raid.TryExecuteWorker: PRE: VanillaStorytellersExpanded.Patch_TryExecuteWorker.Prefix
  926. IncidentWorker_RaidEnemy.FactionCanBeGroupSource: post: MURFactionRaidCooldown.IncidentWorker_RaidEnemy_FactionCanBeGroupSource.Postfix
  927. IncidentWorker_RaidEnemy.ResolveRaidStrategy: post: VFECore.IncidentWorker_RaidEnemy_ResolveRaidStrategy_Patch.Postfix
  928. IncidentWorker_SelfTame.Candidates: post: AnimalBehaviours.VanillaExpandedFramework_IncidentWorker_SelfTame_Candidates_Patch.Postfix
  929. IncidentWorker_WandererJoin.GeneratePawn: TRANS: VFECore.Patch_IncidentWorker_WandererJoin+TryExecuteWorker.Transpiler
  930. InfestationCellFinder.GetScoreAt: post: TweaksGalore.Patch_InfestationCellFinder_GetScoreAt.Postfix
  931. InspectGizmoGrid.DrawInspectGizmoGridFor: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler, PerformanceOptimizer.Optimization_InspectGizmoGrid_DrawInspectGizmoGridFor.InspectGizmoGrid_DrawInspectGizmoGridForTranspiler
  932. InspectPaneFiller.DoPaneContentsFor: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  933. InspectPaneFiller.DrawInspectStringFor: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  934. InspectPaneUtility.DoTabs: PRE: RimHUD.Access.Patch.RimWorld_InspectPaneUtility_DoTabs.Prefix TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  935. InspectPaneUtility.InspectPaneOnGUI: PRE: RimHUD.Access.Patch.RimWorld_InspectPaneUtility_InspectPaneOnGUI.Prefix post: FactionCustomizer.InspectPaneUtilityPatch.InspectPaneOnGUIPostfix TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  936. InspectPaneUtility.PaneSizeFor: PRE: RimHUD.Access.Patch.RimWorld_InspectPaneUtility_PaneSizeFor.Prefix
  937. InspectPaneUtility.PaneWidthFor: PRE: RimHUD.Access.Patch.RimWorld_InspectPaneUtility_PaneWidthFor.Prefix
  938. InspectTabBase.<>c__DisplayClass19_0.<DoTabGUI>b__0: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  939. InspectTabBase.get_TabRect: post: DubsMintMenus.HarmonyPatches.TabSizeAdjuster
  940. InspectTabManager.GetSharedInstance: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  941. InspirationDef.get_Worker: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  942. InspirationHandler.TryStartInspiration: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  943. InspirationWorker.InspirationCanOccur: post: TooManyMods.TMM_InspirationCanOccur_Postfix.Postfix
  944. IntVec3.FromString: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  945. InteractionDef.get_Worker: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  946. InvisibilityUtility.IsPsychologicallyInvisible: PRE: [2147483647]PerformanceOptimizer.Optimization_PawnUtility_IsInvisible.Prefix post: [-2147483648]PerformanceOptimizer.Optimization_PawnUtility_IsInvisible.Postfix
  947. Job.MakeDriver: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  948. JobDriver.CheckCurrentToilEndOrFail: PRE: PerformanceOptimizer.Optimization_ForbidUtility_IsForbidden.CheckCurrentToilEndOrFailPrefix post: PerformanceOptimizer.Optimization_ForbidUtility_IsForbidden.CheckCurrentToilEndOrFailPostfix TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  949. JobDriver.Cleanup: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  950. JobDriver.DriverTick: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler, Soyuz.Patches.JobDriver_DriverTick_Patch.Transpiler
  951. JobDriver.SetupToils: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  952. JobDriver.TryActuallyStartNextToil: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  953. JobDriver_AttackMelee.TryMakePreToilReservations: post: PeteTimesSix.SimpleSidearms.Intercepts.JobDriver_AttackMelee_TryMakePreToilReservations.Postfix
  954. JobDriver_ConstructFinishFrame.<>c__DisplayClass6_0.<MakeNewToils>b__1: TRANS: VFECore.JobDriver_ConstructFinishFrame_MakeNewToils_TickAction_Patch.Transpiler
  955. JobDriver_ConstructFinishFrame.MakeNewToils: post: VFECore.JobDriver_ConstructFinishFrame_MakeNewToils_Patch.Postfix
  956. JobDriver_Deconstruct.get_WorkEffecter: post: ReGrowthCore.JobDriver_Deconstruct_WorkEffecter_Patch.Postfix
  957. JobDriver_DropEquipment.<MakeNewToils>b__4_1: TRANS: PeteTimesSix.SimpleSidearms.Intercepts.JobDriver_DropEquipment_MakeNewToils_Patches.JobDriver_DropEquipment_MakeNewToils_Patches_initAction_Transpiler
  958. JobDriver_Equip.<MakeNewToils>b__1_1: TRANS: PeteTimesSix.SimpleSidearms.Intercepts.JobDriver_Equip_MakeNewToils_Patches.JobDriver_Equip_MakeNewToils_Patches_initAction_Transpiler
  959. JobDriver_Flee.<MakeNewToils>b__3_0: TRANS: VFE.Mechanoids.HarmonyPatches.JobDriver_Flee_MakeNewToils_Patch.Transpiler
  960. JobDriver_Ingest.ModifyCarriedThingDrawPosWorker: post: OverheadMealPatch.Patch_ModifyCarriedThingDrawPosWorker.Postfix
  961. JobDriver_Lovin.<MakeNewToils>b__12_1: TRANS: VFECore.JobDriver_Lovin_Patch.Transpiler
  962. JobDriver_Lovin.<MakeNewToils>b__12_4: TRANS: VFECore.JobDriver_Lovin_FinishAction_Vanilla.Transpiler
  963. JobDriver_PredatorHunt.CheckWarnPlayer: PRE: PredatorHuntAlert.JobDriver_PredatorHunt_CheckWarnPlayer.Prefix
  964. JobDriver_Vomit.<MakeNewToils>b__4_1: TRANS: VanillaGenesExpanded.VanillaGenesExpanded_JobDriver_Vomit_MakeNewToils_Transpiler_Patch.Transpiler
  965. JobDriver_Vomit.<MakeNewToils>d__4.MoveNext: TRANS: VanillaGenesExpanded.VanillaGenesExpanded_JobDriver_Vomit_MoveNext_Patch.Transpiler
  966. JobDriver_Vomit.MakeNewToils: PRE: VanillaGenesExpanded.VanillaGenesExpanded_JobDriver_Vomit_MakeNewToils_Patch.StorePawn
  967. JobGiver_AIFollowPawn.TryGiveJob: post: VFECore.DoorTeleporter+JobGiver_AIFollowPawn_TryGiveJob_Patch.Postfix
  968. JobGiver_ConfigurableHostilityResponse.TryGiveJob: PRE: [2147483647]PerformanceOptimizer.Optimization_JobGiver_ConfigurableHostilityResponse.Prefix
  969. JobGiver_DropUnusedInventory.Drop: PRE: PeteTimesSix.SimpleSidearms.Intercepts.JobGiver_DropUnusedInventory_Drop.Prefix
  970. JobGiver_GetFood.TryGiveJob: PRE: AnimalBehaviours.VanillaExpandedFramework_JobGiver_GetFood_GetPriority_Patch.StopEatingThings post: PredatorHuntAlert.JobGiver_GetFood_TryGiveJob.Postfix
  971. JobGiver_GetRest.GetPriority: TRANS: NocturnalAnimals.JobGiver_GetRest_Patch+VanillaExpandedFramework_JobGiver_GetRest_GetPriority_Patch.Transpiler
  972. JobGiver_Haul.TryGiveJob: TRANS: PerformanceFish.JobSystem.JobGiver_HaulOptimization+PotentialWorkThingsGlobal_Patch.Transpiler
  973. JobGiver_ReactToCloseMeleeThreat.TryGiveJob: post: MeleeCancelPatch.Patch_Postfix
  974. JobGiver_Work.GiverTryGiveJobPrioritized: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  975. JobGiver_Work.PawnCanUseWorkGiver: post: VFE.Mechanoids.HarmonyPatches.MechanoidsAreCapable.Postfix
  976. JobGiver_Work.TryIssueJobPackage: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  977. JobUtility.TryStartErrorRecoverJob: TRANS: AchtungMod.Errors_To_Warnings_Patch.Transpiler
  978. JoyGiverDef.get_Worker: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  979. KeyPrefs.Save: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  980. LanguageDatabase.SelectLanguage: PRE: HugsLib.Patches.LanguageDatabase_Patch.ForceRestartAfterLangChange
  981. LanguageReportGenerator.DoSaveTranslationReport: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  982. LanguageWordInfo.RegisterLut: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  983. LanguageWorker_Russian.TryLookUp: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  984. LastPlayedVersion.InitializeIfNeeded: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  985. LayerLoader.LoadFileIntoList: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  986. LayoutDef.get_Worker: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  987. LayoutRoomDef.GetWorker: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  988. LearningDesireDef.get_Worker: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  989. LearningReadout.LearningReadoutOnGUI: PRE: [600]MapPreview.Patches.Patch_RimWorld_LearningReadout.LearningReadoutOnGUI
  990. LetterMaker.MakeLetter: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  991. LetterStack.LettersOnGUI: PRE: RimHUD.Access.Patch.Verse_LetterStack_LettersOnGUI.Prefix, AchtungMod.LetterStack_LettersOnGUI_Patch.Prefix
  992. LifeStageDef.get_Worker: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  993. LifeStageWorker.Notify_LifeStageStarted: post: VanillaGenesExpanded.LifeStageWorker_Notify_LifeStageStarted_Patch.Postfix
  994. LifeStageWorker_HumanlikeAdult.Notify_LifeStageStarted: post: StandYourGround.AdultResponsePatch.Postfix
  995. LifeStageWorker_HumanlikeChild.Notify_LifeStageStarted: post: StandYourGround.ChildResponsePatch.Postfix
  996. ListerThings.ThingsMatching: PRE: [800]PerformanceFish.Listers.Things+ThingsMatching_Patch.Prefix
  997. Listing_ResourceReadout.DoCategory: TRANS: DubsMintMenus.PinningSys+Patch_DoCategory.Transpiler
  998. Listing_ResourceReadout.DoThingDef: TRANS: DubsMintMenus.PinningSys+Patch_DoThingDef.Transpiler
  999. Listing_TreeDefs.<>c__DisplayClass9_1.<MakeCreateNewObjectMenu>b__0: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1000. Listing_TreeThingFilter.DoThingDef: PRE: DubsMintMenus.HarmonyPatches+Harmony_DoThingDef.Prefix
  1001. LoadableXmlAsset..ctor: post: Gagarin.LoadableXmlAsset_Constructor_Patch.Postfix
  1002. LoadedLanguage.InjectIntoData_AfterImpliedDefs: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1003. LoadedLanguage.InjectIntoData_BeforeImpliedDefs: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1004. LoadedLanguage.LoadData: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1005. LoadedLanguage.LoadFromFile_Keyed: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1006. LoadedLanguage.LoadFromFile_Strings: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1007. LoadedLanguage.get_Worker: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1008. LoadedModManager.ApplyPatches: PRE: [1000]Gagarin.LoadedModManager_Profiler+ApplyPatches_Profiler.Prefix, ModSettingsFramework.LoadedModManager_ApplyPatches_Patch.Prefix, XmlExtensions.ApplyPatches_Patch.Prefix, [0]Gagarin.LoadedModManager_Patch+ApplyPatches_Patch.Prefix post: ReGrowthCore.LoadedModManager_ApplyPatches.Postfix, XmlExtensions.ApplyPatches_Patch.Postfix, Gagarin.LoadedModManager_Patch+ApplyPatches_Patch.Postfix, [0]Gagarin.LoadedModManager_Profiler+ApplyPatches_Profiler.Postfix TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1009. LoadedModManager.ClearCachedPatches: PRE: [1000]Gagarin.LoadedModManager_Profiler+ClearCachedPatches_Profiler.Prefix, Gagarin.LoadedModManager_Patch+ClearCachedPatches_Patch.Prefix post: [0]Gagarin.LoadedModManager_Profiler+ClearCachedPatches_Profiler.Postfix TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1010. LoadedModManager.ClearDestroy: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1011. LoadedModManager.CombineIntoUnifiedXML: PRE: [1000]Gagarin.LoadedModManager_Profiler+CombineIntoUnifiedXML_Profiler.Prefix, [0]Gagarin.LoadedModManager_Patch+CombineIntoUnifiedXML_Patch.Prefix post: [800]Gagarin.LoadedModManager_Patch+CombineIntoUnifiedXML_Patch.Postfix, [0]Gagarin.LoadedModManager_Profiler+CombineIntoUnifiedXML_Profiler.Postfix TRANS: XmlExtensions.CombineIntoUnifiedXML_Patch.Transpiler
  1012. LoadedModManager.CreateModClasses: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1013. LoadedModManager.ErrorCheckPatches: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1014. LoadedModManager.InitializeMods: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1015. LoadedModManager.LoadModContent: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1016. LoadedModManager.LoadModXML: PRE: [1000]Gagarin.LoadedModManager_Profiler+LoadModXML_Profiler.Prefix, StartupImpact.Patch.LoadedModManagerLoadModXML.Prefix, LogModVersion.LoadedModManager_LoadModXML_Patch.Prefix, Gagarin.LoadedModManager_Patch+LoadModXML_Patch.Prefix post: StartupImpact.Patch.LoadedModManagerLoadModXML.Postfix, Gagarin.LoadedModManager_Patch+LoadModXML_Patch.Postfix, [0]Gagarin.LoadedModManager_Profiler+LoadModXML_Profiler.Postfix TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1017. LoadedModManager.ParseAndProcessXML: PRE: [1000]Gagarin.LoadedModManager_Profiler+ParseAndProcessXML_Profiler.Prefix, Prepatcher.HarmonyPatches.PrefixParseXML post: [0]Gagarin.LoadedModManager_Patch+ParseAndProcessXML_Patch.Postfix, [0]Gagarin.LoadedModManager_Profiler+ParseAndProcessXML_Profiler.Postfix
  1018. LoadedModManager.get_ModHandles: post: ModSettingsFramework.LoadedModManager_ModHandles_Patch.Postfix
  1019. LoadedObjectDirectory.RegisterLoaded: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1020. Log.Error: PRE: FasterGameLoading.Log_Error_Patch.Prefix, ModSettingsFramework.Log_Error_Patch.Prefix, Analyzer.DebugLogenabler.ErrorPrefix, PerformanceOptimizer.Log_Error_Patch.Prefix post: Analyzer.DebugLogenabler.ErrorPostfix TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler, VisibleErrorLogs.Transpiler_Log_Error.TranspileMethod
  1021. Log.ResetMessageCount: post: HarmonyMod.Log_ResetMessageCount_Patch.Postfix
  1022. Log.Warning: (no patches)
  1023. LongEventHandler.DrawLongEventWindowContents: PRE: Prepatcher.HarmonyPatches.DrawPrestarterInfo
  1024. LongEventHandler.ExecuteToExecuteWhenFinished: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1025. LongEventHandler.LongEventsOnGUI: TRANS: MoreWidgets.Patch_DoTooltipGUI.Transpiler
  1026. LongEventHandler.RunEventFromAnotherThread: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1027. LongEventHandler.UpdateCurrentEnumeratorEvent: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1028. LongEventHandler.UpdateCurrentSynchronousEvent: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1029. Lord.AddBuilding: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1030. Lord.AddCorpse: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1031. Lord.AddPawn: post: VanillaStorytellersExpanded.Patch_AddPawn.Postfix
  1032. Lord.AddPawnInternal: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1033. Lord.AddPawns: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1034. Lord.Cleanup: PRE: VanillaStorytellersExpanded.Patch_Cleanup.Prefix TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1035. Lord.GotoToil: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1036. Lord.Notify_PawnJobDone: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1037. Lord.Notify_PawnLost: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1038. LordJob_Ritual.ApplyOutcome: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1039. LordJob_Ritual.LordJobTick: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1040. LordManager.LordManagerTick: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1041. MainButtonDef.get_Icon: post: VanillaTexturesExpanded.Patch_MainButtonDef+get_Icon.Postfix
  1042. MainButtonDef.get_TabWindow: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1043. MainButtonDef.get_Worker: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1044. MainButtonWorker.DoButton: TRANS: VanillaTexturesExpanded.Patch_MainButtonWorker+DoButton.Transpiler
  1045. MainButtonsRoot.MainButtonsOnGUI: PRE: DubsMintMenus.HarmonyPatches+Patch_MainButtonsOnGUI.Prefix post: UINotIncluded.MainButtonRootPatch.Postfix TRANS: UINotIncluded.MainButtonsRoot_TranspilerPatch.Transpiler
  1046. MainMenuDrawer.DoMainMenuControls: PRE: GraphicSetter.Patches.UIPatches+DoMainMenuControlsPatch.Prefix, RocketMan.MainMenuDrawer_DoMainMenuControls_Patch.Prefix TRANS: HugsLib.Patches.MainMenuDrawer_Quickstart_Patch.QuicktestButtonUsesQuickstarter, GraphicSetter.Patches.UIPatches+DoMainMenuControlsPatch.Transpiler
  1047. MainMenuDrawer.Init: post: CharacterEditor.CEditor.OnMainMenuInit, LunarFramework.Internal.Patches.Patch_RimWorld_MainMenuDrawer.Init_Postfix
  1048. MainMenuDrawer.MainMenuOnGUI: post: VisualExceptions.ShowLoadingExceptions.Postfix, CharacterEditor.CEditor.OnMainMenuOnGUI, ShowMeYourHands.RimWorld_MainMenuDrawer_MainMenuOnGUI.MainMenuOnGUI
  1049. MainTabWindow.SetInitialSizeAndPosition: post: UINotIncluded.MainTabWindowPatch.Postfix
  1050. MainTabWindow_Architect.DoCategoryButton: TRANS: ArchitectIcons.ArchitectIconsMod.ReplaceArchitectButton
  1051. MainTabWindow_Architect.DoWindowContents: PRE: TabSorting.MainTabWindow_Architect_TabRectHeight.Prefix post: TabSorting.MainTabWindow_Architect_TabRectHeight.Postfix
  1052. MainTabWindow_Architect.WindowUpdate: TRANS: PowerView.MainTabWindow_Architect_Transpiler.Transpiler
  1053. MainTabWindow_Architect.get_RequestedTabSize: post: ArchitectIcons.ArchitectIconsMod.AddWidth
  1054. MainTabWindow_Architect.get_WinHeight: PRE: TabSorting.MainTabWindow_Architect_TabRectHeight.Prefix post: TabSorting.MainTabWindow_Architect_TabRectHeight.Postfix
  1055. MainTabWindow_History.DoWindowContents: TRANS: WealthList.HistoryTabModule.AddContents
  1056. MainTabWindow_History.PreOpen: post: WealthList.HistoryTabModule.AddTab
  1057. MainTabWindow_Inspect.DoInspectPaneButtons: PRE: BetterInfoCard.MainTabWindow_Inspect_Patch+Patch_MainTabWindow_Inspect_DoInspectPaneButtons.Prefix post: VFE.Mechanoids.HarmonyPatches.MainTabWindow_Inspect_Renaming.Postfix
  1058. MainTabWindow_Inspect.GetLabel: (no patches)
  1059. MainTabWindow_Inspect.get_PaneTopY: PRE: RimHUD.Access.Patch.RimWorld_MainTabWindow_Inspect_PaneTopY.Prefix post: UINotIncluded.MainTabWindow_InspectPatches.Postfix
  1060. MainTabWindow_MiniMap.DrawAllPawns: PRE: PerformanceOptimizer.Optimization_Pawn_DrawPos.EnableCache post: PerformanceOptimizer.Optimization_Pawn_DrawPos.DisableCache
  1061. MainTabWindow_PawnTable.CreateTable: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1062. MainTabWindow_PawnTable.PostOpen: post: BetterPawnControl.MainTabWindow_PawnTable_OnPostOpen.Postfix
  1063. MainTabWindow_PawnTable.SetDirty: post: ScheduleClock.ScheduleClockPatches.SetDirty
  1064. MainTabWindow_Research.DrawContentSource: PRE: VFECore.MainTabWindow_Research_DrawContentSource_Patch.Prefix
  1065. MainTabWindow_Research.DrawLeftRect: post: TweaksGalore.Patch_MainTabWindow_Research_DrawLeftRect.Postfix
  1066. MainTabWindow_Schedule.DoWindowContents: post: ScheduleClock.ScheduleClockPatches.DoWindowContents
  1067. MainTabsRoot.HandleLowPriorityShortcuts: PRE: DubsMintMenus.HarmonyPatches+Patch_InterfaceTryActivate.Prefix
  1068. MainTabsRoot.ToggleTab: PRE: DubsMintMenus.HarmonyPatches+Patch_MainTabsRoot.Prefix
  1069. Manager.DeferredLoaderMain: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1070. Manager.Load: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1071. Map.ConstructComponents: post: HugsLib.Patches.Map_ConstructComponents_Patch.MapComponentsInitHook, [-2147483648]RocketMan.Patches.Map_ConstructComponents_Patch.Postfix
  1072. Map.ExposeData: PRE: KCSG.Prefix_Map_ExposeData.Prefix TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1073. Map.FillComponents: PRE: PerformanceOptimizer.PerformanceOptimizerMod.ResetStaticData, MapPreview.Patches.Patch_Verse_Map.FillComponents_Prefix TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1074. Map.FinalizeInit: post: HugsLib.Patches.Map_FinalizeInit_Patch.MapLoadedHook, CharacterEditor.CEditor.OnMapLoaded, ReGrowthCore.Map_FinalizeInit_Patch.Postfix, PerformanceOptimizer.Map_FinalizeInit.Postfix, SimpleFxSplashes.Patch_Map_FinalizeInit.Postfix, [-2147483648]RocketMan.Patches.Map_FinalizeInit_Patch.Postfix TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1075. Map.FinalizeLoading: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1076. Map.MapPostTick: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1077. Map.MapPreTick: post: SimpleFxSplashes.Patch_Map_MapPreTick.Postfix TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1078. Map.MapUpdate: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1079. MapComponent.MapRemoved: post: BetterPawnControl.Patches.MapComponent_OnRemove.Postfix
  1080. MapComponentUtility.FinalizeInit: PRE: PerformanceOptimizer.PerformanceOptimizerMod.ResetStaticData TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1081. MapComponentUtility.MapComponentOnGUI: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1082. MapComponentUtility.MapComponentTick: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1083. MapComponentUtility.MapComponentUpdate: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1084. MapComponentUtility.MapGenerated: post: HugsLib.Patches.MapComponentUtility_MapGenerated_Patch.MapGeneratedHook TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1085. MapComponentUtility.MapRemoved: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1086. MapDeiniter.Deinit: PRE: VFECore.DoorTeleporterPatches.Deinit_Prefix, VFECore.SectionLayer_FogOfWar_Regenerate_Patch.ClearCache, PerformanceOptimizer.PerformanceOptimizerMod.ResetStaticData TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1087. MapDeiniter.PassPawnsToWorld: PRE: FactionManager.MapDeiniter_PassPawnsToWorld_Patch.PassPawnsToWorld TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1088. MapFileCompressor.<>c__DisplayClass7_0.<ThingsToSpawnAfterLoad>b__0: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1089. MapGenerator.GenerateContentsIntoMap: PRE: [700]MapPreview.Patches.Patch_Verse_MapGenerator.GenerateContentsIntoMap, VFECore.MapGenerator_GenerateContentsIntoMap_Patch.Prefix TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1090. MapGenerator.GenerateMap: PRE: [800]MapPreview.Patches.Patch_Verse_MapGenerator.GenerateMap, RealRuins.RealRuins+MapGenerator_GenerateMap_Patch.Prefix, RocketMan.MapGenerator_Patch+GenerateMap_Patch.Prefix, RealRuins.RealRuins+MapGenerator_GenerateMap_Patch.Prefix post: VFECore.MapGenerator_GenerateMap_Patch.Postfix TRANS: MapReroll.Patches.MapGenerator_GenerateMap_Patch.RecordUsedMapGenerator
  1091. MapInterface.HandleMapClicks: post: PerformanceOptimizer.Optimization_UIToggle.Postfix
  1092. MapInterface.MapInterfaceOnGUI_AfterMainTabs: PRE: RimHUD.Access.Patch.Verse_MapInterface_MapInterfaceOnGUI_AfterMainTabs.Prefix post: Merthsoft.DesignatorShapes.Patches.MapInterface_MapInterfaceOnGUI_AfterMainTabs.Postfix, UINotIncluded.MapInterfaceOnGUI_AfterMainTabsPatch.Postfix
  1093. MapInterface.MapInterfaceOnGUI_BeforeMainTabs: PRE: UINotIncluded.MapInterfaceOnGUI_BeforeMainTabsPatch.Prefix
  1094. MapInterface.MapInterfaceUpdate: post: Quality_Overlay.MapInterfacePatch.UpdateOverlay, RoomSense.MapInterface_Patch.Postfix
  1095. MapInterface.Notify_SwitchedMap: post: RimHUD.Access.Patch.Verse_MapInterface_Notify_SwitchedMap.Postfix, SimpleFxSplashes.Patch_Notify_SwitchedMap.Postfix
  1096. MapParent.get_MapGeneratorDef: post: KCSG.Postfix_MapParent_MapGeneratorDef+MapParent_MapGeneratorDef_Patch.Postfix
  1097. MapPreviewGenerator.GeneratePreviewForSeed: PRE: MapPreview.Compatibility.ModCompat_MapReroll.MapPreviewGenerator_GeneratePreviewForSeed_Prefix
  1098. MapTemperature.GetCellBool: TRANS: HeatMap.MapTemperature_GetCellBool_Patch.Transpiler
  1099. MapTemperature.GetColorForTemperature: PRE: HeatMap.MapTemperature_GetColorForTemperature_Patch.Prefix
  1100. MapTemperature.SeasonAcceptableFor: post: AnimalBehaviours.VanillaExpandedFramework_MapTemperature_SeasonAcceptableFor_Patch.AllowAnimalSpawns
  1101. MapTemperature.get_Drawer: post: HeatMap.MapTemperature_get_Drawer_Patch.Postfix
  1102. MassUtility.Capacity: TRANS: VFECore.MassUtility_Capacity_Patch.Transpiler
  1103. MassUtility.GearMass: PRE: [800]PerformanceFish.MassUtilityCaching+GearMass_Patch.Prefix post: [800]PerformanceFish.MassUtilityCaching+GearMass_Patch.Postfix
  1104. MassUtility.InventoryMass: PRE: [800]PerformanceFish.MassUtilityCaching+InventoryMass_Patch.Prefix post: [800]PerformanceFish.MassUtilityCaching+InventoryMass_Patch.Postfix
  1105. MechClusterGenerator.MechKindSuitableForCluster: post: VFE.Mechanoids.MechClusterGenerator_MechKindSuitableForCluster_Patch.Postfix
  1106. MechWorkModeDef.get_Worker: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1107. MechanitorUtility.InMechanitorCommandRange: post: VFE.Mechanoids.HarmonyPatches.MechanitorUtility_InMechanitorCommandRange_Patch.Postfix
  1108. MeditationUtility.PsyfocusGainPerTick: PRE: [800]PerformanceFish.MeditationUtilityCaching+PsyfocusGainPerTick.Prefix post: [800]PerformanceFish.MeditationUtilityCaching+PsyfocusGainPerTick.Postfix
  1109. MemoryThoughtHandler.TryGainMemory: PRE: ReGrowthCore.MemoryThoughtHandler_TryGainMemory_Patch.Prefix post: VFECore.TryGainMemory_Patch.Postfix
  1110. MemoryUtility.ClearAllMapsAndWorld: PRE: RimHUD.Access.Patch.Verse_Profile_MemoryUtility_ClearAllMapsAndWorld.Prefix, AchtungMod.MemoryUtility_ClearAllMapsAndWorld_Patch.Prefix, DubsMintMenus.HarmonyPatches+Patch_ClearAllMapsAndWorld.Prefix post: MapPreview.Patches.Patch_Verse_MemoryUtility.ClearAllMapsAndWorld_Postfix, [100]PerformanceFish.UtilityPatches+ClearAllMapsAndWorld_Patch.Postfix
  1111. MemoryUtility.UnloadUnusedUnityAssets: post: ShowMeYourHands.MemoryUtility_UnloadUnusedUnityAssets.Postfix
  1112. MentalBreakDef.get_Worker: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1113. MentalBreakWorker.BreakCanOccur: post: VFECore.MentaBreakWorker_Patches.BreakCanOccur_PostFix
  1114. MentalBreakWorker.CommonalityFor: post: VFECore.MentaBreakWorker_Patches.CommonalityFor_PostFix
  1115. MentalBreaker.get_BreakThresholdExtreme: PRE: [2147483647]PerformanceOptimizer.Optimization_MentalBreaker_BreakThresholdExtreme.Prefix post: [-2147483648]PerformanceOptimizer.Optimization_MentalBreaker_BreakThresholdExtreme.Postfix
  1116. MentalBreaker.get_BreakThresholdMajor: PRE: [2147483647]PerformanceOptimizer.Optimization_MentalBreaker_BreakThresholdMajor.Prefix post: [-2147483648]PerformanceOptimizer.Optimization_MentalBreaker_BreakThresholdMajor.Postfix
  1117. MentalBreaker.get_BreakThresholdMinor: PRE: [2147483647]PerformanceOptimizer.Optimization_MentalBreaker_BreakThresholdMinor.Prefix post: [-2147483648]PerformanceOptimizer.Optimization_MentalBreaker_BreakThresholdMinor.Postfix
  1118. MentalState.MentalStateTick: TRANS: Soyuz.Patches.MentalBreaker_MentalStateTick_Patch.Transpiler, Soyuz.Patches.MentalState_MentalStateTick_Patch.Transpiler
  1119. MentalStateDef.get_Worker: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1120. MentalStateHandler.ClearMentalStateDirect: post: MarkThatPawn.Harmony.OverrideTriggers.Postfix
  1121. MentalStateHandler.TryStartMentalState: post: MarkThatPawn.Harmony.OverrideTriggers.Postfix TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1122. Messages.MessagesDoGUI: TRANS: UINotIncluded.MessagesDoGUIPatch.Transpiler
  1123. MethodTransplanting.UpdateMethod: TRANS: PerformanceFish.AnalyzerFixes.UpdateMethod_Transpiler
  1124. Mineable.DestroyMined: PRE: ScatteredStones.Patch_Destroy.Prefix
  1125. Mineable.TrySpawnYield: post: ScatteredStones.Patch_TrySpawnYield.Postfix
  1126. ModAssemblyHandler.AssemblyIsUsable: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1127. ModAssemblyHandler.ReloadAll: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1128. ModContentLoader`1.LoadTexture: PRE: [2147483647]Gagarin.ModContentLoader_Texture2D_Patch+LoadTexture_Patch.Prefix, FasterGameLoading.ModContentLoaderTexture2D_LoadTexture_Patch.Prefix, GraphicSetter.Patches.TextureLoadingPatch+LoadPNGPatch.Prefix post: FasterGameLoading.ModContentLoaderTexture2D_LoadTexture_Patch.Postfix
  1129. ModContentPack.LoadDefs: PRE: Gagarin.ModContentPack_Patch+ModContentPack_LoadDefs_Patch.Prefix post: StartupImpact.Patch.ModContentPackLoadDefs.Postfix, Gagarin.ModContentPack_Patch+ModContentPack_LoadDefs_Patch.Postfix
  1130. ModContentPack.LoadPatches: PRE: StartupImpact.Patch.ModContentPackLoadPatches.Prefix post: StartupImpact.Patch.ModContentPackLoadPatches.Postfix, ModSettingsFramework.ModContentPack_LoadPatches_Patch.Postfix TRANS: XmlExtensions.LoadPatches_Patch.Transpiler
  1131. ModContentPack.ReloadContentInt: PRE: FasterGameLoading.ModContentPack_ReloadContentInt_Patch.Prefix, StartupImpact.Patch.ModContentPackReloadContentDelegate.Prefix post: FasterGameLoading.ModContentPack_ReloadContentInt_Patch.Postfix
  1132. ModDependency.get_IsSatisfied: post: Prepatcher.HarmonyPatches.IsSatisfiedPostfix
  1133. ModLister.RebuildModList: PRE: Prepatcher.HarmonyPatches.ProfilingPrefix post: Prepatcher.HarmonyPatches.ProfilingPostfix, Brrainz.CrossPromotion.ModLister_RebuildModList_Postfix, NoVersionWarning.ModLister_RebuildModList.MainMenuOnGUI
  1134. ModLister.TryAddMod: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1135. ModMetaData.Init: PRE: Prepatcher.HarmonyPatches.ProfilingPrefix post: Prepatcher.HarmonyPatches.ProfilingPostfix
  1136. ModMetaData.ModMetaDataInternal.InitVersionedData: post: Prepatcher.HarmonyPatches.InitVersionedDataPostfix
  1137. ModsConfig.Reset: PRE: Gagarin.ModsConfig_Patch+ModsConfig_Reset_Patch.Prefix post: Gagarin.ModsConfig_Patch+ModsConfig_Reset_Patch.Postfix
  1138. ModsConfig.RestartFromChangedMods: PRE: HugsLib.Patches.ModsConfig_RestartFromChangedMods_Patch.QuickRestartInDevMode
  1139. ModsConfig.TrySortMods: (no patches)
  1140. MonoCustomAttrs.GetCustomAttributes: PRE: PerformanceFish.System.ReflectionCaching+MonoCustomAttrs+GetCustomAttributes.Prefix post: PerformanceFish.System.ReflectionCaching+MonoCustomAttrs+GetCustomAttributes.Postfix
  1141. MonoField.GetValue: PRE: PerformanceFish.System.ReflectionCaching+FieldInfoPatches+GetValue_Patch.Prefix
  1142. MouseoverReadout.MouseoverReadoutOnGUI: PRE: UINotIncluded.MouseoverReadoutPatches.Prefix post: ReGrowthCore.MouseoverReadout_MouseoverReadoutOnGUI_Patch.Postfix, UINotIncluded.MouseoverReadoutPatches.Postfix TRANS: ReGrowthCore.MouseoverReadout_MouseoverReadoutOnGUI_Patch.Transpiler
  1143. MusicManagerPlay.CacheTransitions: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1144. MusicManagerPlay.StartSequence: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1145. Need_Beauty.CurrentInstantBeauty: PRE: [2147483647]PerformanceOptimizer.Optimization_Need_Beauty_CurrentInstantBeauty.Prefix post: [-2147483648]PerformanceOptimizer.Optimization_Need_Beauty_CurrentInstantBeauty.Postfix
  1146. Need_Food.get_MaxLevel: post: VanillaGenesExpanded.Patch_FoodCapacity.FoodCapacity_Postfix
  1147. Need_Rest.TickResting: post: Soyuz.Patches.Need_Rest_TickResting_Patch.Postfix
  1148. NeedsCardUtility.DrawThoughtGroup: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1149. Optimization.get_IsEnabled: PRE: PerformanceFish.ModCompatibility.PerformanceOptimizer.IsEnabledPatch
  1150. Optimization_WorldGrid_LongLatOf.Prefix: PRE: MapPreview.Compatibility.ModCompat_PerformanceOptimizer.Optimization_WorldGrid_LongLatOf_Prefix
  1151. OptionListingUtility.DrawOptionListing: PRE: StartupImpact.Patch.OptionListingUtilityDrawOptionListing.Prefix
  1152. OverlayDrawer.RenderForbiddenRefuelOverlay: PRE: [600]ToggleableOverlays.Patch_OverlayDrawer_RenderForbiddenRefuelOverlay.Prefix
  1153. OverlayDrawer.RenderOutOfFuelOverlay: PRE: [600]ToggleableOverlays.Patch_OverlayDrawer_RenderOutOfFuelOverlay.Prefix
  1154. Page.DrawPageTitle: PRE: FactionCustomizer.PlanetGUIPatch.DrawPageTitlePrefix
  1155. Page_ConfigureStartingPawns.DoWindowContents: post: CharacterEditor.CEditor.AddCharacterEditorButton
  1156. Page_ConfigureStartingPawns.PreOpen: post: CharacterEditor.CEditor.GamePlusPreOpen, KCSG.Postfix_Page_ConfigureStartingPawns_PreOpen.Postfix
  1157. Page_CreateWorldParams.CanDoNext: PRE: PrepareLanding.Patches.PatchCreateWorldParams.Page_CreateWorldParams_CanDoNext
  1158. Page_ModsConfig.DoModInfo: PRE: Brrainz.CrossPromotion.Page_ModsConfig_DoModInfo_Prefix TRANS: ModSettingsFramework.Page_ModsConfig_DoModInfo_Transpiler.Transpiler
  1159. Page_SelectStartingSite.CanDoNext: PRE: RealRuins.RealRuins+Page_SelectStartingSite_CanDoNext_Patch.Prefix, RealRuins.RealRuins+Page_SelectStartingSite_CanDoNext_Patch.Prefix
  1160. Page_SelectStartingSite.DoCustomBottomButtons: PRE: FactionCustomizer.PlanetGUIPatch.DoCustomBottomButtonsPrefix
  1161. Page_SelectStartingSite.DoNext: PRE: RealRuins.RealRuins+Page_SelectStartingSite_DoNext_Patch.Prefix, RealRuins.RealRuins+Page_SelectStartingSite_DoNext_Patch.Prefix
  1162. Page_SelectStartingSite.PostOpen: post: CustomMapSizes.Patch_Page_SelectStartingSite_PostOpen.Postfix, RealRuins.RealRuins+Page_SelectStartingSite_PostOpen_Patch.Postfix, RealRuins.RealRuins+Page_SelectStartingSite_PostOpen_Patch.Postfix
  1163. Page_SelectStartingSite.PreOpen: post: MapPreview.Patches.Patch_RimWorld_Page_SelectStartingSite.PreOpen_Postfix
  1164. Panel_Logs.RightClickDropDown: post: PerformanceFish.AnalyzerFixes.PanelLogs_Postfix
  1165. PatchOperation.Apply: PRE: StartupImpact.Patch.PatchOperationApply.Prefix, XmlExtensions.PatchOperation_Patch.Prefix post: StartupImpact.Patch.PatchOperationApply.Postfix, XmlExtensions.PatchOperation_Patch.Postfix
  1166. PatchOperation.ApplyWorker: (no patches)
  1167. PatchOperationAdd.ApplyWorker: (no patches)
  1168. PatchOperationAddModExtension.ApplyWorker: (no patches)
  1169. PatchOperationAttributeAdd.ApplyWorker: post: XmlExtensions.PatchOperationAttributeAdd_Patch.Postfix
  1170. PatchOperationAttributeRemove.ApplyWorker: post: XmlExtensions.PatchOperationAttributeRemove_Patch.Postfix
  1171. PatchOperationAttributeSet.ApplyWorker: post: XmlExtensions.PatchOperationAttributeSet_Patch.Postfix
  1172. PatchOperationConditional.ApplyWorker: post: XmlExtensions.PatchOperationConditional_Patch.Postfix
  1173. PatchOperationFindMod.ApplyWorker: post: XmlExtensions.PatchOperationFindMod_Patch.Postfix
  1174. PatchOperationInsert.ApplyWorker: (no patches)
  1175. PatchOperationModOption.ApplyWorker: (no patches)
  1176. PatchOperationRadioButtons.ApplyWorker: (no patches)
  1177. PatchOperationReloable.ApplyWorker: (no patches)
  1178. PatchOperationRemove.ApplyWorker: (no patches)
  1179. PatchOperationReplace.ApplyWorker: (no patches)
  1180. PatchOperationSequence.ApplyWorker: post: XmlExtensions.PatchOperationSequence_Patch.Postfix
  1181. PatchOperationSetModExtension.ApplyWorker: (no patches)
  1182. PatchOperationSetName.ApplyWorker: post: XmlExtensions.PatchOperationSetName_Patch.Postfix
  1183. PatchOperationSliderFloat.ApplyWorker: (no patches)
  1184. PatchOperationSliderInt.ApplyWorker: (no patches)
  1185. PatchOperationTest.ApplyWorker: (no patches)
  1186. PatchOperationToggableSequence.ApplyWorker: (no patches)
  1187. PatchOperationWorker.ApplyWorker: (no patches)
  1188. PatchOperationWorker.ApplyWorker: (no patches)
  1189. PatchOperationWorker.ApplyWorker: (no patches)
  1190. PatchOperationWorker.ApplyWorker: (no patches)
  1191. PatchOperationWorker.ApplyWorker: (no patches)
  1192. PatchOperationWorker.ApplyWorker: (no patches)
  1193. PatchOperationWorker.ApplyWorker: (no patches)
  1194. PatchOperationWorker.ApplyWorker: (no patches)
  1195. PatchOperationWorker.ApplyWorker: (no patches)
  1196. PatchOperation_TweakBool.ApplyWorker: (no patches)
  1197. PatchOperation_TweakFloat.ApplyWorker: (no patches)
  1198. PatchOperation_TweakInt.ApplyWorker: (no patches)
  1199. PatchOpertaonSetModExtWithWeaponMode.ApplyWorker: (no patches)
  1200. Pawn.<GetDisabledWorkTypes>g__FillList|329_0: PRE: VanillaApparelExpanded.Pawn_GetDisabledWorkTypes_Patch.Prefix
  1201. Pawn.ButcherProducts: post: VanillaGenesExpanded.VanillaGenesExpanded_Pawn_ButcherProducts_Patch.Postfix
  1202. Pawn.DeSpawn: PRE: ImprovedWorkbenches.Detours.Pawn_DeSpawn_Detour.Prefix post: AchtungMod.Pawn_DeSpawn_Patch.Postfix, VFECore.PhasingPatches.Despawn_Postfix
  1203. Pawn.Destroy: post: [2147483647]RocketMan.Patches.Pawn_Notify_Dirty+Pawn_Dirty.Postfix
  1204. Pawn.GetDisabledWorkTypes: post: [0]Brrainz.DynamicWorkTypes.Pawn_GetDisabledWorkTypes_Postfix
  1205. Pawn.GetGizmos: post: AnimalTab.Patch_InjectTrainerSettingsGizmo.Postfix, AnimalBehaviours.Pawn_GetGizmos_Patch.Postfix, PeteTimesSix.SimpleSidearms.Intercepts.Pawn_GetGizmos_Postfix.Postfix, TacticsModeRedux.Patch.Verse_Pawn_GetGizmos.Postfix, VanillaWeaponsExpandedLaser.HarmonyPatches.VWEL_Pawn_GetGizmos_WeaponGizmoGetter_Patch.GetGizmos_PostFix, MarkThatPawn.Harmony.Pawn_GetGizmos.Postfix
  1206. Pawn.GetInspectString: post: AchtungMod.Pawn_GetInspectString_Patch.Postfix TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1207. Pawn.GetJobReport: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1208. Pawn.Kill: PRE: VFECore.Patch_Kill.Prefix, VanillaStorytellersExpanded.Patch_Kill.Prefix post: AnimalTab.Patch_Pawn_Kill.Postfix, VFE.Mechanoids.HarmonyPatches.MachinesDie.Postfix, VFECore.Patch_Kill.Postfix TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1209. Pawn.MainDesc: post: VFE.Mechanoids.HarmonyPatches.Pawn_MainDesc_Patch.Postfix
  1210. Pawn.Notify_BulletImpactNearby: post: [2147483647]RocketMan.Patches.Pawn_Notify_Dirty+Pawn_Dirty.Postfix
  1211. Pawn.Notify_Teleported: post: [2147483647]RocketMan.Patches.Pawn_Notify_Dirty+Pawn_Dirty.Postfix
  1212. Pawn.PostMapInit: post: VanillaGenesExpanded.Pawn_PostMapInit_Patch.Postfix
  1213. Pawn.SpawnSetup: post: VFECore.CompShieldField+SpawnSetup_Patch.Postfix, VFECore.PhasingPatches.CheckPhasing, ImprovedWorkbenches.Detours.Pawn_SpawnSetup_Detour.Postfix TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1214. Pawn.Tick: post: MarkThatPawn.Harmony.Pawn_Tick.Postfix TRANS: Soyuz.Patches.Pawn_Tick_Patch.Transpiler
  1215. Pawn.TryGetAttackVerb: post: VFECore.Abilities.TryGetAttackVerb_Patch.Postfix
  1216. Pawn.WorkTypeIsDisabled: post: AnimalBehaviours.VanillaExpandedFramework_Pawn_WorkTypeIsDisabled_Patch.RemoveTendFromAnimals
  1217. Pawn.get_BodySize: post: VanillaGenesExpanded.Pawn_BodySize.Postfix
  1218. Pawn.get_DrawPos: PRE: [2147483647]PerformanceOptimizer.Optimization_Pawn_DrawPos.Prefix post: [-2147483648]PerformanceOptimizer.Optimization_Pawn_DrawPos.Postfix
  1219. Pawn.get_HealthScale: post: VanillaGenesExpanded.Pawn_HealthScale.HealthScale_Postfix
  1220. Pawn.get_IsColonistPlayerControlled: post: AnimalBehaviours.VanillaExpandedFramework_Pawn_IsColonistPlayerControlled_Patch.AddAnimalAsColonist
  1221. PawnApparelGenerator.GenerateStartingApparelFor: post: VFECore.Patch_PawnApparelGenerator.GenerateStartingApparelFor_Postfix, TooManyMods.TMM_GenerateStartingApparelFor_Postfix.Postfix
  1222. PawnApparelGenerator.PossibleApparelSet.CoatButNoShirt: TRANS: VFECore.Patch_PawnApparelGenerator+PossibleApparelSet+manual_CoatButNoShirt.Transpiler
  1223. PawnAttackGizmoUtility.CanShowEquipmentGizmos: post: SquadUITweaks.HarmonyPatches.CanShowEquipmentGizmos_postfix
  1224. PawnAttackGizmoUtility.GetAttackGizmos: post: PunchAttack.PawnAttackGizmoUtility_Patches.GetGizmos, ScatteredFlames.Patch_GetGizmos.Postfix
  1225. PawnAttackGizmoUtility.GetSquadAttackGizmo: post: SquadUITweaks.HarmonyPatches.GetSquadAttackGizmo_Postfix
  1226. PawnAttackGizmoUtility.ShouldUseSquadAttackGizmo: PRE: SquadUITweaks.HarmonyPatches.ShouldUseSquadAttackGizmo_Postfix
  1227. PawnBioAndNameGenerator.FillBackstorySlotShuffled: PRE: VFECore.PawnBioAndNameGenerator_FillBackstorySlotShuffled.Prefix TRANS: VFECore.PawnBioAndNameGenerator_FillBackstorySlotShuffled.Transpiler
  1228. PawnCapacityDef.get_Worker: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1229. PawnCapacityUtility.CalculateCapacityLevel: post: VFECore.PawnCapacityUtility_CalculateCapacityLevel.Postfix
  1230. PawnCollisionTweenerUtility.PawnCollisionPosOffsetFor: PRE: [2147483647]PerformanceOptimizer.Optimization_PawnCollisionPosOffsetFor.Prefix post: [-2147483648]PerformanceOptimizer.Optimization_PawnCollisionPosOffsetFor.Postfix
  1231. PawnColumnDef.get_Worker: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1232. PawnColumnWorker.DoHeader: TRANS: Numbers.Numbers.UseWordWrapOnHeaders
  1233. PawnColumnWorker.HeaderClicked: PRE: Numbers.Numbers.RightClickToRemoveHeader
  1234. PawnColumnWorker_Label.DoCell: post: Numbers.Numbers.AddHighlightToLabel_PostFix TRANS: Numbers.Numbers.AddHighlightToLabel_Transpiler
  1235. PawnColumnWorker_Text.DoCell: TRANS: Numbers.Numbers.CentreCell
  1236. PawnComponentsUtility.AddAndRemoveDynamicComponents: post: AnimalBehaviours.VanillaExpandedFramework_PawnComponentsUtility_AddAndRemoveDynamicComponents_Patch.AddDraftability, StandYourGround.HostilityResponsePatch.Postfix
  1237. PawnComponentsUtility.AddComponentsForSpawn: post: [-2147483648]AchtungMod.PawnComponentsUtility_AddComponentsForSpawn_Patch.Postfix
  1238. PawnComponentsUtility.CreateInitialComponents: post: VFECore.PawnComponentsUtility_CreateInitialComponents_Patch.Postfix
  1239. PawnDiedOrDownedThoughtsUtility.TryGiveThoughts: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1240. PawnFlyer.MakeFlyer: TRANS: VFECore.Abilities.PawnFlyer_MakeFlyer_Patch.Transpiler
  1241. PawnFlyer.RecomputePosition: PRE: VFECore.Abilities.PawnFlyer_RecomputePosition_Patch.Prefix
  1242. PawnFlyerProperties.get_Worker: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1243. PawnGenerator.GenerateBodyType: post: TweaksGalore.Patch_PawnGenerator_GenerateBodyType.Postfix
  1244. PawnGenerator.GenerateGearFor: post: VFECore.Patch_PawnGenerator+GenerateGearFor.Postfix, PeteTimesSix.SimpleSidearms.Intercepts.PawnGenerator_GenerateGearFor_Postfix.GenerateGearFor
  1245. PawnGenerator.GenerateGenes: post: VanillaGenesExpanded.PawnGenerator_GenerateGenes_Patch.Postfix
  1246. PawnGenerator.GenerateInitialHediffs: post: VFECore.Patch_PawnGenerator+GenerateInitialHediffs.Postfix
  1247. PawnGenerator.GenerateNewPawnInternal: post: VFECore.Abilities.PawnGen_Patch.Postfix
  1248. PawnGenerator.GenerateOrRedressPawnInternal: PRE: PossessionsForEveryone.PerformanceWatchdog.Start post: PossessionsForEveryone.PerformanceWatchdog.End, PossessionsForEveryone.Patch_PawnGenerator.AddPossessions
  1249. PawnGenerator.GeneratePawn: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1250. PawnGenerator.GenerateSkills: post: VFECore.PawnGenerator_GenerateSkills.Postfix
  1251. PawnGenerator.GenerateTraits: post: TweaksGalore.Patch_PawnGenerator_GenerateTraits.Postfix
  1252. PawnGenerator.GenerateTraitsFor: PRE: TweaksGalore.Patch_PawnGenerator_GenerateTraitsFor.Prefix
  1253. PawnGroupKindDef.get_Worker: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1254. PawnGroupKindWorker.GeneratePawns: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1255. PawnRelationDef.get_Worker: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1256. PawnRelationWorker.BaseGenerationChanceFactor: post: TweaksGalore.Patch_PawnRelationWorker_BaseGenerationChanceFactor.Postfix
  1257. PawnRenderNode.ColorFor: post: VanillaGenesExpanded.PawnRenderNode_ColorFor_Patch.Postfix
  1258. PawnRenderNode.Init: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1259. PawnRenderNode.get_AnimationWorker: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1260. PawnRenderNodeWorker.AppendDrawRequests: PRE: VFECore.PawnRenderNodeWorker_AppendDrawRequests_Patch.Prefix
  1261. PawnRenderNodeWorker.GetMaterial: post: ReGrowthCore.PawnRenderNodeWorker_GetMaterial_Patch.Postfix
  1262. PawnRenderNodeWorker.GetSubWorker: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1263. PawnRenderNodeWorker.GetWorker: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1264. PawnRenderNodeWorker.ScaleFor: post: VanillaGenesExpanded.PawnRenderNodeWorker_ScaleFor_Patch.Postfix
  1265. PawnRenderNodeWorker_Apparel_Body.CanDrawNow: post: ReGrowthCore.PawnRenderNodeWorker_Apparel_Body_CanDrawNow_Patch.Postfix
  1266. PawnRenderNodeWorker_Apparel_Head.CanDrawNow: PRE: VFECore.PawnRenderNodeWorker_Apparel_Head_CanDrawNow_Patch.Prefix post: VFECore.PawnRenderNodeWorker_Apparel_Head_CanDrawNow_Patch.Postfix
  1267. PawnRenderNodeWorker_Apparel_Head.HeadgearVisible: post: ReGrowthCore.PawnRenderNodeWorker_Apparel_Head_HeadgearVisible_Patch.Postfix TRANS: VFECore.PawnRenderNodeWorker_Apparel_Head_HeadgearVisible_Patch.Transpiler
  1268. PawnRenderNodeWorker_Body.CanDrawNow: post: VFECore.PawnRenderNodeWorker_Body_CanDrawNow_Patch.Postfix
  1269. PawnRenderNode_AnimalPack.GraphicFor: post: VFECore.PawnRenderNode_AnimalPack_GraphicFor_Patch.Postfix
  1270. PawnRenderNode_Body.GraphicFor: post: VanillaGenesExpanded.PawnRenderNode_Body_GraphicFor_Patch.Postfix
  1271. PawnRenderNode_Fur.GraphicFor: post: VanillaGenesExpanded.PawnRenderNode_Fur_GraphicFor_Patch.Postfix
  1272. PawnRenderNode_Head.GraphicFor: post: VanillaGenesExpanded.PawnRenderNode_Head_GraphicFor_Patch.Postfix
  1273. PawnRenderTree.ProcessApparel: post: VFECore.PawnRenderTree_ProcessApparel_Patch.Postfix TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1274. PawnRenderTree.SetupApparelNodes: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1275. PawnRenderTree.SetupGeneNodes: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1276. PawnRenderTree.SetupHediffNodes: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1277. PawnRenderTree.SetupMutantNodes: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1278. PawnRenderTree.SetupTraitNodes: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1279. PawnRenderTree.TraverseTree: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1280. PawnRenderTree.TrySetupGraphIfNeeded: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1281. PawnRenderUtility.CarryWeaponOpenly: post: VFE.Mechanoids.HarmonyPatches.MobileTurretsShowTurrets.Postfix, PeteTimesSix.SimpleSidearms.Intercepts.PawnRenderUtility_CarryWeaponOpenly.PawnRenderUtility_CarryWeaponOpenly_Postfix
  1282. PawnRenderUtility.DrawCarriedThing: post: ShowMeYourHands.PawnRenderUtility_DrawCarriedThing.Postfix
  1283. PawnRenderUtility.DrawEquipmentAiming: PRE: [800]VFECore.PawnRenderer_DrawEquipmentAiming_Patch.Prefix, [800]ShowMeYourHands.PawnRenderer_DrawEquipmentAiming.SaveWeaponLocation, VFE.Mechanoids.HarmonyPatches.RenderTurretCentered.Prefix, VanillaWeaponsExpandedLaser.HarmonyPatches.CYA_PawnRenderUtility_Draw_EquipmentAiming_GunDrawing_Patch.Prefix, ShowMeYourHands.PawnRenderer_DrawEquipmentAiming.SaveWeaponLocation, [0]ShowMeYourHands.PawnRenderer_DrawEquipmentAiming.SaveWeaponLocation post: VFE.Mechanoids.HarmonyPatches.RenderTurretCentered.Postfix, MuzzleFlash.Patch.HarmonyPatch_PawnRenderer.Postfix
  1284. PawnRenderUtility.DrawEquipmentAndApparelExtras: PRE: YayoAnimation.HarmonyPatches.PawnPatches.AimingPatch.Prefix TRANS: YayoAnimation.HarmonyPatches.PawnPatches.AimingPatch.Transpiler
  1285. PawnRenderer.BaseHeadOffsetAt: post: VFECore.PawnRenderer_BaseHeadOffsetAt.Postfix
  1286. PawnRenderer.BodyAngle: post: YayoAnimation.HarmonyPatches.PawnPatches.BodyAnglePatch.Postfix
  1287. PawnRenderer.GetBodyPos: post: VFECore.PawnRenderer_GetBodyPos_Patch.Postfix, YayoAnimation.HarmonyPatches.PawnPatches.GetBodyPosPatch.Postfix
  1288. PawnRenderer.LayingFacing: post: YayoAnimation.HarmonyPatches.PawnPatches.LayingFacingPatch.Postfix
  1289. PawnRenderer.OverrideMaterialIfNeeded: post: ReGrowthCore.PawnRenderer_OverrideMaterialIfNeeded_Patch.Postfix
  1290. PawnRenderer.ParallelGetPreRenderResults: PRE: VFECore.ParallelGetPreRenderResults_Patch.Prefix, YayoAnimation.HarmonyPatches.PawnPatches.ParallelGetPreRenderResultsPatch.Prefix TRANS: YayoAnimation.HarmonyPatches.PawnPatches.ParallelGetPreRenderResultsPatch.Transpiler
  1291. PawnRenderer.RenderCache: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1292. PawnRenderer.RenderPawnAt: post: MarkThatPawn.Harmony.PawnRenderer_RenderPawnAt.Postfix
  1293. PawnTable.PawnTableOnGUI: post: Numbers.Numbers.ApplyColumnsRemoval, BetterPawnControl.Patches.PawnTable_PawnTableOnGUI.Postfix TRANS: Numbers.Numbers.MakeHeadersReOrderable
  1294. PawnUIOverlay.DrawPawnGUIOverlay: PRE: VanillaApparelExpanded.VAE_PawnUIOverlay_Patch.GhillieException, VFECore.PawnUIOverlay_DrawSelection_Patch.Prefix post: VFECore.PawnUIOverlay_DrawSelection_Patch.Postfix
  1295. PawnUtility.BodyResourceGrowthSpeed: post: VanillaGenesExpanded.VanillaGenesExpanded_PawnUtility_BodyResourceGrowthSpeed_Patch.MultiplyPregnancy
  1296. PawnUtility.IsFighting: post: AnimalBehaviours.VanillaExpandedFramework_PawnUtility_IsFighting_Patch.DontFlee
  1297. PawnUtility.IsTeetotaler: PRE: [2147483647]PerformanceOptimizer.Optimization_PawnUtility_IsTeetotaler.Prefix post: [-2147483648]PerformanceOptimizer.Optimization_PawnUtility_IsTeetotaler.Postfix
  1298. PawnUtility.Mated: PRE: AnimalBehaviours.PawnUtility_Mated+VanillaExpandedFramework_PawnUtility_Mated_Patch.Prefix
  1299. Pawn_AgeTracker.AgeTick: TRANS: Soyuz.Patches.Pawn_AgeTracker_AgeTick_Patch.Transpiler
  1300. Pawn_AgeTracker.CalculateInitialGrowth: post: CharacterEditor.CEditor.OnPreRecalcIndex
  1301. Pawn_AgeTracker.GrowthPointsPerDayAtLearningLevel: post: VanillaGenesExpanded.GrowthPointPerDayAtLearningLevel_Patch.Postfix
  1302. Pawn_AgeTracker.RecalculateLifeStageIndex: post: CharacterEditor.CEditor.OnRecalcIndex
  1303. Pawn_ApparelTracker.Notify_ApparelAdded: post: [2147483647]RocketMan.Patches.Pawn_Notify_Dirty+Pawn_ApparelTracker_Dirty.Postfix, VFECore.Pawn_ApparelTracker_Notify_ApparelAdded_Patch.Postfix
  1304. Pawn_ApparelTracker.Notify_ApparelRemoved: post: [2147483647]RocketMan.Patches.Pawn_Notify_Dirty+Pawn_ApparelTracker_Dirty.Postfix, VFECore.Pawn_ApparelTracker_Notify_ApparelRemoved_Patch.Postfix
  1305. Pawn_ApparelTracker.Notify_LostBodyPart: post: [2147483647]RocketMan.Patches.Pawn_Notify_Dirty+Pawn_ApparelTracker_Dirty.Postfix
  1306. Pawn_ApparelTracker.Notify_PawnKilled: PRE: TweaksGalore.Patch_Pawn_ApparelTracker_Notify_PawnKilled.Prefix
  1307. Pawn_ApparelTracker.Remove: post: [2147483647]RocketMan.Patches.Pawn_Notify_Dirty+Pawn_ApparelTracker_Dirty.Postfix, VFECore.Pawn_ApparelTracker_Remove_Patch.Postfix
  1308. Pawn_ApparelTracker.TryDrop: post: VanillaApparelExpanded.Patch_TryDrop.Postfix, VFECore.Pawn_ApparelTracker_TryDrop_Patch.Postfix, VFECore.TryDrop_Patch.Postfix
  1309. Pawn_ApparelTracker.Wear: PRE: [800]CherryPicker.Patch_Wear.Prefix post: [2147483647]RocketMan.Patches.Pawn_Notify_Dirty+Pawn_ApparelTracker_Dirty.Postfix, VanillaApparelExpanded.ApparelTracker_Wear.Postfix, VFECore.Pawn_ApparelTracker_Wear_Patch.Postfix
  1310. Pawn_CallTracker.CallTrackerTick: TRANS: Soyuz.Patches.Pawn_CallTracker_CallTrackerTick_Patch.Transpiler
  1311. Pawn_DraftController.GetGizmos: post: VFECore.AI.DraftGizmos.GetGizmosPostfix, DefensivePositions.DraftController_GetGizmos_Patch.InsertDefensivePositionGizmo, [0]SwitchWeapons.Pawn_DraftController_GetGizmos.Postfix
  1312. Pawn_DraftController.set_Drafted: post: PeteTimesSix.SimpleSidearms.Intercepts.Pawn_DraftController_Drafted_Setter_Postfix.DraftedSetter, AchtungMod.Pawn_DraftController_Drafted_Patch.Postfix, MarkThatPawn.Harmony.Pawn_DraftController_Drafted.Postfix
  1313. Pawn_DrawTracker.get_DrawPos: post: VFECore.Pawn_DrawTracker_Patch.Postfix
  1314. Pawn_EquipmentTracker.AddEquipment: post: VFECore.AddEquipment_Patch.Postfix
  1315. Pawn_EquipmentTracker.Notify_EquipmentAdded: post: [2147483647]RocketMan.Patches.Pawn_Notify_Dirty+Pawn_EquipmentTracker_Dirty.Postfix
  1316. Pawn_EquipmentTracker.Notify_EquipmentRemoved: post: [2147483647]RocketMan.Patches.Pawn_Notify_Dirty+Pawn_EquipmentTracker_Dirty.Postfix
  1317. Pawn_EquipmentTracker.TryDropEquipment: post: VFECore.TryDropEquipment_Patch.Postfix
  1318. Pawn_FilthTracker.Notify_EnteredNewCell: PRE: AnimalBehaviours.VanillaExpandedFramework_Pawn_FilthTracker_Notify_EnteredNewCell_Patch.DontDealWithFilth
  1319. Pawn_FilthTracker.TryPickupFilth: PRE: ReGrowthCore.Pawn_FilthTracker_TryPickupFilth_Patch.Prefix post: ReGrowthCore.Pawn_FilthTracker_TryPickupFilth_Patch.Postfix
  1320. Pawn_GeneTracker.Notify_GenesChanged: post: VanillaGenesExpanded.Notify_GenesChanged_Patch.Postfix
  1321. Pawn_GuestTracker.SetGuestStatus: post: BetterPawnControl.Pawn_GuestTracker_SetGuestStatus.Postfix
  1322. Pawn_HealthTracker.AddHediff: PRE: CherryPicker.Patch_Pawn_HealthTracker_AddHediff.Prefix, ReGrowthCore.Pawn_HealthTracker_AddHediff_Patch.Prefix
  1323. Pawn_HealthTracker.CheckForStateChange: post: VFECore.Patch_Pawn_HealthTracker+CheckForStateChange.Postfix
  1324. Pawn_HealthTracker.DropBloodFilth: TRANS: VanillaGenesExpanded.VanillaGenesExpanded_Pawn_HealthTracker_DropBloodFilth_Patch.Transpiler
  1325. Pawn_HealthTracker.DropBloodSmear: TRANS: VanillaGenesExpanded.VanillaGenesExpanded_Pawn_HealthTracker_DropBloodSmear_Patch.Transpiler
  1326. Pawn_HealthTracker.HealthTick: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler, Soyuz.Patches.Pawn_HealthTracker_Tick_Patch.Transpiler
  1327. Pawn_HealthTracker.MakeDowned: post: MarkThatPawn.Harmony.Pawn_HealthTracker_Downstates.Postfix
  1328. Pawn_HealthTracker.MakeUndowned: post: MarkThatPawn.Harmony.Pawn_HealthTracker_Downstates.Postfix
  1329. Pawn_HealthTracker.Notify_UsedVerb: post: [2147483647]RocketMan.Patches.Pawn_Notify_Dirty+Pawn_HealthTracker_Dirty.Postfix
  1330. Pawn_HealthTracker.SetDead: post: BetterPawnControl.Patches.Pawn_HealthTracker_OnDead.Postfix
  1331. Pawn_HealthTracker.ShouldBeDeadFromLethalDamageThreshold: post: TweaksGalore.Patch_Pawn_HealthTracker_ShouldBeDeadFromLethalDamageThreshold.Postfix
  1332. Pawn_HealthTracker.ShouldBeDowned: PRE: VFECore.Patch_ShouldBeDowned.Prefix
  1333. Pawn_IdeoTracker.SetIdeo: post: VanillaMemesExpanded.VanillaMemesExpanded_Pawn_IdeoTracker_SetIdeo_Patch.ForceTrait
  1334. Pawn_InteractionsTracker.TryInteractWith: post: VFECore.TryInteractWith_Patch.Postfix
  1335. Pawn_InteractionsTracker.get_CurrentSocialMode: PRE: [2147483647]PerformanceOptimizer.Optimization_Pawn_InteractionsTracker_CurrentSocialMode.Prefix post: [-2147483648]PerformanceOptimizer.Optimization_Pawn_InteractionsTracker_CurrentSocialMode.Postfix
  1336. Pawn_InventoryTracker.get_FirstUnloadableThing: post: PeteTimesSix.SimpleSidearms.Intercepts.Pawn_InventoryTracker_FirstUnloadableThing.Postfix
  1337. Pawn_JobTracker.CleanupCurrentJob: PRE: TacticsModeRedux.Patch.Verse_AI_Pawn_JobTracker_CleanupCurrentJob.Prefix
  1338. Pawn_JobTracker.DetermineNextConstantThinkTreeJob: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1339. Pawn_JobTracker.DetermineNextJob: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1340. Pawn_JobTracker.EndCurrentJob: PRE: [2147483647]AchtungMod.Pawn_JobTracker_EndCurrentJob_Patch.Prefix post: [-2147483648]AchtungMod.Pawn_JobTracker_EndCurrentJob_Patch.Postfix TRANS: AchtungMod.Pawn_JobTracker_EndCurrentJob_Patch.Transpiler
  1341. Pawn_JobTracker.JobTrackerTick: TRANS: Soyuz.Patches.Pawn_JobTracker_JobTrackerTick_Patch.Transpiler
  1342. Pawn_JobTracker.ShouldStartJobFromThinkTree: post: AchtungMod.Pawn_JobTracker_ShouldStartJobFromThinkTree_Patch.Postfix
  1343. Pawn_MechanitorTracker.CanCommandTo: PRE: TweaksGalore.Patch_Pawn_MechanitorTracker_CanCommandTo.Prefix
  1344. Pawn_MechanitorTracker.DrawCommandRadius: PRE: TweaksGalore.Patch_Pawn_MechanitorTracker_DrawCommandRadius.Prefix
  1345. Pawn_MindState.MindStateTick: TRANS: Soyuz.Patches.Pawn_MindState_MindStateTick_Patch.Transpiler
  1346. Pawn_MindState.StartFleeingBecauseOfPawnAction: PRE: AnimalBehaviours.VanillaExpandedFramework_Pawn_MindState_StartFleeingBecauseOfPawnAction_Patch.DontFlee
  1347. Pawn_NeedsTracker.AddNeed: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1348. Pawn_NeedsTracker.AddOrRemoveNeedsAsAppropriate: PRE: VFECore.AddOrRemoveNeedsAsAppropriate_Patch.Prefix post: VFECore.AddOrRemoveNeedsAsAppropriate_Patch.Postfix TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1349. Pawn_NeedsTracker.NeedsTrackerTick: PRE: RocketMan.Patches.BeautyUtility_Patch+Pawn_NeedsTracker_Patch.Prefix TRANS: Soyuz.Patches.Pawn_NeedsTracker_NeedTrackerTick_Patch.Transpiler
  1350. Pawn_NeedsTracker.ShouldHaveNeed: PRE: VFEMech.ShouldHaveNeed_Patch.Prefix
  1351. Pawn_PathFollower.BuildingBlockingNextPathCell: PRE: VFECore.PhasingPatches.NoBuildingBlocking
  1352. Pawn_PathFollower.CostToMoveIntoCell: post: AnimalBehaviours.VanillaExpandedFramework_Pawn_PathFollower_CostToMoveIntoCell_Patch.DisablePathCostForFloatingCreatures TRANS: VFECore.PhasingPatches.CostToMoveIntoCell_Transpile
  1353. Pawn_PathFollower.CostToPayThisTick: post: Soyuz.Patches.Pawn_PathFollower_Patch+Pawn_PathFollower_CostToPayThisTick_Patch.Postfix
  1354. Pawn_PathFollower.GenerateNewPath: PRE: VFECore.PhasingPatches.GenerateNewPath_Prefix
  1355. Pawn_PathFollower.PatherTick: PRE: Soyuz.Patches.Pawn_PathFollower_Patch+Pawn_PathFollower_PatherTick.Prefix post: Soyuz.Patches.Pawn_PathFollower_Patch+Pawn_PathFollower_PatherTick.Postfix
  1356. Pawn_PathFollower.SetupMoveIntoNextCell: post: TrafficHeatmap.Patch.Postfix
  1357. Pawn_PathFollower.StartPath: PRE: VFECore.PhasingPatches.StartPath_Prefix post: VFECore.PhasingPatches.StartPath_Postfix
  1358. Pawn_PathFollower.TryEnterNextPathCell: post: VFECore.PhasingPatches.UnfogEnteredCells
  1359. Pawn_PathFollower.TryRecoverFromUnwalkablePosition: TRANS: AchtungMod.Pawn_PathFollower_TryRecoverFromUnwalkablePosition_Patch.Transpiler
  1360. Pawn_PsychicEntropyTracker.PsychicEntropyTrackerTick: TRANS: Soyuz.Patches.Pawn_PsychicEntropyTracker_PsychicEntropyTrackerTick_Patch.Transpiler
  1361. Pawn_PsychicEntropyTracker.get_Psylink: TRANS: [800]PerformanceFish.Hediffs.Pawn_PsychicEntropyTrackerOptimization+Psylink_Patch.Transpiler
  1362. Pawn_RecordsTracker.RecordsTick: TRANS: Soyuz.Patches.Pawn_RecordsTracker_Patch.Transpiler
  1363. Pawn_RelationsTracker.ExposeData: post: VFECore.Pawn_RelationsTracker_ExposeData_Patch.Postfix
  1364. Pawn_RelationsTracker.SetPregnancyApproach: post: VFECore.Pawn_RelationsTracker_SetPregnancyApproach_Patch.Postfix
  1365. Pawn_SkillTracker.Learn: post: VanillaGenesExpanded.VanillaGenesExpanded_Pawn_SkillTracker_Learn_Patch.GiveRecreation
  1366. Pawn_SkillTracker.SkillsTick: TRANS: Soyuz.Patches.Pawn_SkillsTracker_SkillsTick_Patch.Transpiler
  1367. Pawn_TimetableTracker.GetAssignment: (no patches)
  1368. Pawn_WorkSettings.WorkIsActive: post: AchtungMod.Pawn_WorkSettings_WorkIsActive_Patch.Postfix
  1369. PawnsArrivalModeDef.get_Worker: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1370. PawnsArrivalModeWorker_CenterDrop.Arrive: post: VanillaStorytellersExpanded.RaidPatches.RaidGroupChecker
  1371. PawnsArrivalModeWorker_ClusterDrop.Arrive: post: VanillaStorytellersExpanded.RaidPatches.RaidGroupChecker
  1372. PawnsArrivalModeWorker_EdgeDrop.Arrive: post: VanillaStorytellersExpanded.RaidPatches.RaidGroupChecker
  1373. PawnsArrivalModeWorker_EdgeDropGroups.Arrive: post: VanillaStorytellersExpanded.RaidPatches.RaidGroupChecker
  1374. PawnsArrivalModeWorker_EdgeWalkIn.Arrive: post: VanillaStorytellersExpanded.RaidPatches.RaidGroupChecker
  1375. PawnsArrivalModeWorker_EdgeWalkInDarkness.Arrive: post: VanillaStorytellersExpanded.RaidPatches.RaidGroupChecker
  1376. PawnsArrivalModeWorker_EdgeWalkInDistributed.Arrive: post: VanillaStorytellersExpanded.RaidPatches.RaidGroupChecker
  1377. PawnsArrivalModeWorker_EdgeWalkInDistributedGroups.Arrive: post: VanillaStorytellersExpanded.RaidPatches.RaidGroupChecker
  1378. PawnsArrivalModeWorker_EdgeWalkInGroups.Arrive: post: VanillaStorytellersExpanded.RaidPatches.RaidGroupChecker
  1379. PawnsArrivalModeWorker_EdgeWalkInHateChanters.Arrive: post: VanillaStorytellersExpanded.RaidPatches.RaidGroupChecker
  1380. PawnsArrivalModeWorker_EmergeFromWater.Arrive: post: VanillaStorytellersExpanded.RaidPatches.RaidGroupChecker
  1381. PawnsArrivalModeWorker_RandomDrop.Arrive: post: VanillaStorytellersExpanded.RaidPatches.RaidGroupChecker
  1382. PitGate.TryFireIncident: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1383. Plant.PlantCollected: post: VanillaPlantsExpanded.VanillaPlantsExpanded_Plant_PlantCollected_Patch.AddSecondaryOutput
  1384. Plant.TickLong: PRE: [2147483647]PerformanceOptimizer.Optimization_Plant_TickLong.Prefix TRANS: PerformanceOptimizer.Optimization_Plant_TickLong.Transpiler
  1385. Plant.get_GrowthRateFactor_Temperature: PRE: ReGrowthCore.PlantExpandable+Plant_GrowthRateFactor_Temperature_Plant.Prefix
  1386. PlantFallColors.GetFallColorFactor: PRE: [2147483647]PerformanceOptimizer.Optimization_PlantFallColors_GetFallColorFactor.Prefix post: ReGrowthCore.PlantFallColors_GetFallColorFactor_Patch.Postfix, [-2147483648]PerformanceOptimizer.Optimization_PlantFallColors_GetFallColorFactor.Postfix
  1387. PlantUtility.CanEverPlantAt: post: ReGrowthCore.CanEverPlantAt_Patch.Postfix
  1388. PlantUtility.GrowthSeasonNow: PRE: ReGrowthCore.PlantExpandable+PlantUtility_GrowthSeasonNow_Patch.Prefix
  1389. PlayDataLoader.<>c__DisplayClass6_0.<HotReloadDefs>b__4: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1390. PlayDataLoader.DoPlayLoad: post: HugsLib.Patches.PlayDataLoader_Patch.InitModsHook
  1391. PlayDataLoader.LoadAllPlayData: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1392. PlayLog.ReduceToCapacity: TRANS: RocketMan.Optimizations.PlayLog_ReduceToCapacity_Patch.Transpiler
  1393. PlaySettings.DoPlaySettingsGlobalControls: PRE: PowerView.DoPlaySettingsGlobalControlsPatch.Postfix post: DubsMintMinimap.H_DoPlaySettingsGlobalControls.Postfix, FactionCustomizer.PlaySettingPatch.DoPlaySettingsGlobalControls, RimHUD.Access.Patch.RimWorld_PlaySettings_DoPlaySettingsGlobalControls.Postfix, BetterPawnControl.Patches.PlaySettings_DoPlaySettingsGlobalControls.Postfix, TrafficHeatmap.PatchPlaySettings.PostFix, Quality_Overlay.PlaySettingsPatch.InsertToggleButton, RoomSense.PlaySettings_Patch.Postfix, MapPreview.Patches.Patch_RimWorld_PlaySettings.DoPlaySettingsGlobalControls
  1394. PlayerKnowledgeDatabase.ReloadAndRebind: PRE: OptimizationLeather.Patch_ResetStaticData.Prefix, VFECore.DefIndicesFixer.Prefix
  1395. PlayerKnowledgeDatabase.Save: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1396. PollutionGrid.SetPolluted: post: ReGrowthCore.PollutionGrid_SetPolluted_Patch.Postfix
  1397. PollutionUtility.PolluteMapToPercent: PRE: MapDesigner.Patches.PollutionLevelPatch.Prefix
  1398. PostLoadIniter.DoAllPostLoadInits: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1399. PostLoadIniter.RegisterForPostLoadInit: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1400. PowerNetGraphics.PrintWirePieceConnecting: PRE: TweaksGalore.Patch_PowerNetGraphics_PrintWirePieceConnecting.Prefix
  1401. PreLoadUtility.CheckVersionAndLoad: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1402. PreceptDef.get_Worker: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1403. PreceptMaker.MakePrecept: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1404. Precept_Ritual.CopyTo: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1405. Precept_Ritual.Tick: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1406. Precept_RoleMulti.RecacheActivity: PRE: [2147483647]PerformanceOptimizer.Optimization_Precept_RoleMulti_RecacheActivity.Prefix
  1407. Precept_RoleSingle.RecacheActivity: PRE: [2147483647]PerformanceOptimizer.Optimization_Precept_RoleSingle_RecacheActivity.Prefix
  1408. Prefs.Save: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1409. Prefs.get_DevMode: PRE: Analyzer.DebugLogenabler.DevModePrefix
  1410. Prefs.set_ResourceReadoutCategorized: post: ToggleableReadouts.ResetCache.Postfix
  1411. PregnancyUtility.PregnancyChanceForPartners: post: VFECore.PregnancyUtility_PregnancyChanceForPartners_Patch.Postfix
  1412. Printer_Shadow.PrintShadow: PRE: ScatteredFlames.Patch_PrintShadow.Prefix
  1413. PriorityWork.GetGizmos: post: AchtungMod.PriorityWork_GetGizmos_Patch.Postfix
  1414. Projectile.CheckForFreeIntercept: post: VFEMech.TeslaProjectile+ProjectilePatches.Postfix TRANS: VFECore.Projectile_SetTrueOrigin.Transpiler
  1415. Projectile.CheckForFreeInterceptBetween: TRANS: VFECore.Projectile_SetTrueOrigin.Transpiler
  1416. Projectile.Impact: PRE: VFECore.Projectile_Impact_Patch.Prefix
  1417. Projectile.ImpactSomething: post: VFEMech.TeslaProjectile+ProjectilePatches.Postfix TRANS: VFECore.Projectile_SetTrueOrigin.Transpiler
  1418. Projectile.Launch: post: VFECore.Projectile_Launch_Patch.Postfix
  1419. Projectile.Tick: post: VFECore.Projectile_Tick_Patch.Postfix
  1420. Projectile.get_DamageAmount: post: VFECore.Projectile_DamageAmount_Patch.Postfix
  1421. PsychicRitualToilRunner.End: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1422. PsychicRitualToilRunner.Start: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1423. PsychicRitualToilRunner.Tick: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1424. PsychicRitualToilRunner.UpdateAllDuties: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1425. QualityUtility.GetLabel: post: QualityColors.QualityColorsMod.AddColor2
  1426. QualityUtility.GetLabelShort: post: QualityColors.QualityColorsMod.AddColor2
  1427. Quest.CleanupQuestParts: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1428. Quest.End: PRE: VanillaStorytellersExpanded.Patch_End.Prefix
  1429. Quest.Notify_SignalReceived: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1430. Quest.QuestTick: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1431. QuestGen.AddSlateQuestTags: post: VanillaStorytellersExpanded.Patch_AddSlateQuestTags.Postfix
  1432. QuestGen.Generate: post: VFECore.Patch_QuestGen_Generate.Postfix TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1433. QuestManager.Add: PRE: CherryPicker.Patch_QuestManager.Prefix
  1434. QuestNode.Run: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1435. QuestNode.TestRun: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1436. QuestNode_GetFaction.IsGoodFaction: post: VFECore.QuestNode_GetFaction_IsGoodFaction_Patch.Postfix
  1437. QuestNode_GetPawn.IsGoodPawn: post: VFECore.QuestNode_GetPawn_IsGoodPawn_Patch.Postfix
  1438. QuestNode_GetPawnKind.<>c__DisplayClass5_1.<SetVars>g__CanHandle|1: post: AnimalBehaviours.VanillaExpandedFramework_QuestNode_GetPawnKind_SetVars_CanHandle_Patch.Postfix
  1439. QuestNode_ResolveTextRequests.Resolve: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1440. QuestPartUtility.GetRewardStackElementsForThings: PRE: TweaksGalore.GetRewardStackElementsForThings_Patch.Prefix
  1441. QuestScriptDef.CanRun: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1442. QuestUtility.IsQuestLodger: PRE: [2147483647]PerformanceOptimizer.Optimization_QuestUtility_IsQuestLodger.Prefix post: [-2147483648]PerformanceOptimizer.Optimization_QuestUtility_IsQuestLodger.Postfix
  1443. QuestUtility.SendLetterQuestAvailable: PRE: CherryPicker.Patch_QuestUtility.Prefix
  1444. RaidAgeRestrictionDef.get_Worker: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1445. RaidStrategyDef.get_Worker: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1446. RaidStrategyWorker_Siege.MakeLordJob: PRE: VFECore.Patch_RaidStrategyWorker_Siege+MakeLordJob.Prefix
  1447. Rand.EnsureStateStackEmpty: PRE: MapReroll.Patches.Rand_EnsureStateStackEmpty_Patch.OptionalStackChecks
  1448. Reachability.CanReach: PRE: VFECore.PhasingPatches.AllReachable
  1449. RecipeDef.get_AllRecipeUsers: PRE: [800]PerformanceFish.Defs.RecipeDefCaching+AllRecipeUsers_Patch.Prefix post: [800]PerformanceFish.Defs.RecipeDefCaching+AllRecipeUsers_Patch.Postfix
  1450. RecipeDef.get_IngredientValueGetter: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1451. RecipeDef.get_UIIconThing: PRE: CategorizedBillMenus.BillStack_Patches.RecipeDef_UIIconThing
  1452. RecipeDef.get_Worker: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1453. RecipeDef.get_WorkerCounter: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1454. RecipeWorkerCounter.CountProducts: post: ImprovedWorkbenches.RecipeWorkerCounter_CountProducts_Detour.Postfix
  1455. RecordDef.get_Worker: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1456. RegionAndRoomQuery.RoomAt: TRANS: [800]PerformanceFish.RoomOptimizations+RoomAt_Patch.Transpiler
  1457. RegionAndRoomUpdater.TryRebuildDirtyRegionsAndRooms: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1458. RegionTraverser.BreadthFirstTraverse: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1459. ReorderableWidget.Reorderable: TRANS: Numbers.Numbers.ReorderWidgetFromEventToInputTranspiler
  1460. ReorderableWidget.ReorderableWidgetOnGUI_AfterWindowStack: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1461. ResearchManager.ExposeData: PRE: DubsMintMenus.HarmonyPatches+Patch_ResearchManager.Prefix
  1462. ResearchManager.FinishProject: PRE: DubsMintMenus.HarmonyPatches+Patch_FinishProject.Prefix post: DubsMintMenus.HarmonyPatches+Patch_FinishProject.Postfix TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1463. ResearchManager.ReapplyAllMods: post: TweaksGalore.Patch_ResearchManager_ReapplyAllMods.Postfix
  1464. ResearchProjectDef.GetTip: TRANS: VFECore.ResearchProjectDef_GetTip_Patch.Transpiler
  1465. ResearchProjectDef.HasTag: post: VFECore.Patch_ResearchProjectDef+HasTag.Postfix
  1466. ResearchProjectDef.ReapplyAllMods: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1467. ResearchProjectDef.get_UnlockedDefs: post: PipeSystem.ResearchProjectDef_UnlockedDefs_Patch.Postfix
  1468. ReservationManager.LogCouldNotReserveError: TRANS: AchtungMod.Errors_To_Warnings_Patch.Transpiler
  1469. ReservationManager.Reserve: TRANS: AchtungMod.ReservationManager_Reserve_Patch.Transpiler
  1470. ReservationManager.RespectsReservationsOf: PRE: AchtungMod.ReservationManager_RespectsReservationsOf_Patch.Prefix
  1471. ResourceReadout.DoReadoutCategorized: PRE: [800]UINotIncluded.DoReadoutCategorizedPatch.Prefix, DubsMintMenus.PinningSys+Patch_DoReadoutCategorized.Prefix TRANS: DubsMintMenus.PinningSys+Patch_DoReadoutCategorized.Transpiler, [0]ToggleableReadouts.Replace_DoReadoutCategorized.Transpiler
  1472. ResourceReadout.DoReadoutSimple: PRE: [800]UINotIncluded.DoReadoutSimplePatch.Prefix TRANS: [0]ToggleableReadouts.Replace_DoReadoutSimple.Transpiler
  1473. Resources.FindArchitectTabCategoryIcon: PRE: TabSorting.TabSorting.ArchitectIconsPrefix
  1474. ReverseDesignatorDatabase.InitDesignators: post: LayeredDestruction.Patch.Postfix
  1475. RitualAttachableOutcomeEffectDef.get_Worker: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1476. RitualBehaviorDef.GetInstance: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1477. RitualObligationTargetFilterDef.GetInstance: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1478. RitualObligationTriggerProperties.GetInstance: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1479. RitualObligationTrigger_Date.Tick: TRANS: [800]PerformanceFish.MiscOptimizations+RitualObligationTrigger_Date.Transpiler
  1480. RitualOutcomeEffectDef.GetInstance: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1481. RitualTargetFilterDef.GetInstance: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1482. RitualVisualEffectDef.GetInstance: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1483. RiverMaker..ctor: PRE: MapDesigner.Patches.RiverStylePatch.Prefix post: MapDesigner.Patches.RiverStylePatch.Postfix
  1484. RiverMaker.TerrainAt: PRE: MapDesigner.Patches.RiverBankPatch.Prefix
  1485. RiverMaker.ValidatePassage: PRE: [700]MapPreview.Patches.Patch_RimWorld_RiverMaker.ValidatePassage, MapDesigner.Patches.River_ValidatePassage_Patch.Prefix
  1486. RoofGrid.SetRoof: post: SimpleFxSplashes.Patch_RoofGrid_SetRoof.Postfix
  1487. Room.get_ContainedAndAdjacentThings: TRANS: [800]PerformanceFish.RoomOptimizations+ContainedAndAdjacentThings_Patch.Transpiler
  1488. Room.get_ContainedBeds: TRANS: [800]PerformanceFish.RoomOptimizations+ContainedBeds_Patch.Transpiler
  1489. Room.get_Owners: PRE: [800]PerformanceFish.RoomOptimizations+Owners_Patch.Prefix post: [800]PerformanceFish.RoomOptimizations+Owners_Patch.Postfix
  1490. Room.get_Role: TRANS: [800]PerformanceFish.RoomOptimizations+Role_Patch.Transpiler
  1491. RoomRoleDef.get_Worker: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1492. RoomRoleWorker_Kitchen.GetScore: TRANS: TabSorting.RoomRoleWorker_Kitchen_GetScore.Transpiler
  1493. RoomStatDef.get_Worker: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1494. Root.OnGUI: post: HugsLib.Patches.Root_OnGUI_Patch.OnGUIHookUnfiltered TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1495. Root.Shutdown: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1496. Root.Start: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1497. Root.Update: post: HugsLib.Patches.Root_Patch.UpdateHook, Brrainz.ModFeatures.Root_Update_Postfix TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1498. Root_Entry.Start: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1499. Root_Entry.Update: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1500. Root_Play.Start: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1501. Root_Play.Update: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1502. RoyalTitleDef.get_AwardWorker: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1503. RoyalTitleDef.get_InheritanceWorkerOverride: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1504. RoyalTitlePermitDef.get_Worker: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1505. Rule.DeepCopy: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1506. RulePack.GetRulesResolved: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1507. RuntimeType.GetField: PRE: PerformanceFish.System.ReflectionCaching+TypePatches+GetField_Patch.Prefix post: PerformanceFish.System.ReflectionCaching+TypePatches+GetField_Patch.Postfix
  1508. RuntimeType.GetFields: PRE: PerformanceFish.System.ReflectionCaching+TypePatches+GetFieldsPatch.Prefix post: PerformanceFish.System.ReflectionCaching+TypePatches+GetFieldsPatch.Postfix
  1509. RuntimeType.get_FullName: PRE: PerformanceFish.System.ReflectionCaching+TypePatches+GetFullName.Prefix post: PerformanceFish.System.ReflectionCaching+TypePatches+GetFullName.Postfix
  1510. SafeSaver.DoSave: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1511. SafeSaver.RemoveFileIfExists: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1512. SafeSaver.SafeMove: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1513. SafeSaver.Save: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1514. SavedGameLoaderNow.LoadGameFromSaveFileNow: PRE: PerformanceOptimizer.PerformanceOptimizerMod.ResetStaticData TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1515. ScenPart_ConfigPage.<GetConfigPages>d__0.MoveNext: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1516. ScenPart_PlayerPawnsArriveMethod.GenerateIntoMap: PRE: PossessionsForEveryone.Patch_ScenPart_PlayerPawnsArriveMethod.RemoveVanillaStartingPossessions
  1517. Scenario.GetFullInformationText: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1518. ScenarioMaker.MakeScenPart: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1519. SchoolUtility.CanTeachNow: PRE: AnimalBehaviours.VanillaExpandedFramework_SchoolUtility_CanTeachNow_Patch.RemoveTeaching
  1520. ScreenshotTaker.TakeNonSteamShot: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1521. ScreenshotTaker.TakeShot: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1522. ScribeLoader.FinalizeLoading: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1523. ScribeLoader.InitLoading: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1524. ScribeLoader.InitLoadingMetaHeaderOnly: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1525. ScribeMetaHeaderUtility.GameVersionOf: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1526. ScribeMetaHeaderUtility.LoadGameDataHeader: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1527. ScribeMetaHeaderUtility.TryCreateDialogsForVersionMismatchWarnings: post: AlienMeatTest.Patch_ScribeMetaHeaderUtility.Postfix
  1528. ScribeSaver.DebugOutputFor: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1529. ScribeSaver.EnterNode: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1530. ScribeSaver.ExitNode: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1531. ScribeSaver.FinalizeSaving: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1532. ScribeSaver.InitSaving: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1533. ScribeSaver.WriteAttribute: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1534. ScribeSaver.WriteElement: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1535. Section.RegenerateAllLayers: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1536. Section.RegenerateDirtyLayers: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1537. Section.TryUpdate: PRE: DubsMintMinimap.Harmony_TryUpdate.Prefix TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1538. SectionLayer_FogOfWar.Regenerate: TRANS: VFECore.SectionLayer_FogOfWar_Regenerate_Patch.Transpiler
  1539. SectionLayer_ThingsGeneral.TakePrintFrom: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1540. SelectionDrawer.DrawSelectionBracketFor: PRE: VFECore.SelectionDrawer_DrawSelection_Patch.Prefix, SimpleCameraSetting.DrawSelectionBracketForPatch.Prefix post: VFECore.SelectionDrawer_DrawSelection_Patch.Postfix
  1541. SelectionDrawer.DrawSelectionOverlays: post: AchtungMod.SelectionDrawer_DrawSelectionOverlays_Patch.Postfix
  1542. Selector.HandleMapClicks: PRE: AchtungMod.Selector_HandleMapClicks_Patch.Prefix
  1543. Selector.Select: post: ImprovedWorkbenches.Open_Bills_Tab_On_Select.Postfix
  1544. Selector.SelectAllMatchingObjectUnderMouseOnScreen: TRANS: VFE.Mechanoids.HarmonyPatches.Selector_SelectAllMatchingObjectUnderMouseOnScreen_Patch.Transpiler
  1545. Selector.SelectInsideDragBox: TRANS: VFE.Mechanoids.HarmonyPatches.Selector_SelectInsideDragBox_Patch.Transpiler
  1546. Settlement.GetFloatMenuOptions: post: VFECore.DoorTeleporterPatches.SettlementFloatOptions_Postfix
  1547. Settlement.GetInspectString: post: TweaksGalore.Patch_Settlement_GetInspectString.Postfix
  1548. Settlement.get_MapGeneratorDef: post: KCSG.Postfix_Settlement_MapGeneratorDef+Settlement_MapGeneratorDef_Patch.Postfix
  1549. SettlementDefeatUtility.IsDefeated: post: VanillaStorytellersExpanded.Patch_IsDefeated.Postfix
  1550. SettlementUtility.AttackNow: PRE: KCSG.Postfix_SettlementUtility_Attack.Prefix
  1551. Settlement_TraderTracker.ColonyThingsWillingToBuy: post: PeteTimesSix.SimpleSidearms.Intercepts.Settlement_TraderTracker_ColonyThingsWillingToBuy.Postfix
  1552. ShaderUtility.GetSkinShader: post: TweaksGalore.Patch_ShaderUtility_GetSkinShader.Postfix
  1553. ShaderUtility.GetSkinShaderAbstract: PRE: CharacterEditor.CEditor.GetBetterShader
  1554. ShipJobMaker.MakeShipJob: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1555. ShotReport.HitReportFor: PRE: VFECore.ShotReport_HitReportFor_Patch.Prefix
  1556. ShotReport.get_AimOnTargetChance_StandardTarget: post: VFECore.ShotReport_AimOnTargetChance_StandardTarget.Postfix
  1557. SignalManager.SendSignal: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1558. SilhouetteUtility.CanHighlightAny: PRE: SimpleCameraSetting.CanHighlightAnyPatch.Prefix
  1559. SilhouetteUtility.GetAlpha: PRE: SimpleCameraSetting.GetAlphaPatch.Prefix
  1560. SiteMakerHelper.FactionCanOwn: post: VFECore.SiteMakerHelper_FactionCanOwn_Patch.Postfix
  1561. SitePartDef.get_Worker: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1562. SituationalThoughtHandler.CheckRecalculateSocialThoughts: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1563. SituationalThoughtHandler.TryCreateSocialThought: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1564. SituationalThoughtHandler.TryCreateThought: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1565. SketchEntity.DeepCopy: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1566. SketchGen.Generate: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1567. SketchResolver.CanResolve: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1568. SketchResolver.Resolve: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1569. SketchResolver_AncientLandingPad.ResolveInt: PRE: ReGrowthCore.ReplaceConcreteWithAncientConcrete.Prefix post: ReGrowthCore.ReplaceConcreteWithAncientConcrete.Postfix
  1570. SketchResolver_AncientUtilityBuilding.ResolveInt: PRE: ReGrowthCore.ReplaceConcreteWithAncientConcrete.Prefix post: ReGrowthCore.ReplaceConcreteWithAncientConcrete.Postfix
  1571. SkillRecord.Interval: PRE: VanillaGenesExpanded.VanillaGenesExpanded_SkillRecord_Interval_Patch.Prefix post: VanillaGenesExpanded.VanillaGenesExpanded_SkillRecord_Interval_Patch.Postfix TRANS: VanillaGenesExpanded.VanillaGenesExpanded_SkillRecord_Interval_Transpiler_Patch.Transpiler
  1572. SkillRecord.Learn: PRE: VanillaApparelExpanded.SkillRecord_Learn_Patch.Prefix, TweaksGalore.Patch_SkillRecord_Learn.Prefix, Soyuz.Patches.SkillRecord_Patch+Learn_Patch.Prefix
  1573. SkillRecord.LearnRateFactor: PRE: [2147483647]PerformanceOptimizer.Optimization_SkillRecord_LearnRateFactor.Prefix post: [-2147483648]PerformanceOptimizer.Optimization_SkillRecord_LearnRateFactor.Postfix
  1574. SkillRecord.get_LearningSaturatedToday: PRE: TweaksGalore.Patch_SkillRecord_LearningSaturatedToday.Prefix
  1575. Skyfaller.Tick: PRE: VFECore.Patch_Tick.Prefix
  1576. SlaveRebellionUtility.CanParticipateInSlaveRebellion: post: TweaksGalore.Patch_SlaveRebellionUtility_CanParticipateInSlaveRebellion.Postfix
  1577. SlaveRebellionUtility.InitiateSlaveRebellionMtbDays: PRE: TweaksGalore.Patch_SlaveRebellionUtility_InitiateSlaveRebellionMtbDays.Prefix
  1578. SocialCardUtility.DrawPregnancyApproach: TRANS: VFECore.SocialCardUtility_DrawPregnancyApproach_Patch.Transpiler
  1579. SoundStarter.PlayOneShot: PRE: RealisticHumanSounds.Patch.Prefix
  1580. SpecialThingFilterDef.get_Worker: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1581. Stance_Warmup.StanceDraw: post: VFECore.Stance_WarmupStanceDraw_Patch.Postfix
  1582. Stance_Warmup.StanceTick: post: PeteTimesSix.SimpleSidearms.Intercepts.Stance_Warmup_StanceTick_Postfix.StanceTick
  1583. StartingPawnUtility.GeneratePossessions: PRE: PossessionsForEveryone.Patch_StartingPawnUtility.PreventVanillaPossessions
  1584. StartingPawnUtility.NewGeneratedStartingPawn: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1585. StatDef.get_Worker: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1586. StatDrawEntry.Draw: PRE: BetterInfoCard.StatDrawEntry_Patch+Patch_StatDrawEntry_Draw.Prefix
  1587. StatExtension.GetStatValue: post: [0]VFECore.StatExtension_GetStatValue_Patch.Postfix
  1588. StatWorker.GetBaseValueFor: post: VFECore.StatWorker_GetBaseValueFor_Patch.Postfix
  1589. StatWorker.GetExplanationUnfinalized: TRANS: VFECore.StatWorker_GetExplanationUnfinalized_Transpiler.Transpiler
  1590. StatWorker.GetValue: TRANS: RocketMan.Optimizations.StatWorker_Patch.Transpiler
  1591. StatWorker.GetValueUnfinalized: TRANS: VFECore.StatWorker_GetValueUnfinalized_Transpiler.Transpiler
  1592. StatWorker_MarketValue.CalculableRecipe: PRE: [2147483647]PerformanceOptimizer.Optimization_StatWorker_MarketValue_CalculableRecipe.Prefix post: [-2147483648]PerformanceOptimizer.Optimization_StatWorker_MarketValue_CalculableRecipe.Postfix
  1593. StaticConstructorOnStartupUtility.<>c__DisplayClass2_0.<ReportProbablyMissingAttributes>b__0: TRANS: PerformanceFish.MiscOptimizations+ReportProbablyMissingAttributesFix.Transpiler
  1594. StaticConstructorOnStartupUtility.CallAll: PRE: StartupImpact.Patch.StaticConstructorOnStartupUtilityCallAll.Prefix post: FasterGameLoading.Startup.Postfix, LayeredDestruction.StaticConstructorOnStartupUtilityPatch.Postfix, PerformanceOptimizer.InitializeMod.Postfix TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1595. StaticConstructorOnStartupUtility.ReportProbablyMissingAttributes: PRE: FasterGameLoading.StaticConstructorOnStartupUtility_ReportProbablyMissingAttributes_Patch.Prefix
  1596. StatsReportUtility.DrawStatsReport: PRE: VFECore.DrawStatsReport_Patch.Prefix post: VFECore.DrawStatsReport_Patch.Postfix
  1597. SteadyEnvironmentEffects.DoCellSteadyEffects: TRANS: SimpleFxVapor.Patch_DoCellSteadyEffects.Transpiler
  1598. StorageSettings.AllowedToAccept: PRE: [800]PerformanceFish.Hauling.StorageSettingsPatches+AllowedToAcceptPatch.Prefix post: [800]PerformanceFish.Hauling.StorageSettingsPatches+AllowedToAcceptPatch.Postfix
  1599. StorageSettings.TryNotifyChanged: post: PerformanceFish.Hauling.StorageSettingsPatches+TryNotifyChanged_Patch.Postfix
  1600. Storyteller.InitializeStorytellerComps: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1601. Storyteller.TryFire: PRE: VanillaStorytellersExpanded.Patch_MakeIncidentsForInterval.Prefix
  1602. StorytellerComp.IncidentChanceFinal: post: VanillaStorytellersExpanded.Patch_IncidentChanceFinal.Postfix
  1603. StunHandler.CanAdaptToDamage: post: TweaksGalore.Patch_StunHandler_CanAdaptToDamage.Postfix
  1604. SubEffecterDef.Spawn: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1605. Sustainer.SustainerUpdate: PRE: Soyuz.Patches.Sustainer_Update_Patch.Prefix
  1606. SymbolResolver_AncientComplex_Base.ResolveComplex: PRE: ReGrowthCore.ReplaceConcreteWithAncientConcrete.Prefix post: ReGrowthCore.ReplaceConcreteWithAncientConcrete.Postfix
  1607. SymbolResolver_AncientShrine.Resolve: PRE: ReGrowthCore.ReplaceConcreteWithAncientConcrete.Prefix post: ReGrowthCore.ReplaceConcreteWithAncientConcrete.Postfix
  1608. TKeySystem.Parse: PRE: [1000]Gagarin.TKeySystem_Profiler.Prefix post: Gagarin.LoadedModManager_Patch+TKeySystem_Parse_Patch.Postfix, [0]Gagarin.TKeySystem_Profiler.Postfix
  1609. TaleFactory.MakeRawTale: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1610. TaleReference.ExposeData: post: RealRuins.RealRuins+TaleReference_ExposeData_Patch.Postfix, RealRuins.RealRuins+TaleReference_ExposeData_Patch.Postfix
  1611. TaleReference.GenerateText: PRE: RealRuins.RealRuins+TaleReference_GenerateText_Patch.Prefix, RealRuins.RealRuins+TaleReference_GenerateText_Patch.Prefix
  1612. TattooDef.GraphicFor: post: VanillaGenesExpanded.TattooDef_GraphicFor_Patch.Postfix
  1613. TerrainGrid.GetMaterial: PRE: ReGrowthCore.TerrainGrid_GetMaterial_Patch.Prefix
  1614. TerrainGrid.RemoveTopLayer: PRE: VFECore.__TerrainGrid.Prefix post: SimpleFxSplashes.Patch_TerrainGrid_RemoveTopLayer.Postfix
  1615. TerrainGrid.SetTerrain: PRE: VFECore._TerrainGrid.Prefix post: VFECore._TerrainGrid.Postfix, SimpleFxSplashes.Patch_TerrainGrid_SetTerrain.Postfix
  1616. TerrainPatchMaker.Init: PRE: [750]MapPreview.Patches.Patch_RimWorld_TerrainPatchMaker.Init_Prefix, [10]MapReroll.Patches.DeterministicGenerationPatcher.DeterministicPatchesSetup post: [-10]MapReroll.Patches.DeterministicGenerationPatcher.PopDeterministicRandState
  1617. Text.get_Anchor: PRE: [-2147483648]RocketMan.Text_Patch+Text_Anchor_Getter_Patch.Prefix
  1618. Text.get_CurFontStyle: PRE: [-2147483648]RocketMan.Text_Patch+Text_CurFontStyle_Patch.Prefix
  1619. Text.get_CurTextAreaReadOnlyStyle: PRE: [-2147483648]RocketMan.Text_Patch+Text_CurTextAreaReadOnlyStyle_Patch.Prefix
  1620. Text.get_CurTextAreaStyle: PRE: [-2147483648]RocketMan.Text_Patch+Text_CurTextAreaStyle_Patch.Prefix
  1621. Text.get_CurTextFieldStyle: PRE: [-2147483648]RocketMan.Text_Patch+Text_CurTextFieldStyle_Patch.Prefix
  1622. Text.get_Font: PRE: [-2147483648]RocketMan.Text_Patch+Text_Font_Getter_Patch.Prefix
  1623. Text.get_WordWrap: PRE: [-2147483648]RocketMan.Text_Patch+Text_WordWrap_Getter_Patch.Prefix
  1624. Text.set_Anchor: PRE: [-2147483648]RocketMan.Text_Patch+Text_Anchor_Setter_Patch.Prefix
  1625. Text.set_Font: PRE: [-2147483648]RocketMan.Text_Patch+Text_Font_Setter_Patch.Prefix
  1626. Text.set_WordWrap: PRE: [-2147483648]RocketMan.Text_Patch+Text_WordWrap_Setter_Patch.Prefix
  1627. TextureAtlasHelper.MakeReadableTextureInstance: PRE: GraphicSetter.Patches.TextureAtlasPatches+MakeReadableTextureInstance_Patch.Prefix
  1628. TextureLoadingPatch.LoadPNGPatch.Prefix: TRANS: PerformanceFish.ModCompatibility.GraphicsSetter.Transpiler
  1629. Thing.DeSpawn: PRE: [200]Flecker.ExtensionUtility+Patch_DeSpawn.Prefix
  1630. Thing.DrawGUIOverlay: PRE: [0]ToggleableOverlays.Patch_Thing_DrawGUIOverlay.Prefix
  1631. Thing.GetGizmos: post: What_Is_My_Purpose.GetGizmosAdder_Thing.Postfix
  1632. Thing.GetInspectString: post: WhoIsUsingThat.Patch_Inspect.GetInspectString
  1633. Thing.IDNumberFromThingID: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1634. Thing.Notify_ColorChanged: post: DoubleGraphicLayer.DGLHarmony.Postfix_SecondLayerAssign_Color
  1635. Thing.SetStuffDirect: PRE: OptimizationLeather.Patch_SetStuffDirect.Prefix
  1636. Thing.SpawnSetup: post: Flecker.ExtensionUtility+Patch_SpawnSetup.Postfix
  1637. Thing.TakeDamage: PRE: AnimalBehaviours.Patch_TakeDamage.Prefix post: VFECore.Patch_Thing_TakeDamage.Postfix, DamageMotes.DamageMotes_Patch.Postfix
  1638. Thing.get_DefaultGraphic: PRE: GraphicCustomization.Thing_DefaultGraphic_Patch.Prefix
  1639. ThingDef.PostLoad: TRANS: FasterGameLoading.ThingDef_PostLoad_Patch.Transpiler
  1640. ThingDef.ResolveReferences: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1641. 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
  1642. ThingDef.get_DescriptionDetailed: TRANS: VFECore.ThingDef_StatOffsetFromGear_Transpiler.Transpiler
  1643. ThingDef.get_IsRangedWeapon: post: VanillaWeaponsExpanded.FloatMenuMakerMap_AddHumanlikeOrders_Patch.IsRangedWeapon
  1644. ThingDef.get_IsWeapon: post: VanillaWeaponsExpanded.FloatMenuMakerMap_AddHumanlikeOrders_Patch.IsWeapon
  1645. ThingDefGenerator_Corpses.ImpliedCorpseDefs: post: VFECore.ThingDefGenerator_Corpses_ImpliedCorpseDefs_Patch.Postfix
  1646. ThingDefGenerator_Meat.ImpliedMeatDefs: post: AlienMeatTest.Patch_ThingDefGenerator_Meat.Postfix
  1647. ThingFilter.CopyAllowancesFrom: PRE: [800]PerformanceFish.ThingFilterPatches+CopyAllowancesFrom_Patch.Prefix
  1648. ThingFilter.SetAllow: PRE: PerformanceFish.ThingFilterPatches+SetAllow_Patch.Prefix
  1649. ThingFilter.SetAllowAll: post: [0]PerformanceFish.ThingFilterPatches+SetAllowAll_Patch.Postfix
  1650. ThingFilter.SetDisallowAll: post: [0]PerformanceFish.ThingFilterPatches+SetDisallowAll_Patch.Postfix
  1651. ThingFilter.get_AllStorableThingDefs: TRANS: PerformanceFish.ThingFilterPatches+AllStorableThingDefs_Patch.Transpiler
  1652. ThingFilter.get_AllowedThingDefs: TRANS: PerformanceFish.ThingFilterPatches+AllowedThingDefs_Patch.Transpiler
  1653. ThingFilter.get_BestThingRequest: post: PerformanceFish.ThingFilterPatches+BestThingRequest_Patch.Postfix
  1654. ThingFilterUI.DoThingFilterConfigWindow: PRE: MaterialFilter.ThingFilterUI_DoThingFilterConfigWindow_Patch.addHiddenFilters
  1655. ThingMaker.MakeThing: PRE: OptimizationLeather.Patch_MakeThing.Prefix TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1656. ThingOverlays.ThingOverlaysOnGUI: post: AchtungMod.ThingOverlays_ThingOverlaysOnGUI_Patch.Postfix TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler, ToggleableOverlays.Patch_ThingOverlays_ThingOverlaysOnGUI.Transpiler
  1657. ThingSelectionUtility.SelectNextColonist: PRE: AnimalTab.Patch_ThingSelectionUtility+Pre_SelectNextColonist.Prefix, Better_Select_Next.SelectNextPatch.Prefix, CM_Who_Next.ThingSelectionUtility_SelectNextColonist.Prefix
  1658. ThingSelectionUtility.SelectPreviousColonist: PRE: AnimalTab.Patch_ThingSelectionUtility+Pre_SelectPreviousColonist.Prefix, Better_Select_Next.SelectPrevPatch.Prefix, CM_Who_Next.ThingSelectionUtility_SelectPreviousColonist.Prefix
  1659. ThingSelectionUtility.SelectableByMapClick: post: VanillaApparelExpanded.VAE_ThingSelectionUtility_Patch.GhillieException
  1660. ThingSetMaker.Generate: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1661. ThingStuffPair.get_Commonality: post: VFECore.Commonality_Patch.Postfix
  1662. ThingStyleHelper.SetStyleDef: post: DoubleGraphicLayer.DGLHarmony.Postfix_SecondLayerAssign_Style
  1663. ThingWithComps.DrawGUIOverlay: TRANS: ToggleableOverlays.Patch_ThingWithComps_DrawGUIOverlay.Transpiler
  1664. ThingWithComps.ExposeData: post: VFECore.Thing_ExposeData_Patch.Postfix
  1665. ThingWithComps.InitializeComps: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1666. ThingWithComps.SpawnSetup: post: VFECore.Thing_SpawnSetup_Patch.Postfix
  1667. ThinkNode.DeepCopy: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1668. ThinkNode_Priority.TryIssueJobPackage: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1669. ThinkNode_PrioritySorter.TryIssueJobPackage: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1670. ThoughtDef.get_Worker: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1671. ThoughtHandler.TotalMoodOffset: PRE: [2147483647]PerformanceOptimizer.Optimization_ThoughtHandler_TotalMoodOffset.Prefix post: [-2147483648]PerformanceOptimizer.Optimization_ThoughtHandler_TotalMoodOffset.Postfix
  1672. ThoughtMaker.MakeThought: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1673. ThoughtMaker.MakeThought: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1674. ThoughtMaker.MakeThought: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1675. ThoughtWorker_Expectations.CurrentStateInternal: post: TweaksGalore.Patch_ThoughtWorker_Expectations_CurrentStateInternal.Postfix
  1676. ThoughtWorker_NeedFood.CurrentStateInternal: post: VanillaGenesExpanded.CurrentSocialStateInternal_Patch.CurrentStateInternal_Postfix
  1677. ThoughtWorker_Precept_AltarSharing.SharedAltar: PRE: [800]PerformanceFish.ThoughtWorker_Precept_AltarSharingOptimization+SharedAltar_Patch.Prefix post: [800]PerformanceFish.ThoughtWorker_Precept_AltarSharingOptimization+SharedAltar_Patch.Postfix
  1678. TickList.Tick: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1679. TickManager.DoSingleTick: PRE: [800]RocketMan.Patches.TickManager_DoSingleTick_Context_Patch.Prefix, VFECore.DoSingleTick_Patch.Prefix post: VFECore.DoSingleTick_Patch.Postfix, ScatteredFlames.Patch_TickManager_DoSingleTick.Postfix TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler, [2147483647]RocketMan.Patches.TickManager_DoSingleTick_Patch.Transpiler
  1680. TickManager.get_TickRateMultiplier: PRE: SmartSpeed.SmartSpeed_TickManager_TickRateMultiplier_PreAndPostfix.ModifyTickRate
  1681. TileFinder.<>c__DisplayClass1_0.<RandomSettlementTileFor>b__1: post: VFECore.Patch_RandomSettlementTileFor.Postfix
  1682. TileFinder.RandomSettlementTileFor: PRE: VFECore.Patch_RandomSettlementTileFor+RandomSettlementTileFor_Patch.Prefix post: VFECore.Patch_RandomSettlementTileFor+RandomSettlementTileFor_Patch.Postfix
  1683. TimeControls.DoTimeControlsGUI: PRE: SmartSpeed.SmartSpeed_TimeControls_DoTimeControlsGUI_Prefix.CallGUIConfig TRANS: SmartSpeed.SmartSpeed_TimeControls_DoTimeControlsGUI_Transpiler.Transpiler
  1684. TimeSlower.SignalForceNormalSpeed: PRE: [800]No_Forced_Slowdown.HarmonyPatches.Patch_SignalForceNormalSpeed_Prefix
  1685. TimeSlower.SignalForceNormalSpeedShort: PRE: [800]No_Forced_Slowdown.HarmonyPatches.Patch_SignalForceNormalSpeed_Prefix
  1686. Toil..ctor: post: PeteTimesSix.SimpleSidearms.Intercepts.Toil_ctor_Postfix._ctor
  1687. Toil.AddEndCondition: PRE: AchtungMod.Toil_AddEndCondition_Patch.Prefix
  1688. Toil.AddFailCondition: PRE: AchtungMod.Toil_AddFailCondition_Patch.Prefix
  1689. Toil.Cleanup: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1690. ToilMaker.MakeToil: PRE: PeteTimesSix.SimpleSidearms.Intercepts.ToilMaker_MakeToil_Patches.Prefix post: PeteTimesSix.SimpleSidearms.Intercepts.ToilMaker_MakeToil_Patches.Postfix
  1691. Toils_Construct.<>c__DisplayClass0_0.<MakeSolidThingFromBlueprintIfNecessary>b__0: TRANS: AchtungMod.Toils_Construct_MakeSolidThingFromBlueprintIfNecessary_Patch.Transpiler
  1692. Toils_Ingest.CarryIngestibleToChewSpot: post: TableRange.ToilsIngest_Patch.CarryIngestibleToChewSpot_Postfix
  1693. Tool.AdjustedCooldown: post: VFECore.Tool_AdjustedCooldown_Patch.Postfix
  1694. Tornado.CellImmuneToDamage: post: VFECore.CellImmuneToDamage.Postfix
  1695. TraderCaravanUtility.GetTraderCaravanRole: post: VFECore.Patch_TraderCaravanUtility+GetTraderCaravanRole.Postfix
  1696. TrainableUtility.TamenessCanDecay: PRE: AnimalBehaviours.VanillaExpandedFramework_TrainableUtility_TamenessCanDecay_Patch.RemoveTamenessDecayCheck
  1697. Trait.TipString: post: TraitIcons.Trait_TipString_Patch.Postfix
  1698. TraitDegreeData.GetLabelCapFor: PRE: TraitIcons.TraitDegreeData_GetLabelCapFor_Patch.Prefix
  1699. TraitDegreeData.get_LabelCap: PRE: TraitIcons.TraitDegreeData_LabelCap_Getter_Patch.Prefix
  1700. TraitDegreeData.get_MentalStateGiver: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1701. TraitSet.GainTrait: PRE: VFECore.TraitSet_GainTrait_Patch.Prefix
  1702. TransferableSorterDef.get_Comparer: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1703. TransferableUIUtility.ContentSourceDescription: PRE: VFECore.TransferableUIUtility_ContentSourceDescription_Patch.Prefix
  1704. TransferableUIUtility.DoCountAdjustInterfaceInternal: TRANS: DragSelect.TransferableUIUtility_Patch.AddDraggableButton
  1705. TransferableUIUtility.DoExtraIcons: post: VFE.Mechanoids.TransferableUIUtility_DoExtraIcons_Patch.Postfix
  1706. TransferableUIUtility.DrawTransferableInfo: PRE: QualityColors.QualityColorsMod.AddColors TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1707. Transition.Execute: PRE: VanillaStorytellersExpanded.Patch_Execute.Prefix TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1708. TranslationFilesCleaner.CleanupDefInjections: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1709. TranslationFilesCleaner.CleanupDefInjectionsForDefType: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1710. TranslationFilesCleaner.CleanupKeyedTranslations: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1711. TranslationFilesCleaner.DoCleanupTranslationFiles: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1712. TranslationFilesCleaner.GetDefInjectableFieldNode: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1713. TranslationHandleUtility.HandlesMatch: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1714. Translator.Translate: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1715. TravelingTransportPods.DoArrivalAction: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1716. TurretTop.DrawTurret: PRE: VanillaWeaponsExpandedLaser.HarmonyPatches.CYA_TuretTop_DrawTurret_LaserTurret_Patch.Prefix
  1717. TurretTop.get_CurRotation: PRE: VFECore.TurretTop_get_CurRotation_Patch.Prefix
  1718. Tutor.TutorOnGUI: PRE: RimHUD.Access.Patch.RimWorld_Tutor_TutorOnGUI.Prefix
  1719. Type.GetConstructor: PRE: PerformanceFish.System.ReflectionCaching+TypePatches+GetConstructor_Patch.Prefix post: PerformanceFish.System.ReflectionCaching+TypePatches+GetConstructor_Patch.Postfix
  1720. Type.GetMethod: PRE: PerformanceFish.System.ReflectionCaching+TypePatches+GetMethodWithTypes_Patch.Prefix post: PerformanceFish.System.ReflectionCaching+TypePatches+GetMethodWithTypes_Patch.Postfix
  1721. Type.GetMethod: PRE: PerformanceFish.System.ReflectionCaching+TypePatches+GetMethodWithFlags_Patch.Prefix post: PerformanceFish.System.ReflectionCaching+TypePatches+GetMethodWithFlags_Patch.Postfix
  1722. Type.GetMethod: PRE: PerformanceFish.System.ReflectionCaching+TypePatches+GetMethodWithFlagsAndTypes_Patch.Prefix post: PerformanceFish.System.ReflectionCaching+TypePatches+GetMethodWithFlagsAndTypes_Patch.Postfix
  1723. Type.GetProperty: PRE: PerformanceFish.System.ReflectionCaching+TypePatches+GetProperty_Patch.Prefix post: PerformanceFish.System.ReflectionCaching+TypePatches+GetProperty_Patch.Postfix
  1724. UIRoot.UIRootOnGUI: post: HugsLib.Patches.UIRoot_OnGUI_Patch.OnGUIHook, BetterPawnControl.Patches.UIRoot_OnGUI_onKeyPress.Postfix TRANS: MoreWidgets.Patch_DoTooltipGUI.Transpiler
  1725. UIRoot_Entry.DoMainMenu: post: CharacterEditor.CEditor.OnDoingMainMenu
  1726. UIRoot_Entry.Init: post: RealRuins.RealRuins+UIRoot_Entry_Init_Patch.Postfix, RealRuins.RealRuins+UIRoot_Entry_Init_Patch.Postfix
  1727. UIRoot_Entry.UIRootOnGUI: PRE: Analyzer.H_KeyPresses.OnGUI
  1728. UIRoot_Play.Init: post: VisualExceptions.AddHarmonyTabWhenNecessary.Postfix
  1729. UIRoot_Play.UIRootOnGUI: PRE: Analyzer.H_KeyPresses.OnGUI post: RocketMan.KeyBinder.OnGUI
  1730. UIRoot_Play.UIRootUpdate: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1731. Verb.Available: post: VFECore.Available.Postfix
  1732. Verb.DrawHighlightFieldRadiusAroundTarget: PRE: MortarAccuracy.Patches+Harmony_Verb_DrawHighlightFieldRadiusAroundTarget.Prefix
  1733. Verb.Notify_EquipmentLost: TRANS: PeteTimesSix.SimpleSidearms.Intercepts.Verb_Notify_EquipmentLost_Patches.Verb_Notify_EquipmentLost_Transpiler
  1734. Verb.TryCastNextBurstShot: post: MuzzleFlash.Patch.HarmonyPatch_Verb.Postfix
  1735. Verb.TryStartCastOn: PRE: [100]VanillaWeaponsExpandedLaser.HarmonyPatches.VWEL_Verb_Shoot_TryStartCastOn_RapidFire_Patch.TryStartCastOn_RapidFire_Prefix post: [401]VanillaWeaponsExpandedLaser.HarmonyPatches.VWEL_Verb_Shoot_TryStartCastOn_RapidFire_Patch.TryStartCastOn_RapidFire_Postfix
  1736. Verb.WarmupComplete: post: DubsMintMinimap.Harmony_WarmupComplete.Postfix
  1737. VerbProperties.AdjustedCooldown: post: VFECore.VerbProperties_AdjustedCooldown_Patch.Postfix
  1738. VerbProperties.AdjustedCooldown: post: AnimalBehaviours.VanillaExpandedFramework_VerbProperties_AdjustedCooldown_Patch.LastStand
  1739. VerbProperties.AdjustedMeleeDamageAmount: post: VFECore.AdjustedMeleeDamageAmount_Patch.Postfix
  1740. VerbTracker.<>c__DisplayClass11_0.<ExposeData>b__1: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1741. VerbTracker.<InitVerbsFromZero>b__12_0: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1742. VerbTracker.CreateVerbTargetCommand: post: GraphicCustomization.VerbTracker_CreateVerbTargetCommand_Patch.Postfix
  1743. VerbTracker.InitVerbs: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1744. VerbUtility.AllowAdjacentShot: post: RangePatch.Patch_Postfix
  1745. Verb_LaunchProjectile.TryCastShot: PRE: VFECore.Verb_LaunchProjectile_TryCastShot.Prefix, MortarAccuracy.Patches+Harmony_Verb_LaunchProjectile_TryCastShot.Prefix post: VFECore.Verb_LaunchProjectile_TryCastShot.Postfix
  1746. Verb_MeleeAttack.SoundMiss: post: DamageMotes.Verb_MeleeAttack_Patch.Postfix
  1747. Verb_MeleeAttack.TryCastShot: post: PeteTimesSix.SimpleSidearms.Intercepts.Verb_MeleeAttack_TryCastShot_PostFix.TryCastShot
  1748. Verb_ShootOneUse.SelfConsume: post: PeteTimesSix.SimpleSidearms.Intercepts.Verb_ShootOneUse_SelfConsume_Postfix.SelfConsume
  1749. VersionControl.DrawInfoInCorner: post: HarmonyMod.VersionControl_DrawInfoInCorner_Patch.Postfix
  1750. WanderUtility.GetColonyWanderRoot: post: VFE.Mechanoids.HarmonyPatches.GetColonyWanderRoot_Patch.Postfix
  1751. WeaponTraitDef.get_Worker: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1752. WeatherDecider.CurrentWeatherCommonality: post: ReGrowthCore.WeatherDecider_CurrentWeatherCommonality_Patch.Postfix
  1753. WeatherEventMaker.WeatherEventMakerTick: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1754. WeatherManager.get_CurWeatherPerceived: post: VFECore.Patch_CurWeatherPerceived.Postfix
  1755. WeatherWorker..ctor: post: VFECore.WeatherWorker_Constructor_Patch.Postfix
  1756. Widgets.ButtonImage: PRE: ImprovedWorkbenches.Widgets_ButtonImage_Detour.Prefix
  1757. Widgets.DefIcon: PRE: PipeSystem.Widgets_DefIcon_Patch.Prefix
  1758. Widgets.InfoCardButtonWorker: post: BetterInfoCard.Dialog_InfoCard_Patch+Patch_Widgets_InfoCardButtonWorker.Postfix
  1759. WidgetsWork.DrawWorkBoxFor: TRANS: DragSelect.WidgetsWork_Patch.AddDraggableButtonForCheckbox, DragSelect.WidgetsWork_Patch.AddDraggableButtonForNumber
  1760. WindManager.WindManagerTick: TRANS: [2147483647]PerformanceOptimizer.Optimization_WindManager_WindManagerTick.Transpiler, PerformanceFish.MiscOptimizations+WindManager_WindManagerTick.Transpiler
  1761. Window.Close: post: RealRuins.RealRuins+Window_Close_Patch.Postfix, RealRuins.RealRuins+Window_Close_Patch.Postfix
  1762. Window.InnerWindowOnGUI: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1763. Window.PostClose: post: Brrainz.CrossPromotion.Page_ModsConfig_PostClose_Postfix
  1764. Window.PreClose: post: BetterPawnControl.Patches.Window_PreClose.Postfix
  1765. Window.SetInitialSizeAndPosition: post: BetterInfoCard.Dialog_InfoCard_Patch+Patch_Window_SetInitialSizeAndPosition.Postfix
  1766. WindowStack.ImmediateWindow: PRE: UINotIncluded.WindowStackPatch.Prefix
  1767. Window_Analyzer.LoadEntries: PRE: PerformanceFish.AnalyzerFixes+XmlParser.CollectXmlData
  1768. WorkGiverDef.get_Worker: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1769. WorkGiver_ConstructDeliverResources.FindNearbyNeeders: TRANS: AchtungMod.WorkGiver_ConstructDeliverResources_FindNearbyNeeders_Patch.Transpiler
  1770. WorkGiver_ConstructDeliverResourcesToBlueprints.JobOnThing: PRE: VFECore.Workgiver_Patches.Prefix
  1771. WorkGiver_ConstructDeliverResourcesToFrames.JobOnThing: PRE: VFECore.Workgiver_Patches.Prefix
  1772. WorkGiver_ConstructFinishFrames.JobOnThing: PRE: VFECore.Workgiver_Patches.Prefix
  1773. WorkGiver_DoBill.TryFindBestIngredientsHelper: post: PerformanceFish.JobSystem.WorkGiver_DoBillOptimization+TryFindBestIngredientsHelper_Patch.Postfix
  1774. WorkGiver_DoBill.TryFindBestIngredientsInSet_NoMixHelper: PRE: PerformanceFish.JobSystem.WorkGiver_DoBillOptimization+TryFindBestIngredientsInSet_NoMixHelper_Patch.Prefix TRANS: PerformanceFish.JobSystem.WorkGiver_DoBillOptimization+TryFindBestIngredientsInSet_NoMixHelper_Patch.Transpiler
  1775. WorkGiver_GrowerSow.JobOnCell: PRE: ReGrowthCore.PlantExpandable+WorkGiver_GrowerSow_JobOnCell_Patch.Prefix post: ReGrowthCore.PlantExpandable+WorkGiver_GrowerSow_JobOnCell_Patch.Postfix
  1776. WorkGiver_Haul.PotentialWorkThingsGlobal: post: PerformanceFish.JobSystem.WorkGiver_HaulOptimization+PotentialWorkThingsGlobal_Patch.Postfix
  1777. WorkGiver_HunterHunt.HasHuntingWeapon: PRE: TweaksGalore.Patches_HunterMelee+Patch_WorkGiver_HunterHunt_HasHuntingWeapon.Prefix post: TweaksGalore.Patches_HunterMelee+Patch_WorkGiver_HunterHunt_HasHuntingWeapon.Postfix
  1778. WorkGiver_Merge.JobOnThing: PRE: PerformanceFish.JobSystem.WorkGiver_MergeOptimization+JobOnThing_Patch.Prefix
  1779. WorkGiver_Repair.HasJobOnThing: TRANS: AchtungMod.WorkGiver_Repair_HasJobOnThing_Patch.Transpiler
  1780. WorkGiver_Scanner.GetPriority: PRE: Cleanie.WorkGiver_Filth_GetPriority_Patch.Prefix
  1781. WorkGiver_Scanner.get_Prioritized: PRE: Cleanie.WorkGiver_Filth_Prioritize_Patch.Prefix
  1782. WorkGiver_Tame.JobOnThing: post: AnimalTab.Patch_WorkGiver_Tame_JobOnThing.Postfix
  1783. WorkGiver_Train.JobOnThing: post: AnimalTab.Patch_WorkGiver_Train_JobOnThing.Postfix
  1784. WorkshopItems.Notify_Subscribed: post: Brrainz.CrossPromotion.WorkshopItems_Notify_Subscribed_Postfix
  1785. World.CoastDirectionAt: post: MapDesigner.Patches.CoastDirPatch.Postfix
  1786. World.FillComponents: PRE: PerformanceOptimizer.PerformanceOptimizerMod.ResetStaticData TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1787. World.FinalizeInit: PRE: ScatteredFlames.Patch_World_FinalizeInit.Prefix, AchtungMod.World_FinalizeInit_Patch.Prefix post: SimpleFxSplashes.Patch_World_FinalizeInit.Postfix, PeteTimesSix.SimpleSidearms.Intercepts.Patch_World_FinalizeInit.Postfix, ToggleableReadouts.ResetCache.Postfix, Flecker.ExtensionUtility+Patch_FinalizeInit.Postfix
  1788. World.HasCaves: PRE: MapDesigner.Patches.CaveSettingsPatch.Prefix, MapReroll.Patches.World_HasCaves_Patch.ConsistentRerollCaves
  1789. World.NaturalRockTypesIn: post: VFECore.World_NaturalRockTypesIn_Patch.Postfix, PrepareLanding.Patches.PatchNaturalRockTypesIn.NaturalRockTypesInPostFix
  1790. World.WorldPostTick: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1791. World.WorldUpdate: post: PrepareLanding.Patches.PatchWorldUpdate.WorldUpdatePostFix TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1792. WorldCameraDriver.CalculateCurInputDollyVect: TRANS: UINotIncluded.Patches.WorldCameraDriverPatch.Transpiler
  1793. WorldComponentUtility.FinalizeInit: PRE: PerformanceOptimizer.PerformanceOptimizerMod.ResetStaticData TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1794. WorldComponentUtility.WorldComponentTick: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1795. WorldComponentUtility.WorldComponentUpdate: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1796. WorldDynamicDrawManager.DrawDynamicWorldObjects: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1797. WorldFactionsUIUtility.<>c__DisplayClass8_0.<DoWindowContents>g__CanAddFaction|1: TRANS: VFECore.Patch_WorldFactionsUIUtility.Transpiler
  1798. WorldGenStep_Features.GenerateFresh: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1799. WorldGenStep_Pollution.GenerateFresh: post: ReGrowthCore.WorldGenStep_Pollution_GenerateFresh_Patch.Postfix
  1800. WorldGenStep_Roads.<>c.<GenerateRoadEndpoints>b__12_0: post: VFECore.Patch_GenerateRoadEndpoints.Postfix
  1801. WorldGenStep_Terrain.GenerateGridIntoWorld: post: PrepareLanding.Patches.PatchGenerateGridIntoWorld.GenerateGridIntoWorldPostFix
  1802. WorldGenerator.GenerateFromScribe: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1803. WorldGenerator.GenerateWithoutWorldData: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1804. WorldGenerator.GenerateWorld: PRE: PrepareLanding.Patches.PatchGenerateWorld.GenerateWorldPrefix post: PrepareLanding.Patches.PatchGenerateWorld.GenerateWorldPostFix TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1805. WorldGlobalControls.WorldGlobalControlsOnGUI: PRE: FactionCustomizer.PlanetGUIPatch.WorldGlobalControlsOnGUIPrefix
  1806. WorldGrid.LongLatOf: PRE: [2147483647]PerformanceOptimizer.Optimization_WorldGrid_LongLatOf.Prefix post: [-2147483648]PerformanceOptimizer.Optimization_WorldGrid_LongLatOf.Postfix
  1807. WorldInspectPane.get_PaneTopY: post: UINotIncluded.WorldInspectPanePatches.Postfix
  1808. WorldInterface.WorldInterfaceOnGUI: post: FactionCustomizer.MoveSettlement.WorldInterfaceOnGUIPostfix, PrepareLanding.Patches.PatchWorldInterfaceOnGui.WorldInterfaceOnGuiPostFix
  1809. WorldInterface.WorldInterfaceUpdate: post: PrepareLanding.Patches.PatchWorldInterfaceUpdate.WorldInterfaceUpdatePostFix TRANS: [200]MapPreview.Patches.Patch_RimWorld_WorldInterface.WorldInterfaceUpdate_Transpiler
  1810. WorldLayer_Hills.Regenerate: PRE: ReGrowthCore.WorldLayer.Prefix
  1811. WorldObject.InitializeComps: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1812. WorldObjectDef.PostLoad: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1813. WorldObjectMaker.MakeWorldObject: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1814. WorldObjectsHolder.Add: PRE: KCSG.Prefix_WorldObjectsHolder_Add.Prefix
  1815. WorldObjectsHolder.ExposeData: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1816. WorldPawns.AddPawn: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1817. WorldPawns.DefPreventingMothball: TRANS: Soyuz.Patches.WorldPawns_Patch+WorldPawns_ShouldMothball_Patch.Transpiler
  1818. WorldPawns.DoMothballProcessing: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1819. WorldPawns.RemovePawn: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1820. WorldPawns.WorldPawnsTick: PRE: Soyuz.Patches.WorldPawns_Patch+WorldPawns_WorldPawnsTick_Patch.Prefix post: Soyuz.Patches.WorldPawns_Patch+WorldPawns_WorldPawnsTick_Patch.Postfix TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1821. WorldReachability.CanReach: PRE: RocketMan.Optimizations.WorldReachability_Patch+WorldReachability_CanReach_Patch.Prefix
  1822. WorldRenderer.<RegenerateDirtyLayersNow_Async>d__9.MoveNext: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1823. WorldRenderer.DrawWorldLayers: TRANS: [2147483647]VisualExceptions.ExceptionsAndActivatorHandler.Transpiler
  1824. XmlInheritance.CheckForDuplicateNodes: PRE: XmlExtensions.CheckForDuplicateNodes_Patch.Prefix
  1825. XmlInheritance.Resolve: PRE: [1000]Gagarin.XmlInheritance_Patch+XmlInheritance_Resolve_Patch.Prefix post: [0]Gagarin.XmlInheritance_Patch+XmlInheritance_Resolve_Patch.Postfix
  1826. XmlNode.SelectSingleNode: PRE: FasterGameLoading.XmlNode_SelectSingleNode_Patch.Prefix post: FasterGameLoading.XmlNode_SelectSingleNode_Patch.Postfix
  1827. _TerrainGrid.Postfix: PRE: MapPreview.Compatibility.ModCompat_VE_VFECore.TerrainGrid_SetTerrain_Postfix
  1828. Harmony versions present: 2.3.3.0: bs.performance, FasterGameLoadingMod, RimHUD, net.pardeike.rimworld.mods.achtung, MapPreviewMod.Main, PerformanceOptimizer.Main, Mlie.MarkThatPawn, Krkr.RocketMan, prepatcher, Mlie.NoVersionWarning, Krkr.RocketMan.Gagarin, net.pardeike.rimworld.lib.harmony, LayeredDestruction.patch, rimworld.v1024.visibleerrorlogs, rimworld.mod.charactereditor, com.woolstrand.realruins, Woolstrand.RealRuins, Owlchemist.ToggleableOverlays, Owlchemist.ScatteredFlames, MapPreview.Main, Helixien.ReGrowthCore, Owlchemist.SimpleFX.Splashes, Krkr.RocketMan.Soyuz, LeathersOptimizationMod, Krkr.RocketMan.PROTON, azravos.factioncustomizer, Mlie.ShowMeYourHands, Superniquito.DoModOptions, VouLT.BetterPawnControl, Foxy.QuickGive, mehni.rimworld.numbers, localghost.betterselectnext, com.seohyeon.optimization.meat, CustomMapSizes.CustomMapSizesMain, MapPreviewMod.Active, kathanon.CategorizedBillMenus, rimworld.fluffykittens.billcategories, LunarFramework.Main, Owlchemist.CherryPicker, eagle0600.dressPatients, Vodka.MuzzleFlash, com.tammybee.predatorhuntalert, rimworld.hobtook.mortaraccuracy, TheRealLemon.MapReroll, UnlimitedHugs.DefensivePositions, Syrus.SimpleSidearmsSwitchWeapon, Cliffyq.TrafficHeatmap, LunarFramework.Compat.HugsLib, com.bymarcin.architecticons, Mlie.TabSorting, fuu.punchattack, Owlchemist.ToggleableReadouts, owlchemist.simplefx.smoke2, Owlchemist.ScatteredStones, kathanon.WhoIsUsingThat, brrainz.lib.dynamicworktypes, BaalEvan.AllTurretsCanSetForcedTarget, rimworld.DGL.harmony, com.harmony.rimworld.example, Telardo.DragSelect, rimworld.murmur.factionraidcooldown, Mlie.LinkableSettings, Superniquito.TraitIcons, dingo.rimworld.no_forced_slowdown, rimworld.overheadMeal.patch, PossessionsForEveryone, Mlie.RelevantStatsInDescription, rswallen.scheduleclock, TooManyAreas, knight.UYG.patch, net.wealthlist, syrchalis.rimworld.harvestYieldPatch, MapPreview.Compat.PerformanceOptimizer, MapPreview.Compat.VFECore, MapPreviewMod.Compat.MapReroll, KamiKatze.MaterialFilter, Syrus.HeatMap, kathanon.SearchableMenus, kathanon.TableRange, Mlie.TurretHunt; 2.3.2.0: Dubwise.DubsMintMenus, OskarPotocki.VFECore, brrainz.mod.features, brrainz-crosspromotion, ModSettingsFrameworkMod, Dubwise.PerformanceAnalyzer, Kikohi.KCSG, TGPAcher.Rimworld.FactionManager, Dubwise.DubsMintMinimap, OskarPotocki.VanillaStorytellersExpanded, com.ogliss.rimworld.mod.VanillaWeaponsExpandedLaser, CM_Who_Next, GraphicCustomization.Mod, OskarPotocki.HeavyWeapons, Kikohi.PipeSystem, OskarPotocki.VanillaTexturesExpanded; 2.3.1.1: Merthsoft.DesignatorShapes, com.github.15adhami.xmlextensions, Fluffy.AnimalTab, fluffy.areaunlocker, BetterInfoCard, com.yayo.yayoAni, zylle.MapDesigner, Telardo.QualityOverlay, Uuugggg.rimworld.What_Is_My_Purpose.main, mlie.RealisticHumanSounds, drumad.rimworld.mod.squadUItweaks, com.smartspeed; 2.2.2.0: UnlimitedHugs.HugsLib, com.neitsa.preparelanding, com.github.automatic1111.startupimpact, com.telefonmast.graphicssettings.rimworld.mod, ray1203.SimpleCameraSetting, kathanon.FloatSubMenu, LogModVersion, falconne.BWM, legodude17.QualityColors, Neronix17.TweaksGalore.RimWorld, fluffy.medicaltab, PeteTimesSix.SimpleSidearms, ilyvion.tacticsmoderedux, PeteTimesSix.CompactHediffs, Xandrmoro.Rim.Cleanie, GroundTargeterMod, Atlas.SimpleFX.Vapor.Revaporized; 2.1.1.0: GonDragon.UINotIncluded, GonDragon.PowerView, falconne.RoomSense; 2.1.0.0: com.CaesarV6.DamageMotes.Patch; 2.0.2.0: zylle.StandYourground
  1829.  
  1830. Platform information: (hidden, use publishing options to include)
  1831.  
  1832. Log file contents:
  1833. Mono path[0] = '[Rimworld_dir]/RimWorldWin64_Data/Managed'
  1834. Mono config path = '[Rimworld_dir]/MonoBleedingEdge/etc'
  1835. Initialize engine version: 2019.4.30f1 (e8c891080a1f)
  1836. [Subsystems] Discovering subsystems at path [Rimworld_dir]/RimWorldWin64_Data/UnitySubsystems
  1837. GfxDevice: [Renderer information redacted]
  1838. Begin MonoManager ReloadAssembly
  1839. Command line arguments: -savedatafolder=[Home_dir]\AppData\LocalLow\Ludeon Studios\RimWorld by Ludeon Studios
  1840. RimWorld 1.5.4243 rev947
  1841. Save data folder overridden to [Home_dir]\AppData\LocalLow\Ludeon Studios\RimWorld by Ludeon Studios
  1842. Mod CE Simple 357 dependency (CETeam.CombatExtended) needs to have <downloadUrl> and/or <steamWorkshopUrl> specified.
  1843. (Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 39)
  1844.  
  1845. Prepatcher: Starting... (vanilla load took 8.381547s)
  1846. Performance Fish!!!
  1847. Applying prepatch PerformanceFish.Hauling.GridsUtilityPatches+GetItemCountPatch on method static System.Int32 Verse.GridsUtility::GetItemCount(Verse.IntVec3 c, Verse.Map map)
  1848. Applying prepatch PerformanceFish.DebugActionFixes+InitOutputsPatch on method virtual LudeonTK.DebugActionNode LudeonTK.DebugTabMenu_Output::InitActions(LudeonTK.DebugActionNode absRoot)
  1849. Applying prepatch PerformanceFish.JobSystem.GenClosestPatches+ClosestThingReachablePatch on method static Verse.Thing Verse.GenClosest::ClosestThingReachable(Verse.IntVec3 root, Verse.Map map, Verse.ThingRequest thingReq, Verse.AI.PathEndMode peMode, Verse.TraverseParms traverseParams, System.Single maxDistance, System.Predicate`1<Verse.Thing> validator, System.Collections.Generic.IEnumerable`1<Verse.Thing> customGlobalSearchSet, System.Int32 searchRegionsMin, System.Int32 searchRegionsMax, System.Boolean forceAllowGlobalSearch, Verse.RegionType traversableRegionTypes, System.Boolean ignoreEntirelyForbiddenRegions)
  1850. Applying prepatch PerformanceFish.Listers.ThingsPrepatches+GetThingsOfTypeIntoListPatch on method System.Void Verse.ListerThings::GetThingsOfType(System.Collections.Generic.List`1<Verse.T> list)
  1851. Applying prepatch PerformanceFish.Listers.ThingsPrepatches+RemovePatch on method System.Void Verse.ListerThings::Remove(Verse.Thing t)
  1852. Applying prepatch PerformanceFish.Listers.ThingsPrepatches+ContainsPatch on method System.Boolean Verse.ListerThings::Contains(Verse.Thing t)
  1853. Applying prepatch PerformanceFish.Listers.ThingsPrepatches+ClearPatch on method System.Void Verse.ListerThings::Clear()
  1854. Applying prepatch PerformanceFish.Listers.ThingsPrepatches+GetThingsOfTypePatch on method System.Collections.Generic.IEnumerable`1<Verse.T> Verse.ListerThings::GetThingsOfType()
  1855. Applying prepatch PerformanceFish.Listers.ThingsPrepatches+AddPatch on method System.Void Verse.ListerThings::Add(Verse.Thing t)
  1856. Applying prepatch PerformanceFish.Listers.ThingOwnerOptimization+ExposeDataPatch on method virtual System.Void Verse.ThingOwner`1<Verse.T>::ExposeData()
  1857. Applying prepatch PerformanceFish.Listers.ThingOwnerOptimization+TryAddPatch on method virtual System.Boolean Verse.ThingOwner`1<Verse.T>::TryAdd(Verse.Thing item, System.Boolean canMergeWithExistingStacks)
  1858. Applying prepatch PerformanceFish.Listers.ThingOwnerOptimization+RemovePatch on method virtual System.Boolean Verse.ThingOwner`1<Verse.T>::Remove(Verse.Thing item)
  1859. Applying prepatch PerformanceFish.Listers.Haulables+TryRemovePatch on method System.Void RimWorld.ListerHaulables::TryRemove(Verse.Thing t)
  1860. Applying prepatch PerformanceFish.Listers.Haulables+TickPatch on method System.Void RimWorld.ListerHaulables::ListerHaulablesTick()
  1861. Applying prepatch PerformanceFish.Listers.Haulables+CellsCheckTickPatch on method System.Void RimWorld.ListerHaulables::CellsCheckTick(System.Collections.Generic.List`1<RimWorld.SlotGroup> sgList)
  1862. Applying prepatch PerformanceFish.JobSystem.WorkGiver_DoBillPrepatches+TryFindBestIngredientsHelper_InnerDelegate_Patch on method System.Boolean RimWorld.<>c__DisplayClass24_0::<TryFindBestIngredientsHelper>b__4(Verse.Region r)
  1863. Applying prepatch PerformanceFish.Listers.Haulables+CheckPatch on method System.Void RimWorld.ListerHaulables::Check(Verse.Thing t)
  1864. Applying prepatch PerformanceFish.Listers.Buildings+AllColonistBuildingsOfTypePatch on method System.Collections.Generic.IEnumerable`1<Verse.T> Verse.ListerBuildings::AllColonistBuildingsOfType()
  1865. Applying prepatch PerformanceFish.Listers.Buildings+AllBuildingsNonColonistOfDef_Patch on method System.Collections.Generic.IEnumerable`1<Verse.Building> Verse.ListerBuildings::AllBuildingsNonColonistOfDef(Verse.ThingDef def)
  1866. Applying prepatch PerformanceFish.Listers.Buildings+ColonistsHaveResearchBenchPatch on method System.Boolean Verse.ListerBuildings::ColonistsHaveResearchBench()
  1867. Applying prepatch PerformanceFish.Listers.Buildings+ColonistsHaveBuildingWithPowerOnPatch on method System.Boolean Verse.ListerBuildings::ColonistsHaveBuildingWithPowerOn(Verse.ThingDef def)
  1868. Applying prepatch PerformanceFish.Listers.Buildings+ColonistsHaveBuildingPatch on method System.Boolean Verse.ListerBuildings::ColonistsHaveBuilding(Verse.ThingDef def)
  1869. Applying prepatch PerformanceFish.Listers.Buildings+AddPatch on method System.Void Verse.ListerBuildings::Add(Verse.Building b)
  1870. Applying prepatch PerformanceFish.Listers.Buildings+AllBuildingsColonistOfGroup_Patch on method System.Collections.Generic.List`1<Verse.Building> Verse.ListerBuildings::AllBuildingsColonistOfGroup(Verse.ThingRequestGroup group)
  1871. Applying prepatch PerformanceFish.Listers.Buildings+AllBuildingsColonistOfClassPatch on method System.Collections.Generic.IEnumerable`1<Verse.T> Verse.ListerBuildings::AllBuildingsColonistOfClass()
  1872. Applying prepatch PerformanceFish.Listers.Buildings+RemovePatch on method System.Void Verse.ListerBuildings::Remove(Verse.Building b)
  1873. Applying prepatch PerformanceFish.Listers.Buildings+AllBuildingsColonistOfDef_Patch on method System.Collections.Generic.List`1<Verse.Building> Verse.ListerBuildings::AllBuildingsColonistOfDef(Verse.ThingDef def)
  1874. Applying prepatch PerformanceFish.Planet.WorldPawnsOptimization+AllPawnsAlivePatch on method System.Collections.Generic.List`1<Verse.Pawn> RimWorld.Planet.WorldPawns::get_AllPawnsAlive()
  1875. Applying prepatch PerformanceFish.Planet.WorldPawnsOptimization+AllPawnsAliveOrDeadPatch on method System.Collections.Generic.List`1<Verse.Pawn> RimWorld.Planet.WorldPawns::get_AllPawnsAliveOrDead()
  1876. Applying prepatch PerformanceFish.Planet.WorldPawnGCOptimization+AddRelationshipsPatch on method System.Void RimWorld.Planet.WorldPawnGC::AddAllRelationships(Verse.Pawn pawn, System.Collections.Generic.Dictionary`2<Verse.Pawn, System.String> keptPawns)
  1877. Applying prepatch PerformanceFish.Planet.WorldPawnGCOptimization+WorldPawnGCTickPatch on method System.Void RimWorld.Planet.WorldPawnGC::WorldPawnGCTick()
  1878. Applying prepatch PerformanceFish.Listers.Haulables+CheckAddPatch on method System.Void RimWorld.ListerHaulables::CheckAdd(Verse.Thing t)
  1879. Applying prepatch PerformanceFish.Hediffs.HediffSetPrecaching+GetNotMissingParts on method System.Collections.Generic.IEnumerable`1<Verse.BodyPartRecord> Verse.HediffSet::GetNotMissingParts(Verse.BodyPartHeight height, Verse.BodyPartDepth depth, Verse.BodyPartTagDef tag, Verse.BodyPartRecord partParent)
  1880. Applying prepatch PerformanceFish.Hediffs.HediffSetPrecaching+HasHediff on method System.Boolean Verse.HediffSet::HasHediff(Verse.HediffDef def, System.Boolean mustBeVisible)
  1881. Applying prepatch PerformanceFish.Hediffs.HediffSetPrecaching+GetFirstHediffOfDef on method Verse.Hediff Verse.HediffSet::GetFirstHediffOfDef(Verse.HediffDef def, System.Boolean mustBeVisible)
  1882. Applying prepatch PerformanceFish.Defs.ThingDefPatches+BaseMassPatch on method System.Single Verse.ThingDef::get_BaseMass()
  1883. Applying prepatch PerformanceFish.Defs.ThingDefPatches+GetHashCodePatch on type Verse.BuildableDef
  1884. Applying prepatch PerformanceFish.Defs.ThingDefPatches+BaseFlammabilityPatch on method System.Single Verse.ThingDef::get_BaseFlammability()
  1885. Applying prepatch PerformanceFish.Defs.ThingDefPatches+BaseMaxHitPointsPatch on method System.Int32 Verse.ThingDef::get_BaseMaxHitPoints()
  1886. Applying prepatch PerformanceFish.Defs.IncidentDefFixes+WorkerPatch on method RimWorld.IncidentWorker RimWorld.IncidentDef::get_Worker()
  1887. Applying prepatch PerformanceFish.Defs.DefDatabasePatches+GetByShortHashPatch on method static Verse.T Verse.DefDatabase`1<Verse.T>::GetByShortHash(System.UInt16 shortHash)
  1888. Applying prepatch PerformanceFish.Defs.DefDatabasePatches+GetNamedPatch on method static Verse.T Verse.DefDatabase`1<Verse.T>::GetNamed(System.String defName, System.Boolean errorOnFail)
  1889. Applying prepatch PerformanceFish.Events.ThingGridEvents+RegisterInCellPatch on method System.Void Verse.ThingGrid::RegisterInCell(Verse.Thing t, Verse.IntVec3 c)
  1890. Applying prepatch PerformanceFish.Events.ThingGridEvents+DeregisterInCellPatch on method System.Void Verse.ThingGrid::DeregisterInCell(Verse.Thing t, Verse.IntVec3 c)
  1891. Applying prepatch PerformanceFish.Events.ThingEvents+SetQualityPatch on method System.Void RimWorld.CompQuality::SetQuality(RimWorld.QualityCategory q, System.Nullable`1<RimWorld.ArtGenerationContext> source)
  1892. Applying prepatch PerformanceFish.Events.ThingEvents+DestroyPatch on method virtual System.Void Verse.Thing::Destroy(Verse.DestroyMode mode)
  1893. Applying prepatch PerformanceFish.Events.ThingEvents+ExposeDataInitializePatch on method virtual System.Void Verse.Thing::ExposeData()
  1894. Applying prepatch PerformanceFish.Events.ThingEvents+PostMakePatch on method virtual System.Void Verse.Thing::PostMake()
  1895. Applying prepatch PerformanceFish.Events.ThingEvents+SpawnSetupPatch on method virtual System.Void Verse.Thing::SpawnSetup(Verse.Map map, System.Boolean respawningAfterLoad)
  1896. Applying prepatch PerformanceFish.Events.ThingEvents+InitializeCompsPatch on method System.Void Verse.ThingWithComps::InitializeComps()
  1897. Applying prepatch PerformanceFish.Events.ThingEvents+DeSpawnPatch on method virtual System.Void Verse.Thing::DeSpawn(Verse.DestroyMode mode)
  1898. Applying prepatch PerformanceFish.Events.MapEvents+MapConstructComponentsPatch on method System.Void Verse.Map::ConstructComponents()
  1899. Applying prepatch PerformanceFish.Events.MapEvents+MapExposeComponentsPatch on method System.Void Verse.Map::ExposeComponents()
  1900. Applying prepatch PerformanceFish.Hauling.StoreUtilityPrepatches+CurrentHaulDestinationOfPatch on method static RimWorld.IHaulDestination RimWorld.StoreUtility::CurrentHaulDestinationOf(Verse.Thing t)
  1901. Applying prepatch PerformanceFish.Hauling.StoreUtilityPrepatches+NoStorageBlockersInPatch on method static System.Boolean RimWorld.StoreUtility::NoStorageBlockersIn(Verse.IntVec3 c, Verse.Map map, Verse.Thing thing)
  1902. Applying prepatch PerformanceFish.Hauling.StoreUtilityPrepatches+TryFindBestBetterStoreCellForWorkerPatch on method static System.Void RimWorld.StoreUtility::TryFindBestBetterStoreCellForWorker(Verse.Thing t, Verse.Pawn carrier, Verse.Map map, RimWorld.Faction faction, RimWorld.ISlotGroup slotGroup, System.Boolean needAccurateResult, Verse.IntVec3& closestSlot, System.Single& closestDistSquared, RimWorld.StoragePriority& foundPriority)
  1903. Applying prepatch PerformanceFish.Hauling.StoreUtilityPrepatches+TryFindBestBetterStoreCellForPatch on method static System.Boolean RimWorld.StoreUtility::TryFindBestBetterStoreCellFor(Verse.Thing t, Verse.Pawn carrier, Verse.Map map, RimWorld.StoragePriority currentPriority, RimWorld.Faction faction, Verse.IntVec3& foundCell, System.Boolean needAccurateResult)
  1904. Applying prepatch PerformanceFish.Hauling.StoreUtilityPrepatches+GetSlotGroupPatch on method static RimWorld.SlotGroup RimWorld.StoreUtility::GetSlotGroup(Verse.Thing thing)
  1905. Applying prepatch PerformanceFish.Hauling.SlotGroupPrepatches+Notify_LostCellPatch on method System.Void RimWorld.SlotGroup::Notify_LostCell(Verse.IntVec3 c)
  1906. Applying prepatch PerformanceFish.Hauling.SlotGroupPrepatches+Notify_AddedCellPatch on method System.Void RimWorld.SlotGroup::Notify_AddedCell(Verse.IntVec3 c)
  1907. Applying prepatch PerformanceFish.Hauling.HaulDestinationManagerPatches+RemoveHaulDestinationPatch on method System.Void RimWorld.HaulDestinationManager::RemoveHaulDestination(RimWorld.IHaulDestination haulDestination)
  1908. Applying prepatch PerformanceFish.Hauling.HaulDestinationManagerPatches+CompareSlotGroupPrioritiesDescendingPatch on method static System.Int32 RimWorld.HaulDestinationManager::CompareSlotGroupPrioritiesDescending(RimWorld.SlotGroup a, RimWorld.SlotGroup b)
  1909. Applying prepatch PerformanceFish.Hauling.HaulDestinationManagerPatches+Notify_HaulDestinationChangedPriorityPatch on method System.Void RimWorld.HaulDestinationManager::Notify_HaulDestinationChangedPriority()
  1910. Applying prepatch PerformanceFish.Hauling.HaulDestinationManagerPatches+AddHaulDestinationPatch on method System.Void RimWorld.HaulDestinationManager::AddHaulDestination(RimWorld.IHaulDestination haulDestination)
  1911. Applying prepatch PerformanceFish.Planet.WorldPawnGCOptimization+CancelGCPassPatch on method System.Void RimWorld.Planet.WorldPawnGC::CancelGCPass()
  1912. Applying prepatch PerformanceFish.Defs.ThingDefPatches+BaseMarketValuePatch on method System.Single Verse.ThingDef::get_BaseMarketValue()
  1913. Applying prepatch PerformanceFish.Planet.WorldPawnGCOptimization+GetCriticalPawnReasonPatch on method System.String RimWorld.Planet.WorldPawnGC::GetCriticalPawnReason(Verse.Pawn pawn)
  1914. Applying prepatch PerformanceFish.Planet.WorldObjectsOptimization+WorldObjectsHolderTickPatch on method System.Void RimWorld.Planet.WorldObjectsHolder::WorldObjectsHolderTick()
  1915. Applying prepatch PerformanceFish.GetCompCaching+ThingDefGenericHasCompPatch on method System.Boolean Verse.ThingDef::HasComp()
  1916. Applying prepatch PerformanceFish.GetCompCaching+ThingCompPatch on method Verse.T Verse.ThingWithComps::GetComp()
  1917. Applying prepatch PerformanceFish.GetCompCaching+MapComponentPatch on method Verse.T Verse.Map::GetComponent()
  1918. Applying prepatch PerformanceFish.GetCompCaching+HediffCompPatch on method static Verse.T Verse.HediffUtility::TryGetComp(Verse.Hediff hd)
  1919. Applying prepatch PerformanceFish.GetCompCaching+WorldComponentPatch on method RimWorld.Planet.T RimWorld.Planet.World::GetComponent()
  1920. Applying prepatch PerformanceFish.GetCompCaching+HediffCompPropsPatch on method Verse.T Verse.HediffDef::CompProps()
  1921. Applying prepatch PerformanceFish.GetCompCaching+ThingCompPropertiesPatch on method Verse.T Verse.ThingDef::GetCompProperties()
  1922. Applying prepatch PerformanceFish.GetCompCaching+GameComponentPatch on method Verse.T Verse.Game::GetComponent()
  1923. Applying prepatch PerformanceFish.GetCompCaching+AbilityCompPatch on method RimWorld.T RimWorld.Ability::CompOfType()
  1924. Applying prepatch PerformanceFish.GetCompCaching+ThingDefHasCompPatch on method System.Boolean Verse.ThingDef::HasComp(System.Type compType)
  1925. Applying prepatch PerformanceFish.GenTypesPatches+AllSubclassesNonAbstract on method static System.Collections.Generic.List`1<System.Type> Verse.GenTypes::AllSubclassesNonAbstract(System.Type baseType)
  1926. Applying prepatch PerformanceFish.GenTypesPatches+AllTypes on method static System.Collections.Generic.List`1<System.Type> Verse.GenTypes::get_AllTypes()
  1927. Applying prepatch PerformanceFish.GenTypesPatches+AllTypesWithAttribute on method static System.Collections.Generic.List`1<System.Type> Verse.GenTypes::AllTypesWithAttribute()
  1928. Applying prepatch PerformanceFish.GenTypesPatches+AllSubclasses on method static System.Collections.Generic.List`1<System.Type> Verse.GenTypes::AllSubclasses(System.Type baseType)
  1929. Applying prepatch PerformanceFish.GeneTrackerOptimization+GeneTrackerTickPatch on method System.Void RimWorld.Pawn_GeneTracker::GeneTrackerTick()
  1930. Applying prepatch PerformanceFish.GasGridOptimization+AnyGasAtPatch on method System.Boolean Verse.GasGrid::AnyGasAt(System.Int32 idx)
  1931. Applying prepatch PerformanceFish.GasGridOptimization+AddGasPatch on method System.Void Verse.GasGrid::AddGas(Verse.IntVec3 cell, Verse.GasType gasType, System.Int32 amount, System.Boolean canOverflow)
  1932. Applying prepatch PerformanceFish.GasGridOptimization+ColorAtPatch on method virtual UnityEngine.Color Verse.SectionLayer_Gas::ColorAt(Verse.IntVec3 cell)
  1933. Applying prepatch PerformanceFish.GasGridOptimization+TickPatch on method System.Void Verse.GasGrid::Tick()
  1934. Applying prepatch PerformanceFish.GasGridOptimization+SetDirectPatch on method System.Void Verse.GasGrid::SetDirect(System.Int32 index, System.Byte smoke, System.Byte toxic, System.Byte rotStink, System.Byte deadlife)
  1935. Applying prepatch PerformanceFish.GasGridOptimization+MouseOverReadOutOnGUI on method System.Void Verse.MouseoverReadout::MouseoverReadoutOnGUI()
  1936. Applying prepatch PerformanceFish.GasGridOptimization+DebugToolsGeneralPushGas on method static System.Collections.Generic.List`1<LudeonTK.DebugActionNode> Verse.DebugToolsGeneral::PushGas()
  1937. Applying prepatch PerformanceFish.GasGridOptimization+ExposeDataPatch on method virtual System.Void Verse.GasGrid::ExposeData()
  1938. Applying prepatch PerformanceFish.GasGridOptimization+Notify_ThingSpawnedPatch on method System.Void Verse.GasGrid::Notify_ThingSpawned(Verse.Thing thing)
  1939. Applying prepatch PerformanceFish.GasGridOptimization+Debug_FillAllPatch on method System.Void Verse.GasGrid::Debug_FillAll()
  1940. Applying prepatch PerformanceFish.GasGridOptimization+Debug_ClearAllPatch on method System.Void Verse.GasGrid::Debug_ClearAll()
  1941. Applying prepatch PerformanceFish.GasGridOptimization+DensityAtPatch on method System.Byte Verse.GasGrid::DensityAt(System.Int32 index, Verse.GasType gasType)
  1942. Applying prepatch PerformanceFish.DeepResourceGridOptimization+AnyActiveDeepScannersOnMapPatch on method System.Boolean Verse.DeepResourceGrid::AnyActiveDeepScannersOnMap()
  1943. Applying prepatch PerformanceFish.DebugActionFixes+InitActionsPatch on method virtual LudeonTK.DebugActionNode LudeonTK.DebugTabMenu_Actions::InitActions(LudeonTK.DebugActionNode absRoot)
  1944. Applying prepatch PerformanceFish.GetCompCaching+WorldObjectCompPatch on method RimWorld.Planet.T RimWorld.Planet.WorldObject::GetComponent()
  1945. Applying prepatch PerformanceFish.IdeoBuildingPresenceDemandOptimization+BuildingPresentPatch on method System.Boolean RimWorld.IdeoBuildingPresenceDemand::BuildingPresent(Verse.Map map)
  1946. Applying prepatch PerformanceFish.IdeoUtilityCaching+GetStyleDominance_Patch on method static System.Single RimWorld.IdeoUtility::GetStyleDominance(Verse.Thing t, RimWorld.Ideo ideo)
  1947. Applying prepatch PerformanceFish.LogPatches+ClassPatch on type Verse.Log
  1948. Applying prepatch PerformanceFish.Planet.WorldObjectsOptimization+ExpandingIconCaching on method virtual UnityEngine.Texture2D RimWorld.Planet.WorldObject::get_ExpandingIcon()
  1949. Applying prepatch PerformanceFish.Planet.MothballOptimization+WorldPawnsDefPreventingMothball on method Verse.HediffDef RimWorld.Planet.WorldPawns::DefPreventingMothball(Verse.Pawn p)
  1950. Applying prepatch PerformanceFish.Rendering.TextureLoadingPatches+ModContentLoader_LoadItem on method static Verse.LoadedContentItem`1<Verse.T> Verse.ModContentLoader`1<Verse.T>::LoadItem(RimWorld.IO.VirtualFile file)
  1951. Applying prepatch PerformanceFish.Rendering.TextureLoadingPatches+ModContentLoader_LoadTexture on method static UnityEngine.Texture2D Verse.ModContentLoader`1<Verse.T>::LoadTexture(RimWorld.IO.VirtualFile file)
  1952. Applying prepatch PerformanceFish.Rendering.TextureLoadingPatches+GetAllFilesForModPatch on method static System.Collections.Generic.Dictionary`2<System.String, System.IO.FileInfo> Verse.ModContentPack::GetAllFilesForMod(Verse.ModContentPack mod, System.String contentPath, System.Func`2<System.String, System.Boolean> validateExtension, System.Collections.Generic.List`1<System.String> foldersToLoadDebug)
  1953. Applying prepatch PerformanceFish.Rendering.TextureLoadingPatches+ModContentLoader_StaticConstructor on method static System.Void Verse.ModContentLoader`1<Verse.T>::.cctor()
  1954. Applying prepatch PerformanceFish.Rendering.PrintImprovements+PrintPlanePatch on method static System.Void Verse.Printer_Plane::PrintPlane(Verse.SectionLayer layer, UnityEngine.Vector3 center, UnityEngine.Vector2 size, UnityEngine.Material mat, System.Single rot, System.Boolean flipUv, UnityEngine.Vector2[] uvs, UnityEngine.Color32[] colors, System.Single topVerticesAltitudeBias, System.Single uvzPayload)
  1955. Applying prepatch PerformanceFish.Rendering.PrintImprovements+PlantPatch on method virtual System.Void RimWorld.Plant::Print(Verse.SectionLayer layer)
  1956. Applying prepatch PerformanceFish.Rendering.GraphicPatches+MultiInitFix on method virtual System.Void Verse.Graphic_Multi::Init(Verse.GraphicRequest req)
  1957. Applying prepatch PerformanceFish.Rendering.DynamicDrawManagerPatches+DrawDynamicThingsPatch on method System.Void Verse.DynamicDrawManager::DrawDynamicThings()
  1958. Applying prepatch PerformanceFish.Rendering.ContentFinderCaching+Get_Patch on method static Verse.T Verse.ContentFinder`1<Verse.T>::Get(System.String itemPath, System.Boolean reportFailure)
  1959. Applying prepatch PerformanceFish.UtilityPrepatches+CreateModClassesPatch on method static System.Void Verse.LoadedModManager::CreateModClasses()
  1960. Applying prepatch PerformanceFish.UtilityPrepatches+NoSteamLogWarning on method static System.Void Verse.Steam.SteamManager::InitIfNeeded()
  1961. Applying prepatch PerformanceFish.Planet.WorldObjectsOptimization+ExpandingIconColorCaching on method virtual UnityEngine.Color RimWorld.Planet.WorldObject::get_ExpandingIconColor()
  1962. Applying prepatch PerformanceFish.ThingPatches+InitializeCompsFix on method System.Void Verse.ThingWithComps::InitializeComps()
  1963. Applying prepatch PerformanceFish.ThingPatches+SpawnedPatch on method System.Boolean Verse.Thing::get_Spawned()
  1964. Applying prepatch PerformanceFish.ThingPatches+MapHeldPatch on method Verse.Map Verse.Thing::get_MapHeld()
  1965. Applying prepatch PerformanceFish.ThingOwnerUtilityPreCaching+GetAllThingsRecursively_Patch on method static System.Void Verse.ThingOwnerUtility::GetAllThingsRecursively(Verse.Map map, Verse.ThingRequest request, System.Collections.Generic.List`1<Verse.T> outThings, System.Boolean allowUnreal, System.Predicate`1<Verse.IThingHolder> passCheck, System.Boolean alsoGetSpawnedThings)
  1966. Applying prepatch PerformanceFish.StatCaching+SetStatBaseValuePatch on method static System.Void RimWorld.StatExtension::SetStatBaseValue(Verse.BuildableDef def, RimWorld.StatDef stat, System.Single newBaseValue)
  1967. Applying prepatch PerformanceFish.StatCaching+GetStatValueAbstractPatch on method static System.Single RimWorld.StatExtension::GetStatValueAbstract(Verse.BuildableDef def, RimWorld.StatDef stat, Verse.ThingDef stuff)
  1968. Applying prepatch PerformanceFish.RoomPrepatches+Regions_Patch on method System.Collections.Generic.List`1<Verse.Region> Verse.Room::get_Regions()
  1969. Applying prepatch PerformanceFish.ModsConfigPatches+AreAllActivePatch on method static System.Boolean Verse.ModsConfig::AreAllActive(System.String mods)
  1970. Applying prepatch PerformanceFish.ModsConfigPatches+IsAnyActiveOrEmptyPatch on method static System.Boolean Verse.ModsConfig::IsAnyActiveOrEmpty(System.Collections.Generic.IEnumerable`1<System.String> mods, System.Boolean trimNames)
  1971. Applying prepatch PerformanceFish.ModListerPatches+AnyFromListActivePatch on method static System.Boolean Verse.ModLister::AnyFromListActive(System.Collections.Generic.List`1<System.String> mods)
  1972. Applying prepatch PerformanceFish.ModListerPatches+ModIncompatibilityIsSatisfiedPatch on method virtual System.Boolean Verse.ModIncompatibility::get_IsSatisfied()
  1973. Applying prepatch PerformanceFish.MiscPrepatchedOptimizations+GenCollection_FirstOrDefault on method static Verse.T Verse.GenCollection::FirstOrDefault(System.Collections.Generic.List`1<Verse.T> list, System.Predicate`1<Verse.T> predicate)
  1974. Applying prepatch PerformanceFish.MiscPrepatchedOptimizations+GenGrid_InBoundsPatch on method static System.Boolean Verse.GenGrid::InBounds(Verse.IntVec3 c, Verse.Map map)
  1975. Applying prepatch PerformanceFish.MiscPrepatchedOptimizations+GenList_ListFullCopy on method static System.Collections.Generic.List`1<Verse.T> Verse.GenList::ListFullCopy(System.Collections.Generic.List`1<Verse.T> source)
  1976. Applying prepatch PerformanceFish.MapPrepatches+FinalizeLoadingPatch on method System.Void Verse.Map::FinalizeLoading()
  1977. Applying prepatch PerformanceFish.ThingPatches+ExposeDataFixStuffPatch on method virtual System.Void Verse.Thing::ExposeData()
  1978. Applying prepatch PerformanceFish.Defs.WorkGiverDefFixes+WorkerPatch on method RimWorld.WorkGiver RimWorld.WorkGiverDef::get_Worker()
  1979. Performance Fish finished applying prepatches in 2.0424060 seconds
  1980. Prepatcher: Game processing took 2308.5061ms
  1981. Prepatcher: Serializing patched assemblies
  1982. Prepatcher: Serializing took 1179.1455ms
  1983. Prepatcher: Setting refonly
  1984. Prepatcher: Loading patched assemblies
  1985. Prepatcher: Done loading
  1986. Command line arguments: -savedatafolder=[Home_dir]\AppData\LocalLow\Ludeon Studios\RimWorld by Ludeon Studios
  1987. RimWorld 1.5.4243 rev947
  1988. Save data folder overridden to [Home_dir]\AppData\LocalLow\Ludeon Studios\RimWorld by Ludeon Studios
  1989. Mod CE Simple 357 dependency (CETeam.CombatExtended) needs to have <downloadUrl> and/or <steamWorkshopUrl> specified.
  1990. (Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 39)
  1991.  
  1992. Performance Fish is applying ThingsMatching_Patch on System.Collections.Generic.List`1<Verse.Thing> Verse.ListerThings::ThingsMatching(Verse.ThingRequest req)
  1993. Performance Fish is applying PsyfocusGainPerTick on static System.Single RimWorld.MeditationUtility::PsyfocusGainPerTick(Verse.Pawn pawn, Verse.Thing focus)
  1994. Performance Fish is applying TryFindBestIngredientsHelper_Patch on static System.Boolean RimWorld.WorkGiver_DoBill::TryFindBestIngredientsHelper(System.Predicate`1<Verse.Thing> thingValidator, System.Predicate`1<System.Collections.Generic.List`1<Verse.Thing>> foundAllIngredientsAndChoose, System.Collections.Generic.List`1<Verse.IngredientCount> ingredients, Verse.Pawn pawn, Verse.Thing billGiver, System.Collections.Generic.List`1<Verse.ThingCount> chosen, System.Single searchRadius)
  1995. Performance Fish is applying CompAssignableToPawn_Bed_Patch on virtual System.Boolean RimWorld.CompAssignableToPawn_Bed::IdeoligionForbids(Verse.Pawn pawn)
  1996. Performance Fish is applying ClearAllMapsAndWorld_Patch on static System.Void Verse.Profile.MemoryUtility::ClearAllMapsAndWorld()
  1997. Performance Fish is applying GetCustomAttributes on static System.Object[] System.MonoCustomAttrs::GetCustomAttributes(System.Reflection.ICustomAttributeProvider obj, System.Type attributeType, System.Boolean inherit)
  1998. Performance Fish is applying AllTypes on static System.Collections.Generic.IEnumerable`1<System.Type> HarmonyLib.AccessTools::AllTypes()
  1999. Performance Fish is applying SharedAltar_Patch on Verse.Thing RimWorld.ThoughtWorker_Precept_AltarSharing::SharedAltar(Verse.Pawn pawn)
  2000. Performance Fish is applying DayTickByMap_Patch on static System.Int32 RimWorld.GenLocalDate::DayTick(Verse.Map map)
  2001. Performance Fish is applying GearMass_Patch on static System.Single RimWorld.MassUtility::GearMass(Verse.Pawn p)
  2002. Performance Fish is applying WindManager_WindManagerTick on System.Void Verse.WindManager::WindManagerTick()
  2003. Performance Fish is applying PotentialWorkThingsGlobal_Patch on virtual Verse.AI.Job RimWorld.JobGiver_Haul::TryGiveJob(Verse.Pawn pawn)
  2004. Performance Fish is applying RoomAt_Patch on static Verse.Room Verse.RegionAndRoomQuery::RoomAt(Verse.IntVec3 c, Verse.Map map, Verse.RegionType allowedRegionTypes)
  2005. Performance Fish is applying PotentialWorkThingsGlobal_Patch on virtual System.Collections.Generic.IEnumerable`1<Verse.Thing> RimWorld.WorkGiver_Haul::PotentialWorkThingsGlobal(Verse.Pawn pawn)
  2006. Performance Fish is applying JobOnThing_Patch on virtual Verse.AI.Job RimWorld.WorkGiver_Merge::JobOnThing(Verse.Pawn pawn, Verse.Thing t, System.Boolean forced)
  2007. Performance Fish is applying DirtyCache on System.Void Verse.HediffSet::DirtyCache()
  2008. Performance Fish is applying ImmunityRecordExists on System.Boolean Verse.ImmunityHandler::ImmunityRecordExists(Verse.HediffDef def)
  2009. Performance Fish is applying SetValue_Patch on virtual System.Void System.Reflection.FieldInfo::SetValue(System.Object obj, System.Object value)
  2010. Performance Fish is applying FinalizeInit_Patch on System.Void Verse.Game::FinalizeInit()
  2011. Performance Fish is applying Owners_Patch on System.Collections.Generic.IEnumerable`1<Verse.Pawn> Verse.Room::get_Owners()
  2012. Performance Fish is applying TryFindBestIngredientsInSet_NoMixHelper_Patch on static System.Boolean RimWorld.WorkGiver_DoBill::TryFindBestIngredientsInSet_NoMixHelper(System.Collections.Generic.List`1<Verse.Thing> availableThings, System.Collections.Generic.List`1<Verse.IngredientCount> ingredients, System.Collections.Generic.List`1<Verse.ThingCount> chosen, Verse.IntVec3 rootCell, System.Boolean alreadySorted, System.Collections.Generic.List`1<Verse.IngredientCount> missingIngredients, RimWorld.Bill bill)
  2013. Performance Fish is applying DayTickByThing_Patch on static System.Int32 RimWorld.GenLocalDate::DayTick(Verse.Thing thing)
  2014. Performance Fish is applying InventoryMass_Patch on static System.Single RimWorld.MassUtility::InventoryMass(Verse.Pawn p)
  2015. Performance Fish is applying Psylink_Patch on Verse.Hediff_Psylink RimWorld.Pawn_PsychicEntropyTracker::get_Psylink()
  2016. Performance Fish is applying CompRottable on virtual System.Void RimWorld.CompRottable::CompTick()
  2017. Performance Fish is applying AllowedToAcceptPatch on System.Boolean RimWorld.StorageSettings::AllowedToAccept(Verse.Thing t)
  2018. Performance Fish is applying NeededImmunitiesNow on System.Collections.Generic.List`1<Verse.ImmunityInfo> Verse.ImmunityHandler::NeededImmunitiesNow()
  2019. Performance Fish is applying GetFieldsPatch on virtual System.Reflection.FieldInfo[] System.RuntimeType::GetFields(System.Reflection.BindingFlags bindingAttr)
  2020. Performance Fish is applying ContainedBeds_Patch on System.Collections.Generic.IEnumerable`1<RimWorld.Building_Bed> Verse.Room::get_ContainedBeds()
  2021. Performance Fish is applying GetMethodWithFlags_Patch on virtual System.Reflection.MethodInfo System.Type::GetMethod(System.String name, System.Reflection.BindingFlags bindingAttr)
  2022. Performance Fish is applying TryAddImmunityRecord on System.Void Verse.ImmunityHandler::TryAddImmunityRecord(Verse.HediffDef def, Verse.HediffDef source)
  2023. Performance Fish is applying TryNotifyChanged_Patch on System.Void RimWorld.StorageSettings::TryNotifyChanged()
  2024. Performance Fish is applying ReportProbablyMissingAttributesFix on System.Void Verse.<>c__DisplayClass2_0::<ReportProbablyMissingAttributes>b__0(System.Type t)
  2025. Performance Fish is applying Role_Patch on Verse.RoomRoleDef Verse.Room::get_Role()
  2026. Performance Fish is applying GetMethodWithTypes_Patch on virtual System.Reflection.MethodInfo System.Type::GetMethod(System.String name, System.Type[] types)
  2027. Performance Fish is applying DrawBatch_Flush on System.Void Verse.DrawBatch::Flush(System.Boolean draw)
  2028. Performance Fish is applying ContainedAndAdjacentThings_Patch on System.Collections.Generic.List`1<Verse.Thing> Verse.Room::get_ContainedAndAdjacentThings()
  2029. Performance Fish is applying CreateInstance_Type on static System.Object System.Activator::CreateInstance(System.Type type)
  2030. Performance Fish is applying RitualObligationTrigger_Date on virtual System.Void RimWorld.RitualObligationTrigger_Date::Tick()
  2031. Performance Fish is applying GetMethodWithFlagsAndTypes_Patch on virtual System.Reflection.MethodInfo System.Type::GetMethod(System.String name, System.Reflection.BindingFlags bindingAttr, System.Reflection.Binder binder, System.Type[] types, System.Reflection.ParameterModifier[] modifiers)
  2032. Performance Fish is applying GetConstructor_Patch on virtual System.Reflection.ConstructorInfo System.Type::GetConstructor(System.Reflection.BindingFlags bindingAttr, System.Reflection.Binder binder, System.Type[] types, System.Reflection.ParameterModifier[] modifiers)
  2033. Performance Fish is applying GetProperty_Patch on virtual System.Reflection.PropertyInfo System.Type::GetProperty(System.String name, System.Reflection.BindingFlags bindingAttr)
  2034. Performance Fish is applying GetFullName on virtual System.String System.RuntimeType::get_FullName()
  2035. Performance Fish is applying GetValue_Patch on virtual System.Object System.Reflection.MonoField::GetValue(System.Object obj)
  2036. Performance Fish is applying GetField_Patch on virtual System.Reflection.FieldInfo System.RuntimeType::GetField(System.String name, System.Reflection.BindingFlags bindingAttr)
  2037. Prepatcher: Restarted with the patched assembly, going silent.
  2038. [V1024-VEL] Visible Error Logs, starting up. Hopefully the patches work.
  2039. [V1024-VEL] Detecting your RimWorld assembly version as 1.5.9048.28434
  2040. Initializing Performance Fish v0.6.2.0
  2041. Performance Fish applied 30 harmony prefixes, 30 harmony postfixes, 15 harmony transpilers, 18 prepatcher prefixes, 34 prepatcher postfixes, 90 prepatcher transpilers and 2 prepatcher class patches. That's a total of 219 patches. Amazing!
  2042.  
  2043. The following methods were patched:
  2044. static System.Collections.Generic.IEnumerable`1<System.Type> HarmonyLib.AccessTools::AllTypes()
  2045. static System.Int32 RimWorld.GenLocalDate::DayTick(Verse.Map map)
  2046. static System.Int32 RimWorld.GenLocalDate::DayTick(Verse.Thing thing)
  2047. static System.Single RimWorld.MassUtility::GearMass(Verse.Pawn p)
  2048. static System.Single RimWorld.MassUtility::InventoryMass(Verse.Pawn p)
  2049. static System.Single RimWorld.MeditationUtility::PsyfocusGainPerTick(Verse.Pawn pawn, Verse.Thing focus)
  2050. System.Void Verse.WindManager::WindManagerTick()
  2051. virtual System.Void RimWorld.CompRottable::CompTick()
  2052. System.Void Verse.<>c__DisplayClass2_0::<ReportProbablyMissingAttributes>b__0(System.Type t)
  2053. System.Void Verse.DrawBatch::Flush(System.Boolean draw)
  2054. virtual System.Void RimWorld.RitualObligationTrigger_Date::Tick()
  2055. static Verse.Room Verse.RegionAndRoomQuery::RoomAt(Verse.IntVec3 c, Verse.Map map, Verse.RegionType allowedRegionTypes)
  2056. System.Collections.Generic.IEnumerable`1<Verse.Pawn> Verse.Room::get_Owners()
  2057. System.Collections.Generic.IEnumerable`1<RimWorld.Building_Bed> Verse.Room::get_ContainedBeds()
  2058. Verse.RoomRoleDef Verse.Room::get_Role()
  2059. System.Collections.Generic.List`1<Verse.Thing> Verse.Room::get_ContainedAndAdjacentThings()
  2060. virtual System.Boolean RimWorld.CompAssignableToPawn_Bed::IdeoligionForbids(Verse.Pawn pawn)
  2061. System.Void Verse.ThingFilter::SetAllow(Verse.ThingDef thingDef, System.Boolean allow)
  2062. System.Void Verse.ThingFilter::SetAllowAll(Verse.ThingFilter parentFilter, System.Boolean includeNonStorable)
  2063. static System.Collections.Generic.IEnumerable`1<Verse.ThingDef> Verse.ThingFilter::get_AllStorableThingDefs()
  2064. virtual System.Void Verse.ThingFilter::CopyAllowancesFrom(Verse.ThingFilter other)
  2065. System.Void Verse.ThingFilter::SetDisallowAll(System.Collections.Generic.IEnumerable`1<Verse.ThingDef> exceptedDefs, System.Collections.Generic.IEnumerable`1<Verse.SpecialThingFilterDef> exceptedFilters)
  2066. System.Collections.Generic.IEnumerable`1<Verse.ThingDef> Verse.ThingFilter::get_AllowedThingDefs()
  2067. Verse.ThingRequest Verse.ThingFilter::get_BestThingRequest()
  2068. Verse.Thing RimWorld.ThoughtWorker_Precept_AltarSharing::SharedAltar(Verse.Pawn pawn)
  2069. static System.Void Verse.Profile.MemoryUtility::ClearAllMapsAndWorld()
  2070. System.Void Verse.Game::FinalizeInit()
  2071. static System.Object[] System.MonoCustomAttrs::GetCustomAttributes(System.Reflection.ICustomAttributeProvider obj, System.Type attributeType, System.Boolean inherit)
  2072. virtual System.Void System.Reflection.FieldInfo::SetValue(System.Object obj, System.Object value)
  2073. virtual System.Reflection.FieldInfo[] System.RuntimeType::GetFields(System.Reflection.BindingFlags bindingAttr)
  2074. virtual System.Reflection.MethodInfo System.Type::GetMethod(System.String name, System.Reflection.BindingFlags bindingAttr)
  2075. virtual System.Reflection.MethodInfo System.Type::GetMethod(System.String name, System.Type[] types)
  2076. static System.Object System.Activator::CreateInstance(System.Type type)
  2077. virtual System.Reflection.MethodInfo System.Type::GetMethod(System.String name, System.Reflection.BindingFlags bindingAttr, System.Reflection.Binder binder, System.Type[] types, System.Reflection.ParameterModifier[] modifiers)
  2078. virtual System.Reflection.ConstructorInfo System.Type::GetConstructor(System.Reflection.BindingFlags bindingAttr, System.Reflection.Binder binder, System.Type[] types, System.Reflection.ParameterModifier[] modifiers)
  2079. virtual System.Reflection.PropertyInfo System.Type::GetProperty(System.String name, System.Reflection.BindingFlags bindingAttr)
  2080. virtual System.String System.RuntimeType::get_FullName()
  2081. virtual System.Object System.Reflection.MethodBase::Invoke(System.Object obj, System.Object[] parameters)
  2082. virtual System.Object System.Reflection.MonoField::GetValue(System.Object obj)
  2083. virtual System.Reflection.FieldInfo System.RuntimeType::GetField(System.String name, System.Reflection.BindingFlags bindingAttr)
  2084. System.Collections.Generic.List`1<Verse.Thing> Verse.ListerThings::ThingsMatching(Verse.ThingRequest req)
  2085. virtual Verse.AI.Job RimWorld.JobGiver_Haul::TryGiveJob(Verse.Pawn pawn)
  2086. static System.Boolean RimWorld.WorkGiver_DoBill::TryFindBestIngredientsHelper(System.Predicate`1<Verse.Thing> thingValidator, System.Predicate`1<System.Collections.Generic.List`1<Verse.Thing>> foundAllIngredientsAndChoose, System.Collections.Generic.List`1<Verse.IngredientCount> ingredients, Verse.Pawn pawn, Verse.Thing billGiver, System.Collections.Generic.List`1<Verse.ThingCount> chosen, System.Single searchRadius)
  2087. static System.Boolean RimWorld.WorkGiver_DoBill::TryFindBestIngredientsInSet_NoMixHelper(System.Collections.Generic.List`1<Verse.Thing> availableThings, System.Collections.Generic.List`1<Verse.IngredientCount> ingredients, System.Collections.Generic.List`1<Verse.ThingCount> chosen, Verse.IntVec3 rootCell, System.Boolean alreadySorted, System.Collections.Generic.List`1<Verse.IngredientCount> missingIngredients, RimWorld.Bill bill)
  2088. virtual System.Collections.Generic.IEnumerable`1<Verse.Thing> RimWorld.WorkGiver_Haul::PotentialWorkThingsGlobal(Verse.Pawn pawn)
  2089. virtual Verse.AI.Job RimWorld.WorkGiver_Merge::JobOnThing(Verse.Pawn pawn, Verse.Thing t, System.Boolean forced)
  2090. System.Void Verse.HediffSet::DirtyCache()
  2091. System.Boolean Verse.ImmunityHandler::ImmunityRecordExists(Verse.HediffDef def)
  2092. System.Collections.Generic.List`1<Verse.ImmunityInfo> Verse.ImmunityHandler::NeededImmunitiesNow()
  2093. System.Void Verse.ImmunityHandler::TryAddImmunityRecord(Verse.HediffDef def, Verse.HediffDef source)
  2094. Verse.Hediff_Psylink RimWorld.Pawn_PsychicEntropyTracker::get_Psylink()
  2095. System.Boolean RimWorld.StorageSettings::AllowedToAccept(Verse.Thing t)
  2096. System.Void RimWorld.StorageSettings::TryNotifyChanged()
  2097. System.Collections.Generic.IEnumerable`1<Verse.ThingDef> Verse.RecipeDef::get_AllRecipeUsers()
  2098. virtual LudeonTK.DebugActionNode LudeonTK.DebugTabMenu_Actions::InitActions(LudeonTK.DebugActionNode absRoot)
  2099. virtual LudeonTK.DebugActionNode LudeonTK.DebugTabMenu_Output::InitActions(LudeonTK.DebugActionNode absRoot)
  2100. System.Boolean Verse.DeepResourceGrid::AnyActiveDeepScannersOnMap()
  2101. System.Void Verse.GasGrid::Notify_ThingSpawned(Verse.Thing thing)
  2102. System.Byte Verse.GasGrid::DensityAt(System.Int32 index, Verse.GasType gasType)
  2103. System.Void Verse.GasGrid::SetDirect(System.Int32 index, System.Byte smoke, System.Byte toxic, System.Byte rotStink, System.Byte deadlife)
  2104. System.Void Verse.GasGrid::Debug_FillAll()
  2105. virtual UnityEngine.Color Verse.SectionLayer_Gas::ColorAt(Verse.IntVec3 cell)
  2106. static System.Collections.Generic.List`1<LudeonTK.DebugActionNode> Verse.DebugToolsGeneral::PushGas()
  2107. System.Boolean Verse.GasGrid::AnyGasAt(System.Int32 idx)
  2108. virtual System.Void Verse.GasGrid::ExposeData()
  2109. System.Void Verse.MouseoverReadout::MouseoverReadoutOnGUI()
  2110. System.Void Verse.GasGrid::Debug_ClearAll()
  2111. System.Void Verse.GasGrid::Tick()
  2112. System.Void Verse.GasGrid::AddGas(Verse.IntVec3 cell, Verse.GasType gasType, System.Int32 amount, System.Boolean canOverflow)
  2113. System.Void RimWorld.Pawn_GeneTracker::GeneTrackerTick()
  2114. static System.Collections.Generic.List`1<System.Type> Verse.GenTypes::AllSubclassesNonAbstract(System.Type baseType)
  2115. static System.Collections.Generic.List`1<System.Type> Verse.GenTypes::get_AllTypes()
  2116. static System.Collections.Generic.List`1<System.Type> Verse.GenTypes::AllTypesWithAttribute()
  2117. static System.Collections.Generic.List`1<System.Type> Verse.GenTypes::AllSubclasses(System.Type baseType)
  2118. RimWorld.T RimWorld.Ability::CompOfType()
  2119. Verse.T Verse.Map::GetComponent()
  2120. Verse.T Verse.ThingWithComps::GetComp()
  2121. System.Boolean Verse.ThingDef::HasComp(System.Type compType)
  2122. System.Boolean Verse.ThingDef::HasComp()
  2123. Verse.T Verse.HediffDef::CompProps()
  2124. RimWorld.Planet.T RimWorld.Planet.WorldObject::GetComponent()
  2125. Verse.T Verse.Game::GetComponent()
  2126. RimWorld.Planet.T RimWorld.Planet.World::GetComponent()
  2127. Verse.T Verse.ThingDef::GetCompProperties()
  2128. static Verse.HediffComp Verse.HediffUtility::TryGetComp(Verse.Hediff hd)
  2129. System.Boolean RimWorld.IdeoBuildingPresenceDemand::BuildingPresent(Verse.Map map)
  2130. static System.Single RimWorld.IdeoUtility::GetStyleDominance(Verse.Thing t, RimWorld.Ideo ideo)
  2131. System.Void Verse.Map::FinalizeLoading()
  2132. static System.Object Verse.GenCollection::FirstOrDefault(System.Collections.Generic.List`1<System.Object> list, System.Predicate`1<System.Object> predicate)
  2133. static System.Collections.Generic.List`1<System.Object> Verse.GenList::ListFullCopy(System.Collections.Generic.List`1<System.Object> source)
  2134. static System.Boolean Verse.GenGrid::InBounds(Verse.IntVec3 c, Verse.Map map)
  2135. virtual System.Boolean Verse.ModIncompatibility::get_IsSatisfied()
  2136. static System.Boolean Verse.ModLister::AnyFromListActive(System.Collections.Generic.List`1<System.String> mods)
  2137. static System.Boolean Verse.ModsConfig::IsAnyActiveOrEmpty(System.Collections.Generic.IEnumerable`1<System.String> mods, System.Boolean trimNames)
  2138. static System.Boolean Verse.ModsConfig::AreAllActive(System.String mods)
  2139. System.Collections.Generic.List`1<Verse.Region> Verse.Room::get_Regions()
  2140. static System.Single RimWorld.StatExtension::GetStatValueAbstract(Verse.BuildableDef def, RimWorld.StatDef stat, Verse.ThingDef stuff)
  2141. static System.Void RimWorld.StatExtension::SetStatBaseValue(Verse.BuildableDef def, RimWorld.StatDef stat, System.Single newBaseValue)
  2142. static System.Void Verse.ThingOwnerUtility::GetAllThingsRecursively(Verse.Map map, Verse.ThingRequest request, System.Collections.Generic.List`1<Verse.Thing> outThings, System.Boolean allowUnreal, System.Predicate`1<Verse.IThingHolder> passCheck, System.Boolean alsoGetSpawnedThings)
  2143. System.Boolean Verse.Thing::get_Spawned()
  2144. System.Void Verse.ThingWithComps::InitializeComps()
  2145. virtual System.Void Verse.Thing::ExposeData()
  2146. Verse.Map Verse.Thing::get_MapHeld()
  2147. static System.Void Verse.Steam.SteamManager::InitIfNeeded()
  2148. static System.Void Verse.LoadedModManager::CreateModClasses()
  2149. virtual System.Void Verse.UIRoot_Entry::Init()
  2150. static UnityEngine.Texture2D Verse.ContentFinder`1<UnityEngine.Texture2D>::Get(System.String itemPath, System.Boolean reportFailure)
  2151. System.Void Verse.DynamicDrawManager::DrawDynamicThings()
  2152. virtual System.Void Verse.Graphic_Multi::Init(Verse.GraphicRequest req)
  2153. static System.Void Verse.Printer_Plane::PrintPlane(Verse.SectionLayer layer, UnityEngine.Vector3 center, UnityEngine.Vector2 size, UnityEngine.Material mat, System.Single rot, System.Boolean flipUv, UnityEngine.Vector2[] uvs, UnityEngine.Color32[] colors, System.Single topVerticesAltitudeBias, System.Single uvzPayload)
  2154. virtual System.Void RimWorld.Plant::Print(Verse.SectionLayer layer)
  2155. static UnityEngine.Texture2D Verse.ModContentLoader`1<UnityEngine.Texture2D>::LoadTexture(RimWorld.IO.VirtualFile file)
  2156. static Verse.LoadedContentItem`1<UnityEngine.Texture2D> Verse.ModContentLoader`1<UnityEngine.Texture2D>::LoadItem(RimWorld.IO.VirtualFile file)
  2157. static System.Collections.Generic.Dictionary`2<System.String, System.IO.FileInfo> Verse.ModContentPack::GetAllFilesForMod(Verse.ModContentPack mod, System.String contentPath, System.Func`2<System.String, System.Boolean> validateExtension, System.Collections.Generic.List`1<System.String> foldersToLoadDebug)
  2158. static System.Void Verse.ModContentLoader`1<Verse.T>::.cctor()
  2159. Verse.HediffDef RimWorld.Planet.WorldPawns::DefPreventingMothball(Verse.Pawn p)
  2160. virtual UnityEngine.Texture2D RimWorld.Planet.WorldObject::get_ExpandingIcon()
  2161. System.Void RimWorld.Planet.WorldObjectsHolder::WorldObjectsHolderTick()
  2162. virtual UnityEngine.Color RimWorld.Planet.WorldObject::get_ExpandingIconColor()
  2163. System.String RimWorld.Planet.WorldPawnGC::GetCriticalPawnReason(Verse.Pawn pawn)
  2164. System.Void RimWorld.Planet.WorldPawnGC::CancelGCPass()
  2165. System.Void RimWorld.Planet.WorldPawnGC::WorldPawnGCTick()
  2166. System.Void RimWorld.Planet.WorldPawnGC::AddAllRelationships(Verse.Pawn pawn, System.Collections.Generic.Dictionary`2<Verse.Pawn, System.String> keptPawns)
  2167. System.Collections.Generic.List`1<Verse.Pawn> RimWorld.Planet.WorldPawns::get_AllPawnsAliveOrDead()
  2168. System.Collections.Generic.List`1<Verse.Pawn> RimWorld.Planet.WorldPawns::get_AllPawnsAlive()
  2169. System.Collections.Generic.IEnumerable`1<Verse.T> Verse.ListerBuildings::AllColonistBuildingsOfType()
  2170. System.Boolean Verse.ListerBuildings::ColonistsHaveBuildingWithPowerOn(Verse.ThingDef def)
  2171. System.Boolean Verse.ListerBuildings::ColonistsHaveBuilding(Verse.ThingDef def)
  2172. System.Collections.Generic.List`1<Verse.Building> Verse.ListerBuildings::AllBuildingsColonistOfDef(Verse.ThingDef def)
  2173. System.Void Verse.ListerBuildings::Remove(Verse.Building b)
  2174. System.Collections.Generic.IEnumerable`1<Verse.T> Verse.ListerBuildings::AllBuildingsColonistOfClass()
  2175. System.Boolean Verse.ListerBuildings::ColonistsHaveResearchBench()
  2176. System.Void Verse.ListerBuildings::Add(Verse.Building b)
  2177. System.Collections.Generic.List`1<Verse.Building> Verse.ListerBuildings::AllBuildingsColonistOfGroup(Verse.ThingRequestGroup group)
  2178. System.Collections.Generic.IEnumerable`1<Verse.Building> Verse.ListerBuildings::AllBuildingsNonColonistOfDef(Verse.ThingDef def)
  2179. System.Void RimWorld.ListerHaulables::Check(Verse.Thing t)
  2180. System.Void RimWorld.ListerHaulables::TryRemove(Verse.Thing t)
  2181. System.Void RimWorld.ListerHaulables::CellsCheckTick(System.Collections.Generic.List`1<RimWorld.SlotGroup> sgList)
  2182. System.Void RimWorld.ListerHaulables::CheckAdd(Verse.Thing t)
  2183. System.Void RimWorld.ListerHaulables::ListerHaulablesTick()
  2184. virtual System.Boolean Verse.ThingOwner`1<Verse.Thing>::Remove(Verse.Thing item)
  2185. virtual System.Void Verse.ThingOwner`1<Verse.Thing>::ExposeData()
  2186. virtual System.Boolean Verse.ThingOwner`1<Verse.Thing>::TryAdd(Verse.Thing item, System.Boolean canMergeWithExistingStacks)
  2187. System.Void Verse.ListerThings::Clear()
  2188. System.Void Verse.ListerThings::GetThingsOfType(System.Collections.Generic.List`1<Verse.T> list)
  2189. System.Void Verse.ListerThings::Add(Verse.Thing t)
  2190. System.Boolean Verse.ListerThings::Contains(Verse.Thing t)
  2191. System.Collections.Generic.IEnumerable`1<Verse.T> Verse.ListerThings::GetThingsOfType()
  2192. System.Void Verse.ListerThings::Remove(Verse.Thing t)
  2193. static Verse.Thing Verse.GenClosest::ClosestThingReachable(Verse.IntVec3 root, Verse.Map map, Verse.ThingRequest thingReq, Verse.AI.PathEndMode peMode, Verse.TraverseParms traverseParams, System.Single maxDistance, System.Predicate`1<Verse.Thing> validator, System.Collections.Generic.IEnumerable`1<Verse.Thing> customGlobalSearchSet, System.Int32 searchRegionsMin, System.Int32 searchRegionsMax, System.Boolean forceAllowGlobalSearch, Verse.RegionType traversableRegionTypes, System.Boolean ignoreEntirelyForbiddenRegions)
  2194. Verse.Hediff Verse.HediffSet::GetFirstHediffOfDef(Verse.HediffDef def, System.Boolean mustBeVisible)
  2195. System.Collections.Generic.IEnumerable`1<Verse.BodyPartRecord> Verse.HediffSet::GetNotMissingParts(Verse.BodyPartHeight height, Verse.BodyPartDepth depth, Verse.BodyPartTagDef tag, Verse.BodyPartRecord partParent)
  2196. System.Boolean Verse.HediffSet::HasHediff(Verse.HediffDef def, System.Boolean mustBeVisible)
  2197. static System.Int32 Verse.GridsUtility::GetItemCount(Verse.IntVec3 c, Verse.Map map)
  2198. System.Void RimWorld.HaulDestinationManager::Notify_HaulDestinationChangedPriority()
  2199. static System.Int32 RimWorld.HaulDestinationManager::CompareSlotGroupPrioritiesDescending(RimWorld.SlotGroup a, RimWorld.SlotGroup b)
  2200. System.Void RimWorld.HaulDestinationManager::RemoveHaulDestination(RimWorld.IHaulDestination haulDestination)
  2201. System.Void RimWorld.HaulDestinationManager::AddHaulDestination(RimWorld.IHaulDestination haulDestination)
  2202. System.Void RimWorld.SlotGroup::Notify_LostCell(Verse.IntVec3 c)
  2203. System.Void RimWorld.SlotGroup::Notify_AddedCell(Verse.IntVec3 c)
  2204. static System.Boolean RimWorld.StoreUtility::NoStorageBlockersIn(Verse.IntVec3 c, Verse.Map map, Verse.Thing thing)
  2205. static RimWorld.SlotGroup RimWorld.StoreUtility::GetSlotGroup(Verse.Thing thing)
  2206. static System.Boolean RimWorld.StoreUtility::TryFindBestBetterStoreCellFor(Verse.Thing t, Verse.Pawn carrier, Verse.Map map, RimWorld.StoragePriority currentPriority, RimWorld.Faction faction, Verse.IntVec3& foundCell, System.Boolean needAccurateResult)
  2207. static RimWorld.IHaulDestination RimWorld.StoreUtility::CurrentHaulDestinationOf(Verse.Thing t)
  2208. static System.Void RimWorld.StoreUtility::TryFindBestBetterStoreCellForWorker(Verse.Thing t, Verse.Pawn carrier, Verse.Map map, RimWorld.Faction faction, RimWorld.ISlotGroup slotGroup, System.Boolean needAccurateResult, Verse.IntVec3& closestSlot, System.Single& closestDistSquared, RimWorld.StoragePriority& foundPriority)
  2209. System.Void Verse.Map::ExposeComponents()
  2210. System.Void Verse.Map::ConstructComponents()
  2211. virtual System.Void Verse.Thing::ExposeData()
  2212. virtual System.Void Verse.Thing::Destroy(Verse.DestroyMode mode)
  2213. System.Void RimWorld.CompQuality::SetQuality(RimWorld.QualityCategory q, System.Nullable`1<RimWorld.ArtGenerationContext> source)
  2214. virtual System.Void Verse.Thing::DeSpawn(Verse.DestroyMode mode)
  2215. System.Void Verse.ThingWithComps::InitializeComps()
  2216. virtual System.Void Verse.Thing::SpawnSetup(Verse.Map map, System.Boolean respawningAfterLoad)
  2217. virtual System.Void Verse.Thing::PostMake()
  2218. System.Void Verse.ThingGrid::RegisterInCell(Verse.Thing t, Verse.IntVec3 c)
  2219. System.Void Verse.ThingGrid::DeregisterInCell(Verse.Thing t, Verse.IntVec3 c)
  2220. static Verse.Def Verse.DefDatabase`1<Verse.Def>::GetByShortHash(System.UInt16 shortHash)
  2221. static Verse.Def Verse.DefDatabase`1<Verse.Def>::GetNamed(System.String defName, System.Boolean errorOnFail)
  2222. RimWorld.IncidentWorker RimWorld.IncidentDef::get_Worker()
  2223. System.Single Verse.ThingDef::get_BaseFlammability()
  2224. System.Single Verse.ThingDef::get_BaseMarketValue()
  2225. System.Int32 Verse.ThingDef::get_BaseMaxHitPoints()
  2226. System.Single Verse.ThingDef::get_BaseMass()
  2227. RimWorld.WorkGiver RimWorld.WorkGiverDef::get_Worker()
  2228. ===================================================================================
  2229. [HugsLib] version 11.0.4
  2230. DubsMintMenus v1.3.1086
  2231. [Analyzer] ==========================================================================
  2232. [Analyzer] Analyzer Running In Debug Mode
  2233. [Analyzer] ==========================================================================
  2234. FactionCustomizer is successfully initialized!
  2235. [1.3]Graphics Setter - Loaded
  2236. <color=#bd87f1>[Mood Alerts]</color> Hello there! Running version 1.5.0.
  2237. [RimHUD v1.15.3] Initialized
  2238. 3.0.9046 ::
  2239. GAGARIN: <color=green>StartUpStarted called!</color>
  2240. GAGARIN: <color=green>Cache found</color>
  2241. (Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 39)
  2242.  
  2243. GAGARIN: <color=yello>Cache disabled from</color>
  2244. Gagarin.StartupHelper:StartUpStarted():0
  2245. System.Reflection.MonoMethod:InternalInvoke():0
  2246. System.Reflection.MonoMethod:Invoke():0
  2247. System.Reflection.MethodBase:Invoke():0
  2248. RocketMan.FunctionsUtility+<>c__DisplayClass1_0`1[[RocketMan.Main+OnInitialization, Cosmodrome, Version=0.6.3.2421, Culture=neutral, PublicKeyToken=null]]:<GetActions>b__3():0
  2249. RocketMan.RocketMod:.ctor():0
  2250. System.Reflection.MonoCMethod:InternalInvoke():0
  2251. System.Reflection.MonoCMethod:InternalInvoke():0
  2252. System.Reflection.MonoCMethod:DoInvoke():0
  2253. System.Reflection.MonoCMethod:Invoke():0
  2254. System.RuntimeType:CreateInstanceImpl():0
  2255. System.Activator:CreateInstance():0
  2256. System.Activator:CreateInstance():0
  2257. StartupImpact.ModConstructor:Create():0
  2258. StartupImpact.StartupImpact:.ctor():0
  2259. System.Reflection.MonoCMethod:InternalInvoke():0
  2260. System.Reflection.MonoCMethod:InternalInvoke():0
  2261. System.Reflection.MonoCMethod:DoInvoke():0
  2262. System.Reflection.MonoCMethod:Invoke():0
  2263. System.RuntimeType:CreateInstanceImpl():0
  2264. System.Activator:CreateInstance():0
  2265. System.Activator:CreateInstance():0
  2266. Verse.LoadedModManager:CreateModClasses():0
  2267. Verse.LoadedModManager:LoadAllActiveMods():0
  2268. Verse.PlayDataLoader:DoPlayLoad():0
  2269. Verse.PlayDataLoader:LoadAllPlayData():0
  2270. Verse.Root+<>c:<Start>b__6_1():0
  2271. Verse.LongEventHandler:RunEventFromAnotherThread():0
  2272. Verse.LongEventHandler+<>c:<UpdateCurrentAsynchronousEvent>b__28_0():0
  2273. System.Threading.ThreadHelper:ThreadStart_Context():0
  2274. System.Threading.ExecutionContext:RunInternal():0
  2275. System.Threading.ExecutionContext:Run():0
  2276. System.Threading.ExecutionContext:Run():0
  2277. System.Threading.ThreadHelper:ThreadStart():0
  2278. (Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 39)
  2279.  
  2280. GAGARIN: Mod list changed! Deleting cache
  2281. (Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 39)
  2282.  
  2283. GAGARIN: <color=green>Cache not found or got purged!</color>
  2284. (Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 39)
  2285.  
  2286. b.4243:10/9/2024 12:00:00 AM:1.5.4243 rev947
  2287. b.4243:10/9/2024 12:00:00 AM:1.5.4243 rev947
  2288. b.4243:10/9/2024 12:00:00 AM:1.5.4243 rev947
  2289. b.4243:10/9/2024 12:00:00 AM:1.5.4243 rev947
  2290. ROCKETMAN:No more RocketMan <color=gray>"Log spam"</color>...
  2291. I hope you're fucking satisfied.
  2292. ReGrowth: Core 3.6-Mundi-rev7
  2293. ReGrowth: ReTextures 1.2-Clapham-rev4
  2294. ReGrowth: Wastelands 4.1-Prime-rev5
  2295. GAGARIN: <color=white>LoadModXML_Profiler</color> took <color=red>1.192</color> seconds
  2296. (Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 39)
  2297.  
  2298. GAGARIN: CombineIntoUnifiedXML has <color=red>Context.IsUsingCache=False</color>
  2299. (Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 39)
  2300.  
  2301. GAGARIN: <color=white>CombineIntoUnifiedXML_Profiler</color> took <color=red>0.566</color> seconds
  2302. (Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 39)
  2303.  
  2304. GAGARIN: <color=white>TKeySystem.Parse</color> took <color=red>0.001</color> seconds
  2305. (Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 39)
  2306.  
  2307. GAGARIN: <color=white>ApplyPatches_Profiler</color> took <color=red>2.773</color> seconds
  2308. (Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 39)
  2309.  
  2310. GAGARIN: <color=white>XmlInheritance.Resolve</color> took <color=red>0.106</color> seconds
  2311. (Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 39)
  2312.  
  2313. b.4243:10/9/2024 12:00:00 AM:1.5.4243 rev947
  2314. GAGARIN: <color=white>Cache created!</color> creating cache took <color=green>0 seconds</color>
  2315. (Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 39)
  2316.  
  2317. GAGARIN: <color=white>ParseAndProcessXML_Profiler</color> took <color=red>10.025</color> seconds
  2318. (Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 39)
  2319.  
  2320. GAGARIN: <color=white>ClearCachedPatches_Profiler</color> took <color=red>0</color> seconds
  2321. (Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 39)
  2322.  
  2323. Power Tweaks Skipped Defs:
  2324.  
  2325. Key binding conflict: MainTab_kNumbersOverviewTab and OpenMapSearch are both bound to Z.
  2326. (Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 39)
  2327.  
  2328. Key binding conflict: MainTab_MedicalTab and Misc7 are both bound to M.
  2329. (Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 39)
  2330.  
  2331. Key binding conflict: Misc7 and TM_Command_ToggleTacticsMode are both bound to M.
  2332. (Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 39)
  2333.  
  2334. Key binding conflict: Misc7 and MainTab_MedicalTab are both bound to M.
  2335. (Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 39)
  2336.  
  2337. Key binding conflict: OpenMapSearch and MainTab_kNumbersOverviewTab are both bound to Z.
  2338. (Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 39)
  2339.  
  2340. GAGARIN: <color=white>XmlInheritance.Resolve</color> took <color=red>0.107</color> seconds
  2341. (Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 39)
  2342.  
  2343. GAGARIN: <color=white>XmlInheritance.Resolve</color> took <color=red>0.107</color> seconds
  2344. (Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 39)
  2345.  
  2346. Translation data for language English has 1 errors. Generate translation report for more info.
  2347. (Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 39)
  2348.  
  2349. [BadLeatherCategory]: Moved 2 leather to the Bad Leather-category
  2350. [BadMeatCategory]: Moved 3 meat to the Bad Meat-category
  2351. [KCSG] Vanilla Base Generation Expanded contains 47 missing symbols.
  2352. (Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 39)
  2353.  
  2354. Damage Indicators initialized.
  2355. FactionManager Loaded ! ! !
  2356. [Map Designer for 1.4] Initializing....
  2357. [Map Designer] Finding biomes...
  2358. [Map Designer] Applying settings
  2359. [Map Designer] Terrain settings: fertility: 100 | Water 200
  2360. [TrueTerrainColors v1.12.17] Loaded cached true colors for 1077 terrain defs from file.
  2361. [MarkThatPawn]: Found 20 icons for GDI
  2362. [MarkThatPawn]: Found 8 icons for Ideology
  2363. [MarkThatPawn]: Found 19 icons for Jobs
  2364. [MarkThatPawn]: Found 8 icons for Militar
  2365. [MarkThatPawn]: Found 20 icons for Nod
  2366. [MarkThatPawn]: Found 8 icons for Numbers
  2367. [MarkThatPawn]: Found 17 icons for Skills
  2368. [MarkThatPawn]: Found 16 icons for Symbols
  2369. [MarkThatPawn]: Found 13 icons for Weapons
  2370. [MarkThatPawn]: Found 8 icons for WOW Style
  2371. [MarkThatPawn]: Found 18 icons for XCOM
  2372. [MarkThatPawn]: Found 13 icons for XCOM 2
  2373. [MarkThatPawn]: Found 9 icons for XCOM Medieval
  2374. [MarkThatPawn]: Found 76 loaded weapons, 5 explosive weapons and 11 thrown projectiles
  2375. [MarkThatPawn]: Found 107 loaded apparel, 29 armored apparel, 11 royal apparel, 11 psycast apparel, 4 enviromental protection apparel, 6 mechanator apparel and 60 basic apparel
  2376. [MarkThatPawn]: Found 0 automatic rules defined
  2377. Medical Tab :: Tag Mirrored 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.
  2378. (Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 39)
  2379.  
  2380. [PrepareLanding] MonoController Initialization
  2381. [PrepareLanding] OnDefsLoaded
  2382. [PrepareLanding] Manual Patching: Page_CreateWorldParams_CanDoNext
  2383. [PrepareLanding] PatchCreateWorldParams.Page_CreateWorldParams_CanDoNext - patch done: True
  2384. [PrepareLanding] Preset folder is at: C:\Users\<redacted>\AppData\LocalLow\Ludeon Studios\RimWorld by Ludeon Studios\PrepareLanding
  2385. [PrepareLanding] Preset template folder is at: C:\Program Files (x86)\Steam\steamapps\workshop\content\294100\3221125358\Presets
  2386. [PrepareLanding] WorldLayerBehaviour Static Initialization
  2387. [QuickGive] Resources loaded.
  2388. [QuickGive] Applying patches...
  2389. [QuickGive] Injecting into Verse.DebugWindowsOpener:DrawButtons...
  2390. [QuickGive] Method Verse.WidgetRow:Init found
  2391. [QuickGive] Field Verse.DebugWindowsOpener:widgetRow found
  2392. [QuickGive] Method Foxy.QuickGive.Patch_DrawButtons:Injection found
  2393. [QuickGive] Injection complete.
  2394. [QuickGive] Patches applied.
  2395. [RealRuins][System]: RealRuins started patching at 11/18/2024 7:09:41 PM
  2396. [RealRuins][System]: RealRuins performing manual patching optional mods at 11/18/2024 7:09:41 PM
  2397. [RealRuins][System]: SRTS not found, skipping...
  2398. [RealRuins][System]: RealRuins finished patching at 11/18/2024 7:09:41 PM (30.5268 msec)
  2399. [RelevantStatsInDescription]: Skipping dps-calculation of Mortar as it has no default projectile defined
  2400. [RelevantStatsInDescription]: Skipping dps-calculation of Foam turret as its projectile does not cause damage to health
  2401. [Scattered Flames] Integrated with Simple FX: Smoke.
  2402. [Simple FX: Splashes] The following terrains have been defined as being hard:
  2403. - rough-hewn marble
  2404. - rough marble
  2405. - rough-hewn slate
  2406. - rough slate
  2407. - rough-hewn limestone
  2408. - rough limestone
  2409. - rough-hewn granite
  2410. - rough granite
  2411. - rough-hewn sandstone
  2412. - rough sandstone
  2413. - broken concrete
  2414. - bioferrite plate
  2415. - hex tile
  2416. - totemic marble tile
  2417. - totemic slate tile
  2418. - totemic limestone tile
  2419. - totemic granite tile
  2420. - totemic sandstone tile
  2421. - spikecore plates
  2422. - marble spikecore tile
  2423. - slate spikecore tile
  2424. - limestone spikecore tile
  2425. - granite spikecore tile
  2426. - sandstone spikecore tile
  2427. - morbid marble tile
  2428. - morbid slate tile
  2429. - morbid limestone tile
  2430. - morbid granite tile
  2431. - morbid sandstone tile
  2432. - fine marble tile
  2433. - fine slate tile
  2434. - fine limestone tile
  2435. - fine granite tile
  2436. - fine sandstone tile
  2437. - broken asphalt
  2438. - marble flagstone
  2439. - slate flagstone
  2440. - limestone flagstone
  2441. - granite flagstone
  2442. - sandstone flagstone
  2443. - marble tile
  2444. - slate tile
  2445. - limestone tile
  2446. - granite tile
  2447. - sandstone tile
  2448. - sterile tile
  2449. - gold tile
  2450. - silver tile
  2451. - steel tile
  2452. - paved tile
  2453. - concrete
  2454. Initializing Stand Your Ground
  2455. [TabSorting]: Fixing kitchen room role worker, thanks slippycheeze!
  2456. [TabSorting]: Removing DoorTab since its empty now.
  2457. [TabSorting]: Removing ResearchTab since its empty now.
  2458. [TabSorting]: Removing KitchenTab since its empty now.
  2459. [TabSorting]: Removing StorageTab since its empty now.
  2460. [TabSorting]: Removing DecorationTab since its empty now.
  2461. [TabSorting]: Removing HospitalTab since its empty now.
  2462. [TabSorting]: Removing BedroomTab since its empty now.
  2463. [TabSorting]: Removing TableChairsTab since its empty now.
  2464. [TabSorting]: Removing LightsTab since its empty now.
  2465. [TabSorting]: Found 192 icons in ArchitectIcons to choose from.
  2466. [Tactics Mode Redux] "Achtung" interop loaded successfully!
  2467. Bool Settings: [ Tweak_HabringerTweaks :: False ] [ Tweak_ReplantableHarbinger :: False ] [ Tweak_ShowGenesTab :: False ] [ Tweak_FlattenComplexity :: False ] [ Tweak_FlattenMetabolism :: False ] [ Tweak_FlattenArchites :: False ] [ Tweak_MechanitorTweaks :: False ] [ Tweak_MechanitorDisableRange :: False ] [ Tweak_PlayerMechStats :: False ] [ Tweak_PoluxTweaks :: False ] [ Tweak_ReplantablePolux :: False ] [ Tweak_IgnoreArtificialBuildings :: False ] [ Tweak_StrapsArentClothes :: False ] [ Tweak_YouLookFine :: False ] [ Tweak_DarklightGlowPods :: False ] [ Tweak_DisableDesiredApparel :: False ] [ Tweak_NoMemeLimit :: False ] [ Tweak_ProperSuppression :: False ] [ Tweak_UnlockedIdeologyBuildings :: False ] [ Tweak_GauranlenTweaks :: False ] [ Tweak_ReplantableGauranlen :: False ] [ Tweak_NoBiocoding :: False ] [ Tweak_NoDeathAcidifiers :: False ] [ Tweak_PinataDeathAcidifiers :: False ] [ Tweak_AllowAnyBuildingsInThroneRoom :: False ] [ Tweak_AllowAltarInThroneRoom :: False ] [ Tweak_DelayedRoyalty :: False ] [ Tweak_FreeMeditation :: False ] [ Tweak_NoBackstoryLimits :: False ] [ Tweak_NoTradingPermit :: False ] [ Tweak_UninstallableMechShields :: False ] [ Tweak_WaitThisIsBetter :: False ] [ Tweak_AnimaTweaks :: False ] [ Tweak_DisableAnimaScream :: False ] [ Tweak_ReplantableAnima :: False ] [ Tweak_NatureShrinesAlwaysBuildable :: False ] [ Tweak_BetterGloomlight :: False ] [ Tweak_BetterGloomlightSunlamp :: False ] [ Tweak_BetterGloomlightDarklight :: False ] [ Tweak_TraderPawnAlert :: False ] [ Tweak_OrbitalTraderAlert :: False ] [ Tweak_DisableLethalDamageThreshold :: True ] [ Tweak_HayDoesntNeedCooling :: True ] [ Tweak_UsefulGrass :: False ] [ Tweak_UsefulBushes :: False ] [ Tweak_AnimalResourceLabel :: True ] [ Tweak_DisableSpecialSkinShader :: False ] [ Tweak_BoomalopesBleedChemfuel :: False ] [ Tweak_BuildablePackedDirt :: True ] [ Tweak_MinifiableCryptosleep :: False ] [ Tweak_ChattyComms :: True ] [ Tweak_DestroyAnything :: False ] [ Tweak_DisableNarrowHeads :: False ] [ Tweak_DontPackFood :: False ] [ Tweak_FullDeconstructReturn :: False ] [ Tweak_GlowingAmbrosia :: False ] [ Tweak_GlowingHealroot :: False ] [ Tweak_GrowableAmbrosia :: False ] [ Tweak_GrowableGrass :: False ] [ Tweak_GrowableMushrooms :: False ] [ Tweak_GrowableWildBerries :: False ] [ Tweak_HealrootToXerigium :: False ] [ Tweak_HiddenWires :: False ] [ Tweak_IncidentPawnStats :: True ] [ Tweak_InfestationBlockingFloors :: False ] [ Tweak_InsultingSpreeNerf :: False ] [ Tweak_ImpassableDeepWater :: False ] [ Tweak_LagFreeLamps :: True ] [ Tweak_LowerPrisonerExpectations :: False ] [ Tweak_MegaslothToMegatherium :: False ] [ Tweak_NextRestockTimer :: False ] [ Tweak_NoBreakdowns :: False ] [ Tweak_WaterproofElectronics :: False ] [ Tweak_LowerShellLayering :: True ] [ Tweak_NoFriendShapedManhunters :: False ] [ Tweak_NFSM_PreventByNuzzleable :: False ] [ Tweak_NFSM_PreventWhenTaming :: False ] [ Tweak_TaintDisabled :: False ] [ Tweak_TaintOnRot :: True ] [ Tweak_OnlyTaintFirstLayer :: True ] [ Tweak_PrisonersDontHaveKeys :: False ] [ Tweak_PDHKPrisoners :: False ] [ Tweak_PDHKSlaves :: False ] [ Tweak_PDHKOwnDoor :: False ] [ Tweak_SlimRim :: False ] [ Tweak_SlimRimFat :: False ] [ Tweak_SlimRimHulk :: False ] [ Tweak_SlimRimThin :: False ] [ Tweak_TraitCountAdjustment :: False ] [ Tweak_AncientDeconstruction :: False ] [ Tweak_AncientDeconstructionProper :: False ] [ Tweak_AncientReconstruction :: False ] [ Tweak_DynamicPopulation :: False ] [ Tweak_DisableRaidStrat_AutoFlee :: False ] [ Tweak_DisableRaidStrat_BreachRaids :: False ] [ Tweak_DisableRaidStrat_DropPods :: False ] [ Tweak_DisableRaidStrat_SapperRaids :: False ] [ Tweak_DisableRaidStrat_SiegeRaids :: False ] [ Tweak_DisableRaidStrat_WaterRaids :: False ] [ Tweak_SkilledStoneCutting :: False ] [ Tweak_FasterSmoothing :: False ] [ Tweak_SkillTweaks :: False ] [ Tweak_HuntersCanMelee :: False ] [ Tweak_HuntersCanMeleeFisting :: False ] [ Tweak_MechanoidAdaptation :: False ] [ Tweak_PreReleaseShipParts :: False ] [ Tweak_PowerAdjusting :: False ] [ Tweak_TechTraversal_ShowTechCounter :: False ] [ Tweak_TechTraversal_Enabled :: False ] [ Tweak_TechTraversal_AlwaysLowestLevel :: False ] [ Tweak_TechTraversal_IgnoreTechprints :: False ] [ Tweak_TechTraversal_OnlyVanillaResearch :: False ] [ Tweak_MetalDoesntBurn :: False ] [ Tweak_NoMineableComponents :: False ] [ Tweak_NoMineablePlasteel :: False ] [ Tweak_OldComponentNames :: False ] [ Tweak_PrettyPreciousMetals :: False ] [ Tweak_StrongerSteel :: False ] [ Tweak_StackableChunks :: False ] [ TweakSection_Vanilla_IncidentControl :: False ] [ TweakSection_Vanilla_PennedAnimals :: False ] [ Tweak_NFSM_PreventByTrainabilityIntermediate :: True ] [ Tweak_NFSM_PreventByTrainabilityAdvanced :: True ]
  2468. Int Settings: [ Tweak_MechanitorBandwidthBase :: 6 ] [ Tweak_MechanitorControlGroupBase :: 2 ] [ Tweak_BandwidthPerBandNode :: 1 ] [ Tweak_MechSkillLevel :: 10 ] [ Tweak_GauranlenMossGrowthDays :: 5 ] [ Tweak_DryadMaxCount :: 4 ] [ Tweak_DryadSpawnDays :: 8 ] [ Tweak_DryadCocoonDays :: 6 ] [ Tweak_GaumakerCocoonDays :: 6 ] [ Tweak_GaumakerPodDays :: 4 ] [ Tweak_GaumakerSeedYield :: 1 ] [ Tweak_AnimaScreamDebuff :: -6 ] [ Tweak_AnimaScreamStackLimit :: 3 ] [ Tweak_AnimaNaturalBuildingMax :: 4 ] [ Tweak_NFSM_PreventByCombatPower :: 60 ] [ Tweak_DynamicPopulation_CriticallyLow :: 0 ] [ Tweak_DynamicPopulation_Low :: 1 ] [ Tweak_DynamicPopulation_Typical :: 4 ] [ Tweak_DynamicPopulation_High :: 8 ] [ Tweak_DynamicPopulation_CriticallyHigh :: 11 ] [ Tweak_DynamicPopulation_Maximum :: 20 ] [ Tweak_SkillLossThreshold :: 1 ] [ Tweak_SkillLearningPerDay :: 4000 ] [ Tweak_StackableChunks_Stone :: 5 ] [ Tweak_StackableChunks_Slag :: 5 ] [ Tweak_PowerAdj_StandingLamp :: 30 ] [ Tweak_PowerAdj_SunLamp :: 2900 ] [ Tweak_PowerAdj_WallLamp :: 30 ] [ Tweak_PowerAdj_FloodLight :: 100 ] [ Tweak_PowerAdj_TubeTelevision :: 200 ] [ Tweak_PowerAdj_FlatscreenTelevision :: 330 ] [ Tweak_PowerAdj_MegascreenTelevision :: 450 ] [ Tweak_PowerAdj_OrbitalTradeBeacon :: 40 ] [ Tweak_PowerAdj_CommsConsole :: 200 ] [ Tweak_PowerAdj_MoisturePump :: 150 ] [ Tweak_PowerAdj_GroundPenetratingScanner :: 700 ] [ Tweak_PowerAdj_LongRangeMineralScanner :: 700 ] [ Tweak_PowerAdj_MultiAnalyzer :: 200 ] [ Tweak_PowerAdj_VitalsMonitor :: 80 ] [ Tweak_PowerAdj_WoodFiredGenerator :: -1000 ] [ Tweak_PowerAdj_ChemfuelPoweredGenerator :: -1000 ] [ Tweak_PowerAdj_WindTurbine :: -2300 ] [ Tweak_PowerAdj_SolarGenerator :: -1700 ] [ Tweak_PowerAdj_GeothermalGenerator :: -3600 ] [ Tweak_PowerAdj_WatermillGenerator :: -1100 ] [ Tweak_PowerAdj_ElectricTailoringBench :: 120 ] [ Tweak_PowerAdj_ElectricSmithy :: 210 ] [ Tweak_PowerAdj_TableMachining :: 350 ] [ Tweak_PowerAdj_ElectricStove :: 350 ] [ Tweak_PowerAdj_ElectricSmelter :: 700 ] [ Tweak_PowerAdj_BiofuelRefinery :: 170 ] [ Tweak_PowerAdj_FabricationBench :: 250 ] [ Tweak_PowerAdj_HiTechResearchBench :: 250 ] [ Tweak_PowerAdj_ElectricCrematorium :: 250 ] [ Tweak_PowerAdj_HydroponicsBasin :: 70 ] [ Tweak_PowerAdj_DeepDrill :: 200 ] [ Tweak_PowerAdj_NutrientPasteDispenser :: 200 ] [ Tweak_PowerAdj_Turret_MiniTurret :: 80 ] [ Tweak_PowerAdj_Turret_Autocannon :: 150 ] [ Tweak_PowerAdj_Turret_Sniper :: 150 ] [ Tweak_PowerAdj_Turret_FoamTurret :: 80 ] [ Tweak_PowerAdj_Turret_RocketswarmLauncher :: 150 ] [ Tweak_PowerAdj_Ship_Reactor :: -1000 ] [ Tweak_PowerAdj_PsychicEmanator :: 200 ] [ Tweak_PowerAdj_VanometricPowerCell :: -1000 ] [ Tweak_PowerAdj_InfiniteChemreactor :: 300 ] [ Tweak_PowerAdj_Autodoor :: 50 ] [ Tweak_PowerAdj_Heater :: 175 ] [ Tweak_PowerAdj_Cooler :: 200 ] [ Tweak_PowerAdj_UnstablePowerCell :: -400 ] [ Tweak_PowerAdj_ShipLandingBeacon :: 50 ] [ Tweak_PowerAdj_SleepAccelerator :: 50 ] [ Tweak_PowerAdj_BiosculpterPod :: 200 ] [ Tweak_PowerAdj_NeuralSupercharger :: 400 ] [ Tweak_PowerAdj_LightBall :: 60 ] [ Tweak_PowerAdj_Loudspeaker :: 150 ] [ Tweak_PowerAdj_Autobong :: 150 ] [ Tweak_PowerAdj_DeathrestCasket :: 100 ] [ Tweak_PowerAdj_Hemopump :: 100 ] [ Tweak_PowerAdj_HemogenAmplifier :: 100 ] [ Tweak_PowerAdj_GlucosoidPump :: 100 ] [ Tweak_PowerAdj_PsychofluidPump :: 100 ] [ Tweak_PowerAdj_DeathrestAccelerator :: 800 ] [ Tweak_PowerAdj_BandNode :: 300 ] [ Tweak_PowerAdj_ToxifierGenerator :: -1400 ] [ Tweak_PowerAdj_GeneAssembler :: 100 ] [ Tweak_PowerAdj_GeneBank :: 40 ] [ Tweak_PowerAdj_GeneExtractor :: 200 ] [ Tweak_PowerAdj_GrowthVat :: 200 ] [ Tweak_PowerAdj_PollutionPump :: 200 ] [ Tweak_PowerAdj_WastepackAtomizer :: 400 ] [ Tweak_PowerAdj_GeneProcessor :: 50 ] [ Tweak_PowerAdj_MechBooster :: 200 ] [ Tweak_PowerAdj_MechGestator :: 350 ] [ Tweak_PowerAdj_LargeMechGestator :: 500 ] [ Tweak_PowerAdj_SubcoreEncoder :: 50 ] [ Tweak_PowerAdj_SubcoreSoftscanner :: 150 ] [ Tweak_PowerAdj_SubcoreRipscanner :: 150 ] [ Tweak_PowerAdj_BasicRecharger :: 200 ] [ Tweak_PowerAdj_StandardRecharger :: 400 ] [ Tweak_PowerAdj_SecurityDoor :: 50 ] [ Tweak_PowerAdj_ElectricInhibitor :: 70 ] [ Tweak_PowerAdj_ProximityDetector :: 75 ] [ Tweak_PowerAdj_AtmosphericHeater :: 1500 ] [ Tweak_PowerAdj_FrenzyInducer :: 150 ] [ Tweak_PowerAdj_SleepSuppressor :: 300 ] [ Tweak_PowerAdj_BioferriteGenerator :: -4000 ] [ Tweak_PowerAdj_Electroharvester :: -2000 ] [ Tweak_PowerAdj_BioferriteShaper :: 250 ] [ Tweak_PowerAdj_SerumCentrifuge :: 375 ] [ Tweak_PowerAdj_BioferriteHarvester :: 100 ] [ Tweak_PowerAdj_RR_VoltaicPile :: -200 ] [ Tweak_PowerAdj_SpawnModContent_PowerNode :: -900000 ] [ Tweak_PowerAdj_RB_LargeSecurityDoor :: 50 ] [ Tweak_PowerAdj_RB_FloorLamp :: 20 ] [ Tweak_PowerAdj_RB_GlassAutodoor :: 50 ] [ Tweak_PowerAdj_RB_ReinforcedGlassAutodoor :: 50 ] [ Tweak_PowerAdj_RB_DoubleAutodoor :: 50 ] [ Tweak_PowerAdj_MSDrugMixer :: 200 ] [ Tweak_PowerAdj_MSStimLab :: 150 ] [ Tweak_PowerAdj_MS_DStand :: 100 ]
  2469. Int Range Settings: [ Tweak_TraitCountRange :: 3~3 ]
  2470. Float Settings: [ Tweak_SpawnPregnancyChance :: 0.03 ] [ Tweak_MechDischargeRate :: 1 ] [ Tweak_MechAdj_GlobalWorkSpeed :: 0.5 ] [ Tweak_MechAdj_ConstructoidWorkSpeed :: 0.5 ] [ Tweak_MechAdj_AgrihandWorkSpeed :: 0.8 ] [ Tweak_MechAdj_CleansweeperWorkSpeed :: 0.5 ] [ Tweak_PoluxEffectRadius :: 7.9 ] [ Tweak_PoluxEffectRate :: 1 ] [ Tweak_SuppressionThreshold :: 1 ] [ Tweak_GauranlenArtificialBuildingRadius :: 7.9 ] [ Tweak_GauranlenConnectionGain :: 0.01 ] [ Tweak_GauranlenConnectionLoss :: 1 ] [ Tweak_GauranlenConnectionLossBuildings :: 1 ] [ Tweak_GauranlenMossGrowthRadius :: 7.9 ] [ Tweak_MeditationGain :: 0.5 ] [ Tweak_AnimaScreamDuration :: 5 ] [ Tweak_AnimaArtificialBuildingRadius :: 34.9 ] [ Tweak_AnimaNaturalBuildingRadius :: 9.9 ] [ Tweak_ShrineArtificialBuildingRadius :: 34.9 ] [ Tweak_ShrineNaturalBuildingRadius :: 9.9 ] [ Tweak_NFSM_PreventByWildness :: 0.65 ] [ Tweak_FasterSmoothingFactor :: 3 ] [ Tweak_SkillLossMultiplier :: 0.74 ] [ Tweak_SkillGainMultiplier :: 1 ] [ Tweak_MechanoidHeatArmor :: 2 ] [ Tweak_TechTraversal_PercentageNeeded :: 0.8 ]
  2471. Float Range Settings: [ Tweak_GauranlenInitialConnection :: 0.25~0.449999988 ]
  2472. Lag Free Lamps patched:Torch lamp (TorchLamp)
  2473. Wall torch lamp (TorchWallLamp)
  2474. Brazier (Brazier)
  2475. Darklight brazier (DarklightBrazier)
  2476. Darktorch (Darktorch)
  2477. Fungus darktorch (DarktorchFungus)
  2478. Blood torch (SanguphageMeetingTorch)
  2479.  
  2480. [QuickGive] Injecting into Verse.DebugWindowsOpener:DrawButtons...
  2481. [QuickGive] Method Verse.WidgetRow:Init found
  2482. [QuickGive] Field Verse.DebugWindowsOpener:widgetRow found
  2483. [QuickGive] Method Foxy.QuickGive.Patch_DrawButtons:Injection found
  2484. [QuickGive] Injection complete.
  2485. [UINotIncluded v1.1.8947.24741] Def HotkeyEditor not found. Marked for removal.
  2486. (Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 39)
  2487.  
  2488. WealthList.Patching
  2489. Weapons Sorter: Updating 62 weapon categories.
  2490. Sorting by mod, then by None
  2491. Weapons Sorter: Update done.
  2492. [XML Extensions] Initialized 0 SettingsMenuDef(s) and found 89 unused key(s) from 14 mod(s)
  2493. [XML Extensions] 2423 total patches run in 2622ms, 0 failed
  2494. GAGARIN: <color=green>StartUpFinished called!</color>
  2495. MVCF successfully applied 0 patches
  2496. Starting loading graphics: 1459 - 11/18/2024 7:09:42 PM
  2497. (Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 39)
  2498.  
  2499. [PrepareLanding] MonoController Start
  2500. [PrepareLanding] WorldLayerBehaviour Start
  2501. CharacterEditor v1.5.10 initializing...
  2502. updating labels for english...
  2503. loading pawn slot content from file...
  2504. character editor instance created
  2505. checking editor settings...
  2506. bodysizes genes are active
  2507. CharacterEditor v1.5.10 ...done
  2508. Loading asset bundle MuzzleFlash.shaders-windows
  2509. Loaded shader Unlit/AnimatedAdditiveInstanced
  2510. [Muzzle Flash] Shader loaded from MuzzleFlash: Unlit/AnimatedAdditiveInstanced
  2511. Finished loading graphics - 11/18/2024 7:09:44 PM
  2512. (Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 39)
  2513.  
  2514. Starting loading icons: 2346 - 11/18/2024 7:09:44 PM
  2515. (Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 39)
  2516.  
  2517. Finished loading icons - 11/18/2024 7:09:44 PM
  2518. (Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 39)
  2519.  
  2520. [HugsLib] initializing ImprovedWorkbenches, fluffyKittens.BillCategories, DefensivePositions, HeatMap, MapReroll, MaterialFilter, Power_Alerts, RealRuins, RoomSense, kathanon.SearchableMenus, Syrus.SimpleSidearmsSwitchWeapon, kathanon.TableRange, TurretHunt, UseYourGun
  2521. [MaterialFilter] Init
  2522. [TurretHunt] TurretHuntController - Initialize
  2523. [MaterialFilter] Skipping duplicate Bioferrite
  2524. [MaterialFilter] Skipping duplicate Leather_Chitin
  2525. [MaterialFilter] specialThingFilterDefs generated
  2526. CE is trying to create default parameter lists ...
  2527. creating default parameter list for genes...
  2528. 243 default entities for genes created
  2529. creating default parameter list for objects...
  2530. 1353 default entities for objects created
  2531. creating default parameter list for turrets...
  2532. 11 default entities for turrets created
  2533. ...lists created
  2534. CE is trying to apply modified parameters...
  2535. no modifications for genes
  2536. no modifications for lifestages
  2537. ...done
  2538. [ShowMeYourHands]: Defined hand definitions of 52 weapons
  2539. Loaded file (Scenario) is from version 1.5.4104 rev435, we are running version 1.5.4243 rev947.
  2540. (Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 39)
  2541.  
  2542. [HugsLib] Quickstarter generating map with scenario: Crashlanded
  2543. [PrepareLanding] OnWordAboutToBeGenerated
  2544. UnloadedWorldObjectComp Init
  2545. Function class SoundHandleAPI *__cdecl SoundHandle::operator ->(void) const may only be called from main thread!
  2546. (Filename: Line: 35)
  2547.  
  2548. Function enum SoundHandleShared::LoadState __cdecl SoundHandleAPI::GetLoadState(void) const may only be called from main thread!
  2549. (Filename: Line: 35)
  2550.  
  2551. Function class SoundChannel __cdecl SoundHandle::CreateChannel(bool) may only be called from main thread!
  2552. (Filename: Line: 35)
  2553.  
  2554. Function enum SoundHandleShared::LoadState __cdecl SoundHandleAPI::GetLoadState(void) const may only be called from main thread!
  2555. (Filename: Line: 35)
  2556.  
  2557. Function class SoundChannel __cdecl SoundHandle::Instance::CreateChannel(class SoundHandle &,bool) may only be called from main thread!
  2558. (Filename: Line: 35)
  2559.  
  2560. Function enum SoundHandleShared::LoadState __cdecl SoundHandleAPI::GetLoadState(void) const may only be called from main thread!
  2561. (Filename: Line: 35)
  2562.  
  2563. Function enum SoundHandleShared::LoadState __cdecl SoundHandleAPI::GetLoadState(void) const may only be called from main thread!
  2564. (Filename: Line: 35)
  2565.  
  2566. Function class SoundChannel __cdecl SoundChannel::Create(class SoundHandle,bool) may only be called from main thread!
  2567. (Filename: Line: 35)
  2568.  
  2569. Function __cdecl SoundChannelInstance::SoundChannelInstance(class SoundHandle,bool) may only be called from main thread!
  2570. (Filename: Line: 35)
  2571.  
  2572. Function class SoundManager *__cdecl GetSoundManager(void) may only be called from main thread!
  2573. (Filename: Line: 35)
  2574.  
  2575. Function __cdecl SoundHandle::~SoundHandle(void) may only be called from main thread!
  2576. (Filename: Line: 35)
  2577.  
  2578. Function void __cdecl SoundHandle::Instance::ReleaseIfNotReferenced(void) may only be called from main thread!
  2579. (Filename: Line: 35)
  2580.  
  2581. Function __cdecl SoundHandle::~SoundHandle(void) may only be called from main thread!
  2582. (Filename: Line: 35)
  2583.  
  2584. Function void __cdecl SoundHandle::Instance::ReleaseIfNotReferenced(void) may only be called from main thread!
  2585. (Filename: Line: 35)
  2586.  
  2587. Function class SoundChannelInstance *__cdecl SoundChannel::operator ->(void) const may only be called from main thread!
  2588. (Filename: Line: 35)
  2589.  
  2590. Function void __cdecl SoundChannelInstance::SetFMODChannel(class FMOD::Channel *) may only be called from main thread!
  2591. (Filename: Line: 35)
  2592.  
  2593. Function void __cdecl SoundChannelInstance::ApplyBufferedParameters(void) may only be called from main thread!
  2594. (Filename: Line: 35)
  2595.  
  2596. Function void __cdecl SoundChannelInstance::ParameterBuffer::Apply(class FMOD::Channel *) may only be called from main thread!
  2597. (Filename: Line: 35)
  2598.  
  2599. Function void __cdecl SoundChannelInstance::UpdateVolume(void) may only be called from main thread!
  2600. (Filename: Line: 35)
  2601.  
  2602. Function void __cdecl SoundChannelInstance::UpdatePitch(void) may only be called from main thread!
  2603. (Filename: Line: 35)
  2604.  
  2605. Function void __cdecl SoundChannelInstance::UpdatePauseState(void) may only be called from main thread!
  2606. (Filename: Line: 35)
  2607.  
  2608. Function void __cdecl SoundChannelInstance::UpdateStereoPan(void) may only be called from main thread!
  2609. (Filename: Line: 35)
  2610.  
  2611. Function void __cdecl SoundChannelInstance::Update3DPanLevel(void) may only be called from main thread!
  2612. (Filename: Line: 35)
  2613.  
  2614. Function class SoundChannelInstance *__cdecl SoundChannel::operator ->(void) const may only be called from main thread!
  2615. (Filename: Line: 35)
  2616.  
  2617. Function void __cdecl SoundChannelInstance::UpdateVolume(void) may only be called from main thread!
  2618. (Filename: Line: 35)
  2619.  
  2620. Function FMOD_RESULT __cdecl SoundChannelInstance::SetLoop(bool) may only be called from main thread!
  2621. (Filename: Line: 35)
  2622.  
  2623. Function FMOD_RESULT __cdecl SoundChannelInstance::setChannelGroup(class FMOD::ChannelGroup *) may only be called from main thread!
  2624. (Filename: Line: 35)
  2625.  
  2626. Function FMOD_RESULT __cdecl SoundChannelInstance::set3DAttributes(const FMOD_VECTOR *,const FMOD_VECTOR *) may only be called from main thread!
  2627. (Filename: Line: 35)
  2628.  
  2629. Function class SoundChannelInstance *__cdecl SoundChannel::operator ->(void) const may only be called from main thread!
  2630. (Filename: Line: 35)
  2631.  
  2632. Function void __cdecl SoundChannelInstance::UpdatePitch(void) may only be called from main thread!
  2633. (Filename: Line: 35)
  2634.  
  2635. Function FMOD_RESULT __cdecl SoundChannelInstance::SetLoop(bool) may only be called from main thread!
  2636. (Filename: Line: 35)
  2637.  
  2638. Function void __cdecl SoundChannelInstance::Update3DPanLevel(void) may only be called from main thread!
  2639. (Filename: Line: 35)
  2640.  
  2641. Function FMOD_RESULT __cdecl SoundChannelInstance::set3DSpread(float) may only be called from main thread!
  2642. (Filename: Line: 35)
  2643.  
  2644. Function void __cdecl SoundChannelInstance::UpdateStereoPan(void) may only be called from main thread!
  2645. (Filename: Line: 35)
  2646.  
  2647. Function void __cdecl SoundChannelInstance::UpdateVolume(void) may only be called from main thread!
  2648. (Filename: Line: 35)
  2649.  
  2650. Function FMOD_RESULT __cdecl SoundChannelInstance::set3DAttributes(const FMOD_VECTOR *,const FMOD_VECTOR *) may only be called from main thread!
  2651. (Filename: Line: 35)
  2652.  
  2653. Function FMOD_RESULT __cdecl SoundChannelInstance::set3DMinMaxDistance(float,float) may only be called from main thread!
  2654. (Filename: Line: 35)
  2655.  
  2656. Function FMOD_RESULT __cdecl SoundChannelInstance::getReverbProperties(struct FMOD_REVERB_CHANNELPROPERTIES *) may only be called from main thread!
  2657. (Filename: Line: 35)
  2658.  
  2659. Function FMOD_RESULT __cdecl SoundChannelInstance::setReverbProperties(struct FMOD_REVERB_CHANNELPROPERTIES *) may only be called from main thread!
  2660. (Filename: Line: 35)
  2661.  
  2662. Function class SoundChannelInstance *__cdecl SoundChannel::operator ->(void) const may only be called from main thread!
  2663. (Filename: Line: 35)
  2664.  
  2665. Function void __cdecl SoundChannelInstance::UpdatePitch(void) may only be called from main thread!
  2666. (Filename: Line: 35)
  2667.  
  2668. Function void __cdecl SoundChannelInstance::UpdateVolume(void) may only be called from main thread!
  2669. (Filename: Line: 35)
  2670.  
  2671. Function FMOD_RESULT __cdecl SoundChannelInstance::setMute(bool) may only be called from main thread!
  2672. (Filename: Line: 35)
  2673.  
  2674. Function FMOD_RESULT __cdecl SoundChannelInstance::setPriority(int) may only be called from main thread!
  2675. (Filename: Line: 35)
  2676.  
  2677. Function class SoundChannelInstance *__cdecl SoundChannel::operator ->(void) const may only be called from main thread!
  2678. (Filename: Line: 35)
  2679.  
  2680. Function FMOD_RESULT __cdecl SoundChannelInstance::isVirtual(bool *) may only be called from main thread!
  2681. (Filename: Line: 35)
  2682.  
  2683. Function void __cdecl SoundChannelInstance::UpdatePauseState(void) may only be called from main thread!
  2684. (Filename: Line: 35)
  2685.  
  2686. Error while generating pawn. Rethrowing. Exception: System.NullReferenceException: Object reference not set to an instance of an object
  2687. [Ref 686A697]
  2688. at Verse.PawnGenerator.TryGenerateNewPawnInternal (Verse.PawnGenerationRequest& request, System.String& error, System.Boolean ignoreScenarioRequirements, System.Boolean ignoreValidator) [0x00375] in <2a40c3593b334f29ac3cb3d32d652351>:0
  2689. at Verse.PawnGenerator.GenerateNewPawnInternal (Verse.PawnGenerationRequest& request) [0x0009d] in <2a40c3593b334f29ac3cb3d32d652351>:0
  2690. - POSTFIX OskarPotocki.VFECore: Void VFECore.Abilities.PawnGen_Patch:Postfix(Pawn __result)
  2691. at Verse.PawnGenerator.GenerateOrRedressPawnInternal (Verse.PawnGenerationRequest request) [0x00175] in <2a40c3593b334f29ac3cb3d32d652351>:0
  2692. - PREFIX PossessionsForEveryone: Void PossessionsForEveryone.PerformanceWatchdog:Start()
  2693. - POSTFIX PossessionsForEveryone: Void PossessionsForEveryone.PerformanceWatchdog:End()
  2694. - POSTFIX PossessionsForEveryone: Void PossessionsForEveryone.Patch_PawnGenerator:AddPossessions(Pawn __result, PawnGenerationRequest request)
  2695. at Verse.PawnGenerator.GeneratePawn (Verse.PawnGenerationRequest request) [0x0000a] in <2a40c3593b334f29ac3cb3d32d652351>:0
  2696. - TRANSPILER net.pardeike.rimworld.lib.harmony: IEnumerable`1 VisualExceptions.ExceptionsAndActivatorHandler:Transpiler(IEnumerable`1 instructions, MethodBase original)
  2697. (Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 39)
  2698.  
  2699. Caught exception: System.NullReferenceException: Object reference not set to an instance of an object
  2700. [Ref FF3BD8B9]
  2701. at Verse.PawnGenerator.TryGenerateNewPawnInternal (Verse.PawnGenerationRequest& request, System.String& error, System.Boolean ignoreScenarioRequirements, System.Boolean ignoreValidator) [0x00375] in <2a40c3593b334f29ac3cb3d32d652351>:0
  2702. at Verse.PawnGenerator.GenerateNewPawnInternal (Verse.PawnGenerationRequest& request) [0x0009d] in <2a40c3593b334f29ac3cb3d32d652351>:0
  2703. - POSTFIX OskarPotocki.VFECore: Void VFECore.Abilities.PawnGen_Patch:Postfix(Pawn __result)
  2704. at Verse.PawnGenerator.GenerateOrRedressPawnInternal (Verse.PawnGenerationRequest request) [0x00175] in <2a40c3593b334f29ac3cb3d32d652351>:0
  2705. - PREFIX PossessionsForEveryone: Void PossessionsForEveryone.PerformanceWatchdog:Start()
  2706. - POSTFIX PossessionsForEveryone: Void PossessionsForEveryone.PerformanceWatchdog:End()
  2707. - POSTFIX PossessionsForEveryone: Void PossessionsForEveryone.Patch_PawnGenerator:AddPossessions(Pawn __result, PawnGenerationRequest request)
  2708. at Verse.PawnGenerator.GeneratePawn (Verse.PawnGenerationRequest request) [0x0019f] in <2a40c3593b334f29ac3cb3d32d652351>:0
  2709. - TRANSPILER net.pardeike.rimworld.lib.harmony: IEnumerable`1 VisualExceptions.ExceptionsAndActivatorHandler:Transpiler(IEnumerable`1 instructions, MethodBase original)
  2710. at Verse.PawnGenerator.GeneratePawn (Verse.PawnKindDef kindDef, RimWorld.Faction faction) [0x00092] in <2a40c3593b334f29ac3cb3d32d652351>:0
  2711. at RimWorld.TaleData_Pawn.GenerateRandom (System.Boolean humanLike) [0x00043] in <2a40c3593b334f29ac3cb3d32d652351>:0
  2712. at Verse.Book.GenerateBook (Verse.Pawn author, System.Nullable`1[T] fixedDate) [0x000c8] in <2a40c3593b334f29ac3cb3d32d652351>:0
  2713. at PossessionsForEveryone.PossessionUtility.GenerateAndGivePossessionsTo (Verse.Pawn pawn, System.Collections.Generic.List`1[Verse.ThingDefCount]& generatedPossessions) [0x00048] in <aad4ab159ecf493c97390ed155953bd1>:0
  2714. at PossessionsForEveryone.Patch_PawnGenerator.AddPossessions (Verse.Pawn __result, Verse.PawnGenerationRequest request) [0x0007d] in <aad4ab159ecf493c97390ed155953bd1>:0
  2715. (Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 39)
  2716.  
  2717. UnloadedWorldObjectComp Init
  2718. UnloadedWorldObjectComp Init
  2719. UnloadedWorldObjectComp Init
  2720. UnloadedWorldObjectComp Init
  2721. UnloadedWorldObjectComp Init
  2722. UnloadedWorldObjectComp Init
  2723. UnloadedWorldObjectComp Init
  2724. adding BorealForestto primary biomes
  2725. adding Tundrato primary biomes
  2726. adding ColdBogto primary biomes
  2727. adding IceSheetto primary biomes
  2728. adding TemperateForestto primary biomes
  2729. adding TemperateSwampto primary biomes
  2730. adding TropicalRainforestto primary biomes
  2731. adding TropicalSwampto primary biomes
  2732. adding AridShrublandto primary biomes
  2733. adding Desertto primary biomes
  2734. adding ExtremeDesertto primary biomes
  2735. adding RG_TemperateGrasslandto primary biomes
  2736. adding RG_AspenForestto primary biomes
  2737. adding RG_BoilingForestto primary biomes
  2738. finished biome cycle
  2739. finished biome cycle
  2740. finished biome cycle
  2741. finished biome cycle
  2742. finished biome cycle
  2743. finished biome cycle
  2744. finished biome cycle
  2745. finished biome cycle
  2746. finished biome cycle
  2747. finished biome cycle
  2748. finished biome cycle
  2749. finished biome cycle
  2750. finished biome cycle
  2751. finished biome cycle
  2752. Achtung v3.9.5.0 Info: To make Achtung log some performance info, create an empty 'AchtungPerformance.txt' file in same directory as Player.log
  2753. [PrepareLanding] OnWorldGenerated
  2754. [PrepareLanding] PrepareLanding.Instance.GameOptions.DisableWorldData: enabled
  2755. [PrepareLanding] PrepareLanding.Instance.GameOptions.DisableWorldData: enabled
  2756. [PrepareLanding] PrepareLanding.Instance.GameOptions.DisableWorldData: enabled
  2757. UnloadedWorldObjectComp Init
  2758. Unloading 5 Unused Serialized files (Serialized files now loaded: 5)
  2759. FileNotFoundException: Cannot resolve dependency to assembly because it has not been preloaded. When using the ReflectionOnly APIs, dependent assemblies must be pre-loaded or loaded on demand through the ReflectionOnlyAssemblyResolve event.
  2760.  
  2761. (Filename: Line: -1)
  2762.  
  2763.  
  2764. Unloading 995 unused Assets to reduce memory usage. Loaded Objects now: 34626.
  2765. Total: 514.084600 ms (FindLiveObjects: 1.284200 ms CreateObjectMapping: 1.140000 ms MarkObjects: 510.367200 ms DeleteObjects: 1.292500 ms)
  2766.  
  2767. [PrepareLanding] Prefilter: 3787 tiles in WorldGrid.tiles
  2768. CameraSetting Applied
  2769. Initializing new game with mods:
  2770. - zetrith.prepatcher
  2771. - brrainz.harmony
  2772. - Taranchuk.FasterGameLoading
  2773. - bs.fishery
  2774. - V1024.VisibleErrorLogs
  2775. - brrainz.visualexceptions
  2776. - Ludeon.RimWorld
  2777. - bs.performance
  2778. - automatic.startupimpact
  2779. - Ludeon.RimWorld.Royalty
  2780. - Ludeon.RimWorld.Ideology
  2781. - Ludeon.RimWorld.Biotech
  2782. - Ludeon.RimWorld.Anomaly
  2783. - UnlimitedHugs.HugsLib
  2784. - VouLT.BetterPawnControl
  2785. - brrainz.achtung
  2786. - klvlt.allstorageinoneplace
  2787. - Mlie.AllTurretsCanSetForcedTarget
  2788. - RelaxedOtter.AlwaysRevealPawnRewards
  2789. - Fluffy.AnimalTab
  2790. - Mlie.AnimalHarvestingSpot
  2791. - SC.AnimalHarvestingSpotReTexture
  2792. - Fluffy.AreaUnlocker
  2793. - automatic.autolinks
  2794. - Scorpio.OptimizationLeathers
  2795. - Mlie.BadLeatherCategory
  2796. - seohyeon.OptimizationMeats
  2797. - Mlie.BadMeatCategory
  2798. - nephlite.advexplosions
  2799. - madarauchiha.custommapsizes
  2800. - localghost.betterselectnext
  2801. - falconne.BWM
  2802. - Creeper.BetterInfoCard
  2803. - Dubwise.DubsMintMenus
  2804. - FluffyKittens.BillCategories
  2805. - kathanon.FloatSubMenu
  2806. - kathanon.CategorizedBillMenus
  2807. - void.charactereditor
  2808. - Mlie.ChooseWildAnimalSpawns
  2809. - Mlie.ChooseWildPlantSpawns
  2810. - AIRetexture.Core
  2811. - bs.mbifvte (incompatible version)
  2812. - sicafe.chair.overhaul
  2813. - Owlchemist.CherryPicker.tmpfix
  2814. - OskarPotocki.VanillaFactionsExpanded.Core
  2815. - ReGrowth.BOTR.Core
  2816. - VanillaExpanded.VTEXE
  2817. - IH.Clean.Textures
  2818. - IH.Clean.Textures.Background
  2819. - Xandrmoro.Rim.Cleanie
  2820. - PeteTimesSix.CompactHediffs
  2821. - CaesarV6.DamageIndicators
  2822. - UnlimitedHugs.DefensivePositions
  2823. - Merthsoft.DesignatorShapes
  2824. - Mlie.DingOnGameLoaded
  2825. - telardo.DragSelect
  2826. - eagle0600.dressPatients.1.4
  2827. - kongkim.DropdownProductionBuildings
  2828. - dubwise.dubsmintminimap
  2829. - Dubwise.DubsPerformanceAnalyzer.steam
  2830. - GonDragon.ElectricGrid
  2831. - Bonible.Vanilla.Gun.Sound.Replacement
  2832. - zylle.ExtraAlerts
  2833. - azravos.factioncustomizer
  2834. - PirateBY.FactionManager.byTGPArcher.Updated
  2835. - Murmur.FactionRaidCooldown
  2836. - Garethp.FamilyTree
  2837. - missionz3r0.FootTrafficHeatmap
  2838. - ReGrowth.BOTR.ReTextures
  2839. - Gerrymon.UVT
  2840. - Telefonmast.GraphicsSettings
  2841. - AncientGammoner.GroundTargeter
  2842. - Syrus.HeatMap
  2843. - Chad.highqualitytextures1.5
  2844. - hd.pashka.jabbamonkey.graphicoverhaulhires
  2845. - Keshash.LayeredWallDestruction
  2846. - Mlie.LinkableSettings
  2847. - zylle.MapDesigner
  2848. - m00nl1ght.MapPreview
  2849. - TheRealLemon.MapReroll
  2850. - Mlie.MarkThatPawn
  2851. - KamiKatze.MaterialFilter
  2852. - tofudriver.MedicalTabForked
  2853. - Superniquito.ModOptionsSort
  2854. - Deadmano.MoodAlerts
  2855. - Mlie.MoreGraphs
  2856. - Superniquito.TraitIcons
  2857. - MCS.MoreModdedTraitIcons
  2858. - tidal.morevanilla.textures
  2859. - hobtook.mortaraccuracy
  2860. - IssacZhuang.MuzzleFlash
  2861. - Mlie.ShowMeYourHands
  2862. - Andromeda.NiceHands
  2863. - Dingo.NoForcedSlowdown
  2864. - Mlie.NoVersionWarning
  2865. - overheadMeal.patch
  2866. - com.bymarcin.ArchitectIcons
  2867. - proxyer.optionalicons4ai
  2868. - Taranchuk.PerformanceOptimizer
  2869. - Nightmare.PossessionsForEveryone
  2870. - diddily.poweralerts
  2871. - Mlie.PredatorHuntAlert
  2872. - m00nl1ght.UnofficialUpdates.PrepareLanding
  2873. - avilmask.PsychicHarmonizerLagFix
  2874. - Fuu.PunchAttack
  2875. - tr.qualcolor
  2876. - telardo.QualityOverlay
  2877. - Foxy.QuickGive
  2878. - ReGrowth.BOTR.DesertExpansion
  2879. - ReGrowth.BOTR.AspenForest
  2880. - ReGrowth.BOTR.BoilingForest
  2881. - ReGrowth.BOTR.BorealForestExpansion
  2882. - ReGrowth.BOTR.SwampExpansion
  2883. - ReGrowth.BOTR.TemperateForestExpansion
  2884. - ReGrowth.BOTR.TropicalExpansion
  2885. - ReGrowth.BOTR.TundraExpansion
  2886. - ReGrowth.BOTR.Wastelands
  2887. - Woolstrand.RealRuins
  2888. - Mlie.RealisticHumanSounds
  2889. - Mlie.RelevantStatsInDescription
  2890. - MadaraUchiha.Reminders
  2891. - zal.retexturedspots
  2892. - Jaxe.RimHUD
  2893. - falconne.RoomSense
  2894. - Owlchemist.SimpleFX.Smoke2
  2895. - Owlchemist.ScatteredFlames
  2896. - Owlchemist.ScatteredStones
  2897. - rswallen.scheduleclock
  2898. - kathanon.SearchableMenus
  2899. - LongerCFloor.MortarFX
  2900. - Owlchemist.SimpleFX.Splashes
  2901. - Atlas.SimpleFX.Vapor.Revaporized
  2902. - PeteTimesSix.SimpleSidearms
  2903. - Syrus.SimpleSidearmsSwitchWeapon
  2904. - ray1203.SimpleCameraSetting
  2905. - Mlie.SinglePlantTexturePatch
  2906. - Mlie.SpawnModContent
  2907. - Mlie.SquadUITweaks
  2908. - zylle.StandYourGround
  2909. - Mlie.StuffList
  2910. - Mlie.TabSorting
  2911. - kathanon.TableRange
  2912. - ilyvion.TacticsModeRedux
  2913. - Owlchemist.ToggleableOverlays
  2914. - Owlchemist.ToggleableReadouts
  2915. - Mlie.TooManyAreas
  2916. - VanillaExpanded.BaseGenerationExpanded
  2917. - Wara.toomanymods
  2918. - Mlie.TurretHunt
  2919. - Neronix17.TweaksGalore
  2920. - Mehni.Numbers
  2921. - Kota.InventoryTab
  2922. - sarg.smartspeed
  2923. - bodlosh.WeaponStats
  2924. - GonDragon.UINotIncluded
  2925. - GonDragon.UINotIncluded.NumbersWidget
  2926. - dd.unofficial.Knight.useyourgun
  2927. - VanillaExpanded.VTEXVariations
  2928. - DubiousPhoenix.Verbose
  2929. - manulinkraft.WaterRetextured
  2930. - Mlie.WeHadATrader
  2931. - WealthList.ui.tmpfix
  2932. - Mlie.WeaponsSorter
  2933. - Uuugggg.WhatIsMyPurpose
  2934. - Mlie.WhosNext
  2935. - kathanon.WhoIsUsingThat
  2936. - imranfish.xmlextensions
  2937. - com.yayo.yayoAni.continued
  2938. - Better.Plants
  2939. - DBH.Upscaled
  2940. - Misc.UpTextures
  2941. - Mlie.SYRHarvestYield
  2942. - Krkr.RocketMan
  2943. TrafficHeatmap ctor 163906560
  2944. [Map Designer] Applying settings
  2945. [Map Designer] Terrain settings: fertility: 100 | Water 200
  2946. Generated book for Rokix
  2947. (Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 39)
  2948.  
  2949. Generated book for Frankie
  2950. (Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 39)
  2951.  
  2952. TrafficHeatmap FinalizeInit 163906560
  2953. checking editor settings...
  2954. bodysizes genes are active
  2955. [Simple FX: Splashes] Splash grid build with 573 cells.
  2956. [PrepareLanding] WorldLoaded (from save).
  2957. [PrepareLanding] OnWorldLoaded
  2958. [PrepareLanding] PrepareLanding.Instance.GameOptions.DisableWorldData: enabled
  2959. [PrepareLanding] PrepareLanding.Instance.GameOptions.DisableWorldData: enabled
  2960. [PrepareLanding] PrepareLanding.Instance.GameOptions.DisableWorldData: enabled
  2961. Performance Fish is applying SetAllow_Patch on System.Void Verse.ThingFilter::SetAllow(Verse.ThingDef thingDef, System.Boolean allow)
  2962. Performance Fish is applying SetAllowAll_Patch on System.Void Verse.ThingFilter::SetAllowAll(Verse.ThingFilter parentFilter, System.Boolean includeNonStorable)
  2963. Performance Fish is applying AllStorableThingDefs_Patch on static System.Collections.Generic.IEnumerable`1<Verse.ThingDef> Verse.ThingFilter::get_AllStorableThingDefs()
  2964. Performance Fish is applying CopyAllowancesFrom_Patch on virtual System.Void Verse.ThingFilter::CopyAllowancesFrom(Verse.ThingFilter other)
  2965. Performance Fish is applying SetDisallowAll_Patch on System.Void Verse.ThingFilter::SetDisallowAll(System.Collections.Generic.IEnumerable`1<Verse.ThingDef> exceptedDefs, System.Collections.Generic.IEnumerable`1<Verse.SpecialThingFilterDef> exceptedFilters)
  2966. Performance Fish is applying AllowedThingDefs_Patch on System.Collections.Generic.IEnumerable`1<Verse.ThingDef> Verse.ThingFilter::get_AllowedThingDefs()
  2967. Performance Fish is applying BestThingRequest_Patch on Verse.ThingRequest Verse.ThingFilter::get_BestThingRequest()
  2968. Performance Fish is applying AllRecipeUsers_Patch on System.Collections.Generic.IEnumerable`1<Verse.ThingDef> Verse.RecipeDef::get_AllRecipeUsers()
  2969. Unloading 1 Unused Serialized files (Serialized files now loaded: 5)
  2970.  
  2971. Unloading 4 unused Assets to reduce memory usage. Loaded Objects now: 43640.
  2972. Total: 570.020200 ms (FindLiveObjects: 1.686600 ms CreateObjectMapping: 1.382500 ms MarkObjects: 566.766900 ms DeleteObjects: 0.182700 ms)
  2973.  
  2974. [PrepareLanding] Prefilter: 3787 tiles in WorldGrid.tiles
Add Comment
Please, Sign In to add comment