Reputation Activity
-
massi8769 got a reaction from Stickbug813 in How to find and extract scanner audio?Okay. I have done about 75% of the files.
Planned to release it tomorrow.
-
massi8769 reacted to LMS in Need everyone input and helpSome general knowledge of programming and C# is recommended to get started, so I'd suggest looking into some beginner tutorials for that. Resources for LSPDFR development can be found here: https://github.com/LMSDev/LSPDFR-API
If you prefer videos, this series by @Albo1125 might help you: https://www.youtube.com/playlist?list=PLEKypmos74W96pL9HW8BTQsyGtBTIyOst
-
massi8769 got a reaction from liberto in [Community Work] POLICE_SCANNER DictionaryI will finish it. Have a full list of the audio files.
[Edit]
List is now "complete".
For some audio files i could not figure out the actual sound. Those are marked with a ?.
-
massi8769 got a reaction from ToastinYou in How to find and extract scanner audio?Okay. I have done about 75% of the files.
Planned to release it tomorrow.
-
massi8769 reacted to cadmiumRED in [CHARACTER][WIP] Enhanced EquipmentIt might just be might cop fetish talking but I think we need more female uniform mods.
-
massi8769 got a reaction from Spooling88 in [REL] VocalDispatch - Communicate with Dispatch Verbally!If you add
<Phrase Event="PoliceSmartRadio.Panic" Priority="10">
<Word PreferredText="shots"/>
<Word PreferredText="fired"/>
</Phrase>
to your default.xml "shots fired" will trigger the panic button.
But it will also send twice the backup because the Event="VocalDispatch.ShotsFired" will also listen to "shots fired" by default.
To fix this you can either delete all phrases with Event="VocalDispatch.ShotsFired"
or just rename VocalDispatch.ShotsFired to PoliceSmartRadio.Panic