Fluid Void Extra


A pipe to void fluids.

Content
14 days ago
0.15 - 2.1
12.8K
Fluids

b No MP support

1 year, 8 months ago

This mod has MP issues. Unable to connect if active. I don't know the exact cause. I didn't find anything in the log either :(

1 year, 8 months ago

Will look into it, may take a day or two of I find the bug

1 year, 7 months ago

yer i'm having problems in MP that when i 1st boot the server i can connect, after i disconnect and reconnect it causes a desync for me and anyone else that tries

1 year, 6 months ago

Hint: He did not look into it.

1 year, 4 months ago
(updated 1 year, 4 months ago)

Hint: He did not look into it.

thats what i wanted to say lol

1 year, 3 months ago

The fix is to edit the control file so instead of
function getRandomTick()
if not randomTickValue then
randomTickValue = math.random(2, 59)
end
return randomTickValue
end

it says
function getRandomTick()
if not randomTickValue then
local rng = game.create_random_generator()
randomTickValue = rng(2, 59)
end
return randomTickValue
end

2 months ago

The fix is to edit the control file so instead of
function getRandomTick()
if not randomTickValue then
randomTickValue = math.random(2, 59)
end
return randomTickValue
end

it says
function getRandomTick()
if not randomTickValue then
local rng = game.create_random_generator()
randomTickValue = rng(2, 59)
end
return randomTickValue
end

tysm, crazy that the creator didn't fix this bruh

14 days ago

Hey, sorry for the incredibly late reply.
I was not active in Factorio or modding for a long time.
Updated the mod today.

Thank you for already finding the problem and providing a solution. I hope it works now.
Sadly, I can't test multiplayer right now, so I hope your fix works for this issue.

11 days ago

Hey, sorry for the incredibly late reply.
I was not active in Factorio or modding for a long time.
Updated the mod today.

Thank you for already finding the problem and providing a solution. I hope it works now.
Sadly, I can't test multiplayer right now, so I hope your fix works for this issue.

Hey, thanks for having updated the mod.
Sorry for my previous comment, I have no clue why I was so mad at that time.

New response