Project Zomboid

Project Zomboid

Plumbing
Showing 21-30 of 31 entries
< 1  2  3  4 >
Update: 29 Dec, 2023 @ 4:50am

  • Bugfixes

Update: 28 Dec, 2023 @ 4:17pm

  • Fixed conflict with another mods (too generic function name)

Update: 28 Dec, 2023 @ 4:13pm

  • Removed debug messages

Update: 28 Dec, 2023 @ 2:15pm

Update: 28 Dec, 2023 @ 11:48am

errors

Update: 28 Dec, 2023 @ 10:34am

  • There is no more distance limit when it comes to water pumping
  • Pipes will align correctly to barrels and appliances

Update: 24 Dec, 2023 @ 6:20am

  • Fixed some log errors
  • Added water filtering capabilities

Update: 22 Dec, 2023 @ 12:06pm

  • Fixed a bug - moving water from north to south +1 floor

Update: 22 Dec, 2023 @ 9:21am

  • The pump will now deliver fresh water, previously it was tainted
  • You can connect the pipes directly to you appliances now (previously only barrels)

Update: 22 Dec, 2023 @ 12:56am

  • YOU NEED TO RESTART YOUR PUMP after this update

  • The practical range of water pumping is now extended. Here is how it works: water is moving only to the squares that are currently loaded by the game. Game has its own mechanism of loading and unloading squares depending on the presence of any player in the area. In practice, the range of effective water pumping distance will vary from 100-150 squares in straight line from the player. But if you are 100 tiles from the pump and the pipe goes further in the same direction next 100 tiles it will work. I am thinking about methods of manually loading that squares or creating invisible static virtual players that will not let the game unload the squares.

  • You can connect pumps to wells

  • Pumping logic rewritten. In multiplayer it will work server-side (previously client side. Massively optimized. Previously used recursion with every next pipe step, now works linearly for all 2 ended pipes and uses recursion only for nodes. Recursion depth of 100 nodes should work, more will result in stack overflow, but the server will not crash.