Project Zomboid

Project Zomboid

Another Vehicle Claim System
Näytetään 1–10 / 31
< 1  2  3  4 >
Päivitys: 8.3. klo 15.05

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.

Päivitys: 5.3. klo 1.03

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

Päivitys: 3.12.2024 klo 10.14

UI now scales with option font size

Päivitys: 2.8.2024 klo 4.10

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

Päivitys: 1.8.2024 klo 9.48

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.

Päivitys: 4.5.2024 klo 4.23

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.

Päivitys: 5.4.2024 klo 6.26

Optimize some codes
Optimize craft recipe
Update Udderly Vehicle Respawn calls

Päivitys: 17.1.2024 klo 12.44

Fix Last Known Logon Time not updated on login

Päivitys: 17.1.2024 klo 12.00

Fix Portuguese Translations

Päivitys: 19.12.2023 klo 0.43

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