Project Zomboid
SSR: Safehouses Overhaul
Εμφάνιση 11-20 από 24 καταχωρίσεις
< 1  2  3 >
Ενημέρωση: 22 Μαρ 2022 στις 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;)

Ενημέρωση: 15 Μαρ 2022 στις 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

Ενημέρωση: 18 Φεβ 2022 στις 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)

Ενημέρωση: 15 Φεβ 2022 στις 0:24

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

Ενημέρωση: 11 Φεβ 2022 στις 0:30

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

Ενημέρωση: 28 Ιαν 2022 στις 2:02

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

Ενημέρωση: 4 Ιαν 2022 στις 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)

Ενημέρωση: 2 Ιαν 2022 στις 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

Ενημέρωση: 30 Δεκ 2021 στις 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

Ενημέρωση: 5 Φεβ 2019 στις 12:02

Fixed IsSomeoneInside check