Jump 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.
FiveM scripts have moved to Resources & Assets.

XScanner v3.23.44.3460

(51 reviews)

1 Screenshot

XScanner is an LSPDFR Scanner replacement/addon.

 

Features:

 

  • Full XAudio2 support.
  • Multiple output device support, play background scanner on one device and police scanner on another.
  • Multiple audio emitters to choose from; player, player vehicle, police vehicles.
  • Customizable distortion effects for the police scanner.
  • LSPDFR relay.
  • Broadcast quick selection.
  • Broadcast presets; Top50, Newest Streams, Official Streams, Manual stream input, search for streams.
  • Supports all known audio formats, and then some.
  • Police Scanner playback (frontend and 3d).
  • Background Scanner playback (frontend and 3d) (local files or stream).
  • Preferred audio folder; for dispatch replacements.
  • Audio redirects; for dispatch replacements.
  • The prettiest animated menu around with theming support.

     

There is the possibility of editing the ini manually, but I do not recommend it due to the complexity of this plugin.
Everything can be changed through the menu (default: F8)
If you already have something bound to F8 you can either:

 

  • change the menu key through the consolecommand
    SetXScannerMenuKey
  • manually open the menu through the consolecommand and change the menu key from within the menu.
    OpenXScannerMenu

 

 

Installation: Place files from the "Grand Theft Auto V" folder into your game installation folder.

 

 

 

⚠️  Known Issues ⚠️ 
None



 

 

 

 

⚠️ DISCLAIMER ⚠️

Not providing support in the comments anymore.

Support can be found on my Discord or on the ULSS Discord.

 

 

 

 

 

Could contain: text, screenshot, graphic design, poster, graphics, art, font

 

 

Edited by khorio
change description

What's New in Version v3.23.44.3460

Released

Fix:

  • updated hook scanner
  • fixed streams 403-ing due to changes on broadcastify's end and showing up as down.
  • fixed landmarks not properly being used


Changes:

  • Folders under GTAV\LSPDFR\SCANNER are no longer selectable as the Preferred Audio Folder from the menu,
    as this folder is generally a bigger mess than your grandmothers random trash drawer.
    Use folders in GTAV\PLUGINS\LSPDFR\XSCANNER\Audio instead, which will still show up in the menu.
    You can still set the folder to GTAV\LSPDFR\SCANNER itself however.
    This will NOT break any dispatch replacements.
  • changed normalization divider to 32768 instead of 32767

 

Add:

  • Added "Vinegar Enjoyer" flag to Settings->Global Flags to disable holiday effects
  • Added aborts and criticals to ScannerAPIFlags
  • Added critical scannerblocks
 

 

 

Spoiler

v3.2.359.3421

Additions

  • Added HUD (off by default, Menu->Extras->HUD, HUD can be moved/scaled while the menu is open, hover your mouse over it for instructions.)

Fixes

 

  • Updated hooks for LSPDFR v0.49.9110.3411
  • Updated RNUI
  • Removed support for older versions.
  • Fixed a bug which would lock up the local background playback after playing a few files due to the stream not being fully consumed by the voice
  • Fixed a bug which would cause manual stream id input to bug out after an invalid input/cancellation
  • Removed strictness of XCHATTR file loading
  • Fixed missing scannerblock status updates
  • Added fading
  • Reduced playback latency
  • Added global watch to stop audio pause from triggering stalled playback
  • Various fixes I forgot to write down
  • Changed AudioRedirects to allow multiple files, now in the config/Redirects folder

 

 

 

v3.2.316.3079

Additions

  • Added controller support for keybinds
  • Added internal squelch sounds to intro\outro options
  • Updated Common to v2.5.316.517
  • Added missing hint for PoliceScannerMenu::Preferred Audio Path
  • Probably more stuff I forgot
     

Fixes

  • Menu fixes for PreferredAudioFolder and Intro\Outro not working properly
  • Changing keybinds would destroy the eventhandlers until reload
  • Several API fixes
  • Fixed background buffering overflow
  • Removed silentbuffer spamming log
  • Sound not pausing\muting on window focus\game pause
  • stream updates firing too regularly
  • *K1895 Near\Over\On not working properly due to a distancesqr check always returning 0
     

Boring Stuff

  • Added new listeners to each engine increasing the channels to 2*64
  • More additions to the debug menu
  • Voices not being properly released from the xaudio2 graph

 

v3.1.312.2973

  • Bugfix *K1892: VoiceManager throwing an error on Voice::Destroy
  • Bugfix *K1893: IniManager::Purge throwing a possible error
  • Common update v2.5.312.450

v3.0.311.2962

