[MOD] Silence police sirens

The place to discuss scripting and game modifications for X Rebirth.

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

Nebogloee
Posts: 69
Joined: Sat, 18. Aug 07, 00:15
x3tc

[MOD] Silence police sirens

Post by Nebogloee »

We all know there is no sound in space. I can explain away most of the sfx in X. Ship engine ambient sounds are due to engine emitted electromagnetic pulses hitting the hull. Player guns reverberate through the ship, getting hit as well. Sounds from hitting an object with your guns are due once again to em/plasma/explosive shockwaves (I know, but it is sufficiently sci-fi enough). Enemies weapons don't make much sense, but the awareness it provides is nice and they do not break immersion.

But the police sirens do. Its bad that you have to hear them around stations, but ever worse is when you dock and walk around a station and *still* hear that cop that is parked right next to the station. It is too silly.

This mod is a diff to change the siren to dummysilence.

INSTALLATION:
Download the extension from the link below.
Decompress no_siren.zip
Create an "extensions" folder in the Rebirth program directory if it does not already exist.
Copy the "no_siren" folder into the "extensions folder.
Start Rebirth. You can check to see if the mod is enabled from the "extensions" main menu option.

[ external image ]
Download

Code: Select all

 <diff>
	<replace sel="/soundlibrary/sound[@id='ship_mt_police_siren']/sample"> 
		<sample start="sfx\ambient\dummysilence" />
	</replace>

</diff>
 

Enjoy the serenity.
Last edited by Nebogloee on Tue, 19. Nov 13, 01:11, edited 3 times in total.
Idenwen
Posts: 13
Joined: Sat, 16. Nov 13, 23:42
x4

Post by Idenwen »

Nice one. Thanks :)
monsto
Posts: 64
Joined: Sat, 16. Nov 13, 07:31

Post by monsto »

I award you 7 internets . . . 1 for each finger.
Nebogloee
Posts: 69
Joined: Sat, 18. Aug 07, 00:15
x3tc

Post by Nebogloee »

Apparently this didn't work, so I just created a diff that redirects the siren sample to dummysilence. Link above is updated. I tested and it works.
Leszek
Posts: 37
Joined: Wed, 6. Nov 02, 20:31
x4

Post by Leszek »

This function could be useful as a radar detector for avoiding police scanning, but with less aggressive sound.
Nebogloee
Posts: 69
Joined: Sat, 18. Aug 07, 00:15
x3tc

Post by Nebogloee »

The real problem is that the sound is run from "ambiance" on the mt police ship, so most of the time you hear it, they are not scanning you, but are just close to you. A really pleasant sound fx would have to be found or else it will just get repetitive and annoying.

Return to “X Rebirth - Scripts and Modding”