zymex22 / Project-RimFactory-Revived

Project RimFactory Revived
MIT License
46 stars 34 forks source link

Efficiency request #441

Open Lucas559-noob opened 3 years ago

Lucas559-noob commented 3 years ago

I was doing some automation, but I noticed that with make beer x50, it take a lot of materials, but since they will keep in loop, only at borders will get it(since the math of like 5 tiles), so there should be a way to make it have like a timer to block conveyor, so the material can merge to be 1 thing screenshot7 example of funny thing ik i can make the conveyor go around each thing like this Capturar subtitles: Red: Conveyor Blue: Underground Conveyor Black: Fermenters

lilwhitemouse commented 3 years ago

So....if there were an option to set conveyors to "Only push full stack"?

lilwhitemouse commented 3 years ago

I think that might suffice for what you need, and it would be somewhat easy to add.

Lucas559-noob commented 3 years ago

So....if there were an option to set conveyors to "Only push full stack"?

yeah, is a good idea, but i think mods that change stack limit can break it, so it would be better if there is a setting in puller to select a number to pull

lilwhitemouse commented 3 years ago

That would be harder to implement; maybe Sniper's new logic system would cover it?

How would stack limit changes break it?

Sn1p3rr3c0n commented 3 years ago

How would stack limit changes break it?

if you have a stack limit of 500 - 1000 the issue should be clear.

I realize that i missed certain cases that are important for the logic system to be complete. I will check if this is something that i want to included the system or if it should be separate.

lilwhitemouse commented 3 years ago

Ah, yes, of course.

There is currently no UI that specifies X of item Y; I will want something like that for Deep Storage as well.

The full-stack option might still be useful.