I just wanted to respond on here. I absolutely love this car. My main issue was with the sound. I use headphones and the included engine noise was extremely loud/harsh. In addition, I had to go kind of section by section, but on the external view, there was a high pitch squeal occurring. I ended up finding that it was the roadnoise33 sample. There must be something in that sound file that as it ramps up goes high pitched, but its high enough pitch, maybe some people can't hear it.
In addition to deleting the sound line that pertains to roadnoise33 in outside view, I also changed the sound settings in the following areas, although sometimes I get a weird high pitched artifact near redline on external view. These sound updates have made my hearing fatigue go away while using the car and I just love to drive it now!
// ENGINE SOUNDS (INSIDE)
VS_INSIDE_POWER_ENGINE_1=TC_Classics\boxer_4\b4_in_on_idle
VS_INSIDE_POWER_ENGINE_2=TC_Classics\boxer_4\b4_in_on_low
VS_INSIDE_POWER_ENGINE_3=TC_Classics\boxer_4\b4_in_on_max
VS_INSIDE_POWER_ENGINE_4=TC_Classics\boxer_4\b4_in_on_max
VS_INSIDE_COAST_ENGINE_1=TC_Classics\boxer_4\b4_in_on_idle
VS_INSIDE_COAST_ENGINE_2=TC_Classics\boxer_4\b4_in_off_low
VS_INSIDE_COAST_ENGINE_3=TC_Classics\boxer_4\b4_in_off_mid
VS_INSIDE_COAST_ENGINE_4=TC_Classics\boxer_4\b4_in_off_max
// ENGINE SOUNDS (OUTSIDE)
VS_OUTSIDE_POWER_ENGINE_1=2.0,TC_Classics\boxer_4\ex_b4_on_idle
VS_OUTSIDE_POWER_ENGINE_2=2.0,TC_Classics\boxer_4\ex_b4_on_low
VS_OUTSIDE_POWER_ENGINE_3=2.0,TC_Classics\boxer_4\ex_b4_on_high_2
VS_OUTSIDE_COAST_ENGINE_1=TC_Classics\straight_4\l4_off_very_low
VS_OUTSIDE_COAST_ENGINE_2=TC_Classics\straight_4\l4_ex_off_low
VS_OUTSIDE_COAST_ENGINE_3=TC_Classics\straight_4\l4_ex_off_mid
// coast inside
EngRPMCoastInside=(0, 1.00, 2543.00, 1500.00) // zero-based engine number, minimum RPM, maximum RPM, natural RPM at which sample was recorded
EngRPMCoastInside=(1, 1880.00, 4500.00, 2685.45)
EngRPMCoastInside=(2, 3000.00, 5800.00, 3480.60)
EngRPMCoastInside=(3, 5300.00, 8000.00, 6500.90)
// power inside
EngRPMPowerInside=(0, 1.00, 2000.00, 1500.00) // zero-based engine number, minimum RPM, maximum RPM, natural RPM at which sample was recorded
EngRPMPowerInside=(1, 1300.00, 5000, 3200.00)
EngRPMPowerInside=(2, 3000.00, 7700.00, 6600.00)
EngRPMPowerInside=(3, 7300.00, 10000.00, 6600.00)
// coast outside
EngRPMCoastoutside=(0, 100.00, 2543.00, 1500.00) // zero-based engine number, minimum RPM, maximum RPM, natural RPM at which sample was recorded
EngRPMCoastoutside=(1, 1880.00, 3739.00, 3485.45)
EngRPMCoastoutside=(2, 3634.00, 9000, 4780.00)
EngRPMCoastoutside=(3, 8000, 10000.00, 7370.00)
// power outside
EngRPMPoweroutside=(0, 100.00, 2800.00, 1500.00) // zero-based engine number, minimum RPM, maximum RPM, natural RPM at which sample was recorded
EngRPMPoweroutside=(1, 1880.00, 3739.00, 3300.00)
EngRPMPoweroutside=(2, 2750.00, 7700.00, 5350.00)
EngRPMPoweroutside=(3, 7300.00, 10000.00, 6000.00)