取り壊す

ティアダウン FPS 関連のティックを修正する方法() アップデートへの移行時の問題()

ティックからアップデートに切り替えるときの物理学の問題を修正.

The Issue

こんにちは. So I was just making a mod and was putting constrain functions in tick (it breaks your physics based on FPS DONT BE DUMB LIKE ME)

そう, I figured I’d write a small guide to easily fix this issue with a single variable

If you check the teardown modding api it states that update does 60 refreshes in a second (similar to fps)

So all you need to do is take what the fps was during your testing (same map same code etc etc)

and then convert it to update by doing this

fixRatio = PreviousFPS/60

このガイドについて 取り壊す によって書かれた KevysNotHeavy. 原文はこちらからご覧いただけます リンク. このガイドに関してご不明な点がございましたら, お気軽にお問い合わせください ここ.

著者について