Project Zomboid

Project Zomboid

SSR Modpack (UTC+8) [Obsolete]
Showing 11-19 of 19 entries
< 1  >
Update: 19 Apr, 2022 @ 11:46am

ssr-core
- Updated SyncClient (now also handles callbacks for quest system)
- Protected addLineToChat function from possible nullpo
- Timer can be created with add_m and add_s (the former accepts time in minutes, the latter - in seconds)
- Timer on server updates once per in-game minute, timer on client updates once per tick
- GetModIDFromPath now uses backward iteration
ssr-news
- Mail button is now half transparent (opaque on mouse hover) and is created backmost
ssr-private
- DaysOfWeek now accepts numbers from 0 to 7 (both 0 and 7 are Sunday)
- Added ssr-private-e1 plugin (enable it to disable owned safehouse capture)
- Safehouse panel can be moved (position is saved in LayoutManager)

Update: 26 Mar, 2022 @ 8:43am

ssr-core
- Fixed incorrect interval for timer tasks
- Timer tasks can be recurrent and one-time
ssr-private
- Update interval for faction checks changed from 60 mins to 30 mins
- Changed text of console messages
- Factions queued for penalty that successfully recruited more members will be removed from list on the next update
- Made backward iteration for some cycles to avoid possible exceptions

Update: 22 Mar, 2022 @ 8:57am

ssr-core
- Added timer for infrequent operations
ssr-private
- Refactoring and optimization
- Safehouse panel can now be minimized (example[i.imgur.com])
- Added custom safezone support (note: most checks for these zones are disabled)
- Factions that have more safehouses than they can afford, will lose them in 24 hours unless recruit more members (faction leader will be notified on join; different time can be set by changing HoursUntilPenalty value in FWSettings.ini; if value = 0, penalty will happen immediately)
- Many functions unrelated to UI were moved to lua/shared
- You can now alter both point and claim cost calculation formulas (to do that create lua script in lua/shared, add require "Private" and write override functions for Private.getLimit(faction) and Private.getCost(safehouse))
- You can now disable capture of other player's safehouses (to do that create lua script in lua/client and add require "PrivateUI/CaptureUI" and line CaptureGUI.captureEnabled = false;)

Update: 15 Mar, 2022 @ 8:57am

ssr-core
- Removed old functions related to safehouse sync
ssr-private
- Fixed faction members not added to safehouse on claim
- New faction members will be added to claimed safehouses automatically (leader must be online)
- Fixed being unable to claim safehouses on 41.68 (since faction owner no longer listed among common faction members)
- Use SafehouseAllowNonResidential in server options to restrict claim of non residential buildings (41.68+)
- UI tweaks

Update: 28 Feb, 2022 @ 8:25am

ssr-core
- setX override for SafetyUI will be applied only on version 41.65 and below
- ssr-news won't load in singleplayer
ssr-news
- Fixed scrolling of links

Update: 18 Feb, 2022 @ 8:35am

ssr-core
- getCurrentTime and getDeltaTimeInMillis moved to shared
- Removed ISRichTextPanelMod
ssr-examine
- Refactoring and optimization
- Rewrote code for image rendering (now it's lighter and faster)
- Panel no longer upscales images, only downscales
- Added integration with upcoming quest system framework
- Changed description of age check modal
- sampleMod1 is updated
ssr-news
- Removed unnecessary calls of paginate
ssr-private
- Now uses lua function GetCurrentTime (old function from java mod is used for detecting timezone)
- Added DaysOfWeek command (allows you to choose on which days of the week to do raids)

Update: 15 Feb, 2022 @ 7:38am

Changed mod ids to avoid conflicts with main branch

Update: 14 Feb, 2022 @ 8:49am

- Fixed incorrect behaviour on resolution change in ssr-news
- If java mod is not installed, raid-time will be disabled

Update: 11 Feb, 2022 @ 12:56am