PC Blood Moon Zombies not spawning/moving!

nivekbrown94

New member
I tried searching and couldn't find anything about this. We are hosting a server with a selection of Alpha20 mods. Everything works fine until the Blood Moon. All of the zombies literally freeze and/or nothing happens. Any ideas on what we can do to fix this or what might be wrong?

Please help!

 
That's very strange.  Which mods are you using currently?  My guess is one of the mods is effecting the zombies in some weird way.

 
This is the error that shows up repeatedly

2022-01-17T15:39:04 257.763 EXC IndexOutOfRangeException: Index was outside the bounds of the array.
2022-01-17T15:39:04 257.814 EXC IndexOutOfRangeException: Index was outside the bounds of the array.
2022-01-17T15:39:04 257.863 EXC IndexOutOfRangeException: Index was outside the bounds of the array.
2022-01-17T15:39:04 257.914 EXC IndexOutOfRangeException: Index was outside the bounds of the array.
2022-01-17T15:39:04 257.964 EXC IndexOutOfRangeException: Index was outside the bounds of the array.
2022-01-17T15:39:04 258.014 EXC IndexOutOfRangeException: Index was outside the bounds of the array.
2022-01-17T15:39:04 258.063 EXC IndexOutOfRangeException: Index was outside the bounds of the array.
2022-01-17T15:39:04 258.115 EXC IndexOutOfRangeException: Index was outside the bounds of the array.
2022-01-17T15:39:04 258.163 EXC IndexOutOfRangeException: Index was outside the bounds of the array.
2022-01-17T15:39:04 258.213 EXC IndexOutOfRangeException: Index was outside the bounds of the array.

 
You guys have likely already figured this one out by now, but--- if you haven't....

Double check your server settings.  I just ran into this same problem, and after revalidating files, wiping, and reloading, I discovered it was simply a mistake on my entry in the Blood Moon Horde Zombies speed setting.

In your Serverconfig.xml file (or whoever owns the server and has access to said XML) somewhere within that will be:

Zombie Settings
<property name="ZombieBMMove"       value="x"

You gatta change that value to a number that your Server recognizes--- otherwise, they will just stand there as they have no speed input (or in this case) IndexOutOfRange.

Change this to 0-4 (0 for walk, 1 for jog, 3 for sprint, 4 for nightmare) and your Blood Moon Zombies should be back to their regular bloodthirsty and ravenous selves.

Hope it helps.  ;)



 

 
What you can also do is install the mods step by step, and testing if things work after every mod installation. Might be an issue with mods not beeing compatible with each other.

 
Unfortunately, the OP never posted their logfile so we can't see what is being loaded and if there are any errors.  There might have been a load issue noted in the logfile that could point exactly where they need to go (mod and line number).

 
Back
Top