Location of Elevator sound file

The place to discuss scripting and game modifications for X4: Foundations.

Moderators: Scripting / Modding Moderators, Moderators for English X Forum

panzermuffin
Posts: 3
Joined: Thu, 1. May 25, 16:29
x4

Location of Elevator sound file

Post by panzermuffin »

Hello!

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! :)
User avatar
euclid
Moderator (Script&Mod)
Moderator (Script&Mod)
Posts: 13485
Joined: Sun, 15. Feb 04, 20:12
x4

Re: Location of Elevator sound file

Post by euclid »

If you unpack the cats then you should find anim_elevator_music.wav in sfx>animation. Hope that's what you are looking for.

Cheers Euclid
"In any special doctrine of nature there can be only as much proper science as there is mathematics therein.”
- Immanuel Kant (1724-1804), Metaphysical Foundations of the Science of Nature, 4:470, 1786
panzermuffin
Posts: 3
Joined: Thu, 1. May 25, 16:29
x4

Re: Location of Elevator sound file

Post by panzermuffin »

euclid wrote: Thu, 1. May 25, 21:55 If you unpack the cats then you should find anim_elevator_music.wav in sfx>animation. Hope that's what you are looking for.

Cheers Euclid
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.

It's this "VROOUUUM" sound the elevator makes when you use it. Or is this even an elevator? The thingy you use to get around a station and larger ships.

Edit: Oh my god. I just looked it up and it's not called elevator but transporter room. The file is called "dockingbay_transport_room_movement.wav" and is found in sfx/animation.
MarStrMind
Posts: 95
Joined: Wed, 12. Mar 25, 12:48
x4

Re: Location of Elevator sound file

Post by MarStrMind »

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.
X4 in VR - My guide, reloaded for 2025
panzermuffin
Posts: 3
Joined: Thu, 1. May 25, 16:29
x4

Re: Location of Elevator sound file

Post by panzermuffin »

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.
Faced the exact same problem and looked up how other mods silence sounds (like the "no more npc footsteps" mod):

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>
The transporter is silent now! :)

I uploaded my first mod to Nexus! Here you can find it if you want the transporter on stations and larger ships completely silent: https://www.nexusmods.com/x4foundations/mods/1686
MarStrMind
Posts: 95
Joined: Wed, 12. Mar 25, 12:48
x4

Re: Location of Elevator sound file

Post by MarStrMind »

Great.

I however want to replace the sound, and make it be something else. That does not work for me.
X4 in VR - My guide, reloaded for 2025
sprIder
Posts: 135
Joined: Sat, 3. Jul 10, 23:23
x4

Re: Location of Elevator sound file

Post by sprIder »

Hi MarStrMind,

here you go: https://1drv.ms/u/c/e2c925a25a447951/EZ ... w?e=ZPhwQB

To replace my new sound (which I was able to find quickly):
- Either change the sound file in \new_transporter_room_sound\sfx\animation with a file which has the exact same name.
- or use another file and file name and change additionally in \new_transporter_room_sound\libraries\sound_library.xml the line

Code: Select all

<sample start="extensions\new_transporter_room_sound\sfx\animation\new_transporter_room_movement_sound"/>
to the correct name of the new file.

Hope that helps
MarStrMind
Posts: 95
Joined: Wed, 12. Mar 25, 12:48
x4

Re: Location of Elevator sound file

Post by MarStrMind »

Works. Many thanks.
X4 in VR - My guide, reloaded for 2025

Return to “X4: Foundations - Scripts and Modding”