What of these audio files StockV8_2017 use ?

Discussion in 'Automobilista - General Discussion' started by sinarca, Nov 21, 2018.

  1. sinarca

    sinarca New Member

    Joined:
    Jun 19, 2016
    Messages:
    29
    Likes Received:
    2
    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 ..
     
    Last edited: Nov 21, 2018
  2. Domagoj Lovric

    Domagoj Lovric Moderator Staff Member

    Joined:
    Feb 15, 2016
    Messages:
    1,092
    Likes Received:
    1,225
    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.
     
    • Like Like x 1
  3. sinarca

    sinarca New Member

    Joined:
    Jun 19, 2016
    Messages:
    29
    Likes Received:
    2
    Thanks1000 !
     

Share This Page