Skip to content

xMoonGames/console-hologram-spinner

Repository files navigation

console-hologram-spinner

Made with VSCode using reksar/SpaceEngineers

img

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