Project Zomboid

Project Zomboid

Another Vehicle Claim System
Mostrando 11-20 de 31 aportaciones
< 1  2  3  4 >
Actualización: 4 DIC 2023 a las 6:40

AnotherVehicleClaimSystemB41AddonContainersAccess - Change method for access restricition. Originally, this simply remove the container visually from players' inventory. If you can't see naturally you can't take the item which also more intuitive to players in general but there are mod like autoloot which can just take the items without seeing. Thus the method changed to restrict the transfer itself. I could put both methods in but I don't want to burden weak PC user so this the current method, you can see but you cannot take.

Actualización: 12 JUL 2023 a las 1:30

Fixed Vehicles.LowerCondition override, missing return value

Actualización: 9 JUN 2023 a las 1:03

Add public permission support for container access addon

Actualización: 8 JUN 2023 a las 7:26

Added Container Access Addon, see Mod ID.

This will restrict access to vehicle containers. You can't customize custom permission on this, yet. This is done via overriding ISInventoryPage:refreshBackpacks() thus is incompatible with any mods that modify this. As this function is called every time you move your character, it can potentially increase CPU overhead on your client.

Actualización: 25 MAY 2023 a las 10:07

Fixed bug for switching seat
Removed Vehicle Repair Overhaul override, use the standalone patch instead

Actualización: 12 MAY 2023 a las 1:09

Fixed admin UI public permissions views
Improved some codes for user UI
Fixed false empty table for user UI

Actualización: 11 MAY 2023 a las 3:33

Handle multiple type of variable
Due to my error, there are now two type of variables, string and number. Now the code will pass the variable as it is so the data can be accessed accordingly.

Actualización: 11 MAY 2023 a las 1:50

Fixed user UI to work with new identifier

PS: Sorry for so many small updates. T_T

Actualización: 11 MAY 2023 a las 1:41

Fixed wrong variable type for new identifier

Actualización: 11 MAY 2023 a las 1:11

Fixed vehicle location update to work with new unique identifier