Vehicle data · Vehicle Editor guide
Carcols and Carvariations Editor
Edit carcols.meta and carvariations.meta XML, validate syntax, and safely replace siren or modkit IDs.
This feature is a raw XML editor for carcols.meta and carvariations.meta
files found by Scanner. Use it for sirens, light settings, modkits, colors, and
advanced configuration that has no visual form.
Editing workflow
- Scan the workspace.
- Open Carcols.
- Select a file from the dropdown. Its label includes the resource name.
- Edit the XML in the text area.
- Click Validate XML.
- When valid, click Save File.
The validator checks whether the document is well-formed XML through the browser parser. A valid result does not guarantee collision-free IDs or semantically correct GTA V configuration.
Smart Siren / Modkit ID Changer
This tool replaces the target number throughout the active file for these forms:
<id value="..." /><lightSettings value="..." /><sirenSettings value="..." /><audioNameHash value="..." />- non-self-closing
<id value="..."> <Item>...</Item>ID arrays
- Click Smart ID Changer.
- Enter Current ID and New ID.
- Click Replace IDs.
- Review the replacement count and inspect the changed XML.
- Validate and then Save.
Replace only changes the editor buffer until Save is clicked. The operation is textual and does not understand business context; an identical number used for a different purpose can also be replaced.
Risk and verification
Save replaces the file directly without an automatic backup. Copy it before editing. After saving, confirm that:
- the XML remains valid;
- modkit IDs do not conflict with another vehicle/resource;
sirenSettingsandlightSettingsreference the intended entries;carvariations.metastill points to the intended modkit and colors;- lights, sirens, extras, and the mod shop work on a development server.