Project Zomboid

Project Zomboid

aoqia's zomboid utils
16개 중 1~10개 표시 중
< 1  2 >
업데이트: 2025년 2월 16일 오후 10시 04분
작성자: aoqia

[1.6.0] - 2025-02-17

Added

- Moddata init helper function.

업데이트: 2024년 11월 22일 오전 12시 34분
작성자: aoqia

[1.5.0] - 2024-11-22

Added

- Table deep copy utilities.

업데이트: 2024년 11월 14일 오후 5시 32분
작성자: aoqia

[1.4.4] - 2024-11-15

Fixed

- Debug information wasn't being added to the log file.

업데이트: 2024년 10월 9일 오후 5시 53분
작성자: aoqia

[1.4.3] - 2024-10-10

Added

- Added log file in the `Logs` directory for each logger instance.
- Added date time logging for each line.
- Fixed bug where it wouldn't print to the console at all.

업데이트: 2024년 10월 7일 오후 1시 50분
작성자: aoqia

[1.4.2] - 2024-10-08

Changed

- Put the logger filter at the start of the log line instead of at the end. It looks smexier!!

업데이트: 2024년 10월 6일 오후 5시 52분
작성자: aoqia

업데이트: 2024년 8월 22일 오후 9시 26분
작성자: aoqia

[1.4.0] - 2024-08-23

Added

- Add ModData panel for debugging.
- Add VehicleInfo panel for debugging.

Changed

- Prevented file conflicts by renaming folder paths.

업데이트: 2024년 8월 12일 오후 3시 03분
작성자: aoqia

[1.3.1] - 2024-08-13

Removed

- Removed min function because it's not needed.
- Removed max function because it's not needed.

업데이트: 2024년 8월 11일 오후 4시 22분
작성자: aoqia

[1.3.0] - 2024-08-12

Added

- Added very basic math library implementation.

업데이트: 2024년 8월 8일 오후 1시 58분
작성자: aoqia

[1.2.0] - 2024-08-09

Added

- Added IS_SINGLEPLAYER constant.
- Added IS_COOP constant.