Space Engineers

Space Engineers

Not enough ratings
z_MoveIT
   
Award
Favorite
Favorited
Unfavorite
File Size
Posted
Updated
408.260 KB
8 Sep, 2021 @ 4:43pm
18 Sep, 2021 @ 4:01pm
3 Change Notes ( view )

Subscribe to download
z_MoveIT

Description
Script that emulates functionality from the old MoveIT script.
Currently the script only supports one block at a time, and the syntax is similar to the original script.

To use this script you only need one programmable block. The script works by using arguments, so you drag the block to a hotbar (button panel, etc) and use the popup there to type in commands.

The format is:
"Block Name" SetSomething 0.5

The first argument is the block's name (if the block has any spaces it must be in double quotes, and block groups are coming soon), the second argument is the command to use, and the third is the value to use.

KNOWN ISSUES:
"Default" named blocks in block groups aren't being affected. So make sure you rename your blocks from "Interior Light 22" to like... "Interior Light Something". I'll be working on this.


=== Current commands ===

Lights
- SetIntensity 0.1
- SetRadius 0.1
- SetFalloff 0.1
- SetColor 255,0,0
(the color is R,G,B)

Pistons
- SetVelocity 0.1
- SetMaximum 0.1
- SetMinimum 0.1

Rotors
- SetVelocity 0.1
- SetTorque 0.1
- SetBrakingTorque 0.1
- SetLowerLimit 0.1
- SetUpperLimit 0.1
- SetDisplacement 0.1
- SetAngle 45 1.0 -rpm
For SetAngle the first parameter is the angle (if you want the rotor to spin counter clockwise, put a "-" before the number, so like "-45" instead of "45"), the second is the speed to rotate, and if you want to go by RPM instead of radians pass the -rpm switch.

Gyroscopes
- SetPower 100
- SetYaw 0.1
- SetPitch 0.1
- SetRoll 0.1
For yaw pitch and roll to work the override box must be checked.

Gravity Generators
- SetGravity 0.1
- SetRadius 0.1
- SetFieldWidth 0.1
- SetFieldHeight 0.1
- SetFieldDepth 0.1

"Switches" - You can use these for all blocks. Add a 0 for off, and 1 for on.
- IsOn 1
- InTerminal 1
- OnHud 1


=== Coming soon ===
- "Default" name bug fix.
- Multiple commands
7 Comments
Le someone 13 Jul, 2024 @ 12:04pm 
any update on if the rotor set angle system will be fixed anytime soon?
Kazairl 26 Apr, 2023 @ 3:05am 
I also can't get the Rotor SetAngle command to move the rotor. I don't get any errors though. All the other commands I have tried work fine.
Spyker 29 Jul, 2022 @ 2:36pm 
I wanted to make a turntable for my rover, but the 'Rotor SetAngle' does not work (actually throws error in regards to that). Have to recompile script since it completely bugs out after that...
The only part of the script I actually want to use xD
Leo 14 Apr, 2022 @ 8:22pm 
You should probably mention and link the original successor of this script. Even if the original is outdated. The original creator put a decent amount of work into the original script. Both you and they deserve proper credit and recognition for your and their effort. :-)
MadmanMac 20 Jan, 2022 @ 4:21am 
soonTM
Stony Rock 7 Dec, 2021 @ 12:32am 
PLEASE. Update the mod, so it allows to display different text on single LCD via arguments! Such a simple thing, and yet I haven't found a SINGLE script that would do that. You're my only hope.
Mojo 18 Sep, 2021 @ 7:23am 
Looking forward to more updates, keep up the good work!