Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
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.