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




als erstes ein großes Danke an dich, für deine Mühe in den Scripts.
Diese erleichtern das Leben in SE enorm.
Leider ist Simple Doors noch, der mir bekannte, einzige Script-Mod über den ich dich kontaktieren kann, um dir folgende Frage zustellen:
Gibt es einen Weg in deinem Inventorymanager, das Eis von den Erzen zu separieren und falls ja, wie?
if so, you did it wrong.
its a script, you need to install it on a programmable block in-game, make sure to have scripts enabled.
Version 1.0.8:
- Fixed: The script will no longer leave doors stuck in an open and disabled state.
@DoctoJ: No, because internally, it has the same door class as any other door - the script can't destinguish that..
Wow.. Never tested with so many..
The message I get on the PB states the following "Script execution terminated, script is too complex. Please edit and rebuild script".
I have tried reinstalling the script but I now just get that message. Thanks for taking the time to make it.
// If two nearby doors are accidentally treated as an airlock but are in fact just regular doors, you can add this keyword
// to one or both door's names to disable airlock functionality (autoclose still works).
// Note: blockname changes are only noticed every ~17 seconds, so it takes some time until your door is really excluded!
string noAirlockKeyword = "!noAirlock";
That's a bit tricky because gates are just bigger doors (they share the same internal interface opposed to hangar doors, that use a different interface).. So either, you bump up every door's closing time or you open and close the gates manually with the !manual tag..
Nice script, I use it all the time. Not overloaded with functional, simple as a brick. I am using a "Rotary airlock" mod and the script controls the gateways as I need it. Thank you, the script has earned 100% subscription and "like".
(sorry for the translation, google)
To give Idea on how to work We rename the outside door exterior door and the inside door interior door depending on witch one opens will make the put the airvent to compress or decompress
The Only thing I would ever add to a Wishlist (so far, before i start dreaming) would be to have the ability to display script status to an LCD or to the LCD on the programable block.