RimWorld

RimWorld

Dragonian Primus
Eggbed  [developer] Oct 25, 2022 @ 9:13am
Bug Reports (Mod incompatibilities)
< >
Showing 1-13 of 13 comments
塔洛斯_Talos Mar 8, 2023 @ 4:58am 
Opening the game will lead to these red letters

Could not resolve cross-reference to Verse.ThingDef named Moyo_DragonDressA (wanter=whiteApparelList)
Could not resolve cross-reference to Verse.ThingDef named Moyo_DragonDressB (wanter=whiteApparelList)
Could not resolve cross-reference to Verse.ThingDef named Moyo_DragonDressC (wanter=whiteApparelList)
Could not resolve cross-reference to Verse.ThingDef named Moyo_Exoframeproto (wanter=whiteApparelList)
Could not resolve cross-reference to Verse.ThingDef named Moyo_DragonDressD (wanter=whiteApparelList)
Could not resolve cross-reference to Verse.ThingDef named Moyo_DragonCrownD (wanter=whiteApparelList)

Delete Patches DragonianPrimeApparelPatch.xml

These clothes of Moyo-From the depth can make the red message no longer appear
Eggbed  [developer] Mar 8, 2023 @ 6:04am 
Originally posted by 塔洛斯:
Opening the game will lead to these red letters

Could not resolve cross-reference to Verse.ThingDef named Moyo_DragonDressA (wanter=whiteApparelList)
Could not resolve cross-reference to Verse.ThingDef named Moyo_DragonDressB (wanter=whiteApparelList)
Could not resolve cross-reference to Verse.ThingDef named Moyo_DragonDressC (wanter=whiteApparelList)
Could not resolve cross-reference to Verse.ThingDef named Moyo_Exoframeproto (wanter=whiteApparelList)
Could not resolve cross-reference to Verse.ThingDef named Moyo_DragonDressD (wanter=whiteApparelList)
Could not resolve cross-reference to Verse.ThingDef named Moyo_DragonCrownD (wanter=whiteApparelList)

Delete Patches DragonianPrimeApparelPatch.xml

These clothes of Moyo-From the depth can make the red message no longer appear


Thank you for your report.
But I believe it would be better to locate Moyo's folder, which should be at SteamApps\workshop\content\294100\2182305386

There you find "LoadFolders.xml".
Open it and add
"<li IfModActive="Eggbed.DragonianRacePrime2.0Unofficial">Dragonian-addon</li>"
to
"<v1.4>"
(and make a backup if that is necessary).

Then you can unlock Moyo's additional content properly.
Last edited by Eggbed; Mar 8, 2023 @ 9:28am
Volke Aug 9, 2023 @ 9:44am 
While running only this mod, Harmony, and HAR, I get the following error when trying to open any debug menu from the bar up top:

Exception filling window for Verse.ImmediateWindow: System.TypeLoadException: Could not resolve type with token 01000018 (from typeref, class/assembly Vehicles.VehiclePawn, Vehicles, Version=1.4.1.0, Culture=neutral, PublicKeyToken=null)
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 <95de19971c5d40878d8742747904cdcd>:0
at Verse.DebugTabMenu_Actions.InitActions (Verse.DebugActionNode absRoot) [0x00080] in <95de19971c5d40878d8742747904cdcd>:0
at Verse.Dialog_Debug.TrySetupNodeGraph () [0x00040] in <95de19971c5d40878d8742747904cdcd>:0
at Verse.Dialog_Debug.SwitchTab (Verse.DebugTabMenuDef def) [0x00000] in <95de19971c5d40878d8742747904cdcd>:0
at Verse.Dialog_Debug..ctor (Verse.DebugTabMenuDef def) [0x0002d] in <95de19971c5d40878d8742747904cdcd>:0
at Verse.DebugWindowsOpener.ToggleDebugActionsMenu () [0x00013] in <95de19971c5d40878d8742747904cdcd>:0
at Verse.DebugWindowsOpener.DrawButtons () [0x00112] in <95de19971c5d40878d8742747904cdcd>:0
at Verse.ImmediateWindow.DoWindowContents (UnityEngine.Rect inRect) [0x00000] in <95de19971c5d40878d8742747904cdcd>:0
at Verse.Window.InnerWindowOnGUI (System.Int32 x) [0x001d3] in <95de19971c5d40878d8742747904cdcd>: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)

