Space Engineers

Space Engineers

평점이 부족합니다.
Precise Timers (Updated) Tick-By-Tick
   
어워드
즐겨찾기
즐겨찾기됨
즐겨찾기 해제
태그: other_script
파일 크기
게시일
431.802 KB
2025년 11월 9일 오후 4시 11분
업데이트 노트 1개 (보기)

다운로드 위해 구독하기
Precise Timers (Updated) Tick-By-Tick

설명
Setup:
Add this script to a Programmable Block

Add "Adv" (Without quotation marks, capitals matter) to the end of a timer name to mark it for Tick by Tick countdown.
When you do so, the delay will be considered in terms of Ticks instead of seconds, and there is 60 ticks in a second (So 30 seconds delay would become half a seconds delay)

You can also change the script to change the post-fix to what every you want. (It is marked in the script)

Be aware if you remove Adv in the Timer Name it wont stop being a Precise Timer until you reload the world or you recompile the programming block.

Be aware that it takes up to 5 seconds for the script to recognize a newly named timer. So wait 5 seconds after you renamed the timer before testing it.

(When I say frame above, I mean a Sim Tick. I say Frame since it is more intuitive to more people. This means that this script is not affected by your FPS, but only by Sim Speed, which is good)