Space Engineers

Space Engineers

Easy Automation V2.0
Zobrazuje se 51–60 z 65 položek
< 1  2  3  4  5  6  7 >
Aktualizace: 27. srp. 2016 v 15.38

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

Aktualizace: 26. srp. 2016 v 0.35

Comented out the Algebra test Echo.

Aktualizace: 25. srp. 2016 v 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
}

Aktualizace: 22. srp. 2016 v 19.47

Aktualizace: 21. srp. 2016 v 22.49

Aktualizace: 21. srp. 2016 v 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.

Aktualizace: 18. srp. 2016 v 19.17

Aktualizace: 18. srp. 2016 v 19.10

Aktualizace: 10. čvc. 2016 v 14.20

V2.003
- Fixed problem with "Run" statement

Aktualizace: 6. čvn. 2016 v 21.43

V2.002

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