Page 1 of 1

[0.12.8]Bigger than stack size in assembly machine

Posted: Thu Sep 17, 2015 11:03 pm
by bobingabout
https://forums.factorio.com/forum/vie ... 35#p108419

2.5k of a thing that normally stacks to... 100?
I think pehaps you need to add an upper limit cap, say, max of x5 of a stack size.

Re: [0.12.8]Bigger than stack size in assembly machine

Posted: Fri Sep 18, 2015 1:31 am
by Rseding91
The automatic "over speed - higher stack size" system is what's happening here. You can manually set the maximum multiplier for a given recipe to prevent this from happening but it's still working as intended.

To force an upper limit on a recipe you can set the recipe prototype property: overload_multiplier to some value (2/automatic is the default when none is defined). Defining it as 2 forces the maximum to 2.

Re: [0.12.8]Bigger than stack size in assembly machine

Posted: Fri Sep 18, 2015 8:40 am
by Boogieman14
Rseding91 wrote:The automatic "over speed - higher stack size" system is what's happening here.
While it's very much a fringe case, perhaps this system could do with a hard cap, something like 10x the build requirements?

Re: [0.12.8]Bigger than stack size in assembly machine

Posted: Fri Sep 18, 2015 9:24 am
by oLaudix
Boogieman14 wrote:While it's very much a fringe case, perhaps this system could do with a hard cap, something like 10x the build requirements?
With speeds you can achieve with mods, this wouldnt be enough. I think it works fine, and the situation here is just a hiccup.