Space Engineers

Space Engineers

Easy Automation V2.0
Mostrando 51-60 de 65 aportaciones
< 1  2  3  4  5  6  7 >
Actualización: 27 AGO 2016 a las 15:38

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

Actualización: 26 AGO 2016 a las 0:35

Comented out the Algebra test Echo.

Actualización: 25 AGO 2016 a las 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
}

Actualización: 22 AGO 2016 a las 19:47

Actualización: 21 AGO 2016 a las 22:49

Actualización: 21 AGO 2016 a las 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.

Actualización: 18 AGO 2016 a las 19:17

Actualización: 18 AGO 2016 a las 19:10

Actualización: 10 JUL 2016 a las 14:20

V2.003
- Fixed problem with "Run" statement

Actualización: 6 JUN 2016 a las 21:43

V2.002

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