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
https://steamcommunity.com/sharedfiles/filedetails/?id=2831194501
If I fiddled with it enough I could probably take out one of the counters to get it lower maybe. I use the bottom 2 counters as a memory since the order is only 1 pulse, then it sets the opposite counter so that it uses the 0/on feature of the counter to enable the correct output.
I set the counter I don't want and the other defaults to 0 when the order comes in, which I use to hold the "enable" multimixer on the output that I choose.
Consider that 8 is the absolute minimum just to dispense the tray (1), stack a product (1), and move it (6) spaces to the output. So 8 is a perfect solution that never leaves the tray waiting, the product must be right behind it and ready to stack immediately. But since our product does have to wait in order to fill, we must save stacking for last so the tray doesn't wait with it.
In order to do that, we need to dispense the glass at t=1, fill twice at t=2 and t=3, and move it off the sorter at t=4. You actually have one cycle of wiggle room if you put the sorter all the way down at y=5, but I'll tell you don't need to, you can do a step every cycle and have your sorter at y=4 to keep it from getting ahead of the tray.
So the next step is to figure out how to do these actions every cycle, with no latency.
If you need another hint: One of my solutions uses only one counter, the other uses none at all. Think about what else you can use to do actions at a specific time without a counter.
And you have only one dispenser, so it's not possible to dispense twice while moving.
(also remember you don't have to meet both criteria at the same time)
So If bottle is stacked on the tray, the tray will halt with the bottle when dispensing.
Then you have to figure out how to prepare a full bottle before it gets stacked.
Which is to create a separate line for the bottle only.
If you stuck, remember you can buy multiple scanner to scan the tray
Thank you! This tip actually helped me shave off a cycle simply by moving where my glass gets inserted on the belt. For some reason I had thought it had to stay at the top even though it didn't start there. By rearranging the machines I was able to insert closer and remove the gap I had between the tray and the glass.
You can also use the counter for sorter to inactivate the other counters, saving more multiplexer and get 61k
Some vague worded hints to help a little: Priority is important and true until false
An important feature of a component is that Counters never output on the first tick.
Also, for when you have solved it: I know someone who got $57k and I don't know how either. Now we can suffer together :')
On the other hand, I can't even do the chicken one after everything else being relatively easy up to this point... :(