Project Zomboid

Project Zomboid

Another Vehicle Claim System
正在显示第 11 - 20 项,共 31 项条目
< 1  2  3  4 >
更新于:2023 年 12 月 4 日 上午 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.

更新于:2023 年 7 月 12 日 上午 1:30

Fixed Vehicles.LowerCondition override, missing return value

更新于:2023 年 6 月 9 日 上午 1:03

Add public permission support for container access addon

更新于:2023 年 6 月 8 日 上午 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.

更新于:2023 年 5 月 25 日 上午 10:07

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

更新于:2023 年 5 月 12 日 上午 1:09

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

更新于:2023 年 5 月 11 日 上午 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.

更新于:2023 年 5 月 11 日 上午 1:50

Fixed user UI to work with new identifier

PS: Sorry for so many small updates. T_T

更新于:2023 年 5 月 11 日 上午 1:41

Fixed wrong variable type for new identifier

更新于:2023 年 5 月 11 日 上午 1:11

Fixed vehicle location update to work with new unique identifier