Page 1 of 1

Custom stack inserter stack sizes?

Posted: Fri May 15, 2020 9:09 pm
by someone1337
Is there a way to create a stack inserter that can move bigger stack sizes?

The idea is to create a train (un)loading stack-inserter that can move up to 255, 250 or 200 items at once...

So far I have only seen ways to increase the stack sizes for all inserters or stack inserters, but not for a single inserter...

Is that possible at all?

Re: Custom stack inserter stack sizes?

Posted: Sat May 16, 2020 12:58 pm
by Impatient
Looking at the vanilla game files, it seems the two bonuses groups "stack-inserter-capacity-bonus" and "inserter-stack-size-bonus" are hardcoded.

Re: Custom stack inserter stack sizes?

Posted: Tue May 19, 2020 3:49 pm
by someone1337
Impatient wrote: Sat May 16, 2020 12:58 pm Looking at the vanilla game files, it seems the two bonuses groups "stack-inserter-capacity-bonus" and "inserter-stack-size-bonus" are hardcoded.
Thats what I did. I hoped that I overlooked some setting that sets the initial stack size, as I dont really care about a researchable bonus.

But all I found was stack=true which seems to determine if it gets the stack inserter bonus additionally to the inserter bonus, iirc.

So it seems there is no way to set a custom initial stack size?