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
Open the script from the programming block and look for the text "IGNORE_DOOR_KEY". You can change this value to what ever you like.
By default this is set to "hanger". I have used a value like "manual" in the past. Just remember to add the text "Manual" the names of all the doors to don't want to be auto closed on your grid/ship.
Also remember to recompile the script after changing your door names too.
1) programable block - run
2) timer block - start
In the properties of your timer block, slide the timer down to 1 second
Check that your timer block is only firing "once" every second, not many. There a lot of scripts that want you in the timer block's actions to add "both",
- trigger now
- start
This results in the timerblock firing many many times per second.
For this script simply set up the timer block to call "start" only. This will then call once per second. (assuming your timerblock it set to call once per second that is)
Hope this helps
Please check the lastest version and let me know how it goes for you.
Simmo
Program(115.8): Warning: 'IMyDoor.Open' is obsolete: 'Use the Status property instead'
Remember to thumbs up... happy to help
If I may ask for a feature:
Please, an option to exclude the "Airtight Hangar Door" or seperate settings for it from all other doors.