Project Zomboid

Project Zomboid

Vanilla Bugfixes
Hiển thị 1-10 trong 22 mục
< 1  2  3 >
Cập nhật: 22 Thg10 @ 10:14pm

separated the mod load order fix for those who don't use a mod manager like myself.

Cập nhật: 22 Thg10 @ 9:36am

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

Cập nhật: 22 Thg10 @ 6:53am

Removed fix for sharpening blades.

Cập nhật: 22 Thg10 @ 2:08am

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.

Cập nhật: 22 Thg10 @ 12:34am

Fixed throwables

Cập nhật: 20 Thg10 @ 8:44am

Vanilla Bugfix still needed in Build 42.12.2

Cập nhật: 17 Thg10 @ 11:02pm

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.

Cập nhật: 17 Thg10 @ 9:50pm

Fix:
Spear should gain maintenance xp again.

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

Cập nhật: 16 Thg10 @ 4:15am

Improved Spear reconition.

Cập nhật: 16 Thg10 @ 2:25am

Maintenance emulation for spears wasn't working.