Additions

  • Added missing keybind implementation (background +/-/mute) (policescanner +/-/mute)
  • Added keybinds menu (no messing with ini, just do it in here) (for all that's holy don't touch the ini)
  • Added GlobalFlags to the settings menu
    - Disable Normalization (normalization got rewritten so it might not cause you issues anymore, see fixes below)
    - Disable volume keybinds
  • Lowered volume step for better finetuning of the volume
  • Added BackgroundScanner:UseDucking Flag
    when During Pursuit/Callout is enabled you can set a volume ducking percentage instead of it going full mute whenever the PoliceScanner is active.
  • Added bottom slider for the PoliceScanner:EnableEffects flag
  • Added volume control for the PoliceScanner:WhiteNoise flag 
  • Increased stream buffer throughput (should be quite a bit faster now)

 

Fixes

  • Fixed playback trying to start before load finished
  • Fixed stream merge acting up resulting in the policescanner shitting itself on rare occasions
  • Fixed menu visualization to only act on the stream output, instead of the device output
  • Fixed menu visualization to use RMS values instead of peak
  • Rewrote custom normalization implement using DMO
  • Fixed a few values not saving from the menu (spamthreshold, emitterfallback)
  • Fixed a bunch of debuglogging
  • Fixed voices not properly destroying after usage
  • Fixed menu status changes not triggering properly
  • Generic API fixes


Boring stuff

  • Added audio header detection
  • Added Settings.DebugInfo menu (for nerds)
  • Updated Common to v2.5.308.447
     

v3.0.308.2625

Additions

  • Added missing spam threshold implementation
  • Added SkipAds flag for the backgroundscanner streaming option
  • Added ChannelMapping (Beta) to the Settings menu to remap sound playback to surround. (Optional, off by default, results may vary)

 

Boring stuff

  • Fixed hotswapping of modes
  • Fixed engine restarts getting stuck due to bad token cancellation
  • More aggressive cleanup of voices
  • Fixed assert for XAudio2 listener overflow
  • Removed consecutive duplicates from LSPDFR internal relays (double intro\outro)
  • Removed duplicate calls from LSPDFR internal relays
  • Rewrote the SoundEffects API to be more robust and less shit.


v3.0.305.2414

  • Added wrapper to log more coherent exceptions
  • Added PoliceScanner Flag to toggle the whitenoise
  • Added missing import of external chatter
  • Added BackgroundScanner Flag to disable the builtin chatter
    will require external chatter for the local chatter to still function (files starting with "xchattr_"))
  • Small fix to not query the cachemanager before it finished loading
  • Fixed an event not being raised
     

