[MOD 0.13.x] Interface Chest - 1.13.2
Re: [MOD 0.12.x] Interface Chest - 1.0.6
@TheSAguy
Requested an in line belt balancer. Proof of concept added in 1.0.6.
Test it out and let me know if it has any issues. I did not have a lot of time to test it and about 0 time on the graphics...
Requested an in line belt balancer. Proof of concept added in 1.0.6.
Test it out and let me know if it has any issues. I did not have a lot of time to test it and about 0 time on the graphics...
Re: [MOD 0.12.x] Interface Chest - 1.0.7
Did a performance and speed pass. Trippled the speed at the cost of about 1.5 performance.Jeri.c wrote:Can you add like different types of chest that inputs/outputs at different speed or have it include 2-4 slots (increases every research) for speed modules.
Each side can now input/output compressed blue belt.
Anyone using these chests at scale and hits a performance issue post your base and i'll use it to tune further.
1.0.7 (2016-04-22): Amp the speed back up
Re: [MOD 0.12.x] Interface Chest - 1.0.7
Is it possible for this mod to be able to insert items into assemblers?
Re: [MOD 0.12.x] Interface Chest - 1.0.7
I think assemblers expose some inventory slots, so yes it would be possible. With out any changes you can belt into the interface chest and using an inserter would get the stack bonus from chest to assembly machine. A blue inserter with full stack bonus should move 10+ items a second.Malryn wrote:Is it possible for this mod to be able to insert items into assemblers?
I'll play with the assembly machines and see what works.
Re: [MOD 0.12.x] Interface Chest - 1.0.8
1.0.8 updated to support anything with an inventory.... report bugs.Malryn wrote:Is it possible for this mod to be able to insert items into assemblers?
Loads modules too...
Re: [MOD 0.12.x] Interface Chest - 1.0.8
But download link folows only to the 1.07 wersion.. And thanks for mod.Peppe wrote:1.0.8 updated to support anything with an inventory.... report bugs.Malryn wrote:Is it possible for this mod to be able to insert items into assemblers?
Loads modules too...
Re: [MOD 0.12.x] Interface Chest - 1.0.9
Looks like I tagged the release in git out of order. Should be fixed now.Sedar wrote:But download link folows only to the 1.07 wersion.. And thanks for mod.Peppe wrote:1.0.8 updated to support anything with an inventory.... report bugs.Malryn wrote:Is it possible for this mod to be able to insert items into assemblers?
Loads modules too...
Re: [MOD 0.12.x] Interface Chest - 1.0.11
So for some reason i only get the trash chest, but not the interface chest. is it hidden behind a special research, because I cant find it in my research tab either. I'm might just be blind or something tho.
Re: [MOD 0.12.x] Interface Chest - 1.0.11
Trash chest unlocks with steel furnaces tech.Nebbeh wrote:So for some reason i only get the trash chest, but not the interface chest. is it hidden behind a special research, because I cant find it in my research tab either. I'm might just be blind or something tho.
Interface chest unlocks with red circuits tech.
Do you have both?
Re: [MOD 0.12.x] Interface Chest - 1.0.11
Peppe wrote:Trash chest unlocks with steel furnaces tech.Nebbeh wrote:So for some reason i only get the trash chest, but not the interface chest. is it hidden behind a special research, because I cant find it in my research tab either. I'm might just be blind or something tho.
Interface chest unlocks with red circuits tech.
Do you have both?
Yes I have both, only research I am missing at the moment is purple research..
Re: [MOD 0.12.x] Interface Chest - 1.0.11
Not sure how it can fail to enable, but this should force it on:Nebbeh wrote:Peppe wrote:Trash chest unlocks with steel furnaces tech.Nebbeh wrote:So for some reason i only get the trash chest, but not the interface chest. is it hidden behind a special research, because I cant find it in my research tab either. I'm might just be blind or something tho.
Interface chest unlocks with red circuits tech.
Do you have both?
Yes I have both, only research I am missing at the moment is purple research..
from the console enter
/c for i, force in pairs(game.forces) do force.recipes["interface-chest"].enabled = true end
Re: [MOD 0.12.x] Interface Chest - 1.0.11
There we go! Thank you very much!
Re: [MOD 0.12.x] Interface Chest - 1.0.12
1.0.12, Minor cleanup/performance tweak on balancer and recipe change to steel chest in prep for .13.
Re: [MOD 0.12.x] Interface Chest - 1.0.12
Great mod! It is so usefull and works like a charm!
On that note: Could you make a "Smart" version of the Interface chest? Would be nice to be able to put a filter on it. As right now it will suck up all items of surrounding chests, for example when next to another resource for the Assembler. And maybe if even possible an option to block a certain input/output side? To prevent items for entering when belts/chests are nearby.
On that note: Could you make a "Smart" version of the Interface chest? Would be nice to be able to put a filter on it. As right now it will suck up all items of surrounding chests, for example when next to another resource for the Assembler. And maybe if even possible an option to block a certain input/output side? To prevent items for entering when belts/chests are nearby.
Re: [MOD 0.12.x] Interface Chest - 1.0.12
Hello,
I love your mod, but I guess I found the bottleneck of interface chests: too much chests and items will crush your UPS!
Do you plan to make some optimisations?
image: imgur.com/HvU6mH0 (can't post url since it's my first post..)
I love your mod, but I guess I found the bottleneck of interface chests: too much chests and items will crush your UPS!
Do you plan to make some optimisations?
image: imgur.com/HvU6mH0 (can't post url since it's my first post..)
Re: [MOD 0.12.x] Interface Chest - 1.0.12
I don't think there is much more I can do. At some point it is just pushing a lot of entities onto and off belts. Things on belts crush performance.hazilo wrote:Hello,
I love your mod, but I guess I found the bottleneck of interface chests: too much chests and items will crush your UPS!
Do you plan to make some optimisations?
image: imgur.com/HvU6mH0 (can't post url since it's my first post..)
Can you post your save? I can use it as a benchmark to tune against, but I think I published all the tweaks I had in the last few builds.
Edit:
Have you tried replacing as many belts as you can with underground belts? The pair of entrance and end of the the belt = about one belt worth of processing and then you get 4 blocks that take basically no processing.
I guess one path I ruled out on performance would be to only interact with belts and not interact with splitters+underground belts. I can use your base as the case for/against it. If I only support belts I can updated half as often -- may have an issue with red belts, but trade-offs in all directions from here...
Re: [MOD 0.12.x] Interface Chest - 1.0.12
You have 2 potentially big performance problems there.hazilo wrote:Hello,
I love your mod, but I guess I found the bottleneck of interface chests: too much chests and items will crush your UPS!
Do you plan to make some optimisations?
image: imgur.com/HvU6mH0 (can't post url since it's my first post..)
One is interface chests as shown by script update time and other one is warehouses based on high entity processing time. I don't think that amount of belts would warrant that high entity update - warehouses in large quantities with lots of item traffic can do that currently due to big inventories.
Re: [MOD 0.12.x] Interface Chest - 1.0.12
I managed to lower the update time by a lot using quantum belts from http://www.factoriomods.com/mods/more-b ... 0-0-12-x-x, combined with increasing the chest to chest transfer rate of interface chest. Somehow the two combined helped reduce it by half!orzelek wrote:You have 2 potentially big performance problems there.hazilo wrote:Hello,
I love your mod, but I guess I found the bottleneck of interface chests: too much chests and items will crush your UPS!
Do you plan to make some optimisations?
image: imgur.com/HvU6mH0 (can't post url since it's my first post..)
One is interface chests as shown by script update time and other one is warehouses based on high entity processing time. I don't think that amount of belts would warrant that high entity update - warehouses in large quantities with lots of item traffic can do that currently due to big inventories.
And it seems like the entity update time was due to huge groups of aliens gathered around the base, installed ion cannons and did a little bit of cleaning around and it's back down to 5ms entity update.
Sadly I didn't keep a savegame from when the script update was so high...
Re: [MOD 0.13.x] Interface Chest - 1.13.0
Updated for .13.
Barebones testing while I wait for other mods to update.
Barebones testing while I wait for other mods to update.
-
- Burner Inserter
- Posts: 9
- Joined: Tue Jun 28, 2016 12:20 pm
- Contact:
Re: [MOD 0.13.x] Interface Chest - 1.13.0
Is it also available in 0.12?