Project Zomboid

Project Zomboid

Plumbing
Viser 21-30 af 31 forekomster
< 1  2  3  4 >
Opdatering: 29. dec. 2023 kl. 4:50

  • Bugfixes

Opdatering: 28. dec. 2023 kl. 16:17

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

Opdatering: 28. dec. 2023 kl. 16:13

  • Removed debug messages

Opdatering: 28. dec. 2023 kl. 14:15

Opdatering: 28. dec. 2023 kl. 11:48

errors

Opdatering: 28. dec. 2023 kl. 10:34

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

Opdatering: 24. dec. 2023 kl. 6:20

  • Fixed some log errors
  • Added water filtering capabilities

Opdatering: 22. dec. 2023 kl. 12:06

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

Opdatering: 22. dec. 2023 kl. 9:21

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

Opdatering: 22. dec. 2023 kl. 0:56

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