Hi! I love using Merging Chests mod a lot.
But I realized that I could reduce the startup loading time by 40-60 s, by disabling this mod...
So I have to cut down the settings (width/height/area = 16) to speed up loading (still take like 10 s), but also limiting my uses.
Maybe let me explain my uses of your mod first, I uses merged chests in two places:
A) Train station cargo load/unload. Now I use 1×6 chest for each wagon, to ensure all inserters are working for max load/unload speed, by avoiding the "old" unbalanced / complicated circuit problem. (I wanted to use one single long chest 1×55 for my 8 wagon ore trains. But that makes the loading hopelessly long... I gave up.)
B) Belt/lane balancer, together with loaders. This setup is naturally output balanced. I typically use 1×4, 1×8, 1×16.
As you can see, I only use the "linear subset" of merged chests. But I have both vertical and horizontal placement of them, so I am using setting width/height/area = 16. (Tried to use width/height/area = 55, but this was very slow...)
So my requests are:
1) Is it possible to restrict the dimensions? For example, I do not need the 2×2 or 2×8 chests. Skipping can save some memory and a lot of loading time.
2) Or go even further, can I just specify the desired dimensions? It may take as a "string-setting" in options, like "1×4; 1×6; 1×8; 1×16; 1×27; 1×55". Then at "data.lua" stage, this string is parsed, and generate only these specific chests in both vertical and horizontal form. This way I can save even more memory and loading time. (By skipping dimensions like 1×2, 1×3, 1×5, 1×7, 1×9, ...)
3) Or... I am a modder too. So if you do not want to do the above for any reasons (e.g., making your code too complicated to handle different setups, no time to do that, do not want these in a single mod, etc...), then can you grant me the permission to make a fork based on this mod? It is supposed to be a subset of your mod, so not trying to replacing / stealing your work or whatever.
Lastly is about the upgrade planner.
When using the upgrade planner, I found a new tab "Merged chests", which is filled with ALL possible dimensions of merged chests. They are not supposed to be upgradable, right? Can they be hidden?
Regards,
Schall