Jump to content

LSPDFR Computer+ 1.4.1.1

   (172 reviews)

10 Screenshots

 

 

Ever miss the LCPDFR computer? The one with the user-friendly realistic interface? LSPDFR Computer+ aims to bring that back.

LSPDFR Computer+ is open-source! Check out the git.

 

Looking for the Ped and Vehicle Images? Click Download,  select Additional_ComputerPlusImageAssets.zip and extract the contents to your root folder

 

Features

  • Ability to search for persons and vehicles without keys conflicting with other mods.
  • Ability to request backup using a nice looking interface.
  • Uses the LSPDFR API to get ped and vehicle information. Also includes info left out of the regular LSPDFR police computer, like times stopped, number of citations, and a vehicle's stolen status.
  • Uses the Traffic Policer API (if it is installed) to also show a vehicle's insurance information.
  • Search fields are automatically filled out with the subject's information during a traffic stop, so all you have to do is press a button!
  • Dynamic backgrounds! Depending on which police vehicle you're in, you'll get a specialized department background. Comes with RDE support.
  • Looks practically identical to the LCPDFR computer (in terms of the layout).
  • Active Calls screen, which shows all callouts sent by Dispatch, even the ones that AI units respond to! (Must have participating callout plugins installed for this to work)
  • Computer+ has its own API, for callout developers to use!!
  • Computer+ will automatically add LSPDFR+ court case when you create an arrest report. (LSPDFR+ by @Albo1125 is required).
  • Computer+ now have ability to create citation for stopped ped on foot. After stopping a ped (by holding E key) or using "Stop The Ped", you may open Computer+ and create a citation for the ped. Make sure you have the latest "CitationDefinitions.xml" in place which has a public citation category. After it's created, return to the ped and give the citation to the ped (default key: LControlKey + PgUp).
  • You may open Computer+ as a tablet while on foot. (default key: LControlKey + NumPad0)

 

Installation
Place ComputerPlus.dll, ComputerPlus.ini and the ComputerPlus folder in Plugins\LSPDFR\.
LSPDFR will automatically load Computer+ when you go on duty.

 

Usage
While in a stationary police vehicle, hold E or the Right D-Pad button to bring up Computer+.

 

Configuration
If you open the ComputerPlus.ini file, you will notice a few things.
You can change the username and/or password that is displayed on the login screen to anything you want.
You can also adjust which backgrounds are shown for which vehicles.
To give an additional police vehicle a background, simply add another entry in the format vehiclename:bgfile.jpg
ENSURE THAT THE VEHICLE YOU'RE ADDING IS A POLICE VEHICLE AND THE BACKGROUND FILE IS IN .JPG FORMAT.

 

Developers
Keep an eye on the Computer+ Developers Wiki, over at -- https://github.com/PieRGud/ComputerPlus/wiki
If callout developers need any help integrating their plugins, you can contact @BejoIjo@ainesophaur or @PieRGud on the LSPDFR Developers Discord server (link is in the API forums)

 

Additional Info
Computer+ does not replace the default LSPDFR computer.
So, if you don't always want to use Computer+ during your patrols, then you need not worry - the default computer is still there.

 

Known Issues

  • Your cursor is frozen in the middle or does not move
    • Pause GTA (if you cannot, unload LSPDFR)
    • Go to Settings
      • Keyboard / Mouse
      • Mouse Input Method
        • Set to "Raw Input"
  • Your cursor does not appear
    • ... make sure the display resolution in game matches your windows display resolution. If the resolutions do not match, you will not see a mouse cursor
    • If you have multiple monitors, make sure GTA's Graphic Settings have the same "Output Monitor" set as the same monitor set as your windows primary monitor. Example, if you have three monitors and your left monitor is your primary windows monitor, make sure GTA's Output Monitor is set to the left monitor -- if GTA isn't set to the same primary monitor as windows, you will not see a mouse
  • GTA5 freezes / drops to 1fps while computer+ is open..
    • ...after you alt+tabbed out of the game..
      • If you plan to alt tab out of the game, play in windows boardless
      • Try to untick the option to draw the background before leaving the game screen. Until there is a way to detect if the game has focus, this seems to be the only solution
    • ...after you opened the Rage console
      • Don't do that.. seems to be an issue with Rage's handling of form events and the console key presses
    • ....after you pressed the escape key
      • Don't do that... Rage forms do not like the escape key pressed multiple times

 

