Space Engineers

Space Engineers

Not enough ratings
Console Block Auto Rotator/Spinner Script
   
Award
Favorite
Favorited
Unfavorite
File Size
Posted
Updated
381.649 KB
1 May, 2022 @ 4:35am
14 May, 2022 @ 7:29pm
3 Change Notes ( view )

Subscribe to download
Console Block Auto Rotator/Spinner Script

Description


Use this script 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.

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
Popular Discussions View All (1)
0
13 May, 2023 @ 8:48am
PINNED: How to change the origin / center of the spin movement?
RenanMSV
7 Comments
AkagiVoid 23 Feb @ 7:43pm 
Mod broken I think. X3
RenanMSV  [author] 13 May, 2023 @ 8:51am 
liquid_confidence 22 Apr, 2023 @ 10:36pm 
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 5 Jan, 2023 @ 7:22pm 
@ Schmetterling: This animates the projection so it actively rotates, I do not see this as a standard feature in the Console Block.
Schmetterling 22 Nov, 2022 @ 12:39am 
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  [author] 2 May, 2022 @ 2:34pm 
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🍁 2 May, 2022 @ 12:44pm 
Noob here... lol. What would this be used for?