Reloader
Reloader copied to clipboard
A mod helper for RimWorld that allows you to develop and patch code while the game is running
RimWorld 1.2.2723 rev661 Verse.Log:Message(String, Boolean) RimWorld.VersionControl:LogVersionNumber() Verse.Root:CheckGlobalInit() Verse.Root:Start() Verse.Root_Entry:Start() Error while instantiating a mod of type Reloader.Reloader: System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.MissingMethodException:...
I got the reloader to build by updating it to .NET 4.7.2 to match the Rimworld version, which fixes an missing reference caused by attempting to build against 3.5. The...
https://github.com/pardeike/Reloader/blob/master/Reloader.cs#L26 queues a Long Event Handler. The second parameter of that method is a text _key_. Since there is no localization defined for the value, the text get's "weirdified".