Project Zomboid

Project Zomboid

Mod Update and Alert System
Showing 11-20 of 26 entries
< 1  2  3 >
Update: 18 Jan @ 11:04pm

Hotfix: Issue with loading game breaking the UI.

Update: 18 Jan @ 7:22pm

Issue with vanilla UI causing problems, commented out problematic lines.

Update: 18 Jan @ 6:33pm

Remastered the UI to be more streamlined based on feedback:
- No longer separate mod-alert and drop message.
- The first alert will remain a message about supporting modding, the rest will be customizable alerts per mod.
- The alert symbol will be marked red when new alerts are found, to be cleared as they are read-through.
- Subsequent reloads will mark all alerts as old.
- Added more UI to allow for scrolling forward/back along the alerts list.

The system has been remastered into a true API - so that any mod-author can make use of it:
- As before only requires mod-author to include a ChangeLog.txt (Now expected in /common/ for B42+, as before /media/ for B41-)
- Also supports the use of a changelog.md file if a changelog.txt file is not present, see `ChangeLog.md` for that format. (Suggestion: Omar)
- Alerts support programmable buttons by the mod's respective author.
- Well known sites are color-coded and override a provided title with a logo.
- Sites that do not start with: `https://steamhost.cn/steamcommunity_com`, `https://projectzomboid.com`, `https://theindiestone.com`, require Steam's link filter: `https://steamhost.cn/steamcommunity_com/linkfilter/?u=`.
See: `ChangeLog.txt` and `ChangeLog.md` entry: ALERT_CONFIG for an example.

Fixes: Anchored UI to handle screen size changes.

Update: 30 Dec, 2024 @ 6:40am

- Fixed issue with un-collapsing sometimes not respecting the dropMessage's status.

Update: 23 Dec, 2024 @ 5:03pm

- Fixed issue with hiding the system.

Update: 22 Dec, 2024 @ 10:50pm

- Fixed issues with B41/B42 not able to mutually read change logs.
- Moved changelog's placement into `common`

Update: 22 Dec, 2024 @ 7:50pm

- Correct other usage of workshopID

Update: 22 Dec, 2024 @ 7:39pm

- Fixes issue with upload

Update: 22 Dec, 2024 @ 7:05pm

- B42 Update.

Update: 24 Nov, 2024 @ 4:07pm

- Fixes edge case with update logs.