Project Zomboid

Project Zomboid

Another Vehicle Claim System
31개 중 11~20개 표시 중
< 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