Project Zomboid

Project Zomboid

True Smoking [B42]
Showing 61-70 of 78 entries
< 1 ... 5  6  7  8 >
Update: 19 Feb @ 3:42pm

-Fixed Shemagh support for covering/uncovering

Update: 19 Feb @ 3:20pm

-Progress bar on item tooltips (Thanks albion)

-Fixes and rework for SSO bugs

Update: 19 Feb @ 1:55am

Re-balance default values

fix a puff bug for visual item with sso

Update: 18 Feb @ 10:34pm

-Added in partial smoking by saving smoke length to the modData of the item

-Reworked logic so putOut will delete the smoke at 0%

-Added Starlight for Tooltip listener to inject smoke% left into tooltip

-Added patches for IMNAL and IDNAL (partially redundant with b42 smoking stove feature)

-Added patch for SSO to utilize new sounds and overwrite function

-Adjusted times and anim calls

-Hooked ISEatFoodAction:complete to not call .Eat on item when using a Smokable to call our light code.

-Crude game speed support, passive smoking still using os.time, stats and smoke will be affected by gamespeed

-some reworked lighter detection

Update: 17 Feb @ 12:25am

Added in functions to set Smoke Lengths, Visual Item, and to add items and packs to the hotkey as well

Reworked conflicting/blocking headgear logic

Update: 16 Feb @ 11:57am

Display primary hand item when available
add in check when equipping/removing visualItem
add CanEat tags to mask wearables

Update: 16 Feb @ 1:48am

Adjusted and fixed models for visual items

Update: 15 Feb @ 10:22pm

Fix bug for displaying visual item from relighting and initial call
Fix sandbox translation

Update: 15 Feb @ 9:04pm

Added in VisualItems (wearable smokables)

animations are now sync'd to properly show/hide the VisualItem
-Minimum time for animations to run to sync
-when player stops puffing the anin will run until it can sync the smoke with the mouth

reworked mod support with added functions to set smoke lengths and visual items

headgear is properly managed, if a piece of headgear does not have the CanEat tag it is removed to smoke, when you put out the smoke the headgear will automatically be re-equipped

Update: 14 Feb @ 11:19am

Added support for negative runfactor values (you can make running/sprinting increase the burn rate with a negative value)
More groundwork for support with SSO :)