#Request: additional setters and boolean

1 messages · Page 1 of 1 (latest)

solemn kindle
#

This has been a needed feature for ages now

#

More stats could be modified this way for zombies

sick stone
#

The issue is that the java engine will wipe the zombie stats to Sandbox default, which is a source of jankiness in MP (for B41 and B42).

#

doZombieSpeed is already provided, would be nice if the same for the other zombie stats can be provided as well.

also a "custom" zombie stat function so that the java engine doesn't overwrite the current state would be great for performance, right now you pretty much need to loop zombies iteratively over and over again to get them to sync across clients. Even then - there is visual stuttering and jankiness unless you run OnTick, which is obviously not preferred.

solemn kindle
#

Yea