Skip to content

Releases: openzomboid/log-extender

v0.4.1

13 Sep 23:11
Compare
Choose a tag to compare

Fixed

  • Profession is no longer written in the localization language. Used profession type instead of name.

v0.4.0

19 Aug 22:48
Compare
Choose a tag to compare

Fixed

  • Fixed "taken IsoGenerator" line in *_map.txt log file.

Added

  • Added coordinates to player log.
  • Added profession and skill points to player log in stats section.
  • Added health level and infected information to player log.
  • Added traits to player log.

v0.3.0

01 Dec 19:27
Compare
Choose a tag to compare

Added

  • Add Events.OnEnterVehicle callback. Saves coordinates of the player's entry into the vehicle to {{dd-mm-yy_h-i}}_cmd.txt log file.
  • Add Events.OnExitVehicle callback. Saves player's exit coordinates from vehicle to {{dd-mm-yy_h-i}}_cmd.txt log file.
  • Add Events.EveryHours callback. Makes saving the character to {{dd-mm-yy_h-i}}_player.txt log file every one ingame hour.

Changed

  • Events can be turned on or off in the configuration of the LogExtender object.

Fixed

  • Removed levelup entries from the character’s creation window until the server is fully connected.

v0.2.0

23 Sep 22:24
Compare
Choose a tag to compare

Added

  • Add level to dump player stats.
  • Start writing changelog.

Changed

  • Code refactoring. Create a LogExtender object and define its methods.

Fixed

  • Fix inconsistent levelup event from administrator panel #1.

v0.1.2

26 Aug 00:14
c8de4ec
Compare
Choose a tag to compare
Update workshop.txt