Releases: openzomboid/log-extender
Releases · openzomboid/log-extender
v0.4.1
v0.4.0
v0.3.0
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.