Project Zomboid

Project Zomboid

[B42] HDCP Immersive Vehicle Paint
 此主題已被置頂,因此它可能很重要
Hideks  [開發人員] 4 月 18 日 上午 2:22
For modders
To make this mod support your vehicles, add the lines below to an existing or new file inside media/lua/shared:

if getActivatedMods():contains("\\ImmersiveVehiclePaint") then ImmersiveVehiclePaint.includeVehicles({ "Base.Car1", "Base.Car2", "Base.Car3", }) end

Replace "Base.Car1", "Base.Car2" and "Base.Car3" with your vehicle IDs.

The mod calculates processing time and the amount of required items based on the vehicle's dimensions (x, y, z). Use a vanilla car as a reference.
最後修改者:Hideks; 5 月 8 日 下午 8:00