Project Zomboid
Log Extender
Εμφάνιση 11-18 από 18 καταχωρίσεις
< 1  >
Ενημέρωση: 13 Σεπ 2021 στις 16:11

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

Ενημέρωση: 19 Αυγ 2021 στις 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.

Ενημέρωση: 19 Αυγ 2021 στις 14:02

Canceled Release

Ενημέρωση: 1 Δεκ 2019 στις 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.

Ενημέρωση: 23 Σεπ 2019 στις 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.

Ενημέρωση: 25 Αυγ 2019 στις 16:34

v0.1.2
Add readme

Ενημέρωση: 25 Αυγ 2019 στις 9:52

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

Ενημέρωση: 24 Αυγ 2019 στις 17:09

v0.1.0 - Basic implementation