Project Zomboid

Project Zomboid

SSR: Safehouses Overhaul
Viser 11-20 af 24 forekomster
< 1  2  3 >
Opdatering: 22. mar. 2022 kl. 1:26

- 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;)

Opdatering: 15. mar. 2022 kl. 1:46

- 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

Opdatering: 18. feb. 2022 kl. 0:57

- 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)

Opdatering: 15. feb. 2022 kl. 0:24

If java mod is not installed, raid-time will be disabled

Opdatering: 11. feb. 2022 kl. 0:30

- Replaced function overrides with more safe alternatives
- Updated java mod (see description)

Opdatering: 28. jan. 2022 kl. 2:02

Added lite version of mod (automatic safehouse settings change only)

Opdatering: 4. jan. 2022 kl. 11:34

- It is now possible to accept invites to multiple safehouses
- You can only join safehouses of your faction
- Safehouse owner is no longer displayed in safehouse member list (player count is still weird though)
- Safehouse button in User Panel now shows safehouse list instead of a single instance of SafehouseUI (only safehouses you joined will be displayed unless you're an admin)

Opdatering: 2. jan. 2022 kl. 5:18

- Fixed claim of residential buildings
- Fixed faction members not being added to safehouse list upon claim (only members that are online will be added)
- Fixed safehouse invite function
- Updated code of safehousesUI and factionUI
- Fixed notification about successful safehouse capture being sent twice.
- If safehouse trespassing is enabled outside of a raid time, it will be disabled

Opdatering: 30. dec. 2021 kl. 8:49

- Added compatibility with Build 41
- More options in configuration file:
* Raid times can be disabled
* Only trespassing is allowed during RT by default (Fire and Loot can be enabled in separately)
- Faction gets an additional point once recruited first 3 members
- Fixed behaviour on resolution change
- Other balance changes and minor fixes

Opdatering: 5. feb. 2019 kl. 12:02

Fixed IsSomeoneInside check