Project Zomboid
Vanilla Bugfixes
1–10 из 23
< 1  2  3 >
Обновление: 22 окт в 23:08
автор: TwisTonFire

Fix: Enable crafting fingerless leather gloves from generic leather gloves by injecting Base.Gloves_LeatherGloves into the recipe’s possible input items at runtime.

Обновление: 22 окт в 22:14
автор: TwisTonFire

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

Обновление: 22 окт в 9:36
автор: TwisTonFire

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

Обновление: 22 окт в 6:53
автор: TwisTonFire

Removed fix for sharpening blades.

Обновление: 22 окт в 2:08
автор: 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.

Обновление: 22 окт в 0:34
автор: TwisTonFire

Fixed throwables

Обновление: 20 окт в 8:44
автор: TwisTonFire

Vanilla Bugfix still needed in Build 42.12.2

Обновление: 17 окт в 23:02
автор: 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.

Обновление: 17 окт в 21:50
автор: TwisTonFire

Fix:
Spear should gain maintenance xp again.

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

Обновление: 16 окт в 4:15
автор: TwisTonFire

Improved Spear reconition.