Terasology / Behaviors

Store for an assortment of behaviors that can be applied to creatures
https://terasology.github.io/Behaviors
6 stars 18 forks source link

Add full stops to stray & follow behaviors, curbing some movement issues #21

Closed AndyTechGuy closed 5 years ago

AndyTechGuy commented 5 years ago

Contains

Addition of {set_speed: {speedMultiplier: 0 }} to stray & follow behaviors. This doesn't fully resolve the issues in #20, but seems to reduce their severity.

Cervator commented 5 years ago

Tested out - merging!

This seemed to fix the "drifting" thing I just noticed while testing #16, so that issue may be gone now. But in both cases after movement all my test deer would reset to point in the same direction. Not sure what that's all about.

casals commented 5 years ago

Did you happen to notice if the reset position bug was absolute (i.e. deers always point to the player) or relative (i.e. deers always pointing to a new position at 180 degrees from the previous one)?