Project Zomboid

Project Zomboid

Plumbing Expanded
Näytetään 1–10 / 77
< 1  2  3 ... 8 >
Päivitys: 7.4. klo 19.57
tekijältä Lightja

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

Päivitys: 22.3. klo 18.28
tekijältä Lightja

mod.info update just for b41 version

Päivitys: 20.3. klo 18.58
tekijältä Lightja

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

Päivitys: 20.3. klo 18.46
tekijältä Lightja

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

Päivitys: 18.3. klo 16.33
tekijältä Lightja

description/mod.info update

Päivitys: 18.3. klo 16.33
tekijältä Lightja

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.

Päivitys: 14.3. klo 11.55
tekijältä Lightja

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

Päivitys: 13.3. klo 19.37
tekijältä Lightja

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)

Päivitys: 9.3. klo 19.42
tekijältä Lightja

removed debugging print statements added for troubleshooting the get_vertical_plumbing basement bug

Päivitys: 9.3. klo 19.34
tekijältä Lightja

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.