DevSean
(Sean)
April 23, 2016, 10:39pm
#1
Sometimes in my filtering enabled horse game the BodyGyro decides to fail like this:
https://i.gyazo.com/7c71cf9f4cefcb6e66b360e2ed17881e.mp4
There are no errors in the code and I don’t understand what’s causing it.
The physics are handled server side.
They also have a weird rendering bug like so:
https://i.gyazo.com/ba8fbbff6a988d1e5d84ee86ed977589.mp4
Often the horses will render inside the ground or in the air however their server position will remain unchanged.
The characters are fastened to the saddle with a weld it’s not actually a seat.
Why is that? You’re probably going to get more intuitive results if you let each player handle the physics of their own horse.
DevSean
(Sean)
April 23, 2016, 11:01pm
#3
I originally did this because when ran on mobile the horses would move really slowly, I should probably change it around and see if it works with the new physics solver…
However, having the horse physics on the server only allows me to stop the horses going into certain areas where the player’s can.
EchoReaper
(EchoReaper)
April 23, 2016, 11:03pm
#4
Skyrim, my old friend, we meet again!
2 Likes
DevSean
(Sean)
April 23, 2016, 11:05pm
#5
I left that in as a feature as it’s kinda fun
0xBAADF00D
(0xBAADF00D)
April 23, 2016, 11:52pm
#6
Man, I need your horses for Dragonlore. Although, you really should be simulating them clientside!