Space Engineers

Space Engineers

Automatic LCDs 2
目前顯示第 61-62 項,共 62 項
< 1  2  3  4  5  6  >
更新:2016 年 12 月 21 日 @ 下午 2:52

v:2.0000 (CAL 9000)

Complete rework of script core
- automatically updates as many LCDs as possible as fast as possible!
- can be used on ships of any size!
- never throws "Script too complex" exception!
- works optimally with timer block set to Trigger Now

* All commands are now read line by line from Custom Data of LCD panel (LCD Title commands are no longer supported)
* Text command removed, use TextLCD command to display text from other LCD or combination of Echo, Center and Right commands
* Ability to add margin on left and right using "!MARGIN:<number of spaces>" (without quotes) in name of LCD
* Ability to scroll LCDs manually using scrollDown and scrollUp Programmable Block Run arguments
* "!NOSCROLL" in name of LCD disables automatic scrolling
* Easy config for monospace fonts (just set the USE_MONOSPACE value below)
* LCDs now automatically have margin of 1 space (you can override it with "!MARGIN:0" (without quotes))
* PowerUsed & PowerUsedTop command to display blocks power input stats
* Altitude & AltitudeSea command to display altitude above ground & sea
* Gravity command and its variants to display gravitational acceleration
* ShipMass & ShipMassBase command to display total/base ship mass
* StopDistance & StopTime to show estimated distance & time to completely stop ship
* SpeedKmh & SpeedMph to show speed in km per hour or miles per hour
* Distance command to show distance of specified block from specified GPS position
* DamageC command to show only blocks in construction
* Rework to use new more efficient ways to get power
* Details command now works even with modded blocks like Nanite Factory by Tyrsis
* Details command can now start output on line where the user specified text is found
* TanksX variant to show only percentage without progress bar
* Tanks and Oxygen commands universal Hydrogen & Oxygen detection for all tanks (even modded ones)
* Speed and Accel commands progress bar support
* Added config options for LCDs with exotic texture sizing (below)
* Moved items definitions higher in the script for easier access
* Right command which prints text aligned to right
* Lots of optimizations

更新:2016 年 12 月 21 日 @ 下午 1:46