Space Engineers

Space Engineers

Easy Automation V2.0
65件中 51-60 を表示
< 1  2  3  4  5  6  7 >
更新:2016年8月27日 @ 15時38分

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

更新:2016年8月26日 @ 0時35分

Comented out the Algebra test Echo.

更新:2016年8月25日 @ 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
}

更新:2016年8月22日 @ 19時47分

更新:2016年8月21日 @ 22時49分

更新:2016年8月21日 @ 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.

更新:2016年8月18日 @ 19時17分

更新:2016年8月18日 @ 19時10分

更新:2016年7月10日 @ 14時20分

V2.003
- Fixed problem with "Run" statement

更新:2016年6月6日 @ 21時43分

V2.002

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