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






Example for (C) going from outside to inside
Button panel near a light and external vent (only 1 external vent needed on entire grid and is used ___to detech pressure outside to tell if the airlock needs to de-compress or not)
Outer door
Button panel with a light and vent (vent to add/remove air from airlock) (this button panel will use ___2 buttons 1 for inside and 1 for outside so you can change the airlock state while inside the ___airlock)
Inner door
Button panel near a light and inner vent (inner vent is the one that is in the same section)
Last feature I would add is the ability to control o2/h2 production to prevent over filling the tanks ___(you want to keep about 20% empty to allow you to de-compress the airlock/hangar)
Thats true
I have already had isues with 2 or 3 scripts trying to control the same thing. (like doors for example)
Then what about having the brakets like I mentioned but also have a prefix at the begining of the block name.
Example (using the [PS] as an example instead of [Pressure Section]
"[PS] (block name) [sectionname] [section name]" (this would be a door)
"[PS] (block name) [section name]" (this would be a vent)
This would also allow you to add an auto closing door system tot this that would be able to
(A) close normal doors,
(B) lock 1 door of an airlock if the other is open
(C) use a 1 button system for changing the airlock state
Then what about making it just search for the "[" and "]" in the block names then match the parts on the door names with the part on the vent names.
This would be something like if block a is a door and blocks b and c are vents then it could look like this:
Example:
search for "[" , "]" in name of blocks a b and c.
if block is vent then check if able to hold pressure
if block is door then open when vent shows pressure and close when leaking
I also found out that if it can only find 1 of the vents then it will just use that vent until you build the 2nd vent (no error)
Can you try to get this so you dont have to add a LIST of sections, but instead so it will just look for the tag "Section " as a prefix then the remainder will be your section name.
It would look like "(block name) [Section + (section name)]"
Example:
"Air Vent [Section A1]"
"Door [Section A1] [Secton A2]"
"Air Vent [Section A2]"
(Still using the same naming system but the script would no longer need a list as it would just look for the [Section XX] tag.
bulkhead [section a] [section b]