Installera Steam
logga in
|
språk
简体中文 (förenklad kinesiska)
繁體中文 (traditionell kinesiska)
日本語 (japanska)
한국어 (koreanska)
ไทย (thailändska)
Български (bulgariska)
Čeština (tjeckiska)
Dansk (danska)
Deutsch (tyska)
English (engelska)
Español – España (spanska – Spanien)
Español – Latinoamérica (spanska – Latinamerika)
Ελληνικά (grekiska)
Français (franska)
Italiano (italienska)
Bahasa Indonesia (indonesiska)
Magyar (ungerska)
Nederlands (nederländska)
Norsk (norska)
Polski (polska)
Português (portugisiska – Portugal)
Português – Brasil (portugisiska – Brasilien)
Română (rumänska)
Русский (ryska)
Suomi (finska)
Türkçe (turkiska)
Tiếng Việt (vietnamesiska)
Українська (ukrainska)
Rapportera problem med översättningen









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]