Space Engineers

Space Engineers

Automatic LCDs 2
Viser 51-60 af 60 forekomster
< 1  2  3  4  5  >
Opdatering: 19. nov. 2017 kl. 5:49

v:2.0114 (support for game update 1.185.014)
* Timers are not required anymore - just compile the script & remember and it will work
* Automatic detection of Debug / Monospace font per LCD
* Much nicer progress bars for monospace font
* HScroll command for slow horizontal scrolling text (can't make it faster, sorry)
* PropBool and PropsBool commands to display boolean properties of blocks (Handbrake, CollectAll, Open, OnOff, etc) (read more in guide)
* LCD linking finally fixed (hopefully)
* Vanilla Corner LCDs are now recognized with correct number of lines
* Customizable progressbar characters (look below at MMStyle)
* CustomData command to read Custom Data of specified block
* Working command now displays override of thrusters when they are on
* Parachute support
* Mass and ShipMass commands now show g, kg, t, kt, Mt, Gt, etc instead of kg, Mg, Gg, etc.
* Fixed Scrap now being Ore instead of Ingot (it was changed in game)
* Removed everything 'static' from the code

v2.0114 Fix: correctly ignore regular timer updates
Regular calls by timers that were used in the past are now completely ignored by the script. If you still have timer in your setup calling the script regularly - it's completely useless now.

Opdatering: 18. nov. 2017 kl. 18:52

v:2.0113 Fix small corner LCDs having wrong number of lines

Opdatering: 18. nov. 2017 kl. 16:51

v:2.0112 Fix: stop ignoring timers, because Update calls don't get executed when timers run the PB each tick

Seriously people - stop using the timers to run this script. It's much more efficient without the timer! ;)

Opdatering: 18. nov. 2017 kl. 16:34

v:2.0109 Fix: only ignore timer call if argument is empty

Opdatering: 18. nov. 2017 kl. 15:42

v:2.0109 (support for game update 1.185.014)
* Timers are not required anymore - just compile the script & remember and it will work
* Automatic detection of Debug / Monospace font per LCD
* Much nicer progress bars for monospace font
* HScroll command for slow horizontal scrolling text (can't make it faster, sorry)
* PropBool and PropsBool commands to display boolean properties of blocks (Handbrake, CollectAll, Open, OnOff, etc) (read more in guide)
* LCD linking finally fixed (hopefully)
* Vanilla Corner LCDs are now recognized with correct number of lines
* Customizable progressbar characters (look below at MMStyle)
* CustomData command to read Custom Data of specified block
* Working command now displays override of thrusters when they are on
* Parachute support
* Mass and ShipMass commands now show g, kg, t, kt, Mt, Gt, etc instead of kg, Mg, Gg, etc.
* Fixed Scrap now being Ore instead of Ingot (it was changed in game)
* Removed everything 'static' from the code

Opdatering: 4. feb. 2017 kl. 9:36

v:2.0004 (Update for game v01.172) Fixed LCD linking, LCD_TAG can be set in Custom Data of PB, updated deprecated API stuff
* LCD_TAG can be set in Custom Data of Programmable Block (read more in guide section 'What is LCD_TAG?')
* Fixed LCD linking
* Updated deprecated API stuff
* Fix for LCD showing help text when booting

Opdatering: 3. jan. 2017 kl. 3:14

v2.0002:
* LCDs with no commands will print out message
* Damage command argument to modify max damage percentage to show
* Fixed Acceleration command exception
* Fixed PowerTime command exception

Opdatering: 28. dec. 2016 kl. 13:30

v2.0001: Fix 'count' crash when drawing visual bar on extreme font sizes

Opdatering: 21. dec. 2016 kl. 14: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

Opdatering: 21. dec. 2016 kl. 13:46