Project Zomboid

Project Zomboid

Zomboid Forge
53件中 11-20 を表示
< 1  2  3  4  5  6 >
更新: 2024年8月16日 @ 21時05分



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]

更新: 2024年8月13日 @ 10時34分



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]

更新: 2024年8月11日 @ 20時54分



2.0.10

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

[discord.gg]

更新: 2024年8月11日 @ 16時02分



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]

更新: 2024年8月9日 @ 17時23分



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]

更新: 2024年8月8日 @ 17時38分



2.0.7

Changed:

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

[discord.gg]

更新: 2024年8月8日 @ 8時54分



2.0.6

Changed:
  • local client player renamed variable

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

更新: 2024年8月6日 @ 19時12分



2.0.5

Fixed:
  • Error when getting zombies on cursor

更新: 2024年8月6日 @ 14時18分



2.0.4

Fixed:
  • Error when removing visuals for a zombie

更新: 2024年8月6日 @ 6時49分



2.0.3

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