Space Engineers

Space Engineers

Easy Automation V2.0
65개 중 1~10개 표시 중
< 1  2  3  4  5  6  7 >
업데이트: 2023년 9월 26일 오전 1시 57분

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

업데이트: 2023년 9월 26일 오전 12시 55분

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.

업데이트: 2023년 4월 19일 오후 10시 30분

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

업데이트: 2023년 3월 25일 오후 2시 57분

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

업데이트: 2023년 2월 21일 오후 4시 29분

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"

업데이트: 2022년 1월 12일 오전 6시 47분

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

업데이트: 2021년 12월 31일 오전 9시 14분

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.

업데이트: 2021년 9월 20일 오후 5시 15분

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.

업데이트: 2021년 8월 21일 오전 10시 12분

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.

업데이트: 2021년 8월 18일 오후 6시 36분

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