Space Engineers

Space Engineers

Easy Automation V2.0
Showing 51-60 of 65 entries
< 1  2  3  4  5  6  7 >
Update: 27 Aug, 2016 @ 3:38pm

Fixed bug with Tokenization of the math statment.
It should handle property calls correctly now.

Update: 26 Aug, 2016 @ 12:35am

Comented out the Algebra test Echo.

Update: 25 Aug, 2016 @ 11:48pm

Added Simple Algebra functionality to the Variables codeBlock. Will update the Steam Guide when I have the time. Until then here is an example of some code that works.

@Variables{ 
newPos = math(((Current position of Piston 1 + 3)/
(Current position of Piston 3 + 6))
* ((Current position of Piston 2 * 3) + 1 
+ 4 * 5)) 


@RotorPisitonLink{ 
Velocity of TestRotor = newPos
}

Update: 22 Aug, 2016 @ 7:47pm

Update: 21 Aug, 2016 @ 10:49pm

Update: 21 Aug, 2016 @ 10:32pm

Fixed a bug with the "Rename" statement not continuing on to the next line of LCD code. Big thanks to Vaagventje for finding this one.

Update: 18 Aug, 2016 @ 7:17pm

Update: 18 Aug, 2016 @ 7:10pm

Update: 10 Jul, 2016 @ 2:20pm

V2.003
- Fixed problem with "Run" statement

Update: 6 Jun, 2016 @ 9:43pm

V2.002

-Fixed bug with milti word Property statements
-Fixed bug with Action statements that changed Blink interval, lenght, and offset