Project Zomboid

Project Zomboid

Another Vehicle Claim System
Viser 11-20 af 31 forekomster
< 1  2  3  4 >
Opdatering: 4. dec. 2023 kl. 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.

Opdatering: 12. juli 2023 kl. 1:30

Fixed Vehicles.LowerCondition override, missing return value

Opdatering: 9. juni 2023 kl. 1:03

Add public permission support for container access addon

Opdatering: 8. juni 2023 kl. 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.

Opdatering: 25. maj 2023 kl. 10:07

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

Opdatering: 12. maj 2023 kl. 1:09

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

Opdatering: 11. maj 2023 kl. 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.

Opdatering: 11. maj 2023 kl. 1:50

Fixed user UI to work with new identifier

PS: Sorry for so many small updates. T_T

Opdatering: 11. maj 2023 kl. 1:41

Fixed wrong variable type for new identifier

Opdatering: 11. maj 2023 kl. 1:11

Fixed vehicle location update to work with new unique identifier