henpemaz / Rain-Meadow

Rain World multiplayer engine and custom game mode
134 stars 20 forks source link

Grabbing Reindeer Antlers Freezes Game for Other Players #146

Open 6fears7 opened 7 months ago

6fears7 commented 7 months ago

Reported by user who managed to complete the story campaign online.

Link to convo: https://discord.com/channels/1094716194180841602/1094730628970320044/1230690077387128882

TODO: Add logs to this issue.

Chrometurtle commented 5 months ago

Deer.PlayerInAntlers needs to be synced. Then added to player

henpemaz commented 2 months ago

I suspect player movement code might also be breaking things, when in "climbing" mode tries to access the climbed object field which isn't synched.

For deer this might be easy to solve since the deer are synched, but other instances of this which I'm pretty sure will happen with corruption ropes and 5p long neuron thinghies since those aren't synched it might be hard.