Skip to content
View in the app

A better way to browse. Learn more.

LCPDFR.com

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Updated Siren Hashes for ELS - 2021 2021

(1 review)

1 Screenshot

Simple updated data file to reference if you want to add multiple sirens to your game for different departments. There are several floating around for older versions of the game, but the information has since changed. 

 

Airhorn
AIRHORN_EQD - Generic Bullhorn                    ELS Config - SIRENS_AIRHORN

 
Police Bike
SIREN_WAIL_03 - PoliceB Main                         ELS Config - RESIDENT_VEHICLES_SIREN_WAIL_03
SIREN_QUICK_03 - PoliceB Secondary            ELS Config - RESIDENT_VEHICLES_SIREN_QUICK_03

 
FIB
SIREN_WAIL_02 - FIB Primary                          ELS Config - RESIDENT_VEHICLES_SIREN_WAIL_02
SIREN_QUICK_02 - FIB Secondary                   ELS Config - RESIDENT_VEHICLES_SIREN_QUICK_02

 
Police
SIREN_PA20A_WAIL - Police Primary              ELS Config - VEHICLES_HORNS_SIREN_1
SIREN_2 - Police Secondary                            ELS Config - VEHICLES_HORNS_SIREN_2
POLICE_WARNING     - Police Warning            ELS Config - VEHICLES_HORNS_POLICE_WARNING

  
Ambulance
SIREN_WAIL_01 - Ambulance Primary                       ELS Config - RESIDENT_VEHICLES_SIREN_WAIL_01
SIREN_QUICK_01 - Ambulance Secondary                ELS Config - RESIDENT_VEHICLES_SIREN_QUICK_01
AMBULANCE_WARNING - Ambulance Warning        ELS Config - VEHICLES_HORNS_AMBULANCE_WARNING


Fire Trucks
FIRE_TRUCK_HORN - Fire Horn                              ELS Config - VEHICLES_HORNS_FIRETRUCK_WARNING
SIREN_FIRETRUCK_WAIL_01 - Fire Primary           ELS Config - RESIDENT_VEHICLES_SIREN_FIRETRUCK_WAIL_01
SIREN_FIRETRUCK_QUICK_01 - Fire Secondary    ELS Config - RESIDENT_VEHICLES_SIREN_FIRETRUCK_QUICK_01

 

Example:

If you wanted a separate siren for your fire truck, you would name your siren SIREN_FIRETRUCK_WAIL_01.wav and put in the vehicles folder and then import into OpenIV using the video below.

 

