Project Zomboid
StatsAPI
1–10 из 20
< 1  2 >
Обновление: 18 ноя. 2024 г. в 15:29

0.4.15
  • Fixed a bug where the hover area for moodle tooltips was too small.
  • Potential fix for the invisible moodle bug.
  • Minor internal restructuring.

Обновление: 12 авг. 2024 г. в 21:36

0.4.14
  • Hopefully fixed a rare bug where a gap could appear between moodles, or certain moodles wouldn't be rendered.
  • Performance improvements

Обновление: 18 мар. 2024 г. в 14:56

0.4.13
  • Experimental change: Moodle rendering should now scale with non-vanilla texture sizes

Обновление: 21 ноя. 2023 г. в 20:06

0.4.12
API Changes
  • CharacterStats.delayToSleep has been replaced with timeUntilSleep, which is a timer until sleep rather than a timestamp (the player will not regain fatigue until it reaches zero)
Bug fixes
  • Fixed fatigue loss while sleeping stopping at midnight

Обновление: 13 ноя. 2023 г. в 15:42

0.4.11
  • Fixed waking up almost instantly when sleeping in multiplayer
  • Fatigue.trySleep now returns the untranslated string as the reason

Обновление: 18 окт. 2023 г. в 11:45

0.4.10
  • Fixed incorrect mapping of MoodleType to lua moodles
    • This caused an issue where characters were never too full to eat.
    • It likely caused some miscellaneous mod incompatibilities too
  • Now ignores characters without a CharacterStats object
    • This means that StatsAPI is disabled for NPCs from NPC mods. This might still cause them to not work properly, but you at least won't be spammed with errors when near NPCs.

Обновление: 26 сен. 2023 г. в 13:50

0.4.9
  • Fixed error when a remote player hits with a weapon in multiplayer
  • Updated Accessible Fields to 1.0.3

Обновление: 18 сен. 2023 г. в 10:02

0.4.8
  • Carry weight is now always rounded down to the nearest integer value, like vanilla
  • Fixed carry weight being affected too much by a character's strength: carry weight modifiers from strength traits were copied over from vanilla, but in vanilla an oversight causes them to never be applied

Обновление: 8 сен. 2023 г. в 11:18

0.4.7
  • Actually fixed the panic bug

Обновление: 5 сен. 2023 г. в 23:17

0.4.6
  • Fixed a bug where panic would skyrocket after surviving for one month