← Back to tutorials
Carbin

Assigning Paint Groups and Car Paint

Make a swapped part paintable in-game by assigning it a paint group and syncing its material indices.

12 min read

Switching a material to car paint is not enough on its own — for a part to be paintable in-game it must be assigned a paint group. This trips up almost everyone doing their first body-part swap.

The rule

A part can use a car-paint material, but if you want to actually paint it in game, it needs a paint group assigned. "Car paint material" and "paintable" are two different things.

Assigning a paint group

This is done in the Carbin editor, in the Material Indices section:

  1. Open the carbin and find the part you want to make paintable.
  2. Scroll down in that part's entry to Material Indices.
  3. If you did a material swap, sync it first: click the button in the **top

right** of the Material Indices section, then click the part again so the materials sync.

  1. If the material you're changing is carpaint secondary, the list of

available paint groups is on the right side — pick the group you want.

Fixing broken paint after a rotation or swap

Community-confirmed gotchas:

  • Rotating a car-paint part can break its paint while a plain plastic part in

the same operation is unaffected. If paint breaks after a transform, re-check the material indices sync.

  • Changing a part to carpaint can appear as "evil blue" or break a neighbouring

part (e.g. a wing you never touched) if paint IDs aren't set correctly — there is more than one value involved, so sync the indices rather than editing a single field by hand.

NOTE

If you just want a non-paintable finish, you don't need a paint group at all — use a plain material. For pure black, a "frame" material works; for ordinary plastic, any plastic mgl material is fine.

Source

Step-by-step procedure given by varsinity in the Forza Mods Discord; consistent with the v0.9.2.x manufacturer-colour fixes in the release notes.

Written against Studio v0.9.2.2. Spotted a mistake? Corrections are welcome on the Forza Mods Discord.

Want to contribute a tutorial?

Guides are community-written. Share yours on the Discord or open a pull request on GitHub.