Project Zomboid

Project Zomboid

Plumbing Expanded
77件中 1-10 を表示
< 1  2  3 ... 8 >
更新:4月7日 @ 19時57分
更新者: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

更新:3月22日 @ 18時28分
更新者:Lightja

mod.info update just for b41 version

更新:3月20日 @ 18時58分
更新者:Lightja

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

更新:3月20日 @ 18時46分
更新者:Lightja

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

更新:3月18日 @ 16時33分
更新者:Lightja

description/mod.info update

更新:3月18日 @ 16時33分
更新者: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.

更新:3月14日 @ 11時55分
更新者:Lightja

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

更新:3月13日 @ 19時37分
更新者: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)

更新:3月9日 @ 19時42分
更新者:Lightja

removed debugging print statements added for troubleshooting the get_vertical_plumbing basement bug

更新:3月9日 @ 19時34分
更新者: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.