Space Engineers

Space Engineers

评价数不足
Console Block Auto Rotator/Spinner Script
   
奖励
收藏
已收藏
取消收藏
文件大小
发表于
更新日期
381.649 KB
2022 年 5 月 1 日 上午 4:35
2022 年 5 月 14 日 下午 7:29
3 项改动说明 ( 查看 )

订阅以下载
Console Block Auto Rotator/Spinner Script

描述


Use this script to animate the preview (hologram) of a console block. By default it is static, so if you want it spinning, you need a script to animate it.

All configuration must be done in the Custom Data field of the Programmable Block you are running this script from.

To set which Console Block to use set the name of it with:
ConsoleName = MyConsoleBlock

To change direction of the rotation add to the custom data:
RotationVector = 1, 0, 0
Change the numbers 1, 0, 0 to the speed in X, Y and Z directions you want.

To change the refresh mode of the script add :
RefreshMode = Fast
Types of refresh modes: Fast (1hz), Normal (10hz), Slow (100hz)

Example of complete configuration:

ConsoleName = HologramShip RotationVector = 1, 1, 1 RefreshMode = Fast
热门讨论 查看全部(1)
0
2023 年 5 月 13 日 上午 8:48
置顶: How to change the origin / center of the spin movement?
RenanMSV
8 条留言
RenanMSV  [作者] 2024 年 11 月 11 日 下午 11:36 
@AkagiVoid its working still
AkagiVoid 2024 年 2 月 23 日 下午 7:43 
Mod broken I think. X3
RenanMSV  [作者] 2023 年 5 月 13 日 上午 8:51 
liquid_confidence 2023 年 4 月 22 日 下午 10:36 
Is there a way to adjust from what point on a Blueprint the rotation is centered at? All my ships spin from the nose, I'd like to have it rotate from the center.
liquid_confidence 2023 年 1 月 5 日 下午 7:22 
@ Schmetterling: This animates the projection so it actively rotates, I do not see this as a standard feature in the Console Block.
Schmetterling 2022 年 11 月 22 日 上午 12:39 
All this can be done in the Console Block itself. There are sliders for adjusting the rotation speed for various axes. The meaning of the script is not clear.
RenanMSV  [作者] 2022 年 5 月 2 日 下午 2:34 
For you to animate the preview (hologram) of a console block. By default it is static, so if you want it, you need a script to animate it.
🍁BuzzedBear🍁 2022 年 5 月 2 日 下午 12:44 
Noob here... lol. What would this be used for?