Project Zomboid

Project Zomboid

Another Vehicle Claim System
Showing 11-20 of 31 entries
< 1  2  3  4 >
Update: 4 Dec, 2023 @ 6:40am

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.

Update: 12 Jul, 2023 @ 1:30am

Fixed Vehicles.LowerCondition override, missing return value

Update: 9 Jun, 2023 @ 1:03am

Add public permission support for container access addon

Update: 8 Jun, 2023 @ 7:26am

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.

Update: 25 May, 2023 @ 10:07am

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

Update: 12 May, 2023 @ 1:09am

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

Update: 11 May, 2023 @ 3:33am

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.

Update: 11 May, 2023 @ 1:50am

Fixed user UI to work with new identifier

PS: Sorry for so many small updates. T_T

Update: 11 May, 2023 @ 1:41am

Fixed wrong variable type for new identifier

Update: 11 May, 2023 @ 1:11am

Fixed vehicle location update to work with new unique identifier