This is the error that appears after trying again.

Exception filling window for Verse.ImmediateWindow: System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2[TKey,TValue].get_Item (TKey key) [0x0001e] in <eae584ce26bc40229c1b1aa476bfa589>:0
at Verse.Dialog_Debug.SwitchTab (Verse.DebugTabMenuDef def) [0x0004c] in <95de19971c5d40878d8742747904cdcd>:0
at Verse.Dialog_Debug..ctor (Verse.DebugTabMenuDef def) [0x0002d] in <95de19971c5d40878d8742747904cdcd>:0
at Verse.DebugWindowsOpener.ToggleDebugSettingsMenu () [0x00013] in <95de19971c5d40878d8742747904cdcd>:0
at Verse.DebugWindowsOpener.DrawButtons () [0x000d4] in <95de19971c5d40878d8742747904cdcd>:0
at Verse.ImmediateWindow.DoWindowContents (UnityEngine.Rect inRect) [0x00000] in <95de19971c5d40878d8742747904cdcd>:0
at Verse.Window.InnerWindowOnGUI (System.Int32 x) [0x001d3] in <95de19971c5d40878d8742747904cdcd>: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)


This error even happens in the menu, with no file loaded.
Eggbed  [developer] Aug 9, 2023 @ 10:01am 
Originally posted by Volke:
While running only this mod, Harmony, and HAR, I get the following error when trying to open any debug menu from the bar up top:

Exception filling window for Verse.ImmediateWindow: System.TypeLoadException: Could not resolve type with token 01000018 (from typeref, class/assembly Vehicles.VehiclePawn, Vehicles, Version=1.4.1.0, Culture=neutral, PublicKeyToken=null)
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 <95de19971c5d40878d8742747904cdcd>:0
at Verse.DebugTabMenu_Actions.InitActions (Verse.DebugActionNode absRoot) [0x00080] in <95de19971c5d40878d8742747904cdcd>:0
at Verse.Dialog_Debug.TrySetupNodeGraph () [0x00040] in <95de19971c5d40878d8742747904cdcd>:0
at Verse.Dialog_Debug.SwitchTab (Verse.DebugTabMenuDef def) [0x00000] in <95de19971c5d40878d8742747904cdcd>:0
at Verse.Dialog_Debug..ctor (Verse.DebugTabMenuDef def) [0x0002d] in <95de19971c5d40878d8742747904cdcd>:0
at Verse.DebugWindowsOpener.ToggleDebugActionsMenu () [0x00013] in <95de19971c5d40878d8742747904cdcd>:0
at Verse.DebugWindowsOpener.DrawButtons () [0x00112] in <95de19971c5d40878d8742747904cdcd>:0
at Verse.ImmediateWindow.DoWindowContents (UnityEngine.Rect inRect) [0x00000] in <95de19971c5d40878d8742747904cdcd>:0
at Verse.Window.InnerWindowOnGUI (System.Int32 x) [0x001d3] in <95de19971c5d40878d8742747904cdcd>: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)

This is the error that appears after trying again.

Exception filling window for Verse.ImmediateWindow: System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2[TKey,TValue].get_Item (TKey key) [0x0001e] in <eae584ce26bc40229c1b1aa476bfa589>:0
at Verse.Dialog_Debug.SwitchTab (Verse.DebugTabMenuDef def) [0x0004c] in <95de19971c5d40878d8742747904cdcd>:0
at Verse.Dialog_Debug..ctor (Verse.DebugTabMenuDef def) [0x0002d] in <95de19971c5d40878d8742747904cdcd>:0
at Verse.DebugWindowsOpener.ToggleDebugSettingsMenu () [0x00013] in <95de19971c5d40878d8742747904cdcd>:0
at Verse.DebugWindowsOpener.DrawButtons () [0x000d4] in <95de19971c5d40878d8742747904cdcd>:0
at Verse.ImmediateWindow.DoWindowContents (UnityEngine.Rect inRect) [0x00000] in <95de19971c5d40878d8742747904cdcd>:0
at Verse.Window.InnerWindowOnGUI (System.Int32 x) [0x001d3] in <95de19971c5d40878d8742747904cdcd>: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)


