Barreling - take 5 barrels at a time

Post your ideas and suggestions how to improve the game.

Moderator: ickputzdirwech

Post Reply
Matthias_Wlkp
Fast Inserter
Fast Inserter
Posts: 123
Joined: Mon Oct 10, 2016 11:28 pm
Contact:

Barreling - take 5 barrels at a time

Post by Matthias_Wlkp »

It seems that the barreling action per barrel is extremely short - only 0.2 seconds. Wasn't current shortest cycle 0.5 seconds?

Wouldn't it make more sense for an assembly machine to take 5 empty barrels and 250 fluid units to make 5 full barrels in 1 second?
Last edited by Matthias_Wlkp on Sat Dec 30, 2017 12:03 am, edited 1 time in total.

User avatar
darkfrei
Smart Inserter
Smart Inserter
Posts: 2903
Joined: Thu Nov 20, 2014 11:11 pm
Contact:

Re: Barreling - take 5 barrels at a time

Post by darkfrei »

Matthias_Wlkp wrote:It seems that the barreling action per barrel is extremely short - only 0.2 seconds.

Wouldn't it make more sense for an assembly machine to take 5 empty barrels and 250 fluid units to make 5 full barrels in 1 second?
5xProduction?

Matthias_Wlkp
Fast Inserter
Fast Inserter
Posts: 123
Joined: Mon Oct 10, 2016 11:28 pm
Contact:

Re: Barreling - take 5 barrels at a time

Post by Matthias_Wlkp »

Yes, that, but only for the barreling. I put this here only due to recent changes in barreling, which might need some extra balancing.

User avatar
darkfrei
Smart Inserter
Smart Inserter
Posts: 2903
Joined: Thu Nov 20, 2014 11:11 pm
Contact:

Re: Barreling - take 5 barrels at a time

Post by darkfrei »

Matthias_Wlkp wrote:Yes, that, but only for the barreling. I put this here only due to recent changes in barreling, which might need some extra balancing.
You can make a new mod with part of this mod, just take and do it.

Koub
Global Moderator
Global Moderator
Posts: 7203
Joined: Fri May 30, 2014 8:54 am
Contact:

Re: Barreling - take 5 barrels at a time

Post by Koub »

I wonder what a fully sped up (with beacons and spd3 modules) setup would do with current barelling recipe :).
Koub - Please consider English is not my native language.

User avatar
darkfrei
Smart Inserter
Smart Inserter
Posts: 2903
Joined: Thu Nov 20, 2014 11:11 pm
Contact:

Re: Barreling - take 5 barrels at a time

Post by darkfrei »

Try this mod, I can't submit it.
Attachments
Settings_Barrels_0.0.1.zip
For 0.16
(3.94 KiB) Downloaded 66 times

User avatar
Optera
Smart Inserter
Smart Inserter
Posts: 2916
Joined: Sat Jun 11, 2016 6:41 am
Contact:

Re: Barreling - take 5 barrels at a time

Post by Optera »

I've set barreling recipes to process 10 barrels in 2s instead of 1 every 0.2s in ReStack 0.3.7.
You can get it from github, as I'm unable to upload to the portal for 2 days now.

Matthias_Wlkp
Fast Inserter
Fast Inserter
Posts: 123
Joined: Mon Oct 10, 2016 11:28 pm
Contact:

Re: Barreling - take 5 barrels at a time

Post by Matthias_Wlkp »

darkfrei wrote:Try this mod, I can't submit it.
Thanks! I really appreciate the help.

However, as I mentioned earlier, I thought this is more of a balancing issue, as it's very unusual for any in-game cycle time to be less than 0.5 seconds.

User avatar
thereaverofdarkness
Filter Inserter
Filter Inserter
Posts: 558
Joined: Wed Jun 01, 2016 5:07 am
Contact:

Re: Barreling - take 5 barrels at a time

Post by thereaverofdarkness »

Optera wrote:I've set barreling recipes to process 10 barrels in 2s instead of 1 every 0.2s in ReStack 0.3.7.
This causes a potential problem. I had my barrels set to stack size of 5 and I only got 5 full barrels output even though I input 10 barrels. I'm fixing it by setting their stack size to 10 and cutting their capacity in half.

edit: The fix doesn't work. When I change the stack size to half, it increases the number of barrels processed at a time to 20.
edit edit: I fixed it. I changed the mod to use 250 fluid instead of 500 in the barreling recipe.

bobucles
Smart Inserter
Smart Inserter
Posts: 1669
Joined: Wed Jun 10, 2015 10:37 pm
Contact:

Re: Barreling - take 5 barrels at a time

Post by bobucles »

It seems that the barreling action per barrel is extremely short - only 0.2 seconds. Wasn't current shortest cycle 0.5 seconds?
The shortest cycle supported by the game engine is 1 completed recipe per tick, or 60/second. So the barreling recipe will not get any faster than

Code: Select all

assembler speed(x) / recipe time(0.2) => 60
x => 60*0.2
x => 12
A barreling assembler won't gain any speed bonus beyond 12 assembler speed.

Post Reply

Return to “Ideas and Suggestions”