Then, change the following line in your ELS VCF Sounds section (you will have to do this for each vehicle if you don't want to use the standard siren)

 

<SrnTone1 AllowUse="true" AudioString="RESIDENT_VEHICLES_SIREN_FIRETRUCK_WAIL_01" />

 

** Updating your VCF is essential if you want to hear the new siren for that vehicle in game. **

 

----------------------------

 

Not sure how to install new sirens? Check out Benzo's video.

 

 

Jump into discord if you have any questions?

https://discord.gg/jvUuhhcNgJ


Short Description

*For Reference Only* Nothing to install with this download.

User Feedback

Recommended Comments

Wolf Designs

Members

Yet Siren04 / Granger Siren is still unusable 

Nazdravi412

Members Author

6 minutes ago, Squad 65YT said:

Yet Siren04 / Granger Siren is still unusable 

Yeah man, I tried figuring it out for a while last night, but couldn't get anywhere with it. 

Wolf Designs

Members

6 hours ago, Nazdravi412 said:

Yeah man, I tried figuring it out for a while last night, but couldn't get anywhere with it. 

Yeah I know. Its weird 

Nazdravi412

Members Author

1 hour ago, GavAttack said:

Thank you! I can now make my LSPD vehicles not sound like CHP.

Yeah man! I have 5 sirens installed currently: LSPD, CHP/State, Fire, Ambulance, and Police Bike 🙂 It's nice knowing what is responding without even looking now.

9032AP

Members

(edited)

Hi there, thank you for posting this so that all of us can make good use of the full-multi-siren capability of ELS.
However I have an issue happened on my side regarding the "Secondary tones from different siren" ,that uses non-main-siren slots, sounds so much different in game.

 

I added a Japanese siren by using the following slots:

-VEHICLES_HORNS_FIRETRUCK_WARNING

-RESIDENT_VEHICLES_SIREN_WAIL_01

-RESIDENT_VEHICLES_SIREN_QUICK_01

-RESIDENT_VEHICLES_SIREN_WAIL_02

-RESIDENT_VEHICLES_SIREN_FIRETRUCK_WAIL_01

-RESIDENT_VEHICLES_SIREN_FIRETRUCK_QUICK_01

 

ELS is able to read all those files in game but it all sounds weird as they have a much lower pitch than they should.
Any ideas what went wrong and is it possible to fix?
I will be grateful for any help you can provide.

Edited by Officer Mikie

Nazdravi412

Members Author

3 hours ago, Officer Mikie said:

Hi there, thank you for posting this so that all of us can make good use of the full-multi-siren capability of ELS.
However I have an issue happened on my side regarding the "Secondary tones from different siren" ,that uses non-main-siren slots, sounds so much different in game.

 

I added a Japanese siren by using the following slots:

-VEHICLES_HORNS_FIRETRUCK_WARNING

-RESIDENT_VEHICLES_SIREN_WAIL_01

-RESIDENT_VEHICLES_SIREN_QUICK_01

-RESIDENT_VEHICLES_SIREN_WAIL_02

-RESIDENT_VEHICLES_SIREN_FIRETRUCK_WAIL_01

-RESIDENT_VEHICLES_SIREN_FIRETRUCK_QUICK_01

 

ELS is able to read all those files in game but it all sounds weird as they have a much lower pitch than they should.
Any ideas what went wrong and is it possible to fix?
I will be grateful for any help you can provide.

Do you have a link to the sirens so I can take a look at? It could just be those files, but who knows. Also, can you paste what you have in that vehicles <sounds></sounds> container?

 

ie like this:

 

<SOUNDS>
        <MainHorn InterruptsSiren="false" AudioString="SIRENS_AIRHORN" />
        <ManTone1 AllowUse="true" AudioString="VEHICLES_HORNS_SIREN_1" />
        <ManTone2 AllowUse="true" AudioString="VEHICLES_HORNS_SIREN_2" />
        <SrnTone1 AllowUse="true" AudioString="VEHICLES_HORNS_SIREN_1" />
        <SrnTone2 AllowUse="true" AudioString="VEHICLES_HORNS_SIREN_2" />
        <SrnTone3 AllowUse="true" AudioString="VEHICLES_HORNS_POLICE_WARNING" />
        <SrnTone4 AllowUse="false" AudioString="VEHICLES_HORNS_POLICE_WARNING" />
        <AuxSiren AllowUse="true" AudioString="VEHICLES_HORNS_SIREN_1" />
        <PanicMde AllowUse="true" AudioString="VEHICLES_HORNS_POLICE_WARNING" />
    </SOUNDS>

9032AP

Members

(edited)

43 minutes ago, Nazdravi412 said:

Do you have a link to the sirens so I can take a look at? It could just be those files, but who knows. Also, can you paste what you have in that vehicles <sounds></sounds> container?

 

ie like this:

 

<SOUNDS>
        <MainHorn InterruptsSiren="false" AudioString="SIRENS_AIRHORN" />
        <ManTone1 AllowUse="true" AudioString="VEHICLES_HORNS_SIREN_1" />
        <ManTone2 AllowUse="true" AudioString="VEHICLES_HORNS_SIREN_2" />
        <SrnTone1 AllowUse="true" AudioString="VEHICLES_HORNS_SIREN_1" />
        <SrnTone2 AllowUse="true" AudioString="VEHICLES_HORNS_SIREN_2" />
        <SrnTone3 AllowUse="true" AudioString="VEHICLES_HORNS_POLICE_WARNING" />
        <SrnTone4 AllowUse="false" AudioString="VEHICLES_HORNS_POLICE_WARNING" />
        <AuxSiren AllowUse="true" AudioString="VEHICLES_HORNS_SIREN_1" />
        <PanicMde AllowUse="true" AudioString="VEHICLES_HORNS_POLICE_WARNING" />
    </SOUNDS>

Of course I did, if not then how could I have every tones loaded?

And for the ELS xml, here you have it.
lexgs350f.xml


The siren audio has no problem at all I had checked it for many times but in case you need to know then you may wanna look at this:

I grabbed the Police 4-second Wail, intersetion Warning, manual Wail, Wail winddown, Ambulance Hi-lo and the car horn (in total of 6 tones) from the pack, did some fine adjustment using limiter settings in Audacity and renamed the name/hash as the ELS.xml file. My own Fed Sig Smart Siren was also installed but only tones from this Japanese siren pack sound lowered pitched in-game.

When I am in game, I have 4-second Wail by pressing D1, intersection Warning by pressing D2, manual Wail by pressing D3, Wail winddown by pressing D4, Ambulance Hi-li by pressing D6 (Alt./ dual siren tone), car horn by pressing Y and 4-second Wail by pressing R or T (Default "Manual" playing function).

Edited by Officer Mikie

Nazdravi412

Members Author

13 minutes ago, Officer Mikie said:

Of course I did, if not then how could I have every tones loaded?

And for the ELS xml, here you have it.

The siren audio has no problem at all I had checked it for many times but in case you need to know then you may wanna look at this:

lexgs350f.xml 5.37 kB · 0 downloads

 

Definitely not the case with your issue, but a lot of people have sirens that are similar and think they're calling the correct one, but aren't. Just something I confirm before diving in deeper to troubleshoot.

 

I installed and tested the link you sent me and the sirens are the same for me as you described. I even went over to gta5-mods and downloaded that link...same issue. I also exported the vehicle.awc to open format to test the sirens individually. They just don't sound like they do in the preview over on gta5-mods at all. I don't use Siren Mastery, so I can't test that, but I doubt that's the issue since they even sound weird outside of the game in windows media player. Maybe reach out to the siren dev for further help because I'm at a loss my man. Sorry we couldn't figure it out.

9032AP

Members

(edited)

2 hours ago, Nazdravi412 said:

 

Definitely not the case with your issue, but a lot of people have sirens that are similar and think they're calling the correct one, but aren't. Just something I confirm before diving in deeper to troubleshoot.

 

I installed and tested the link you sent me and the sirens are the same for me as you described. I even went over to gta5-mods and downloaded that link...same issue. I also exported the vehicle.awc to open format to test the sirens individually. They just don't sound like they do in the preview over on gta5-mods at all. I don't use Siren Mastery, so I can't test that, but I doubt that's the issue since they even sound weird outside of the game in windows media player. Maybe reach out to the siren dev for further help because I'm at a loss my man. Sorry we couldn't figure it out.

It's fine, I guess it could be a problem to all the siren as I've tried to install other siren tones for different cars before but they all has the same issue.
At least I know it's not my just problem now.
Thank you for spending your time testing and try to solve this issue, I wish you have a nice week : ) 👍

 

