Project Zomboid

Project Zomboid

Log Extender
Showing 1-10 of 18 entries
< 1  2 >
Update: Jun 2, 2024 @ 4:19pm

## [v0.12.0] - 2024-06-03
Fixed
- Fixed empty objName value in map_alternative log record. When player picked up IsoThumpable, placed and destroyed it LogExtender added line with empty objName value.
- Fixed bug when vehicle detach log contained same vehicle twice.
- Fixed error after destroy IsoRadio and IsoTelevision from Brush Tool with Sledgehammer.

Added
- Added brush tool logs to `brushtool.txt` file.
- Added vehicle admin and cheat logs to `admin.txt` file.
- Added safehouse admin and cheat logs to `admin.txt` file.

Changed
- Marked as deprecated fuctions `writeLog`, `getLogLinePrefix`, `getLocation`, `getPlayerSafehouses`, `getPlayerPerks`, `getPlayerTraits`, `getPlayerStats`, `getPlayerHealth`, `getVehicleInfo` on LogExtenderClient. This functions copied to logutils and will be REMOVED on next update! Modders, please use this functions from new location `logutils`.
- Changed function `logutils.getPlayerSafehouses` behavior - field `Owner` now is an array.
- Changed behavior of `player.txt` log file writing - field `Owner` now is an array.
- Moved client logs to separated files loggers.

Update: Dec 21, 2022 @ 8:48pm

## [v0.11.1] - 2022-12-22
Fixed
- Fixed IsoTelevision ISDestroyStuffAction action.

Added
- Added pickup action to map_alternative.txt log file.

Update: Dec 12, 2022 @ 6:28pm

## [v0.11.0] - 2022-12-13
Fixed
- Fixed PVP hit logs. Sometimes mod writes hit user logs when player is already dead.

Added
- Added traps pick upping logs to map log file.
- Added alternative destroying logs with sledge.
- Added alternative disassemble logs with tools.
- Added crafting logs.
- Added logs for add item action from ISCraftingUI panel in debug mode.

Update: Jul 7, 2022 @ 7:30pm

## [v0.10.0] - 2022-07-08
Added
- Added player hit record to pvp log file.
- Added change safehouse owner action to safehouse log file.
- Added logs for send safehouse invite action.

Update: Jun 8, 2022 @ 6:29pm

## [v0.9.0] - 2022-06-09
Added
- Added logs for admin add item actions from ISItemsListTable panel.
- Added logs for admin remove item and get item actions from ISPlayerStatsManageInvUI panel.
- Added logs for admin teleports.

Removed
- Removed v41.65 supporting.

Update: Feb 26, 2022 @ 12:58pm

## [v0.8.0] - 2022-02-26
Fixed
- Fixed logger for 41.66 build.

Update: Feb 24, 2022 @ 12:57pm

## [v0.7.1] - 2022-02-24
Fixed
- Fixed safehouse detection on actions `take safehouse` and `release safehouse` by /releasesafehouse chat command.

Update: Feb 23, 2022 @ 12:55pm

## [v0.7.0] - 2022-02-23
Fixed
- Fixed vehicles JSON-format output.

Added
- Added serverside config to Sandbox options.
- Added safehouse events.

Changed
- Field `hours` is rounded to two decimal places in stats section of `_player.txt` log file.
- Field `health` is rounded to the nearest integer in health section of `_player.txt` log file.

Removed
- Removed fields `level` and `skill_points` from `_player.txt` log file. Not actual for b41.
- Removed deprecated Vehicle enter and exit events in `_cmd.txt` log file.

Update: Jan 20, 2022 @ 1:00am

## [v0.6.0] - 2022-01-20
Fixed
- Fixed display of safehouse membership in player log.

Added
- Added vehicle enter and exit events contained vehicle id, type and center coordinate to `_player.txt` log file.
- Added vehicle attach and detach events to `_player.txt` log file.
- Added ovens and microwaves toggle event to `_cmd.txt` log file.
- Added campfire added and taken events to `_map.txt` log file.
- Added campfire light and extinguish events to `_cmd.txt` log file.

Changed
- Vehicle enter and exit events marked as deprecated in `_cmd.txt` log file. This events will be removed in future releases.

Update: Dec 13, 2021 @ 7:03pm

v0.5.0
Fixed
- Fix for 41 mp build - remove skill points if PZ major version is 41.