Project Zomboid

Project Zomboid

Another Vehicle Claim System
31件中 21-30 を表示
< 1  2  3  4 >
更新: 2023年5月10日 @ 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.

更新: 2023年5月7日 @ 0時23分

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

更新: 2023年4月22日 @ 2時35分

Fix LastKnownLogonTime not registered properly
Added RebuildDB option in sandbox

更新: 2023年4月20日 @ 6時01分

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

更新: 2023年4月20日 @ 3時44分

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

更新: 2023年4月11日 @ 6時41分

Add modify icon

更新: 2023年4月11日 @ 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.

更新: 2023年4月9日 @ 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

更新: 2023年4月8日 @ 10時50分

Shifted Mule Parts and Trunk Parts to sandbox settings

更新: 2023年4月5日 @ 6時24分

Add Crafting sub mod