Jump to content
  • Sky
  • Blueberry
  • Slate
  • Blackcurrant
  • Watermelon
  • Strawberry
  • Orange
  • Banana
  • Apple
  • Emerald
  • Chocolate
  • Charcoal
JLD95

Astuce pour supprimer le clic de la Class317 UKTS

Recommended Posts

JLD95    286

Bonsoir,

je ne sais pas si vous l'aviez remarqué mais à chaque fois que l'on croisait cet EMU, on entendait 2 clics désagréables.

La solution m'a été donnée par Dave (Waggonz):

 

Editer le fichier Assets\DRB_SimStuff\UK\RailVehicles\Electric\Cl317_1\Sound\DTSO_cab_sound.bin et rechercher DTSO_cab_cntrl

             <SoundComponent>
                <cSoundComponentBlueprint>
                   <ProxyName d:type="cDeltaString">DRB_SimStuff\UK\RailVehicles\Electric\Cl317_1\Sound\DTSO_cab_cntrl</ProxyName>
                   <Type d:type="cDeltaString">RailVehicle</Type>
                </cSoundComponentBlueprint>
             </SoundComponent>



et remplacer par ceci (RailVehicle devient Cab)

             <SoundComponent>
                <cSoundComponentBlueprint>
                   <ProxyName d:type="cDeltaString">DRB_SimStuff\UK\RailVehicles\Electric\Cl317_1\Sound\DTSO_cab_cntrl</ProxyName>
                   <Type d:type="cDeltaString">Cab</Type>
                </cSoundComponentBlueprint>
             </SoundComponent>
Edited by JLD95
  • Like 1

Share this post


Link to post
Share on other sites

×