Vehicle Radio Display
View Sonoran Radio on a working, in-vehicle 3D display!
Vehicle Radio Display (Video Tutorial)

Installation (Written)
1. Download the Script
"Purchase" the free vehicle radio display from the Sonoran Store.
Once purchased, see: How to download the script from your Keymaster account.
2. Install the script
A. Extract Folders
Extract the script's two folders (sonoran-radiodisplay
and sonoran-radiodisplay_helper
) to a folder in your server's resources folder called [sonoranradio]
.

B. Rename Config Files
Inside of the sonoran-radiodisplay
folder:
Rename
config.changeme.lua
toconfig.lua
See more about the configuration options here.
Rename
radios.changeme.json
toradios.json
C. Start the Resource
To start the display resource and give the auto-updater permissions to run, paste the following into your server.cfg
# Start the Radio Display Resource
ensure sonoran-radiodisplay
# Grant permissions to the auto-updater
add_ace resource.sonoran-radiodisplay command allow
add_ace resource.sonoran-radiodisplay_helper command allow
Configuration
The config.lua
file allows you to customize the labels, ACE permissions, and more!
Spawning the Radio Display
Use the /radiodisplay
command while in a vehicle to spawn a new display.
Use the keys displayed at the bottom of your screen to move and rotate the display into position.
Select
Attach
to attach the display to your vehicle.See the config.lua
Config.acePerms.aceObjectUseMenu
for permission restrictions.
Select
Apply to all of this vehicle model
to have the radio display automatically added whenever the vehicle type is spawned.See the config.lua
Config.acePerms.aceObjectAdminUseMenu
for permission restrictions.

radios.json
Property Explanation
radios.json
Property ExplanationID
2
ID
must be unique. No other radar can share this ID
Position
This is a table that contains the x, y, and z coords of the radar
Rotation
This is a table that contains the x, y, and z rotation of the radar
Vehicle
POLICE
This is the vehicles spawn code
Bone
-1
This is the index of the bone you would like to attach the radar to
Commands
/radiodisplay
This command will initiate the radar spawning and attaching process
As configured
Default Vehicles
FBI
yes
FBI2
yes
POLICE
yes
POLICE2
yes
POLICE3
yes
POLICE4
yes
POLICEOLD1
no
POLICEOLD2
no
SHERIFF
yes
SHERIFF2
yes
Additional Display Resources
Loving the radio display? Check out our in-vehicle police radar and radar detector displays!


Changelog
v1.0.0
Initial Release
Last updated
Was this helpful?