Jump to content

Callout Interface 1.4.1

Interface with callouts.
   (32 reviews)

7 Screenshots

  • Could contain: vehicle, text, car, land vehicle, screenshot, outdoor, road, wheel, street, city
  • Could contain: text, electronics, screenshot, software, display, font, multimedia software, number, computer icon


Callout Interface
A new way to interact with callouts.
 

Features:

  • RAGENativeUI menu front-end to start a callout
  • Force a random callout via keybind
  • Advanced MDT with multiple status buttons and tabs
  • Callouts can be sent to the MDT while you're on another callout
  • A fully functioning ALPR system with advanced camera layouts
  • External license plate display

 

Support:
Discord Serverhttps://discord.gg/AuJCUag

Developer API https://github.com/Immersive-Plugins-Team/CalloutInterfaceAPI

 

Recommended Callout Packs:

686 Callouts  link
Chaos Calloutslink
Super Calloutslink


New in Version 1.4.1

 

Edited by opus49
added latest dev diary and some new screenshots


What's New in Version 1.4.1

Released

New in Version 1.4.1

Added

  • Dependency checker
  • Hot key for toggling ALPR key on/off
  • Automatic tab switching (when enabled)
  • Automatic blips for ALPR
     

Changed

  • Toggling off MDT will exit interactive mode
  • Delayed and put checks around camera object creation


Fixed

  • Fixed a bug with ALPR debug mode where the graphics would get stuck


New in Version 1.4

Added

  • Realistic multi-camera ALPR system
  • Dynamic traffic stop that nobody someone likes
  • External license plate display widget
  • Silent callout system and log

Changed

  • Completely overhauled the MDT
  • Migrated graphics handling to RawCanvasUI
Written by BenH and Opus49

Special Thanks to HazyTube for ForceACallout, PieRGud for Callout Manager, and AlexGuirre for RAGENativeUI.

Additional thanks:
Apparently Rohan
argg
Astro
Benzo
Charlie
Chris
Cyanotic
DAG403
DuffMan
Dylann
Echooo
ETHBoT2004
Joey S
Lenny
Lt. Shadow Wolf
manu450
PNWParksFan
Project(mat)1
Sly
Stickbug
Tec$15V
WheresWagner
wid3spreadpanic

