Project Zomboid

Project Zomboid

Zomboid Forge
Viser 11-20 af 53 forekomster
< 1  2  3  4  5  6 >
Opdatering: 16. aug. 2024 kl. 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]

Opdatering: 13. aug. 2024 kl. 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]

Opdatering: 11. aug. 2024 kl. 20:54



2.0.10

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

[discord.gg]

Opdatering: 11. aug. 2024 kl. 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]

Opdatering: 9. aug. 2024 kl. 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]

Opdatering: 8. aug. 2024 kl. 17:38



2.0.7

Changed:

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

[discord.gg]

Opdatering: 8. aug. 2024 kl. 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")`

Opdatering: 6. aug. 2024 kl. 19:12



2.0.5

Fixed:
  • Error when getting zombies on cursor

Opdatering: 6. aug. 2024 kl. 14:18



2.0.4

Fixed:
  • Error when removing visuals for a zombie

Opdatering: 6. aug. 2024 kl. 6:49



2.0.3

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