Space Engineers

Space Engineers

Easy Automation V2.0
51-60 van 65 items weergegeven
< 1  2  3  4  5  6  7 >
Update: 27 aug 2016 om 15:38

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

Update: 26 aug 2016 om 0:35

Comented out the Algebra test Echo.

Update: 25 aug 2016 om 23:48

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 om 19:47

Update: 21 aug 2016 om 22:49

Update: 21 aug 2016 om 22:32

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 om 19:17

Update: 18 aug 2016 om 19:10

Update: 10 jul 2016 om 14:20

V2.003
- Fixed problem with "Run" statement

Update: 6 jun 2016 om 21:43

V2.002

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