Project Zomboid

Project Zomboid

Another Vehicle Claim System
Showing 1-10 of 31 entries
< 1  2  3  4 >
Update: 8 Mar @ 3:05pm

Hide safehouse and faction button
I had the check commented to do UI alignment, it should have hidden the buttons otherwise if user not in safehouse or faction.

Update: 5 Mar @ 1:03am

Fix ISSwitchVehicleSeat
There is a game bug where player enters the vehicle from one door, the game then attempt to change its seat to the target seat but the problem is the character yet to technically enter the vehicle at this point thus such call is invalid.
In any case, need to check for nil object

Update: 3 Dec, 2024 @ 10:14am

UI now scales with option font size

Update: 2 Aug, 2024 @ 4:10am

Smoothen Vehicle ID Transistion
Workaround to fix claim/unclaim label reflecting incorrectly due to delay between server and client

Update: 1 Aug, 2024 @ 9:48am

Deprecated Mule Parts Requirement
Now inherently support all vehicles, including mod vehicles. All vehicle ID will now be registered at the vehicle body's moddata. Mule Parts in sandbox settings is now deprecated and exist only for backwards compatibility, existing save games will have its existing vehicle ID systematically transisted to the body during players' interaction with the said vehicle.

"New Season" or "Fresh Start" server should blank out "Mule Parts" in sandbox setting to reduce unnecessary backwards compatibility check.
Server migrating to another server should backup "Mule Parts" in sandbox setting to maintain backwards compatibility for existing save.

Update: 4 May, 2024 @ 4:23am

Fix initialization orders
Apparently PZ initialize global variable after OnServerCommand but unsure before what, or perhaps OnReceiveGlobalModData is initalized after OnServerCommand. Whichever the case, due to that, "ModData.request" is unnecessary called numerous times when players are connecting thus artificially inflating connecting users' network packet size, should there be any claim or unclaim or moving vehicles ingame.
All events are now initialized on first tick, no longer playing guess work with PZ.

Update: 5 Apr, 2024 @ 6:26am

Optimize some codes
Optimize craft recipe
Update Udderly Vehicle Respawn calls

Update: 17 Jan, 2024 @ 12:44pm

Fix Last Known Logon Time not updated on login

Update: 17 Jan, 2024 @ 12:00pm

Fix Portuguese Translations

Update: 19 Dec, 2023 @ 12:43am

Added Portuguese Translations (Thanks theleo)
Added "Require" condition in addon mods