Thank you for bringing this back, I was really missing this mod! A couple red nullrefs to report/ hopefully fix:
- one on spawning of a zombiedoghorde (this only threw an error once and I could quit the console/continue playing)
2020-06-24T21:39:02 10134.027 INF AIDirector: Spawning wandering horde
2020-06-24T21:39:02 10134.028 INF AIDirector: FindWanderingHordeTargets at player '[type=EntityPlayerLocal, name=saavedra, id=171]', dist 49.36254
2020-06-24T21:39:02 10134.030 INF Party with 1 player(s) has a computed game stage of 4
2020-06-24T21:39:02 10134.030 INF Party members:
2020-06-24T21:39:02 10134.030 INF Player id 171 gameStage: 4
2020-06-24T21:39:02 10134.084 INF AIDirector: Spawned wandering horde (group ZombieDogGroup, zombie [type=EntityZombieDog, name=animalZombieDog, id=579])
2020-06-24T21:39:02 10134.140 INF AIDirector: Spawned wandering horde (group ZombieDogGroup, zombie [type=EntityZombieDog, name=animalZombieDog, id=580])
InvalidCastException: Specified cast is not valid.
at AIWanderingHordeSpawner.UpdateSpawn (World _world, System.Single _deltaTime) [0x00066] in <3ca2702590144b2c95bd610195728952>:0
at AIWanderingHordeSpawner.Update (World world, System.Single _deltaTime) [0x00032] in <3ca2702590144b2c95bd610195728952>:0
at AIDirectorWanderingHordeComponent.TickActiveSpawns (System.Single dt) [0x00027] in <3ca2702590144b2c95bd610195728952>:0
at AIDirectorWanderingHordeComponent.Tick (System.Double _dt) [0x00010] in <3ca2702590144b2c95bd610195728952>:0
at AIDirector.ComponentsTick (System.Double _dt) [0x00015] in <3ca2702590144b2c95bd610195728952>:0
at AIDirector.Tick (System.Double dt) [0x00000] in <3ca2702590144b2c95bd610195728952>:0
at World.OnUpdateTick (System.Single _partialTicks, System.ArraySegment`1[T] _activeChunks) [0x0026e] in <3ca2702590144b2c95bd610195728952>:0
at GameManager.UpdateTick () [0x00073] in <3ca2702590144b2c95bd610195728952>:0
at GameManager.gmUpdate () [0x00297] in <3ca2702590144b2c95bd610195728952>:0
at GameManager.Update () [0x00000] in <3ca2702590144b2c95bd610195728952>:0
(Filename: <3ca2702590144b2c95bd610195728952> Line: 0)
- second one says this (keeps spamming the console when it happens so have to force-quit)
NullReferenceException: Object reference not set to an instance of an object
at SphereII_InertEntity.IsInert (EntityAlive alive) [0x00024] in <10fc4e987f7741f89966327b1c55ba99>:0
at SphereII_InertEntity+SphereII_EntityAlive_update.Prefix (EntityAlive __instance) [0x00001] in <10fc4e987f7741f89966327b1c55ba99>:0
at (wrapper dynamic-method) EntityAlive.Update_Patch1(object)
(Filename: <10fc4e987f7741f89966327b1c55ba99> Line: 0)
link to full log here:
https://pastebin.com/9dnV5jmn