I find the sound of the elevator a bit grating and am trying to replace it with a silent soundfile.
But I'm unable to find the actual soundfile - where can I find it / what's the name of the file? Or are there several files played together?
Thanks!

Moderators: Scripting / Modding Moderators, Moderators for English X Forum
Thank you so much for your answer! It's great music and should be an actual vaporwave song, but unfortunately it's not the soundfile I'm looking for.
Faced the exact same problem and looked up how other mods silence sounds (like the "no more npc footsteps" mod):MarStrMind wrote: ↑Fri, 2. May 25, 09:24 Funnily enough I have also been looking to replace that sound, and found that same sound file. However packing it in loose files, or in a cat with ext_01 in a small mod folder, does not replace the sound. It continues to play the "Vrooom" sound.
Code: Select all
<?xml version="1.0" encoding="UTF-8"?>
<diff xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<replace sel="/soundlibrary/sound[@id='dockingbay_transport_room_movement']">
<volume start="0" distance="0.10"/>
</replace>
</diff>
Code: Select all
<sample start="extensions\new_transporter_room_sound\sfx\animation\new_transporter_room_movement_sound"/>