Project Zomboid

Project Zomboid

Vanilla Bugfixes
23件中 1-10 を表示
< 1  2  3 >
更新:10月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.

更新:10月22日 @ 22時14分
更新者:TwisTonFire

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

更新:10月22日 @ 9時36分
更新者:TwisTonFire

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

更新:10月22日 @ 6時53分
更新者:TwisTonFire

Removed fix for sharpening blades.

更新:10月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.

更新:10月22日 @ 0時34分
更新者:TwisTonFire

Fixed throwables

更新:10月20日 @ 8時44分
更新者:TwisTonFire

Vanilla Bugfix still needed in Build 42.12.2

更新:10月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.

更新:10月17日 @ 21時50分
更新者:TwisTonFire

Fix:
Spear should gain maintenance xp again.

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

更新:10月16日 @ 4時15分
更新者:TwisTonFire

Improved Spear reconition.