Item Network SA

by djmalk

This mod adds a network for transporting items and fluids. Now with QUALITY support.

Tweaks
2 months ago
2.0
830
Logistics Fluids Logistic network Storage Cheats

b Crash: Unknown Virtual Signal

3 months ago

Running this with pyanodon's, had the following crash on placing the network sensor:
"Error while running event item-network-sa::on_nth_tick(120)
Unknown virtual-signal name: steam-150
stack traceback:
[C]: in function 'set_slot'
item-network-sa/src/NetworkChest.lua:1370: in function
<item-network-sa/src/NetworkChest.lua:1338>"
Noticed a similar bug report for the steam-250 item posted a month ago, also with a pyanodon's. From my guess, it seems to be caused by fluids with the same icon but different temperatures, resulting in one not having a proper virtual signal. I might suggest finding a general solution to this sort of issue, as giving every fluid temperature it's own icon is unsustainable in the long term.

3 months ago

Well i can go back to vanilla behavior and all steam signals get added into one signal. I built this thing to run on vanilla factorio, that has 2 steam signals.Any other steam signals can be added manually in data.lua.

3 months ago

But you're right, it's not sustainable in the long term to keep adding more signals. I need to add a mod option that lets users choose between the vanilla behavior and my custom behavior, depending on their preference and the number of signals. More work before the 1.0 release.

3 months ago

Thank you for your hard work. For the time being, I've manually tweaked the data.lua in my copy of the mod to regain playability, which has worked. I look forward to the future of this mod - this is probably the only reason I've been able to get as far into py as I have, so I'm in your debt and I look forward to the 1.0 release.

3 months ago

Appreciate your patience and the workaround in the meantime. I'm working through the final bugs and polishing things up, so 1.0 is not far off. Stay tuned, and thanks again for the support!

New response