Project Zomboid

Project Zomboid

Plumbing Expanded
Viser 1-10 af 77 forekomster
< 1  2  3 ... 8 >
Opdatering: 7. apr. kl. 19:57

42.7.0a (advanced)
> verified functionality for latest patch
> fixed issue with tabletop dispensers not being able to enable fluids
> removed unnecessary o.itemToPipe assignment in ISHorizontalPlumbItem:new which caused an exception
> fixed ISFluidInfoUI cutting off flow rate slider, so slider is usable again

Opdatering: 22. mar. kl. 18:28

mod.info update just for b41 version

Opdatering: 20. mar. kl. 18:58

42.5.1e (advanced) - fixed typo in 42.5.1d bug fix

Opdatering: 20. mar. kl. 18:46

42.5.1d (advanced) - added nil checks to refill_sink function to prevent errors from modded objects with unimplemented functions

Opdatering: 18. mar. kl. 16:33

description/mod.info update

Opdatering: 18. mar. kl. 16:33

42.5.1c (advanced)
- added nil check to is_tabletop_dispenser to prevent checks against passed objects that do not have a getSprite function implemented, which was resulting in an error with some mods.
- added crash recovery logic to fluid sprite loading function - this means if your game crashes and all the fluid objects don't get saved, instead of everything being broken on login, the mod should now automatically create empty fluid container objects where it detects missing containers.

Opdatering: 14. mar. kl. 11:55

42.5.1b - added nil check to is_tabletop_dispenser to return false if the item passed is already nil.

Opdatering: 13. mar. kl. 19:37

42.5.1a
- fixed issue with helpers not appearing when player pipe wrench and clicks on a pipeable object without properly placed collectors
- added placement helpers to advanced plumbing option
- changed find_hpipes_in_square references to find_pipes_in_square since it didnt actually specify a type of pipe, and made a specific find_hpipes_in_square for the situations where the difference matters. This could cause a stack overflow crash when only a vpipe was present in square.
- updated is_pipeable_obj helper function to eliminate some cases where it would detect pipeable objects and display plumbing options that it shouldnt (e.g. rain barrels/troughs, anything with an old style water container)

Opdatering: 9. mar. kl. 19:42

removed debugging print statements added for troubleshooting the get_vertical_plumbing basement bug

Opdatering: 9. mar. kl. 19:34

42.4.1f (advanced) - fixed get_vertical_plumbing for basements - previous version had bad conditional that allowed the loop to continue when the square was NIL when called from a basement.