Project Zomboid

Project Zomboid

Item Tweaker API (obsolete)
Showing 1-10 of 12 entries
< 1  2 >
Update: Dec 11, 2021 @ 7:16am

Version 1.11

  • remove mostly unused rollback option that may be cause for multiplayer problems.

Update: Dec 2, 2021 @ 9:29am

Version 1.10

  • correction of clothingitemextra and clothingitemextraoption thanx to ArpyClarkson.

Update: Aug 13, 2021 @ 2:15pm

Version 1.9

- add compatibility for use by other mods (Better Sorting : https://steamcommunity.com/sharedfiles/filedetails/?id=2313387159). Thanx to Paranoid&Afraid https://steamcommunity.com/id/IJNUSNNVAUSMC.

Update: Jul 29, 2021 @ 12:15pm

Version 1.8

- add compatibility for use by other mods (EasyPacking: https://steamcommunity.com/sharedfiles/filedetails/?id=2438225189).

Update: Jul 8, 2021 @ 2:56pm

Version 1.7

Some properties need to be changed at game boot time to take effect. For your expected changes to be applied on these you need to restart the game between each activation/deactivation of any mod tweaking items.

Update: Jul 6, 2021 @ 6:33am

version 1.6

If you activate ModOptions [https://steamcommunity.com/sharedfiles/filedetails/?id=2169435993]:
You can activate Rollback mode from options menu. This undo SOME modifications when going back to main menu (default = false)
(Yeah, only SOME -i.e. most- modifications can be Rollback: Java Item class limited interface and my limited knowledge of Java & Lua are in cause. Any advice on improving this point is welcome.)

Update: Jul 5, 2021 @ 8:38pm

version 1.5

uses own default object instead of thread because someone will give category to thread someday.. just to bother me ;)

Update: Jul 5, 2021 @ 8:07pm

version1.4

corrects: categories property array was being always appended to previous array instead of replacing previous array.
some logs reordering

Update: Jun 28, 2021 @ 2:15pm

1.3
- reactivate broken verbose option.

Update: Jun 24, 2021 @ 11:06am

1.2
Changes the mod ID to ItemTweakerAPI for better compatibility with mods based on https://steamcommunity.com/workshop/filedetails/?id=566115016.
Thanx to The Gray Ronin for showing the way. (https://steamcommunity.com/id/TheGrayRonin).