Very nice job
@lorelord, the Spider is a lot of fun in spec races.
You mentioned fixes so I guess you're looking for bug reports when you wake up?
(I tried to fix some of these for you in the meantime but the data is encrypted)
- floating digits on the LCD lap timer, need z-adjustment to seat them on the face of the display
- flipped mirror reflections (can be corrected with a mirror app, but really needs fixing at source)
- dipping the headlights turns the headlights off completely
- front blinkers in the headlight cluster don't light up
- rear blinkers light the whole lens, as do brake lights. Be good if the rear light meshes were split so the blinker/lights/brake portions light up appropriately
- the black casing of the rear number plate light illuminates, not just the lens. Mesh needs splitting like the rear lights?
- the rear number plate doesn't actually get illuminated when the lights are on
- LoD D is missing
Sorry about the long list, but hope this helps..!
Edit: front blinkers I could access, add this to the config (or ignore, I don't mind):
[EMISSIVE_TURNSIGNAL_RIGHT_...]
NAME = 013-0-13
COLOR = 255, 128, 0, 5
OFF_COLOR = 0, 0, 0, 1
LAG = 0.4
SIMULATE_HEATING = 0.3
LOCATION = Front
CAST_LIGHT = 1
[EMISSIVE_TURNSIGNAL_LEFT_...]
NAME = 016-0-16
COLOR = 255, 128, 0, 5
OFF_COLOR = 0, 0, 0, 1
LAG = 0.4
SIMULATE_HEATING = 0.3
LOCATION = Front
CAST_LIGHT = 1
(or just add 013-0-13 to the existing [EMISSIVE_TURNSIGNAL_RIGHT_...] and 016-0-16 to the existing [EMISSIVE_TURNSIGNAL_LEFT_...], the values are the same)
EDIT: forgot to look why the dipped headlights were turning off - sorry