This error even happens in the menu, with no file loaded.

Thank you for your report.
I pushed a fix just now. Try unsubscribing and resubscribing to this mod, and let me know if that solved the problem.
Volke Aug 9, 2023 @ 10:12am 
That got it, thanks!
Sakura Aug 9, 2023 @ 11:23am 
The issue posted here before was fixed but there are these cross-reference errors:

Could not resolve cross-reference to Verse.ThingDef named Moyo_DragonDressB (wanter=whiteApparelList) UnityEngine.StackTraceUtility:ExtractStackTrace () (wrapper dynamic-method) Verse.Log:Verse.Log.Error_Patch6 (string) Verse.DirectXmlCrossRefLoader:TryResolveDef<Verse.ThingDef> (string,Verse.FailMode,object) Verse.DirectXmlCrossRefLoader/WantedRefForList`1<Verse.ThingDef>:TryResolve (Verse.FailMode) Verse.DirectXmlCrossRefLoader/<>c__DisplayClass16_1:<ResolveAllWantedCrossReferences>b__0 (Verse.DirectXmlCrossRefLoader/WantedRef) Verse.GenThreading/<>c__DisplayClass7_1`1<Verse.DirectXmlCrossRefLoader/WantedRef>:<ParallelForEach>b__0 (object) System.Threading.QueueUserWorkItemCallback:WaitCallback_Context (object) System.Threading.ExecutionContext:RunInternal (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool) System.Threading.ExecutionContext:Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool) System.Threading.QueueUserWorkItemCallback:System.Threading.IThreadPoolWorkItem.ExecuteWorkItem () System.Threading.ThreadPoolWorkQueue:Dispatch () System.Threading._ThreadPoolWaitCallback:PerformWaitCallback ()

AND

Could not resolve cross-reference to Verse.ThingDef named Moyo_DragonCrownD (wanter=whiteApparelList) UnityEngine.StackTraceUtility:ExtractStackTrace () (wrapper dynamic-method) Verse.Log:Verse.Log.Error_Patch6 (string) Verse.DirectXmlCrossRefLoader:TryResolveDef<Verse.ThingDef> (string,Verse.FailMode,object) Verse.DirectXmlCrossRefLoader/WantedRefForList`1<Verse.ThingDef>:TryResolve (Verse.FailMode) Verse.DirectXmlCrossRefLoader/<>c__DisplayClass16_1:<ResolveAllWantedCrossReferences>b__0 (Verse.DirectXmlCrossRefLoader/WantedRef) Verse.GenThreading/<>c__DisplayClass7_1`1<Verse.DirectXmlCrossRefLoader/WantedRef>:<ParallelForEach>b__0 (object) System.Threading.QueueUserWorkItemCallback:WaitCallback_Context (object) System.Threading.ExecutionContext:RunInternal (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool) System.Threading.ExecutionContext:Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool) System.Threading.QueueUserWorkItemCallback:System.Threading.IThreadPoolWorkItem.ExecuteWorkItem () System.Threading.ThreadPoolWorkQueue:Dispatch () System.Threading._ThreadPoolWaitCallback:PerformWaitCallback ()
Eggbed  [developer] Aug 9, 2023 @ 7:18pm 
Originally posted by Sakura:
The issue posted here before was fixed but there are these cross-reference errors:

Could not resolve cross-reference to Verse.ThingDef named Moyo_DragonDressB (wanter=whiteApparelList) UnityEngine.StackTraceUtility:ExtractStackTrace () (wrapper dynamic-method) Verse.Log:Verse.Log.Error_Patch6 (string) Verse.DirectXmlCrossRefLoader:TryResolveDef<Verse.ThingDef> (string,Verse.FailMode,object) Verse.DirectXmlCrossRefLoader/WantedRefForList`1<Verse.ThingDef>:TryResolve (Verse.FailMode) Verse.DirectXmlCrossRefLoader/<>c__DisplayClass16_1:<ResolveAllWantedCrossReferences>b__0 (Verse.DirectXmlCrossRefLoader/WantedRef) Verse.GenThreading/<>c__DisplayClass7_1`1<Verse.DirectXmlCrossRefLoader/WantedRef>:<ParallelForEach>b__0 (object) System.Threading.QueueUserWorkItemCallback:WaitCallback_Context (object) System.Threading.ExecutionContext:RunInternal (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool) System.Threading.ExecutionContext:Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool) System.Threading.QueueUserWorkItemCallback:System.Threading.IThreadPoolWorkItem.ExecuteWorkItem () System.Threading.ThreadPoolWorkQueue:Dispatch () System.Threading._ThreadPoolWaitCallback:PerformWaitCallback ()

