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
Also, I've got an overhauled version of the script that I'm planning to upload soon.
Having tried things a bit, I guess your script consider every configured room as airlocks linked to other airlocks.
However, I noticed one hing: When using the OpenLock argument while the inner door is open, it start depressurising before the door is fully closed, and sometimes don't switch the door state (Keep the inner door on and the outer door off)
One thing I would like is a way to auto open the doors once unlocked (Could be a tag).
Another suggestion I have is to add a different display, for the inside of an airlock (example : Display the room pressurisation, A connected room and the other connected room).
I tried multiple airlock script, this updated script is not the one with the most features (example : No detailled display, but that's not a problem for me) but it is easier ton configure than scripts with more features.
Did you rename the doors and vents to include sector tags? Did you set up the vent actions?
This is one of my older scripts, and looking at it now, I realize it badly needs some tweaks. It probably wouldn't hurt for me to do a tutorial video as well.
Then I tried to load the latest version of the script inside another PB, and turned off the other one, and It didn't work anymore. Then I Turned the lates version off an the old version back on and it worked...
The config on the demonstration chamber looks like the one you describe, so my questions are
WTF is going on? Why does the latest version not work but the old one does?And How can I use the new one then?
Are you running the "CheckDoors" command from the first vent trigger action? Did you include the section tag? You can also run the script with default action from the vent trigger as well. This would actually run a door check for each vent. The door won't lock immediately. It will only lock once the room is pressurized.
If that doesn't work, I'd also check the name of the door that's not locking. Is there more than 1 word before the first sector tag? (i.e. something like "Hangar Door S01 S02"). If that is the case, you'll need to rename the door so that there's a single word before the sector tags, so something like "Door S01 S02" or "Hangar_Door S01 S02".
This is one of my older scripts. In the future I really need to go through and make the whole thing more user friendly.