安装 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(越南语)
Українська(乌克兰语)
报告翻译问题









And for the timers, at that point I had removed the doors from the elevator list and ran 'setup', so it shouldn't have been seeing the doors on the script. I'll run a test again using a light rather than doors and see if I can make it work.
In a comma separated list, you can add floor numbers where you want that specific door to not open. E.g. [Exclude: 1, 2, 5] means that the door will open on floors 3 and 4 but not on floors 1, 2 and 5. You will need to run the "update_settings" command again though.
And as for the timers, If i'm reading it right, you're trying to use timers to achieve the above by manually opening/closing the elevator doors. However I've set the script to always request the doors to either open/close according to the current elevator state, so the timer would trigger and ask the door to close, but the script would immediately (every tick) ask the door to open, resulting in the timer appearing to do nothing.
I do want to eventually rewrite this script, so I can add more features like that and make it a bit more robust, however with SE 2 coming, I've put this on hold. Depending on how SE 2 scripting is implemented, I might write the new script for SE 2 then backport to SE 1, but this may take a while.