Project Zomboid

Project Zomboid

Item Tweaker API (obsolete)
Viser 1-10 af 12 forekomster
< 1  2 >
Opdatering: 11. dec. 2021 kl. 7:16

Version 1.11

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

Opdatering: 2. dec. 2021 kl. 9:29

Version 1.10

  • correction of clothingitemextra and clothingitemextraoption thanx to ArpyClarkson.

Opdatering: 13. aug. 2021 kl. 14:15

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.

Opdatering: 29. juli 2021 kl. 12:15

Version 1.8

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

Opdatering: 8. juli 2021 kl. 14:56

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.

Opdatering: 6. juli 2021 kl. 6:33

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.)

Opdatering: 5. juli 2021 kl. 20:38

version 1.5

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

Opdatering: 5. juli 2021 kl. 20:07

version1.4

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

Opdatering: 28. juni 2021 kl. 14:15

1.3
- reactivate broken verbose option.

Opdatering: 24. juni 2021 kl. 11:06

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).