MitchelVories

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

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