AND

Could not resolve cross-reference to Verse.ThingDef named Moyo_DragonCrownD (wanter=whiteApparelList) UnityEngine.StackTraceUtility:ExtractStackTrace () (wrapper dynamic-method) Verse.Log:Verse.Log.Error_Patch6 (string) Verse.DirectXmlCrossRefLoader:TryResolveDef<Verse.ThingDef> (string,Verse.FailMode,object) Verse.DirectXmlCrossRefLoader/WantedRefForList`1<Verse.ThingDef>:TryResolve (Verse.FailMode) Verse.DirectXmlCrossRefLoader/<>c__DisplayClass16_1:<ResolveAllWantedCrossReferences>b__0 (Verse.DirectXmlCrossRefLoader/WantedRef) Verse.GenThreading/<>c__DisplayClass7_1`1<Verse.DirectXmlCrossRefLoader/WantedRef>:<ParallelForEach>b__0 (object) System.Threading.QueueUserWorkItemCallback:WaitCallback_Context (object) System.Threading.ExecutionContext:RunInternal (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool) System.Threading.ExecutionContext:Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool) System.Threading.QueueUserWorkItemCallback:System.Threading.IThreadPoolWorkItem.ExecuteWorkItem () System.Threading.ThreadPoolWorkQueue:Dispatch () System.Threading._ThreadPoolWaitCallback:PerformWaitCallback ()

Have you tried this?

Originally posted by Eggbed:
Originally posted by 塔洛斯:
Opening the game will lead to these red letters

Could not resolve cross-reference to Verse.ThingDef named Moyo_DragonDressA (wanter=whiteApparelList)
Could not resolve cross-reference to Verse.ThingDef named Moyo_DragonDressB (wanter=whiteApparelList)
Could not resolve cross-reference to Verse.ThingDef named Moyo_DragonDressC (wanter=whiteApparelList)
Could not resolve cross-reference to Verse.ThingDef named Moyo_Exoframeproto (wanter=whiteApparelList)
Could not resolve cross-reference to Verse.ThingDef named Moyo_DragonDressD (wanter=whiteApparelList)
Could not resolve cross-reference to Verse.ThingDef named Moyo_DragonCrownD (wanter=whiteApparelList)

Delete Patches DragonianPrimeApparelPatch.xml

These clothes of Moyo-From the depth can make the red message no longer appear


Thank you for your report.
But I believe it would be better to locate Moyo's folder, which should be at SteamApps\workshop\content\294100\2182305386

There you find "LoadFolders.xml".
Open it and add
"<li IfModActive="Eggbed.DragonianRacePrime2.0Unofficial">Dragonian-addon</li>"
to
"<v1.4>"
(and make a backup if that is necessary).

Then you can unlock Moyo's additional content properly.
Sakura Aug 9, 2023 @ 10:41pm 
Originally posted by Eggbed:
Originally posted by Sakura:
The issue posted here before was fixed but there are these cross-reference errors:

Could not resolve cross-reference to Verse.ThingDef named Moyo_DragonDressB (wanter=whiteApparelList) UnityEngine.StackTraceUtility:ExtractStackTrace () (wrapper dynamic-method) Verse.Log:Verse.Log.Error_Patch6 (string) Verse.DirectXmlCrossRefLoader:TryResolveDef<Verse.ThingDef> (string,Verse.FailMode,object) Verse.DirectXmlCrossRefLoader/WantedRefForList`1<Verse.ThingDef>:TryResolve (Verse.FailMode) Verse.DirectXmlCrossRefLoader/<>c__DisplayClass16_1:<ResolveAllWantedCrossReferences>b__0 (Verse.DirectXmlCrossRefLoader/WantedRef) Verse.GenThreading/<>c__DisplayClass7_1`1<Verse.DirectXmlCrossRefLoader/WantedRef>:<ParallelForEach>b__0 (object) System.Threading.QueueUserWorkItemCallback:WaitCallback_Context (object) System.Threading.ExecutionContext:RunInternal (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool) System.Threading.ExecutionContext:Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool) System.Threading.QueueUserWorkItemCallback:System.Threading.IThreadPoolWorkItem.ExecuteWorkItem () System.Threading.ThreadPoolWorkQueue:Dispatch () System.Threading._ThreadPoolWaitCallback:PerformWaitCallback ()

