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
i have the problem to and i have look into the problem and
i would fix the problem however i do not know enough coding i just know enough to debug where the problem may lay at what i have notice in the code is 2 states likely, open: close, and i have notice the wanted pressure for the conditioning of opening the door what i seem to find is the wanted pressure isn't being changed based on the outer-pressure but default so it never changes
he also uses wanted pressure in both conditions (opening and closing so i would need to add a similar code handle this
current state = 1 or 2 open close 0 = idle)
then wanted pressure = if (inner based vent !=null, choose (inner pressure: default: biggest number),default)
else
wanted pressure = if (outer vent !=null, choose (outer pressure: default: biggest number),default)
end
i just don't know how to implement nor where to implement it at and note,
this is all that needs to be changed (except for adding the extra components needed to call up and get the pressure ) the rest will work as intended i have no model of the code as i said my knowledge of coding does not go father then this example of what i would have to do