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:
[0.17.74] (modded) Player character sometimes missing when moving really fast
-
- Manual Inserter
- Posts: 4
- Joined: Mon Nov 04, 2019 8:58 pm
- Contact:
Re: [0.17.74] (modded) Player character sometimes missing when moving really fast
How fast exactly are you running?
I tried to reproduce it but couldn't
You can use this command to print the exact value:
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)
-
- Manual Inserter
- Posts: 4
- Joined: Mon Nov 04, 2019 8:58 pm
- Contact:
Re: [0.17.74] (modded) Player character sometimes missing when moving really fast
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!Klonan wrote: ↑Tue Nov 05, 2019 6:46 amHow 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)