Project Zomboid

Project Zomboid

Log Extender
18개 중 11~18개 표시 중
< 1  >
업데이트: 2021년 9월 13일 @ 오후 4시 11분

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

업데이트: 2021년 8월 19일 @ 오후 2시 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.

업데이트: 2021년 8월 19일 @ 오후 2시 02분

Canceled Release

업데이트: 2019년 12월 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.

업데이트: 2019년 9월 23일 @ 오후 3시 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.

업데이트: 2019년 8월 25일 @ 오후 4시 34분

v0.1.2
Add readme

업데이트: 2019년 8월 25일 @ 오전 9시 52분

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

업데이트: 2019년 8월 24일 @ 오후 5시 09분

v0.1.0 - Basic implementation