Project Zomboid

Project Zomboid

[B42] HDCP Immersive Vehicle Paint
 This topic has been pinned, so it's probably important
Hideks  [developer] 18 Apr @ 2:22am
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.
Last edited by Hideks; 8 May @ 8:00pm