Hi, I am referring to "road skid and scrub" INsound of StockV8_2017. They are not those in game data-sound-StockCarBrasil, nor TireSurface and nor in Default. Looked also at TMTires...No luck ..
Hello there, StockV8 uses these samples for tires: Code: //ROADNOISE INSIDE \TireSurface\new_effects\roadnoise_37_in.wav //ROADNOISE OUTSIDE \TireSurface\new_effects\ex_road.wav //INSIDE TIRE SCRUB & SKID \TireSurface\new_effects\tire_scrub_21.wav \TireSurface\TIRE_SKID_14.wav //OUTSIDE TIRE SCRUB & SKID \TireSurface\ROAD_SCRUB_CLOSED_1.WAV \TireSurface\ROAD_SKID_CLOSED_1.WAV All three are important as we had changed roadnoise / tire scrub / skid code alot, frequency / volume / load / kick in/out point (for all three ) - all of those are configured per car, previously it was either hardcoded or set from global plr values (which you could only tweak for certain tire / car combo). All of the mentioned sounds above use these values to "blend" into each other smoothly, depending on physics side input.