Skip to content

Components

WhistleWiz edited this page Sep 21, 2024 · 3 revisions

Car Changer provides a bunch of components to help you bring your changes to life. Here's a list of what they are and do.

UseDefaultMaterial

Probably the most important, this allows you to use the default material of a car without having to include it with your mod. It also makes it work with skins.

Source Material

The material you want to use. You can find the list of supported materials of each car here.

Material Object Path

If the material isn't available through the Source Material dropdown, but it exists in the car, you can use this to specify a path to a transform with the material you want. Use RUE (Runtime Unity Editor) to check ingame where your object actually is.

FromInterior

If the path to the material should use the interior object instead of the main car object.

Generate Exploded Material Procedurally

In case the exploded variant of a material isn't available, you can use check this option to procedurally create that material from its corresponding "normal" version.

Clone this wiki locally