Project Zomboid

Project Zomboid

Vanilla Bugfixes
Näytetään 1–10 / 21
< 1  2  3 >
Päivitys: 22.10. klo 9.36
tekijältä TwisTonFire

removed crashfix for mod load order - i need to investigate issues with custom mod loader mods.

Päivitys: 22.10. klo 6.53
tekijältä TwisTonFire

Removed fix for sharpening blades.

Päivitys: 22.10. klo 2.08
tekijältä TwisTonFire

ModLoadOrderPanel.lua – Fix summary (short & sweet):

Root cause: UI crashed when an active mod was missing; vanilla code dereferenced modInfo on nil.

Instantiate: we now skip/purge missing mods entirely (don’t add them to the list or defaultOrder).

Tooling: tooltip/color/sort paths only see entries with valid modInfo, so no more nil access.

Save: onAccept() builds the payload only from existing mods, then calls correctAndSaveModOrder.

Result: Load-order UI no longer crashes, and sorting/saving works even if some mods are uninstalled.

Päivitys: 22.10. klo 0.34
tekijältä TwisTonFire

Fixed throwables

Päivitys: 20.10. klo 8.44
tekijältä TwisTonFire

Vanilla Bugfix still needed in Build 42.12.2

Päivitys: 17.10. klo 23.02
tekijältä TwisTonFire

My mod doesn't prevent gaining maintenance XP for "sticky ghost targets" anymore.
I can't fix everything.
Maintenance should be granted again for spears.

Päivitys: 17.10. klo 21.50
tekijältä TwisTonFire

Fix:
Spear should gain maintenance xp again.

I expect a hotfix from the game devs early next week! *YAY*

Päivitys: 16.10. klo 4.15
tekijältä TwisTonFire

Improved Spear reconition.

Päivitys: 16.10. klo 2.25
tekijältä TwisTonFire

Maintenance emulation for spears wasn't working.

Päivitys: 15.10. klo 15.42
tekijältä TwisTonFire

Air-swing protection: True whiffs never cost durability—no base condition and no head/handle/blade/sharpness loss.

Real-hit capping: Actual hits are clamped to max 1 point of loss on base condition and on each supported sub-track (head/grip/handle/blade/sharpness).

Maintenance XP integrity: If the game “leaks” Maintenance XP on an air swing (sticky last target), the script rolls that XP back.

Spear maintenance emulation: When a spear is misreported as non-melee, it emulates vanilla Maintenance’s “saved the hit” roll (Maintenance + floor(Spear/2) vs one-in chance).

Ranged immunity: Firearms and other ranged weapons are ignored by the system.

Mid-swing guard: Temporarily boosts ConditionLowerChance during unconfirmed swings to prevent mid-animation durability leakage.