Project Zomboid

Project Zomboid

Plumbing
Näytetään 21–30 / 31
< 1  2  3  4 >
Päivitys: 29.12.2023 klo 4.50
tekijältä Slayer

  • Bugfixes

Päivitys: 28.12.2023 klo 16.17
tekijältä Slayer

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

Päivitys: 28.12.2023 klo 16.13
tekijältä Slayer

  • Removed debug messages

Päivitys: 28.12.2023 klo 14.15
tekijältä Slayer

Päivitys: 28.12.2023 klo 11.48
tekijältä Slayer

errors

Päivitys: 28.12.2023 klo 10.34
tekijältä Slayer

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

Päivitys: 24.12.2023 klo 6.20
tekijältä Slayer

  • Fixed some log errors
  • Added water filtering capabilities

Päivitys: 22.12.2023 klo 12.06
tekijältä Slayer

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

Päivitys: 22.12.2023 klo 9.21
tekijältä Slayer

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

Päivitys: 22.12.2023 klo 0.56
tekijältä Slayer

  • 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.