Project Zomboid

Project Zomboid

Log Extender
11–18/18 bejegyzés mutatása
< 1  >
Frissítés: 2021. szept. 13. @ 16:11

v0.4.1
Fixed
- Profession is no longer written in the localization language. Used profession type instead of name.

Frissítés: 2021. aug. 19. @ 14:03

v0.4.0
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.

Frissítés: 2021. aug. 19. @ 14:02

Canceled Release

Frissítés: 2019. dec. 1. @ 10:52

v0.3.0
Added
- Add Events.OnEnterVehicle callback. Saves coordinates of the player's entry into the vehicle to `_cmd.txt` log file.
- Add Events.OnExitVehicle callback. Saves player's exit coordinates from vehicle to `_cmd.txt` log file.
- Add Events.EveryHours callback. Makes saving the character to `_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.

Frissítés: 2019. szept. 23. @ 15:16

v0.2.0
Added
- Add global character 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.

Frissítés: 2019. aug. 25. @ 16:34

v0.1.2
Add readme

Frissítés: 2019. aug. 25. @ 9:52

v0.1.1
Add "taken IsoGenerator" line to *_map.txt log file

Frissítés: 2019. aug. 24. @ 17:09

v0.1.0 - Basic implementation