Project Zomboid
Another Vehicle Claim System
Εμφάνιση 21-30 από 31 καταχωρίσεις
< 1  2  3  4 >
Ενημέρωση: 10 Μαϊ 2023 στις 4:51

Changed unique identifier
This will not affect vehicles which already have their own identifiers, this change will apply to new vehicles that yet to have their own identifier.

This is necessary due to identifier based on the game getSqlId() might become inconsistent due to server crashes which can end up with the mod registering the claim but due to server crash, the vehicle itself is not saved in the game vehicleDB thus become non-existence. As the mod already registered the claim, new vehicle which spawned after will get the said SQL ID therefore illegitimately become claimed.

The new identifier will now tag UNIX timestamp alongside with getSqlId(), providing a stronger unique identifier, this will prevent future similar problems occurring due to server crashes.

Ενημέρωση: 7 Μαϊ 2023 στις 0:23

Rewrote claim timeout logic
Fixed claim timeout calls
Fixed some translations and coding comments
Fixed some bad coding logic

Ενημέρωση: 22 Απρ 2023 στις 2:35

Fix LastKnownLogonTime not registered properly
Added RebuildDB option in sandbox

Ενημέρωση: 20 Απρ 2023 στις 6:01

Fixed Admin UI scrollbar
Fixed Admin UI error on nameless vehicles
Fixed Admin UI line drawing

Ενημέρωση: 20 Απρ 2023 στις 3:44

Added Admin UI
Fixed Client UI bugs
Updated some translations
Added sandbox for optional claim orb

Ενημέρωση: 11 Απρ 2023 στις 6:41

Add modify icon

Ενημέρωση: 11 Απρ 2023 στις 5:56

Fixed User Vehicle Manager UI not displaying faction and safehouse vehicles properly due to members not having vehicle
Fixed Mysterious Vehicle Claim Orb count in context menu
Changed some translations
Added customizable public permissions for claimed vehicles

PS: Yes, need a new icon for the modify button.

Ενημέρωση: 9 Απρ 2023 στις 9:40

Client-side now uses global variables thus no longer stores global mod data
Client-side will now be synced with last logon time which will also fix first claim related bug display on user UI
With last logon time synced, will now display accurate expire time
You can now switch views on Preview UI with right click
Server-side no longer force sync everybody due to one culprit, the culprit will be force synced instead
Reduce some codes redundancy
Standardize coding naming convention for IS actions

Ενημέρωση: 8 Απρ 2023 στις 10:50

Shifted Mule Parts and Trunk Parts to sandbox settings

Ενημέρωση: 5 Απρ 2023 στις 6:24

Add Crafting sub mod