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
There are some improvements planned for logic blocks like merger, timer pusher, independent counters for splitter, static signal producer, two signals combinator.
Please share more details about functionality you expect from logic blocks, thanks!
For Example:-
IF Iron Plate AND Copper Plates have 1000 qty each in the warehouse. Then turn off the machine.
IF Iron Plate OR Copper Plates have 1000 qty in the warehouse. Then turn off the machine.
As of right now you can set this up but as soon as one or the other plates has reached 1000 it will stop the machine. Effectively they are all running as OR so to separate it would be nice.
Maybe a fully functional IF logic block.
ALSO being able to access the toggling of which item a machine produces through the logic blocks would create some amazing functionality.
Can be an AND or OR :
https://ibb.co/grMWPsW
On each side you have 2 containers with a single iron ore that can switch from a container to another depending of the logic INPUT.
The central logic take the state of these containers as its own INPUT and you can sum two INPUT if it's the same item.
The logic OUPUT can be either 0, 1 or 2.
0 : No condition met
1 : One condition met
2 : Both conditions met
AND : =2
OR : >=1
XOR : =1
https://ibb.co/fGHWywG