安装 Steam
登录
|
语言
繁體中文(繁体中文)
日本語(日语)
한국어(韩语)
ไทย(泰语)
български(保加利亚语)
Čeština(捷克语)
Dansk(丹麦语)
Deutsch(德语)
English(英语)
Español-España(西班牙语 - 西班牙)
Español - Latinoamérica(西班牙语 - 拉丁美洲)
Ελληνικά(希腊语)
Français(法语)
Italiano(意大利语)
Bahasa Indonesia(印度尼西亚语)
Magyar(匈牙利语)
Nederlands(荷兰语)
Norsk(挪威语)
Polski(波兰语)
Português(葡萄牙语 - 葡萄牙)
Português-Brasil(葡萄牙语 - 巴西)
Română(罗马尼亚语)
Русский(俄语)
Suomi(芬兰语)
Svenska(瑞典语)
Türkçe(土耳其语)
Tiếng Việt(越南语)
Українська(乌克兰语)
报告翻译问题
The more display surfaces a single instance of AutoLCDs manages, or the more commands that it has to process, the less responsive it becomes to changes on the grid in real time.
Suggestion for improving performance.
* Run the latest version of AutoLCDs.
For instance, the v2.0200 Update definitely improves response times.
* Use block names and limiters when appropriate.
Specific block / block groups names used with the C, T, and G limiters or combinations thereof will significantly reduce the number of blocks to be queried to execute a command.
* The TextLCD command is your friend.
Using a single textLCD command per display surface to display the same information at various points on a ship can be more efficient than using multiple identical command sets on each display surface. It also makes keeping the command set updated a lot easier.
* A cascade AutoLCDs instance.
This is a second instance of AutoLCDs running on the same grid with a different LCD tag. This instance handles display blocks that are 90-100% TextLCD commands. In a large installation, the benefits are that the Cascade AutoLCDs initializes faster than the primary AutoLCDs, and it updates the cascade displays faster than the primary AutoLCDs would as it is running very few AutoLCDs commands that interact with the grid. This in turn takes the load of managing the Cascade displays off of the primary AutoLCDs instance, making it a bit faster as well.
Example: I currently have a Cascade managing 60+ display surfaces, this resulted in a noticeable improvement to the speed of the primary AutoLCD displays.