P.S. Finally got it all worked.

According to a comment from a post regarding to have multiple sirens using ELS, it seems that some "siren slots" has a low-pitched filter. This means it is possible to fix it by not using the ambulance siren slot and the fire siren slot.

Edited by Officer Mikie

Nazdravi412

Members Author

2 hours ago, Officer Mikie said:

It's fine, I guess it could be a problem to all the siren as I've tried to install other siren tones for different cars before but they all has the same issue.
At least I know it's not my just problem now.
Thank you for spending your time testing and try to solve this issue, I wish you have a nice week : ) 👍

 

P.S. Finally got it all worked.

According to a comment from a post regarding to have multiple sirens using ELS, it seems that some "siren slots" has a low-pitched filter. This means it is possible to fix it by not using the ambulance siren slot and the fire siren slot.

 

Definitely happy to help where I can 🙂 and that's interesting to hear about the low-pitched filter. Thanks for sharing as I know others will eventually have that same issue. Cheers

Sam Wilson

Members

After a whole day trying by myself I hope someone can help me here :-(

 

I downloaded a German siren pack. I changed the wav files to SIREN_PA20A_WAIL, siren_2 and Police_warning... But when I go into the game there is just no sirene sound. Even the honk doesnt work anymore. With ELS... I just cant understand it as it works fine with the GTA standart sounds...which if I understood the schematic right are these files I changed. Where do I go wrong??? 

POLICE.xml

GabLeGamer

Members

(edited)

NEVERMIND, i'm stupid.

Edited by GabLeGamer

BASICC

Members

could we get one but for non els?

 

Nazdravi412

Members Author

On 7/11/2021 at 10:23 PM, BASICC said:

could we get one but for non els?

 

I'm very new to non-els stuff and haven't had a need for the lookup. What exactly do you need for non-els sirens? Are the naming-schemes different?

BASICC

Members

On 7/16/2021 at 3:58 AM, Nazdravi412 said:

I'm very new to non-els stuff and haven't had a need for the lookup. What exactly do you need for non-els sirens? Are the naming-schemes different?

I am looking to create my own siren pack, so I would need the names of the three main police sirens, the air horn, and the fire department sirens, but I cant seem to find them

MichaelR010

Members

Is there a way to make the Firetruck horn work like the police horn? (with a constant tone/sound instead of the blips)

Nazdravi412

Members Author

On 8/23/2021 at 7:33 AM, MichaelR010 said:

Is there a way to make the Firetruck horn work like the police horn? (with a constant tone/sound instead of the blips)

Not that I'm aware of. I think that's hard coded in the game. You could probably use a different horn, but you'd need to figure out the filename.

xplayer

Members

Where should I put these siren hashes?

Create an account or sign in to comment

Latest Mods

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.