I've found a solution. There is a way to use the old driver models so that these gloves and suits can be used again. Kunos left the old driver models in the sdk folder. The only thing that has to be done is copy the driver that is used in the mod (for example "driver.kn5") to the "assettocorsa/content/driver"-folder and rename that to for example "f12015_driver.kn5". Then for every car that has to use that driver model, go into the "car/data"-folder and edit "driver3d.ini", there the first 2 lines should be:
Code:
[MODEL]
NAME=driver
Rename this to:
Code:
[MODEL]
NAME=f12015_driver
Afterwards, the gloves and suits will appear again in AC. If your mod already has a custom driver, it should automatically show the gloves and suits. If you don't have the data folder you can extract it from "data.acd" with tools to be found online (just Google "acd extractor assetto corsa").