Everything posted by PieRGud
-
LSPDFR Computer+
- 1,742 comments
- 172 reviews
-
LSPDFR Computer+
- 1,742 comments
- 172 reviews
-
LSPDFR Computer+
This mod is geared towards the more casual players. However, fiskey111 is working on something just like that!
- 1,742 comments
- 172 reviews
-
LSPDFR Computer+
Sorry about that! Try searching again, it shouldn't happen. It's a rare(ish) issue that I'm working on.
- 1,742 comments
- 172 reviews
-
LSPDFR Computer+
@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.
- 1,742 comments
- 172 reviews
-
Cop Holster
Add the following to CopHolster.ini: // EUP [Ped:MP_M_FREEMODE_01] FuncHolster=True FuncIntim=True FuncIntimMesh=7:8,7:7,7:6,9:13 // EUP [Ped:MP_F_FREEMODE_01] FuncHolster=True FuncIntim=True FuncIntimMesh=7:8
- 560 comments
- 97 reviews
-
LSPDFR Computer+
- 1,742 comments
- 172 reviews
-
LSPDFR Computer+
- 1,416,224 downloads
- Version 1.4.1.1
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)- 1,742 comments
- 172 reviews
-
[REL | WIP] LSPDFR Computer+
Nope. You will need to hold E/Right Dpad to open this computer, so the default one acts like a "quick computer".
-
[REL | WIP] LSPDFR Computer+
You know, I was really looking into this. RAGE Computer fetches it from a website, but I'd prefer not to do this so it supports people who play offline. One thing that interests me is how the pause menu shows the head of your character on the top right. Maybe I could somehow implement that into Computer+.
-
[REL | WIP] LSPDFR Computer+
There will be a fake login screen. You can catch a glimpse of it in the third screenshot. I can include a backup option as well. I don't have any plans to include a wanted list, though.
-
[REL | WIP] LSPDFR Computer+
During a traffic stop, it automatically fills the search field with the subject's name/license plate. So all you have to really do is press search.
-
[REL | WIP] LSPDFR Computer+
Ever miss the LCPDFR computer? The one with the user-friendly realistic UI? LSPDFR Computer+ aims to bring that back. Check out the Computer+ Git! PLEASE CHECK THE FAQ BEFORE MAKING A SUPPORT POST! Current Features - Ability to search for persons and vehicles without keys conflicting with other mods. - Uses the LSPDFR API to get ped and vehicle information. Also includes info left out of the regular LSPDFR police computer, like times stopped and number of citations. - 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). [NEW!] - 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)[NEW!] - Computer+ now has its own API, for callout developers to use!! Planned Improvements - Integration with @Albo1125's British Policing Script and soon to be released LSPDFR+. - Combining Computer+ and @fiskey111's LSPDFR PolicingMDT into one mod. FAQ My mouse keeps resetting to the middle. -> Change your mouse input setting to DirectInput or Raw Input. The game crashed when I tried to search. ->This issue has been fixed in 1.3. Police Radio and Computer+ showed different vehicle owners. Is this a bug? -> No. Computer+ follows LSPDFR's vehicle owner, while Police Radio sometimes doesn't. How can I rebind the E key? -> Change the context key in your game settings. Do I need a Computer+ supported callout for this plugin to work? -> No. Computer+ will work fine, just the Call Details screen will be useless. I found a bug / the plugin crashed. If the bug/crash isn't a known issue, post here with as many details about it that you can give. If the plugin crashed, please ensure you also include your RagePluginHook.log (not the rcr report) that contains the crash message. I'd like to give a suggestion/provide feedback. Absolutely! I'd love to hear it. I'm actively looking to improve this plugin based upon what you guys want.
-
Emergency uniforms pack - Law & Order
- 2,341 comments
- 236 reviews
-
Cop Holster
The red numbers and the green circle are purely for illustration. An example: say you wanted the ID of the second mesh in Accessory 2. Looking at the provided picture, we know that Accessory 2 is 9 (number in red). Since we want the second mesh in Accessory 2, we subtract 1 from 2 (number circled in green) to get 1. So the complete ID is 9:1. Hope that clears it up!
- 560 comments
- 97 reviews
-
Dashcam V
- 113 comments
- 27 reviews
-
Cop Holster
- 560 comments
- 97 reviews
-
Dashcam V
- 113 comments
- 27 reviews
-
Emergency Uniforms Pack - Support
@SR0928 I think there are still remnants of your old RDE install that is causing your game to crash. Try downloading the latest RDE and place this gameconfig in /update/update.rpf/common/data/.
-
Emergency Uniforms Pack - Support
Do you have RDE installed too by any chance?
-
Emergency Uniforms Pack - Support
@Hibblejaybob @lukelam227 It's a known issue with OpenIV that is going to be fixed in its next version. http://openiv.com/bugs/view.php?id=365 For now, rename the .oiv to .zip and install manually.
-
Emergency Uniforms Pack - Support
Just to be clear, the game launcher doesn't try to redownload the modified files, right? In my experience, when I don't use a mods folder the launcher verifies and redownloads modified files, effectively reverting to a vanilla game.
-
Emergency uniforms pack - Law & Order
- 2,341 comments
- 236 reviews
-
Dashcam V
Yeah, you can add a dashcam to any emergency vehicle by just copying an entry and editing it for that car. The next update will include all of RDE's vehicles. But I hate to keep you waiting so here's an updated ini and logos.ytd compatible with the rest of the RDE vehicles. Note: Make sure you have the RDE LSPDFR addon installed as well.
- 113 comments
- 27 reviews
-
Cop Holster
- 560 comments
- 97 reviews