Project Zomboid

Project Zomboid

Another Vehicle Claim System
Viser 21-30 af 31 forekomster
< 1  2  3  4 >
Opdatering: 10. maj 2023 kl. 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.

Opdatering: 7. maj 2023 kl. 0:23

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

Opdatering: 22. apr. 2023 kl. 2:35

Fix LastKnownLogonTime not registered properly
Added RebuildDB option in sandbox

Opdatering: 20. apr. 2023 kl. 6:01

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

Opdatering: 20. apr. 2023 kl. 3:44

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

Opdatering: 11. apr. 2023 kl. 6:41

Add modify icon

Opdatering: 11. apr. 2023 kl. 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.

Opdatering: 9. apr. 2023 kl. 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

Opdatering: 8. apr. 2023 kl. 10:50

Shifted Mule Parts and Trunk Parts to sandbox settings

Opdatering: 5. apr. 2023 kl. 6:24

Add Crafting sub mod