RimWorld

RimWorld

Share The Load (1.3 Updated)
 This topic has been pinned, so it's probably important
Djgamer2k  [developer] 16 Aug, 2021 @ 8:40pm
Suggestions for other mods
I just want to ask for other mods you may want to see updated to 1.3 (Please only mods that don't deal with C# unless the mod still works that have C# code I will edit the XMLS to have the 1.3 tag) I will consider any and all mods that need updating to 1.3 and all suggested mods the original mod authors must have no intentions to update their mods to 1.3.
< >
Showing 1-2 of 2 comments
miku567 26 Aug, 2021 @ 7:51am 
How about Ugggs's The Price is Right?
Was trying to fix it myself but clicking on debug actions menu gives me this error:

Exception filling window for Verse.ImmediateWindow: System.TypeLoadException: Could not resolve type with token 01000023 (from typeref, class/assembly System.Numerics.BigInteger, System.Numerics, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089)
at (wrapper managed-to-native) System.Reflection.MonoMethodInfo.get_method_info(intptr,System.Reflection.MonoMethodInfo&)
at System.Reflection.MonoMethodInfo.GetMethodInfo (System.IntPtr handle) [0x00000] in <eae584ce26bc40229c1b1aa476bfa589>:0
at System.Reflection.MonoMethod.GetPseudoCustomAttributes () [0x00002] in <eae584ce26bc40229c1b1aa476bfa589>:0
at System.MonoCustomAttrs.GetPseudoCustomAttributes (System.Reflection.ICustomAttributeProvider obj, System.Type attributeType) [0x0000a] in <eae584ce26bc40229c1b1aa476bfa589>:0
at System.MonoCustomAttrs.GetCustomAttributesBase (System.Reflection.ICustomAttributeProvider obj, System.Type attributeType, System.Boolean inheritedOnly) [0x0001f] in <eae584ce26bc40229c1b1aa476bfa589>:0
at System.MonoCustomAttrs.GetCustomAttributes (System.Reflection.ICustomAttributeProvider obj, System.Type attributeType, System.Boolean inherit) [0x00037] in <eae584ce26bc40229c1b1aa476bfa589>:0
at System.Reflection.MonoMethod.GetCustomAttributes (System.Type attributeType, System.Boolean inherit) [0x00000] in <eae584ce26bc40229c1b1aa476bfa589>:0
at Verse.GenAttribute.TryGetAttribute[T] (System.Reflection.MemberInfo memberInfo, T& customAttribute) [0x00000] in <d243303f714d4dc48680ccaecd2f594e>:0
at Verse.Dialog_DebugActionsMenu..ctor () [0x0003e] in <d243303f714d4dc48680ccaecd2f594e>:0
at Verse.DebugWindowsOpener.ToggleDebugActionsMenu () [0x0001c] in <d243303f714d4dc48680ccaecd2f594e>:0
at (wrapper dynamic-method) Verse.DebugWindowsOpener.Verse.DebugWindowsOpener.DrawButtons_Patch0(Verse.DebugWindowsOpener)
at Verse.ImmediateWindow.DoWindowContents (UnityEngine.Rect inRect) [0x00000] in <d243303f714d4dc48680ccaecd2f594e>:0
at Verse.Window.InnerWindowOnGUI (System.Int32 x) [0x001ce] in <d243303f714d4dc48680ccaecd2f594e>:0
UnityEngine.StackTraceUtility:ExtractStackTrace ()
Verse.Log:Error (string)
Verse.Window:InnerWindowOnGUI (int)
UnityEngine.GUI:CallWindowDelegate (UnityEngine.GUI/WindowFunction,int,int,UnityEngine.GUISkin,int,single,single,UnityEngine.GUIStyle)

and I couldn't find anything in the source code. I'm sure I'm missing something.
Full log: https://gist.github.com/549595ec0040f34b575876567c03a4ff
Last edited by miku567; 26 Aug, 2021 @ 9:11am
Djgamer2k  [developer] 11 Sep, 2021 @ 12:18am 
Originally posted by miku567:
How about Ugggs's The Price is Right?
Was trying to fix it myself but clicking on debug actions menu gives me this error:

Exception filling window for Verse.ImmediateWindow: System.TypeLoadException: Could not resolve type with token 01000023 (from typeref, class/assembly System.Numerics.BigInteger, System.Numerics, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089)
at (wrapper managed-to-native) System.Reflection.MonoMethodInfo.get_method_info(intptr,System.Reflection.MonoMethodInfo&)
at System.Reflection.MonoMethodInfo.GetMethodInfo (System.IntPtr handle) [0x00000] in <eae584ce26bc40229c1b1aa476bfa589>:0
at System.Reflection.MonoMethod.GetPseudoCustomAttributes () [0x00002] in <eae584ce26bc40229c1b1aa476bfa589>:0
at System.MonoCustomAttrs.GetPseudoCustomAttributes (System.Reflection.ICustomAttributeProvider obj, System.Type attributeType) [0x0000a] in <eae584ce26bc40229c1b1aa476bfa589>:0
at System.MonoCustomAttrs.GetCustomAttributesBase (System.Reflection.ICustomAttributeProvider obj, System.Type attributeType, System.Boolean inheritedOnly) [0x0001f] in <eae584ce26bc40229c1b1aa476bfa589>:0
at System.MonoCustomAttrs.GetCustomAttributes (System.Reflection.ICustomAttributeProvider obj, System.Type attributeType, System.Boolean inherit) [0x00037] in <eae584ce26bc40229c1b1aa476bfa589>:0
at System.Reflection.MonoMethod.GetCustomAttributes (System.Type attributeType, System.Boolean inherit) [0x00000] in <eae584ce26bc40229c1b1aa476bfa589>:0
at Verse.GenAttribute.TryGetAttribute[T] (System.Reflection.MemberInfo memberInfo, T& customAttribute) [0x00000] in <d243303f714d4dc48680ccaecd2f594e>:0
at Verse.Dialog_DebugActionsMenu..ctor () [0x0003e] in <d243303f714d4dc48680ccaecd2f594e>:0
at Verse.DebugWindowsOpener.ToggleDebugActionsMenu () [0x0001c] in <d243303f714d4dc48680ccaecd2f594e>:0
at (wrapper dynamic-method) Verse.DebugWindowsOpener.Verse.DebugWindowsOpener.DrawButtons_Patch0(Verse.DebugWindowsOpener)
at Verse.ImmediateWindow.DoWindowContents (UnityEngine.Rect inRect) [0x00000] in <d243303f714d4dc48680ccaecd2f594e>:0
at Verse.Window.InnerWindowOnGUI (System.Int32 x) [0x001ce] in <d243303f714d4dc48680ccaecd2f594e>:0
UnityEngine.StackTraceUtility:ExtractStackTrace ()
Verse.Log:Error (string)
Verse.Window:InnerWindowOnGUI (int)
UnityEngine.GUI:CallWindowDelegate (UnityEngine.GUI/WindowFunction,int,int,UnityEngine.GUISkin,int,single,single,UnityEngine.GUIStyle)

and I couldn't find anything in the source code. I'm sure I'm missing something.
Full log: https://gist.github.com/549595ec0040f34b575876567c03a4ff

It does seem like he has updated that mod to 1.3
< >
Showing 1-2 of 2 comments
Per page: 1530 50