AND

Could not resolve cross-reference to Verse.ThingDef named Moyo_DragonCrownD (wanter=whiteApparelList) UnityEngine.StackTraceUtility:ExtractStackTrace () (wrapper dynamic-method) Verse.Log:Verse.Log.Error_Patch6 (string) Verse.DirectXmlCrossRefLoader:TryResolveDef<Verse.ThingDef> (string,Verse.FailMode,object) Verse.DirectXmlCrossRefLoader/WantedRefForList`1<Verse.ThingDef>:TryResolve (Verse.FailMode) Verse.DirectXmlCrossRefLoader/<>c__DisplayClass16_1:<ResolveAllWantedCrossReferences>b__0 (Verse.DirectXmlCrossRefLoader/WantedRef) Verse.GenThreading/<>c__DisplayClass7_1`1<Verse.DirectXmlCrossRefLoader/WantedRef>:<ParallelForEach>b__0 (object) System.Threading.QueueUserWorkItemCallback:WaitCallback_Context (object) System.Threading.ExecutionContext:RunInternal (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool) System.Threading.ExecutionContext:Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool) System.Threading.QueueUserWorkItemCallback:System.Threading.IThreadPoolWorkItem.ExecuteWorkItem () System.Threading.ThreadPoolWorkQueue:Dispatch () System.Threading._ThreadPoolWaitCallback:PerformWaitCallback ()

Have you tried this?

Originally posted by Eggbed:


Thank you for your report.
But I believe it would be better to locate Moyo's folder, which should be at SteamApps\workshop\content\294100\2182305386

There you find "LoadFolders.xml".
Open it and add
"<li IfModActive="Eggbed.DragonianRacePrime2.0Unofficial">Dragonian-addon</li>"
to
"<v1.4>"
(and make a backup if that is necessary).

Then you can unlock Moyo's additional content properly.


Ah right it's this. It does fix it, but updates remove the setting sadly.
Eggbed  [developer] Aug 9, 2023 @ 11:02pm 
Originally posted by Sakura:
Originally posted by Eggbed:

Have you tried this?


Ah right it's this. It does fix it, but updates remove the setting sadly.

For now, you can make a local backup of Moyo.
there is a small incompatibility here, although I hope it can be fixed, but it doesn't affect the game too much if it is not fixed,
If Psychology (unofficial) v1.1-1.4 is installed:
https://steamcommunity.com/sharedfiles/filedetails/?id=2016263135
Pawns will be forced to be asexual, which will prevent them from engaging in active love. not sure why
Eggbed  [developer] Sep 4, 2023 @ 12:18pm 
Originally posted by 幽克斯汀Yokristen:
there is a small incompatibility here, although I hope it can be fixed, but it doesn't affect the game too much if it is not fixed,
If Psychology (unofficial) v1.1-1.4 is installed:
https://steamcommunity.com/sharedfiles/filedetails/?id=2016263135
Pawns will be forced to be asexual, which will prevent them from engaging in active love. not sure why

Should be fixed now.
Thank you for your report.
Tormound Apr 14, 2024 @ 5:37pm 
https://steamcommunity.com/sharedfiles/filedetails/?id=3013487115

Not sure if it's the root cause, i think it is. But either this mod or the mod that needs it to work(cultivator of the rim) wont allow the menu from right clicking items appear if the dragonian is selected.
Eggbed  [developer] Apr 14, 2024 @ 6:07pm 
Originally posted by Tormound:
https://steamcommunity.com/sharedfiles/filedetails/?id=3013487115

Not sure if it's the root cause, i think it is. But either this mod or the mod that needs it to work(cultivator of the rim) wont allow the menu from right clicking items appear if the dragonian is selected.

Should be fixed now. Thank you for your report.
< >
Showing 1-13 of 13 comments
Per page: 1530 50