Hello!
Summary: When I applied the optional mod to disable default NPCs in NPCCore, I get an error parsing spawning.xml, mentioning EXC duplicate id hash ' ' in biome 'pine_forest'
this reminds me I read few days ago in Nexus somebody mentioning recent update to the game that the spawning.xml now uses different code, could it be the optional mod hasn't been updated yet?
Game Version: V1.3
Platform: PC
Video Settings: High
[SIZE=14.6px]Game mode: SP[/SIZE]
Did you start a new game? Yes
Did you validate your files? Yes
Are you using any other mods? Yes, but also tested with just the core mods, and then applying the option mod
EAC off? EAC is off
Bug Description:
2025-03-28T15:34:49 107.093 ERR XML loader: Loading and parsing 'spawning.xml' failed
2025-03-28T15:34:49 107.096 EXC Duplicate id hash '' in biome 'pine_forest'
at BiomeSpawningFromXml+<Load>d__0.MoveNext () [0x00102] in <cf106f0fabce4b568ad6c0e783024e88>:0
at ThreadManager+<CoroutineWrapperWithExceptionCallback>d__51.MoveNext () [0x00044] in <cf106f0fabce4b568ad6c0e783024e88>:0
UnityEngine.StackTraceUtility:ExtractStringFromException(Object)
Log:Exception(Exception)
<>c__DisplayClass51_0:<loadSingleXml>b__4(Exception)
<CoroutineWrapperWithExceptionCallback>d__51:MoveNext()
UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
Detailed steps to reproduce the bug:
- start the game with the 2 core mods, after checking the logs I exited the game
- applying the 1-XNPCCore-NoCoreHumanNPCs mod into the Mods folder, then start the game again
- after loading a new game, when I check the log it will say the above error
Actual result: spawning.xml failed to load and there seems to be nothing spawning in the world
Expected result: the human default human NPC to not spawn, but I should still see animals and the zombies spawning
at the moment I have removed the option no human NPC mod and edited the spawning.xml inside NPCCore mod itself, setting the maxcount for every id in every biome to 0, but I'm afraid I end up removing the fluffy fox as well (are they one of the dn/nnFriendlyCore01/2/3 ?).
Thank you in advance!