Space Engineers

Space Engineers

Automatic LCDs 2
Zobrazuje se 1–10 z 56 položek
< 1  2  3  4  5  6 >
Aktualizace: 18. pro. 2024 v 12.24

v:2.0200 (Performance optimizations)
* Added PropFloat command to display values of float properties of blocks (more info in guide)
* Many changes to improve performance of the script
* You may notice the script is now more responsive eg on scrolling
* (there may be hickups in scrolling as the script never updates more than 1 LCD in single tick)
* Improved startup performance & internal scheduling
* Startup may take longer on larger grids than before
* Updated text override functionality of Power commands (PowerSummary now allows override of text, PowerStoredBar also allows for custom text)
*
* Technical Note:
* The script is just too large and it may take long time (~6ms per tick) to compile parts of it as they are used.
* Once all the parts of the script had been executed at least once:
* - the max execution time on grid with ~200 commands on around 40 LCDs: ~200us, average: ~69us (should still be smooth at around 200 such grids)
*
* Bugfixes: Fix same construct filtering for functionality relying on block types
* Fix Tanks command using different percent rounding than TanksP
* Add support for clang cola, cosmic coffee, flare gun, flare clip
* Hopefully fixed weird InvListX value text misalignment

Aktualizace: 20. kvě. 2024 v 9.47

v:2.0194:
* Added title override option for Cargo commands allowing for custom text before the volume numbers instead of 'Cargo Used'
* Recognize broadcast controller (broadcast) and action relay (relay) block types added in game Signal update.
* Fix Antenna influencing total max power in PowerUsed command

Aktualizace: 4. úno. 2024 v 11.09

v:2.0191: Add bar only variants to Power commands

Aktualizace: 23. led. 2024 v 12.10

v:2.0190: Improve InvListNN item name trimming

Aktualizace: 5. led. 2024 v 19.28

v:2.0189
* Fix Inventory commands not considering ingots when using item names that are common for ingots and ores

Aktualizace: 9. pro. 2023 v 13.56

v:2.0188 (Fix LCDs screen size calculation)
* Fix output on some screens not filling whole screen (e.g. vertical Corner LCDs)

Aktualizace: 24. zář. 2023 v 13.40

v:2.0187 (Bugfix TimeSpan exception)
* Fix TimeSpan overflow exception reported in Bug Reports (hopefully)
* "Compress" mass value to use kg, t, .. etc even if no maximum mass is provided

Aktualizace: 1. čvn. 2023 v 13.05

v:2.0186
* Updated items to match recent changes in the game (item list updated in the guide - Inventory command)
* Items that changed name can now have 2 short names to ensure compatibility with old blueprints
* eg: old "Inventory * +200mmmissile" and new "Inventory * +rockets" will both work

Aktualizace: 14. dub. 2022 v 17.12

* v:2.0184
* Added ChargeSum variant showing just single output for all matched jump drives (check Charge and ChargeTime command guide)
* Added ability to specify text to end the output or number of lines to print with Details command (check Details command guide)
* Added C: modifier to name filter to filter on same construct as programmable block (on rotors & pistons, but not connectors)
* Note: C: modifier works in the same way as T: modifier used for same grid filtering - check guide section 'Same construct blocks filtering'!
* Updated default Inventory ingots quotas to match current survival game better (in my and my friends opinion :) )
* Updated magazines to match current game version (check guide of Inventory command for list)
* Workaround for large antenna reporting higher power use than max required

Aktualizace: 25. kvě. 2021 v 4.37

v2.0178 Updated weapons and magazines to match current game version