- 96
- Poland
Does someone have the Toyota TS020 GT-One by Virtua Simulazioni updated to v1.2-Version by apexxer ?
Can't find the link anymore
https://mega.nz/file/tQtzxR5Q#o27j9VDRtMi1K391wHYx1jsbe5cVAVUnDOkwS1Bp-2E
If I have a mod car who's tail lights glow entirely too much, would I try and fix that by looking at the car's ext_config file or do I need to unpack the data.acd file and look in there? Thanks...
I think if you lower the emissive shader or tweak some other shaders in cm showroom you can lower the glow, but not sure about that.
You have to figure out the name for Your headlights and open the lights.ini, so You would have this:
[LIGHT_0]
NAME=Head_Lights
COLOR=200,200,250
the "COLOR=" numbers are RGB values and balancing them will give You different light colour. 200,200,200 will give You perfect white, 2000,2000,2000 will give same colour but 10x brighter, 20,20,20 10x dimmer.
You can actually fix the cars with headlights/taillights not working by finding out the mesh object name and add new [LIGHT_], but it has to be the next number in Your file (LIGHT_1, LIGHT_2...) and adding [BRAKE_*number*] will make the mesh object glow when You brake.
I hope this helps(^^