You may also like

  • LSPD First Response

    The LSPD First Response modification
    G17 Media

    By G17 Media

    Updated

    • 16.6m
  • Emergency Lighting System

    Emergency Lighting System V brings one of the most popular modifications ever created for a GTA title (ELS-IV) to Grand Theft Auto V. ELS-V will add a whole new dimension to  your patrols. With a fresh look and many more features than its predecessor, it's also sure to brighten up your game and satisfy the emergency lighting enthusiast in anyone.   DESCRIPTION − ELS provides an alternate and incredibly in-depth way of controlling emergency vehicle lights and sounds. − ELS requires
    Lt.Caine

    By Lt.Caine

    Updated

    • 4m
  • Emergency uniforms pack - Law & Order

    https://www.patreon.com/alex_ashfold
    Alex_Ashfold

    By Alex_Ashfold

    Updated

    • 3.8m
  • 686 Callouts

    20 callouts, providing immersive variation to your LSPDFR experience.
    Charlie686

    By Charlie686

    Updated

    • 427.8k
  • SuperCallouts

    SuperCallouts - 37 new detailed and uniform callouts.
    SuperPyroManiac

    By SuperPyroManiac

    Updated

    • 1.3m
  • EUP Menu

    EUP Menu is a carefully-built menu for the popular Emergency Uniforms Pack modification.
    PieRGud

    By PieRGud

    Updated

    • 2.5m
  • User Feedback

    Recommended Comments



    Hey @opus49

     

    first off - amazing plug-in! Just… wow. I live the direction this is going in. Thank you so much for your hard work. I had a couple of questions for you. 
     

    the APLR system doesn’t seem to match with the in-game data for vehicles and owners. For example, CI’s ALPR system will flag a vehicle for no insurance, but I’ll pull over the vehicle and compulite will tell me that everything’s fine. 
     

    Also, the vehicle/ped checks seem to be very erratic. They just check whatever’s closest, which can get a bit confusing and takes away from the realism a bit. I was wondering if this was going to be worked on in the future. 
     

     

    Regardless, I thank you again for all your hard work. This is truly an amazing mod! 

    Link to comment
    Share on other sites

    I have the same problem as the 2nd to last comment.

     

    ALPR hits don't match Compulite/Radio Checks.

     

    Could someone advise.

     

    Thanks

    Link to comment
    Share on other sites

    6 hours ago, KevinS24 said:

    There seems to be batteries in my car after I turned on the ALPR, is there any way to remove this?

    This is caused by some other mod, like a trainer (e.g. menyoo) or a "no clip" setting.  

    Link to comment
    Share on other sites

    21 hours ago, radikillz said:

    I have the same problem as the 2nd to last comment.

     

    ALPR hits don't match Compulite/Radio Checks.

     

    Could someone advise.

     

    Thanks

    @BejoIjo

    19 hours ago, Charlie686 said:

    You should direct this comment to Bejoijo, then.

    lol

    Link to comment
    Share on other sites

    2 hours ago, radikillz said:

    Yes I'm interested. My apologies for coming across as rude.


    No problem.  The post you mentioned referred to "in-game data."  There is no such thing.  RagePluginHook has an API for interrogating objects like Vehicles and Peds.  However, there isn't inherent data for things like vehicle registrations but you can mark a vehicle as stolen.  LSPDFR adds what is called Personas which are assigned to Peds.  These also do not contain information like insurance and registration, but they do have a "license" state.  StopThePed has an AI for getting and setting the registration and insurance information (as did Arrest Manager), so these are essentially made up values.

    Now here's the problem.  The API for StopThePed doesn't work.  In fact, Compulite and StopThePed don't even always agree with one another.  

    Nevertheless, Callout Interface uses all of the aforementioned API's for its information and it stores those values in an API that is available to anyone who wants to use it (for consistency sake).  Unfortunately, Compulite appears to just make shit up on the fly, so to speak.

    So until we can kill Compulite for something better, we are stuck with what we have.  

    Link to comment
    Share on other sites

    3 hours ago, opus49 said:

    Are you interested in the technical reasons for what you are seeing?

    Great answer. Thanks!

    Link to comment
    Share on other sites

    11 hours ago, opus49 said:


    No problem.  The post you mentioned referred to "in-game data."  There is no such thing.  RagePluginHook has an API for interrogating objects like Vehicles and Peds.  However, there isn't inherent data for things like vehicle registrations but you can mark a vehicle as stolen.  LSPDFR adds what is called Personas which are assigned to Peds.  These also do not contain information like insurance and registration, but they do have a "license" state.  StopThePed has an AI for getting and setting the registration and insurance information (as did Arrest Manager), so these are essentially made up values.

    Now here's the problem.  The API for StopThePed doesn't work.  In fact, Compulite and StopThePed don't even always agree with one another.  

    Nevertheless, Callout Interface uses all of the aforementioned API's for its information and it stores those values in an API that is available to anyone who wants to use it (for consistency sake).  Unfortunately, Compulite appears to just make shit up on the fly, so to speak.

    So until we can kill Compulite for something better, we are stuck with what we have.  

    kill all Bejoljo's plugins for that matter... also is this better than alpr lite?

    Link to comment
    Share on other sites

    On 1/5/2022 at 3:04 PM, MRFLAME's said:

    This plugin doesn't work, i don't know why

     

    I installed the plugin as it said to install but it doesn't work, can you help me?

    Do you have 

     installed?

    For some reason this mod makes LSPDFR not work after a day or 2

    Link to comment
    Share on other sites

    Is it possible to add vehicles to a list in which the MDT shows up? I wanted to add the lifeguard ATV but can't find any place to do so.

    Link to comment
    Share on other sites

    Great mod but I found some errors. When on an active call, it is still throwing multiple other calls, which is ultimately causing memory to overload/crashing of game. I was on one pursuit for a callout and 5 Open calls came through while I was in the pursuit, causing LSPDFR/GTA to fully crash. Works fine 9 times out of 10 but on some loads this happens. Seems like a minor bug. All and all though, great work man. Love the mod. 

     

    Update: my dumbass didn't update my GPU driver .... error was my fault. Great mod again man, excited to see what develops from it in the future. 

    Edited by tazerfrazer13
    Link to comment
    Share on other sites

    On 6/11/2023 at 6:37 AM, Charlie686 said:

    It works fine for thousands of people -- you are doing something wrong, or your antivirus is possibly preventing all files from being installed. You must install the files included in the download.

    Further help can be found in the Discord, but that's the bottom line when it comes to solving that error.

    For me it was working fine and I hadn't changed a single thing in the files, and then suddenly both Callout Interface and Grammar Police said I was missing libraries. I dont understand.

    Link to comment
    Share on other sites

    1 hour ago, Tony Alvarez said:

    For me it was working fine and I hadn't changed a single thing in the files, and then suddenly both Callout Interface and Grammar Police said I was missing libraries. I dont understand.

    Is that a question or a statement?

    Link to comment
    Share on other sites

    On 6/29/2023 at 3:05 PM, opus49 said:

    Lol no it doesn't wtf?

    Would you please take a look at this log file? Idk why this keeps happening but it's really annoying, it's about Grammar Police and Callout Interface.

    Grammar says I accepted the call, Callout Interface says I didn't and after that it crashes...i'ts at the end of the log.

    RagePluginHook.log

    Link to comment
    Share on other sites

    23 hours ago, Castilo said:

    Would you please take a look at this log file? Idk why this keeps happening but it's really annoying, it's about Grammar Police and Callout Interface.

    Grammar says I accepted the call, Callout Interface says I didn't and after that it crashes...i'ts at the end of the log.

    RagePluginHook.log 226.53 kB · 1 download

    I'm like the one of few who do not use callout manager. As it looks like it's the cause of the crash.

    Link to comment
    Share on other sites


    Create an account or sign in to comment

    You need to be a member in order to leave a comment

    Create an account

    Sign up for a new account in our community. It's easy!

    Register a new account

    Sign in

    Already have an account? Sign in here.

    Sign In Now
    ×
    ×
    • Create New...