Space Engineers

Space Engineers

Easy Automation V2.0
Showing 1-10 of 65 entries
< 1  2  3  4  5  6  7 >
Update: 26 Sep, 2023 @ 1:57am

v2.054
-Added some error handling to the screen write and fixed bug with how blocks with to few screens would be handled.

Update: 26 Sep, 2023 @ 12:55am

V2.053
- Added the ability to select which screen you wish to write to on blocks that have more then one screen (like a cockpit) by appending the number of the screen directly after the write statement like so:

Write2 to MyCockpit = "Text"

if you have other blocks in the group that have less screens then what you have marked then the text will display on screen 1 as a default.

Update: 19 Apr, 2023 @ 10:30pm

V2.052
-removed an old cast to LCD that was preventing the custom data of all blocks from being used when referencing other CodeBlocks.

Update: 25 Mar, 2023 @ 2:57pm

v2.051
Added special case for finding the connection status of a connector.

Update: 21 Feb, 2023 @ 4:29pm

V2.050
- Fixed issue where the last character in a value taken from the detailed info would not be included.
- changed floats to doubles for the ability to do math with larger numbers.
- added the ability obtain the amount of blocks that have been completed in a projection as well as the percentage a projection is finished.

to get the number of blocks finished use "Build progress of Projector"
to get the % of the projection that is finished use "Build progress% of Projector"

Update: 12 Jan, 2022 @ 6:47am

V2.49
modified how EA handles filled of gas tanks, it now returns a ratio.

Update: 31 Dec, 2021 @ 9:14am

V2.048
Math in the Variables code block can now use other variables.
Do not attempt to put the variable into it's own Math function. This will create an infinite loop and will lock up the programming block. If you do, you will need fix your variable code and recompile the programmable block to get it working again.

Update: 20 Sep, 2021 @ 5:15pm

V2.047
added a missing bit of logic to combine multi word component names before a != operator into a single token.
- thanks to Survival Ready for the bug find.

Update: 21 Aug, 2021 @ 10:12am

v2.046
Fixed bug where having a * as the first character in a write statement's write text would confuse the parser into thinking it was the instruction for a Dynamic variable pointer.

Update: 18 Aug, 2021 @ 6:36pm

v2.045
CustomWrite, CustomWriteNew, CustomWriteLine, and CustomClear now work with all blocks that have a terminal interface, not just LCDs