Export your setups as .rcs files or import setups from other users and tools
Select a setup to export as a downloadable .rcs file.
Export all setups as a single archive file. Optionally filter by chassis or surface.
Preview the selected setup before exporting.
Select a setup above to preview its contents.
One-click export for common scenarios.
Upload a .rcs or .json file containing one or more setups.
Paste a raw setup JSON object to import directly.
Import a setup to see results here.
No imports yet this session.
Loading setupsβ¦
The RC Setup (.rcs) format is a JSON-based file format for sharing touring car setups between tools and users.
{
"_export_metadata": {
"version": "1.0",
"exported_at": "2026-06-07T12:00:00+00:00",
"application": "RC Touring Car Expert",
"format": "rcs"
},
"setup": {
"id": "abc12345",
"name": "CS Track - Memorial Day Final",
"chassis_id": "xray-t4-2024",
"track_name": "CS Raceway",
"surface": "asphalt",
"front": {
"spring": "Medium",
"ride_height_mm": 5.0,
"camber_deg": -1.0,
"toe_out_mm": 4.5
},
"rear": {
"spring": "Medium",
"ride_height_mm": 5.4,
"camber_deg": -1.75,
"toe_deg": 1.75
},
"drivetrain": {
"pinion": 38,
"spur": 88,
"fdr": 4.38
}
}
}
{
"_export_metadata": {
"version": "1.0",
"exported_at": "2026-06-07T12:00:00+00:00",
"application": "RC Touring Car Expert",
"format": "rcs-archive",
"count": 3
},
"setups": [
{ "id": "abc12345", "name": "Setup 1", ... },
{ "id": "def67890", "name": "Setup 2", ... },
{ "id": "ghi11111", "name": "Setup 3", ... }
]
}
_export_metadata + setup_export_metadata + setups arraychassis_id or chassis field