Support
If you experience a bug, crash, or you just have a question/concern, please post in the Computer+ topic.

 

Contributions

If you would like to contribute to the project, feel free to fork the repo and open a Pull Requests. We work through feature branching and prefer to keep commits as scoped as possible (ie, not one large commit). If you have any questions, please contact @ainesophaur

 

Many thanks to contributions from the following members:

 

@BejoIjo, @Stealth22 and @Fiskey111

 

 

!!!!! VERY IMPORTANT NOTES !!!!!

If your game is crashing when opening ped or vehicle information window, please be informed that GTA V has very limited memory allocation for plugins which tends to crash your game when you have too many plugins installed. To prevent crashing, please try the followings:

  • Download and install a good "gameconfig.xml" which might  increase memory space for plugins. We recommend the one created by "dilapidated"
  • Reduce your mods and plugins by disabling them one by one until your game is stable => !!!! Especially reduce a few "RagePluginHook" plugins in "GTA V\Plugins\" folder !!!!
  • If your game is still crashing, try to disable Computer+ components:
    • Disable ped image by setting the flag in the .ini file (set DisplayPedImage=false)
    • Disable vehicle image by setting the flag in the .ini file (set DisplayVehicleImage=false)
    • Disable random history report generator in the .ini file (set RandomHistoryReport=false)

What's New in Version 1.4.1.1

Released

VERSION 1.4.1.1 (Latest)   contributed by @PieRGud

  • Compatibility for LSPDFR 0.4
     

VERSION 1.4.1.0   contributed by @BejoIjo

  • Added feature to automatically put the passengers from traffic stopped vehicle into the ped view list
  • Fixed minor bug when the traffic stop passenger walks away after ComputerPlus logged off

 

VERSION 1.4.0.0   contributed by @BejoIjo

  • Code tweaks to make the plugin more stable (no crashes expected)
  • Removed LiteDB (persistency) support and replaced it with in-memory db. The gameplay doesn't change. Player can still see random citation and arrest report of the peds.

!! Important Notes !! If you are not suffering from crashes when using v1.3.6.5, you can keep using it. This version is made for those who still suffer from crashes

 

VERSION 1.3.6.5   contributed by @BejoIjo

  • Added new feature which allow  you to access Computer+ via tablet while player is on foot. (default shortcut key: LControlKey + NumPad0)
  • Added stolen flag on vehicle info window
  • Added checkbox to toggle create court case for the citation (Notice to Appear) on the citation form
  • Enlarged citation selection list for better UX
  • Replace citation ticket 3D model given to the ped with more suitable one
  • Fixed bug when driver takes off after being given the citation without waiting player return to the car. (during traffic stop)

        ** Special Thanks to @RayJGamer, @JBuzz826, @manu450 for beta testing this release :thumbsup: 

 

 

HISTORY:

Spoiler

VERSION 1.3.6.4   contributed by @BejoIjo

  • Added gun permit information on ped info window. (compatible with Stop The Ped plugin)
  • Added feature to create court case for any citation given to the ped (LSPDFR+ plugin is needed)
  • Added color (red/green) on flagged ped/vehicle data (e.g. license status, insurance status)
  • Fixed  truncated string on random history charge information
  • Reduced crash possibility by tweaking some components

 

