Page 1 of 1

[0.17.74] (modded) Player character sometimes missing when moving really fast

Posted: Mon Nov 04, 2019 9:07 pm
by NoxiousPluK
I have not tried recreating this on the latest experimental, however I searched the change logs and bug reports and found nothing relevant.
Bug might be a big word for this, there is no real impact - just something that stood out to me when editing a clip.

I've created some fast armor (modded) that can be seen in this video:
https://youtu.be/87cOc3bZdaI

While editing this video to get this amazing loop:


I found that the player character is actually missing in some frames:
Image

Re: [0.17.74] (modded) Player character sometimes missing when moving really fast

Posted: Tue Nov 05, 2019 6:46 am
by Klonan
How fast exactly are you running?

I tried to reproduce it but couldn't

You can use this command to print the exact value:

Code: Select all

/c game.print(game.player.character_running_speed)

Re: [0.17.74] (modded) Player character sometimes missing when moving really fast

Posted: Tue Nov 26, 2019 4:55 am
by NoxiousPluK
Klonan wrote:
Tue Nov 05, 2019 6:46 am
How fast exactly are you running?

I tried to reproduce it but couldn't

You can use this command to print the exact value:

Code: Select all

/c game.print(game.player.character_running_speed)
Not sure if I have to use it during running, but if I use it after running I get 1.725. Sorry for slow response, I've subscribed to this topic now!