WraithV2
Implements the Wraith ARS 2X plate reader for automated plate reading.
Last updated
Was this helpful?
Implements the Wraith ARS 2X plate reader for automated plate reading.
Last updated
Was this helpful?
This submodule utilizes API endpoints that require the Plus version of SonoranCAD or higher. For more information, view our page.
Looking for VPS, web, or dedicated hosting? Check out our official !
This submodule is for sending plate reads to other submodules.
View our !
If you haven't already, be sure to install and configure the first.
Follow the for the required submodules.
Ensure the third-party addon is installed.
In the config_wraithv2.lua
file, set isPluginEnabled
in the to true
.
Config Option
Description
useExpires
use vehicle registration expirations, or not
useMiddleInitial
use middle initials?
alertNoRegistration
alert if no registration was found on scan?
statusUid
Custom record field UID containing the status
expiresUid
Custom record field UID containing the expiration date
flagOnStatuses
List of statuses to flag/alert on
vehTypeFilter
List of Classes that will NOT get ran through CAD
notificationTimers
Time in MS, for how long each alert type will last via pNotify
The in-game radar can alert you about expired registrations, BOLOs, warrants, and more:
Added the ability to blacklist certain vehicle classes via the config.lua, these blacklisted vehicles will show on the plate reader as the CONFIG.noPlateValue
value (default: "NO PLATE").
Added the feature CONFIG.realisticPlateScanning
. This feature is disabled by default due to certain vehicles having incorrect metadata causing this feature to display CONFIG.noPlateValue
falsely. Behavior when enabled: when you are traveling toward/away from a vehicle that does not have a front/back plate the plate reader will not be able to scan it and will display the CONFIG.noPlateValue
value.
Added custom sounds when a BOLO, Warrant or unregistered vehicle plate is scanned.
Set CONFIG.realisticPlateScanning
to true
to enable only scanning vehicles with the ALPR when they have a plate.
Note: Some vehicles may show a plate due to missing vehicle metadata or being able to remove the plate with extras.
Custom tones will now play when you scan a plate that is has either a BOLO, Warrant or is unregistered. These tones can be customized by replacing the existing files in the /sonorancad/submodules/wraithv2/sfx
folder with your own. Please note the files names need to be the same as the ones you are replacing
The framework ships with the wk_wars2x
plate reader included. This will have the config.use_sonorancad
set to true
. When enabled, the plate reader will not run a lookup on any AI vehicle.
Keep in mind that AI vehicles won't display or be ran unless there's a vehicle registration record added to the CAD with that plate.
Ensure that the flagOnStatuses
array has the exact string/text values that match the options in your custom record template.
Ensure that your custom BOLO and Warrant records have a field with the type
set to status
. Otherwise, there's no way to determine if the BOLO/Warrant is active, closed, etc. The plate reader will warn of any active BOLO or Warrant records with the vehicle plate attached and the status
type field set to active/open.
Some servers will see this error in their server console:
To fix this, navigate to your [sonorancad]/wk_wars2x
folder, and rename config.dist.lua
to just config.lua
Use of this submodule requires the Sonoran version of radar and plate reader to function. This resource is bundled with the latest SonoranCAD release as wk_wars2x
.
You also need , a third party resource that is not bundled by default.
In order to have locked plate lookup results sent back to your CAD, don't forget to set your account .
For more information on using the in-game UI, please view the Sonoran version of the release information. Results are sent directly to your CAD when a license plate is locked.
These features are not found in the original wk_wars2x resource, and only come packaged with our version found .
Ensure that you've correctly followed and the statusUid
and expirationUid
fields have been set correctly, both in the CAD record template and the submodule config.
The config not being renamed is the most common cause of this error, however, if for some reason that doesn't fix it, feel free to open a with us.