VERSION 1.3.6.3   contributed by @BejoIjo

  • New feature to create citation for stopped ped on foot
  • Added compatibility to the peds stopped by "Stop The Ped" plugin
  • Fixed bug on creating citation while the suspect is in player car back seat, the car model now will show "N/A"
  • Reduced frequent crashes when opening ped info or vehicle info
  • Added configuration option to enable/disable ped and vehicle images (only disable if you're still having crashes)
     

VERSION 1.3.6.2   contributed by @BejoIjo

  • Fixed bug. Sometimes Computer+ creates duplicate LSPDFR+ Court Cases
  • Added configurable flag (in the .ini file) to enable or disable LSPDFR+ Integration

 

VERSION 1.3.6.1   contributed by @BejoIjo

  • Computer+ will automatically add LSPDFR+ court case when you create an arrest report. (LSPDFR+ by @Albo1125 is required)

 

VERSION 1.3.6.0

  • Stable release, finally out of beta. Crash prevention, handle clean ups. etc. Just download it 😉

 

 

PieRGud - Original Contribution
ainesophaur - Overall redesign
BejoIjo - Feature contributions and bugfixes
Fiskey111 - Original MDT design
Stealth22PD - Feature contributions

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
  • Traffic Policer (Breathalyzer, Traffic Offences, Speed Detection & more)

    Traffic Policer for LSPDFR
    Albo1125

    By Albo1125

    Updated

    • 2.9m
  • SuperCallouts

    SuperCallouts - 37 new detailed and uniform callouts.
    SuperPyroManiac

    By SuperPyroManiac

    Updated

    • 1.3m
  • 686 Callouts

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

    By Charlie686

    Updated

    • 428.8k
  • Emergency uniforms pack - Law & Order

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

    By Alex_Ashfold

    Updated

    • 3.8m
  • User Feedback

    Recommended Comments



    Looking great so far, splendid job!

    I've found 3 minor things:

    • The "Hold E to open LSPDFR Computer+" help message displays every time I get in a vehicle or come to a slight stop. Could you limit this to once per game session, or while a traffic stop is active only?
    • This is just a side note, I'm not sure if you've done this (didn't see it in the ReadMe), but I thought I'd mention there's a "Vehicle.IsStolen" property in the RAGE API. If you haven't done it yet, adding support for this would be great!
    • When I searched for the driver's name during a traffic stop, and subsequently searched for the vehicle plate, I got this (When looping through the World peds, try sorting them on distance to the player and display the closest one accordingly, some peds may get the same names):

    7f49ea53b4e23fc4847261e89810d349.png

    Other than this, excellent work! Nostalgia is real :biggrin:

    Edited by Albo1125
    Link to comment
    Share on other sites

    @Albo1125 Right when I think last minute changes can't be that bad. :P
    All noted. I'll limit the help message to traffic stop only. When implementing it, I was mimicking IV's police computer help message. I can see how some may find it annoying.

    Link to comment
    Share on other sites

    2 minutes ago, PieRGud said:

    @Albo1125 Right when I think last minute changes can't be that bad. :P
    All noted. I'll limit the help message to traffic stop only. When implementing it, I was mimicking IV's police computer help message. I can see how some may find it annoying.

    Great! Also just added another point about the Vehicle.IsStolen property in the post above.

    I'm glad my API guides were of assistance by the way. Really cool how it ties in with the Traffic Policer insurance DB :thumbsup:

    Edited by Albo1125
    Link to comment
    Share on other sites

    Wow, finally!

    My greatest wish is ability to cancel current callout (if callout gets buggy\stuck).

    Link to comment
    Share on other sites

    6 minutes ago, Wippy said:

    My greatest wish is ability to cancel current callout (if callout gets buggy\stuck).

    Just as some information, you can press X to do this.

    Link to comment
    Share on other sites

    1 minute ago, Albo1125 said:

    Just as some information, you can press X to do this.

    :ohmy:

    I never used X to decline or force callout, didn't know that, thanks for information. Official FAQ says that X is button to force callout, but there's nothing about cancelling. Ugh.

    I've been using RAGEcomputer by Guadmaz to cancel callout, it's pretty immersive btw. But now I will use this Computer+.:woot:

    Link to comment
    Share on other sites

    I haven't downloaded(yet) but I am curious as to how this handles a Ped driving off while you're in the computer. Since it doesn't seem like there is a minimap display. When entering the computer does it slow the rate of time down or does it keep time normal? To be honest, I'm not even sure a Ped can flee while you look up their name and stuff. Seems like it always happens right when you get in anyways.. but you can never be too sure

    Link to comment
    Share on other sites

    3 hours ago, TheUniT said:

    Nice job. Shame that I can't use it, these menus never seen to work for me. Even LMS couldn't find an issue so it must be GTA hating me. 

    Its ok one day GTA will start liking you.

    Link to comment
    Share on other sites

    I see in the instructions that to activate, you "hold E" ... does this mean the overhead lights on the police car won't turn off like they do when the standard police computer is used?

    If so, this would be excellent.

    Maybe also give the user the ability to select activation key in the .ini file ... 

    I'll try this out tonight.  Thanks!!

     

    Link to comment
    Share on other sites

    21 minutes ago, wheelcipher said:

    I see in the instructions that to activate, you "hold E" ... does this mean the overhead lights on the police car won't turn off like they do when the standard police computer is used?

    If so, this would be excellent.

    Maybe also give the user the ability to select activation key in the .ini file ... 

    I'll try this out tonight.  Thanks!!

     

    aha, i worked this out the other day. If you want to use computer without turning on/off lights/siren, then you need to go to your keybindings in the menu and change the button you use for 'context action' to something else, personally i have it set to mouse button 5. This will change the computer key during a vehicle stop to the new key as well as (off top of my head) the arresting command and the 'takedown' challenge.

    I also have 'toggle weapon accessory' (flashlights on guns) and 'horn' (emergency lights on/off) as mouse button 4. Works great for me.

     

    for clarity, whatever you change the context action key to, will be the one this mod will use if you use a long press of it :)

    Edited by festivalmatt
    Link to comment
    Share on other sites

    I love the look of the mod, unfortunately I seem to be having issues getting it to work. The computer won't log in and I can't get back out of the computer either. I am stuck force quitting the game from the task manager.  Not sure what I could possibly be doing wrong

    Link to comment
    Share on other sites

    32 minutes ago, festivalmatt said:

    aha, i worked this out the other day. If you want to use computer without turning on/off lights/siren, then you need to go to your keybindings in the menu and change the button you use for 'context action' to something else, personally i have it set to mouse button 5. This will change the computer key during a vehicle stop to the new key as well as (off top of my head) the arresting command and the 'takedown' challenge.

    I also have 'toggle weapon accessory' (flashlights on guns) and 'horn' (emergency lights on/off) as mouse button 4. Works great for me.

     

    for clarity, whatever you change the context action key to, will be the one this mod will use if you use a long press of it :)

     

    Thanks, @festivalmatt

    I will try this out tonight using your instructions. If this works, it will be epic. I completely avoided using the in-car computer because of that "E" key turning off the lights. Thanks for the guidance on that. 

    Link to comment
    Share on other sites

    Loving this mod so far, just need them nostalgic sound effects in a future update. ;)

    BEEP boop BEEP.

    Link to comment
    Share on other sites

    7 hours ago, Wippy said:

    :ohmy:

    I never used X to decline or force callout, didn't know that, thanks for information. Official FAQ says that X is button to force callout, but there's nothing about cancelling. Ugh.

    I've been using RAGEcomputer by Guadmaz to cancel callout, it's pretty immersive btw. But now I will use this Computer+.:woot:

    You are correct,  X does force another callout,  but also ends the current one. 

    Some callouts packs do have a key to force end. 

    Link to comment
    Share on other sites

    1 hour ago, CopCarGaming said:

    Whenever I try to type in a persons name on a traffic stop, it crashes LSPDFR. Can someone please help me? 

    Sorry about that! Try searching again, it shouldn't happen. It's a rare(ish) issue that I'm working on.

    Edited by PieRGud
    Link to comment
    Share on other sites

    What would be a great feature addition is a pop-up window to write a report ... and have it save to a text file on the hard drive. I have some ideas on that if the author is interested.

    Thanks!

    Link to comment
    Share on other sites

    4 minutes ago, wheelcipher said:

    What would be a great feature addition is a pop-up window to write a report ... and have it save to a text file on the hard drive. I have some ideas on that if the author is interested.

    Thanks!

    This mod is geared towards the more casual players. However, fiskey111 is working on something just like that!

    Link to comment
    Share on other sites

    Hello I have downloaded this mod and i have found that I cant get it to work any idea's on how to fix it? 

    Thanks In Advance, Tanner

    Link to comment
    Share on other sites

    13 minutes ago, Tanner1000 said:

    Hello I have downloaded this mod and i have found that I cant get it to work any idea's on how to fix it? 

    Thanks In Advance, Tanner

    Hey! Can you make a new post in the Computer+ topic with as much information as possible? Thanks.

    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...