Soon im planning to upload several automation mods and i wanted to know how can i change the vehicle descriptions that are written in the vehicle selector.
i know that, but there is no mention of car description in the .json file { "Name": "car", "Author": "Camshaft Software LTD", "Type": "Automation", "ExporterVersion": 210705, "AutomationVersion": 2107059968, "Weight": 1775, "Power": 1136, "Torque": 1688, "Years": { "min": 2012, "max": 2012 }, "Drivetrain": "AWD", "Transmission": "Manual", "Propulsion": "ICE", "Fuel Type": "Gasoline", "defaultPaintName1": "Default1", "paints": { "Default1": { "baseColor": [ 1, 0, 0, 1 ], "clearcoat": 1, "clearcoatRoughness": 0, "metallic": 1, "roughness": 0.35 }, "Black": { "baseColor": [ 0.01, 0.01, 0.01, 2 ], "clearcoat": 1, "clearcoatRoughness": 0, "metallic": 1, "roughness": 0.35 }, "White": { "baseColor": [ 1, 1, 1, 2 ], "clearcoat": 1, "clearcoatRoughness": 0, "metallic": 1, "roughness": 0.35 }, "Red": { "baseColor": [ 0.7, 0.1, 0.1, 2 ], "clearcoat": 1, "clearcoatRoughness": 0, "metallic": 1, "roughness": 0.35 }, "Blue": { "baseColor": [ 0.1, 0.2, 0.4, 2 ], "clearcoat": 1, "clearcoatRoughness": 0, "metallic": 1, "roughness": 0.35 } } }
Not sure how that works with Automation but try adding this line under 'Type:...' Code: "Description":"Your description here.",
There are 2 descriptions, one in info.json that shows for configs that don't have their own descriptions, and others per config. I have never seen descriptions in pc files though.