v3.0.305.2401

  • Fixed potential crash in the menu
  • Fixed COM exception
  • Fixed spatial audio for the background emitter
  • Fixed LPF filter
  • Fixed invalid MP3 bytes error (please stop using mp3 files, they're garbage)
  • Fixed failed searches still getting queued in the police scanner
  • Fixed AudioRedirects example file

 

  • Added CurveDistanceScalerMulti (available in the settings menu) to increase the spatial distance for 3d playback
  • Added Only In Vehicle flag for the backgroundscanner (available as a flag in the backgroundscanner menu) to fully mute the sound when not in vehicle (when the emitter is set to a vehicle)



v3.0.303.2266

  • Fixed an issue with invalid audiodevices throwing a com error and crashing the game (thx deejaymaxx, nemesisx101, blackagent, for testing)
  • Fixed a possible crash due to missing folders
  • Fixed handling of broken audio files

 


Short Description

Now with Broadcastify support

User Feedback

Recommended Comments

khorio

Members Author

11 minutes ago, OfficerDingo87 said:

Crashing on force duty.RagePluginHook.log

Installed it all correctly. It was working fine before the update

Khorio.Common.zip
May have missed something odd, you can replace the common with the one attached

18 minutes ago, Armouredivision said:

Your update logs are scary

What's scary about them

KOR707

Members

I downloaded the updated version, but it is not responding. Even when I change the channel, there is no response. Please confirm.

(edited)

1 hour ago, Parzival.Zio said:

 

Edited by GTA 5 Jedi Master

249Xeno

Members

48 minutes ago, GTA 5 Jedi Master said:

 

...

4 minutes ago, Parzival.Zio said:

...

Sorry dude, I meant to say that this is a live Police scanner using Broadcastify responding your your earlier comment.

KOR707

Members

(edited)

If you enter Fore Dute in the command
In the previous version of X scanner, radio came out right away.
Currently, in X Scanner (latest version), the radio status is "disabled"
You will have to “activate” it again for the sound to occur.

I am Korean, and I am making inquiries using “Google Translate.”
There may not be perfect communication.

Edited by KOR707

Heisenberg456

Members

2 hours ago, KOR707 said:

If you enter Fore Dute in the command
In the previous version of X scanner, radio came out right away.
Currently, in X Scanner (latest version), the radio status is "disabled"
You will have to “activate” it again for the sound to occur.

I am Korean, and I am making inquiries using “Google Translate.”
There may not be perfect communication.

how can ı activate it help please?

Heisenberg456

Members

after this update cannot hear sound why help please ?coz before this new update ur mod, after go on duty always the voice shows up automatically ?

KOR707

Members

2 hours ago, Heisenberg456 said:

이 업데이트 후에 소리가 들리지 않는 이유는 무엇입니까? 이 새로운 업데이트 이전에 귀하의 모드가 근무를 시작하기 전에는 항상 음성이 자동으로 표시됩니까?

Press the default key (F8) to activate the menu. After that, go to the second menu, uncheck * (Enable background scanner), and then check it again to activate the scanner. Hope this helps  

Heisenberg456

Members

11 hours ago, KOR707 said:

Press the default key (F8) to activate the menu. After that, go to the second menu, uncheck * (Enable background scanner), and then check it again to activate the scanner. Hope this helps  

its already enabled but didint work it 😞

GTA Fanatic

Members

16 hours ago, Heisenberg456 said:

its already enabled but didint work it 😞

I had this issue with it also then i read that same comment to uncheck the box then recheck the box, at first i didnt think it worked either until i cranked up all the volumes and the boost. Hopes this helps you.

GrizzlyCMMG

Members

(edited)

Getting a consistent crash that appears to be caused by this Plugin, for some reason, it is refusing to write a Crash Log in my Directory as well. As soon as I type ForceDuty, it crashes LSPDFR. I tried Downloading and using the other khorio.dll Files that were provided here in the Comments, it worked fine yesterday, today I am experiencing the same issue as I was yesterday before I had replaced those two files. I am going to try a few things and will Update my comment with whatever outcome or fix I manage to find, if any. 

 

EDIT: After further testing, my only current way to get my Game to work was to completely remove this Mod, I hope to see an Update in the future that will possibly address this issue. It's really good for immersion, thankfully it isn't a Mod that I consider vital to my Gameplay, and there are other methods that I can use to simulate similar effects that this Mod has. 

Edited by GrizzlyCMMG

DaCat

Members

As i installed the latest update, free roam chatter is not playing

 

khorio

Members Author

(edited)

19 minutes ago, DaCat said:

As i installed the latest update, free roam chatter is not playing

 

feel free to come to the support channel on my discord or ULSS

Edited by khorio

FuzionFishy

Members

Is there any way to add my own stream ID to it?

Rman5

Members

(edited)

3d Audio not working on newest update, Also does someone the before update version of this plugin since It may be a while before the developer fixes this?  the scanner also has a problem where using grammar police delays the scanner, Log files keeps saying cpm ? so I guess xscanner is confused about audio files?

 

Managed to fix the issue temporally although the 3d audio seems to be playing from the wrong areas occasionally. 

 

I can't seem to get this plugin to reliably work so Il have to disable the background scanner now, it was fun while it lasted I guess 😞

 

RagePluginHook.log

Edited by Rman5

Rman5

Members

(edited)

On 2/4/2024 at 1:39 PM, Rman5 said:

3d Audio not working on newest update, Also does someone the before update version of this plugin since It may be a while before the developer fixes this?  the scanner also has a problem where using grammar police delays the scanner, Log files keeps saying cpm ? so I guess xscanner is confused about audio files?

 

Managed to fix the issue temporally although the 3d audio seems to be playing from the wrong areas occasionally. 

 

I can't seem to get this plugin to reliably work so Il have to disable the background scanner now, it was fun while it lasted I guess 😞

RagePluginHook.log 331.52 kB · 2 downloads

Also the ini file doesn't apply settings for some reason because every time I try to lower the spam control it resets to 30

Edit: One more thing, the audio can sometimes glitch out and play on the player even though if you select the option to only play in emergency vehicles, I personally think making the switch to Async was a downgrade compared to threading even though it is laggy it was less buggier then this. From here on im going to uninstall and use a replacement plugin since this thing is just way to buggy in its current state. Turns out there is no replacement for this plugin that reliably works, just going to have to wait until the dev catches wind of this.

Edited by Rman5

Armouredivision

Members

There seem to be an issue with 3d audio in the latest release. Rotating the camera around the vehicle (3rd person camera) moves the sound source while the vehicle is still in the center of the scene.  It was better in the last release.

Logan West

Members

I don't know why but it's not working. I installed XScanner Full, required audio and pursuit updates and I have no audio. I still have the menu but no audio except standard dispatch audio 

Scott Dean

Members

Hi the updated version crashed my game when I enable.   looks like everyone is having the same issue.. love the mod looking forward to an update,  cheers !

 

Lapd Code 3

Members

for new Update can i just replace the DLL or do i need to redo the whole thing and just start over w .ini files

thatmaxplayle

Members

4 hours ago, Lapd Code 3 said:

for new Update can i just replace the DLL or do i need to redo the whole thing and just start over w .ini files

 

Not the developer, but generally speaking unless there are any breaking changes/configuration schema updates, you'll be fine to simply replace the DLL file. 

Create an account or sign in to comment

Account

Navigation

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.