Project Zomboid

Project Zomboid

Zomboid Forge
Showing 11-20 of 53 entries
< 1  2  3  4  5  6 >
Update: Aug 16, 2024 @ 9:05pm



2.0.12

Changed:
  • SetZombieCombatData now takes a table as argument. This will most likely be normalized in a lot of functions as it allows multiple case use of the function in different context, such as here where it can be onHit and take bonus inputs
  • SetZombieCombatData also sends the bonus arguments onHit (attacker, damage and handWeapon) to GetBooleanResult, which sends these to potential function calls. This can allow more context cases, such as taking into account the weapon attack or damage for staggers
  • GetBooleanResult can now take multiple arguments in a single function call, improving performances
  • GetBooleanResult no longer utilizes functions call from ZomboidForge.BooleanResult for performance reasons. This will be possibly normalized too to get less function calls to improve performances[github.com]
  • Arrays will be normalized to table.newarray in the future for performance optimizations[github.com]

Fixed:
  • tag being sent to GetBooleanResult for blood, dirt and holes
  • Adapted every use case of GetBooleanResult for the switch in term position

[discord.gg]

Update: Aug 13, 2024 @ 10:34am



2.0.11

Fixed:
  • Potential fix to Bandits reviving instantly
  • Fix to Bandits getting an infected nametag when dying
  • Improved the IsZombieValid check to be easily modulable
  • Replaced every pairs with more efficient methods, should help a bit with performances

[discord.gg]

Update: Aug 11, 2024 @ 8:54pm



2.0.10

Fixed:
  • Temporary revert for visual skipping not properly applying visuals

[discord.gg]

Update: Aug 11, 2024 @ 4:02pm



2.0.9

Changed:
  • Improved the option tooltip for tick updates
  • Zombies have a check to verify their stats and visuals are set

Fixed:
  • Useless code removed
  • customData properly updates alongside every other stats (should make it update faster, so take care to optimize your codes as always)
  • Improved the way health is set now
  • Visuals not getting updated after being set

[discord.gg]

Update: Aug 9, 2024 @ 5:23pm



2.0.8

Changed:
  • Updated clothing visual system. Possibly to add holes, dirt and blood now as well as multiple choices of visuals

Fixed:
  • Reanimated players are now ignored. This makes sure they don't get their inventory fucked on death

[discord.gg]

Update: Aug 8, 2024 @ 5:38pm



2.0.7

Changed:

Fixed:
  • Zombies switching quickly stats, like walkspeed
  • Nametags not showing when hitting a zombie

[discord.gg]

Update: Aug 8, 2024 @ 8:54am



2.0.6

Changed:
  • local client player renamed variable

Fixed:
  • Replaced check of IsoMovingObject if zombie from `zombie:isZombie()` with `instanceof(zombie,"IsoZombie")`

Update: Aug 6, 2024 @ 7:12pm



2.0.5

Fixed:
  • Error when getting zombies on cursor

Update: Aug 6, 2024 @ 2:18pm



2.0.4

Fixed:
  • Error when removing visuals for a zombie

Update: Aug 6, 2024 @ 6:49am



2.0.3

Fixed:
  • Error spam due to the new zombie on cursor method