Skip to content
View in the app

A better way to browse. Learn more.

LCPDFR.com

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Guess1m

Members
  • Joined

  • Last visited

Reputation Activity

  1. Thanks
    I can't tell if it's worse that this feature was forgotten about (and therefore not ported to the new downloads page) or that it took someone multiple months to notice

    It should be back in an update later today.
  2. Thanks
    Hello,

    I am a developer for the mod MTFO: Move the F*** Over. @Guess1m also develops the mod with me. Before the site design, it was very visible who all the developers were in a project. I had added him onto the mod before and it showed. Currently, I do not see any of that information anymore. I also do not see a place to add new developers.



  3. Love
    LSPDFR & RAGE Plugin Hook Enhanced and Upcoming Site Upgrades
    We're excited to share the latest updates on projects bringing LSPDFR and RAGE Plugin Hook to GTA 5 Enhanced Edition alongside refreshing our entire website - with new features, a new design and a more fluid experience.


    LSPDFR & RAGE Plugin Hook Enhanced
    With the recent release of Grand Theft Auto V Enhanced Edition @LMS has been working on porting RAGE Plugin Hook. While still in its early development stages, RPH is now successfully running on the Enhanced Edition with most of the basic features working, including running small plugins and DX12 rendering. In addition, our biggest LSPDFR update ever is currently in closed-beta testing and we hope to have more news on it soon.

    Below are some screenshots of these previously console-only vehicles being spawned through RPH in the Enhanced Edition.
     

     
     
    RPH running on the Enhanced Edition.


    RPH on Apple Silicon
    As part of the port to the Enhanced version and DX12 support, we have streamlined some core systems, now allowing RPH and LSPDFR to run on Apple Silicon. We're still addressing performance issues and visibility concerns before considering a potential future patch.


     
    LSPDFR and RAGE Plugin Hook running on a MacBook M4.


    Website Platform Update and Invision Community 5
    We're in the early stages of migrating from Invision Community 4 to 5, which will transform our entire platform.
    This update combines rewrites of Invision Community core features with rewrites of our own software to provide users with a faster and cleaner experience. Community members will enjoy a fresh design and responsive theme that follows your OS dark mode decision. On top of this, substantial effort across the board has been made to fix performance issues.
     
    Most of the changes to our new platform are behind the scenes, but the most visible improvement you'll see, apart from the general design change, is the new editor. This new editor comes with many improvements and is easy to use. It also introduces some new features, like Content Boxes, that will make structuring mod download pages a little bit better.

    We hope to provide further updates over the coming weeks and months as we prepare this for release.

     
     
    In progress development of our new platform using mock data.
     
     
     
    The new editor, showcasing the Content Boxes feature.
     
  4. Love
    Guess1m got a reaction from DenisCZ in ReportsPlus - External LSPDFR Report/Log Software   
    I have put up the first public release of ReportsPlus, this is still certainly not a final product and definitely needs some fixing but im releasing it so people can give it a try and help out with development.
     
    Consider joining the ReportsPlus Discord server I just made for helping with testing, support, requesting features, and development updates. 👍
  5. Love
    Would be more than happy to help out!
  6. Like
    I would love to offer testing and feedback! Looks like an interesting and favorable project. Let me know how I can help through site DM's, or if you prefer a Discord. 🙂 
  7. Like
    My time is very limited sometimes but I’d like to offer some feedback regardless. You’re free to send me a DM at any time.
  8. Like
    Great addition to the community and I know it would be welcomed heavily if you decided to contribute on its release!
  9. Like
    Guess1m got a reaction from Trevor S. in ReportsPlus - External LSPDFR Report/Log Software   
    Hello everybody I haven't ever posted on these forums so please excuse me if this post is in the wrong location. I have been working on an application that can be used for doing reports for LSPDFR since I like the realism aspect of it and I feel even using something like Compulite or ComputerPlus isn't as realistic as I would want it. I started working on this project for me and a few friends who I know also wanted the same thing and I wanted to see if it was something anyone else would be interested in. I had never originally planned to release it but I figured I should see if it was something anyone else would be interested. This application took HEAVY inspiration from PaperWorkPlus which is an application I enjoyed while it was active and was a great tool. The program was created in Java and would most effectively be used on another laptop that you have next to you, I use my MAC with it open so it functions similarly to the laptops in patrol vehicles.
     
    I have attached some images of the application below, it is fully functional and stores reports in an XML format.
    some more images here: https://imgur.com/a/V9vBTp9
     
    Features-
    * Create Reports for Citations, Callouts, Patrols, Traffic Stops, Impounds, Searches, Incidents, and Arrests at the moment.
    * Fully Functional Log Database which displays all the information for every log. 
    * Make doing the reports faster by transferring information into another report. Say if you created an arrest report you will likely do a search report, so if the create search report button is hit from the arrest report it transfers all the information over like the suspect name, location of arrest, etc. which is a huge time saver.
    * High-quality zoomable map
    * Notepad text area, very useful for remembering location info and search items.
    * Customizable UI, the default is purple, and three different colors can be modified, Main, Secondary, and Accent, I plan on making everything entirely customizable.
    * Fully Modifiable arrest charges and citations through XML. It follows the same XML format as Compulite, so plugins like Realistic Charges and Citations for Compulite work perfectly for adding a ton of charges and citations. That is what I have loaded in the screenshot.
    * Tons of Divisions and Agencies to choose from which took heavy inspiration from PaperWorkPlus.
    * Many more
     
    I am looking forward to any feedback on whether this is something any of you would be interested in me releasing.





  10. Like
    Guess1m got a reaction from unitedOrange66 in ReportsPlus - External LSPDFR Report/Log Software   
    Ive already established a way to connect into the game, I actually used a very similar method that ExternalPoliceComputer uses, my program is in Java, GTA is C# so there were limited options. It works by having a lspdfr plugin that sends data to a folder that my server picks up which sends data through your network to the actual ReportsPlus client, this is the same way that EPC does it 👍
  11. Like
    Guess1m got a reaction from unitedOrange66 in ReportsPlus - External LSPDFR Report/Log Software   
    Yep! Created a way to receive game updates through a server that can be installed onto the computer that is running GTA. The server is connected to the ReportsPlus application across your network and transfers files to the client with ped data/vehicle data etc.
     
    Currently, I have created a way for callouts to be displayed within the application as well as when you ask a ped for their ID with StopThePed the ID is actually transferred to the application.
     
    I have also added a ped lookup feature and plate lookup feature.
     
    All of the report creation windows are external now since I made the log browser embedded in the main window instead of an external window. Not sure yet how I feel about the external report windows but it may look better with a different color pallet. 
    Great idea, I am surprised that I hadn't even thought of this.
     
     


  12. Like
    Guess1m got a reaction from mnbvm in ReportsPlus - External LSPDFR Report/Log Software   
    Ive already established a way to connect into the game, I actually used a very similar method that ExternalPoliceComputer uses, my program is in Java, GTA is C# so there were limited options. It works by having a lspdfr plugin that sends data to a folder that my server picks up which sends data through your network to the actual ReportsPlus client, this is the same way that EPC does it 👍
  13. Like
    Guess1m got a reaction from Haze Studios in ReportsPlus - External LSPDFR Report/Log Software   
    Ive already established a way to connect into the game, I actually used a very similar method that ExternalPoliceComputer uses, my program is in Java, GTA is C# so there were limited options. It works by having a lspdfr plugin that sends data to a folder that my server picks up which sends data through your network to the actual ReportsPlus client, this is the same way that EPC does it 👍
  14. Like
    I feel like the community could benefit from this. It brings a fresh perspective and shows genuine effort. While it would be amazing if it could somehow integrate it into the game, I'm not even sure if that's possible. Still, it's pretty awesome as it is. I hope it'll work like External Police Computer, and uses some FR APIs.
  15. Like
    Guess1m got a reaction from Jethro McCain in ReportsPlus - External LSPDFR Report/Log Software   
    Yep! Created a way to receive game updates through a server that can be installed onto the computer that is running GTA. The server is connected to the ReportsPlus application across your network and transfers files to the client with ped data/vehicle data etc.
     
    Currently, I have created a way for callouts to be displayed within the application as well as when you ask a ped for their ID with StopThePed the ID is actually transferred to the application.
     
    I have also added a ped lookup feature and plate lookup feature.
     
    All of the report creation windows are external now since I made the log browser embedded in the main window instead of an external window. Not sure yet how I feel about the external report windows but it may look better with a different color pallet. 
    Great idea, I am surprised that I hadn't even thought of this.
     
     


  16. Like
    I'm fine with releasing it any time as long as it is something people would be interested in. This is still an early version, I have a lot of stuff I would like to add still, and update the UI since I don't know how I feel about it in its current standing.
    Yeah, I was kind of shooting for something that's similar to that. My goal with this project is to make an application that actually functions like an actual police computer, with the ability to incorporate into LSPDFR and have callouts you receive actually go to my application, similar to how ExternalPoliceComputer can be used from another PC and receive information. This would be a feat to accomplish since I mainly program in Java, not C#, but I have some ideas for making it work.
  17. Like
    Hello everybody I haven't ever posted on these forums so please excuse me if this post is in the wrong location. I have been working on an application that can be used for doing reports for LSPDFR since I like the realism aspect of it and I feel even using something like Compulite or ComputerPlus isn't as realistic as I would want it. I started working on this project for me and a few friends who I know also wanted the same thing and I wanted to see if it was something anyone else would be interested in. I had never originally planned to release it but I figured I should see if it was something anyone else would be interested. This application took HEAVY inspiration from PaperWorkPlus which is an application I enjoyed while it was active and was a great tool. The program was created in Java and would most effectively be used on another laptop that you have next to you, I use my MAC with it open so it functions similarly to the laptops in patrol vehicles.
     
    I have attached some images of the application below, it is fully functional and stores reports in an XML format.
    some more images here: https://imgur.com/a/V9vBTp9
     
    Features-
    * Create Reports for Citations, Callouts, Patrols, Traffic Stops, Impounds, Searches, Incidents, and Arrests at the moment.
    * Fully Functional Log Database which displays all the information for every log. 
    * Make doing the reports faster by transferring information into another report. Say if you created an arrest report you will likely do a search report, so if the create search report button is hit from the arrest report it transfers all the information over like the suspect name, location of arrest, etc. which is a huge time saver.
    * High-quality zoomable map
    * Notepad text area, very useful for remembering location info and search items.
    * Customizable UI, the default is purple, and three different colors can be modified, Main, Secondary, and Accent, I plan on making everything entirely customizable.
    * Fully Modifiable arrest charges and citations through XML. It follows the same XML format as Compulite, so plugins like Realistic Charges and Citations for Compulite work perfectly for adding a ton of charges and citations. That is what I have loaded in the screenshot.
    * Tons of Divisions and Agencies to choose from which took heavy inspiration from PaperWorkPlus.
    * Many more
     
    I am looking forward to any feedback on whether this is something any of you would be interested in me releasing.





  18. Like
    Guess1m got a reaction from xLukeW in ReportsPlus - External LSPDFR Report/Log Software   
    Hello everybody I haven't ever posted on these forums so please excuse me if this post is in the wrong location. I have been working on an application that can be used for doing reports for LSPDFR since I like the realism aspect of it and I feel even using something like Compulite or ComputerPlus isn't as realistic as I would want it. I started working on this project for me and a few friends who I know also wanted the same thing and I wanted to see if it was something anyone else would be interested in. I had never originally planned to release it but I figured I should see if it was something anyone else would be interested. This application took HEAVY inspiration from PaperWorkPlus which is an application I enjoyed while it was active and was a great tool. The program was created in Java and would most effectively be used on another laptop that you have next to you, I use my MAC with it open so it functions similarly to the laptops in patrol vehicles.
     
    I have attached some images of the application below, it is fully functional and stores reports in an XML format.
    some more images here: https://imgur.com/a/V9vBTp9
     
    Features-
    * Create Reports for Citations, Callouts, Patrols, Traffic Stops, Impounds, Searches, Incidents, and Arrests at the moment.
    * Fully Functional Log Database which displays all the information for every log. 
    * Make doing the reports faster by transferring information into another report. Say if you created an arrest report you will likely do a search report, so if the create search report button is hit from the arrest report it transfers all the information over like the suspect name, location of arrest, etc. which is a huge time saver.
    * High-quality zoomable map
    * Notepad text area, very useful for remembering location info and search items.
    * Customizable UI, the default is purple, and three different colors can be modified, Main, Secondary, and Accent, I plan on making everything entirely customizable.
    * Fully Modifiable arrest charges and citations through XML. It follows the same XML format as Compulite, so plugins like Realistic Charges and Citations for Compulite work perfectly for adding a ton of charges and citations. That is what I have loaded in the screenshot.
    * Tons of Divisions and Agencies to choose from which took heavy inspiration from PaperWorkPlus.
    * Many more
     
    I am looking forward to any feedback on whether this is something any of you would be interested in me releasing.





  19. Love
    Guess1m got a reaction from MSTB Developments in Stevethegamer55   
    I've always just used Brighter Emergency Lights by MSTB. If you haven't already I would give it a shot I think it looks the best out of all the ones i've tested it gives a good bloom effect during the day and especially during the night. I believe I just use the recommended "Bright" preset they give. I just took a quick ingame screenshot.

  20. Love
    Guess1m got a reaction from cherryaerie in ReportsPlus - External LSPDFR Report/Log Software   
    Hello everybody I haven't ever posted on these forums so please excuse me if this post is in the wrong location. I have been working on an application that can be used for doing reports for LSPDFR since I like the realism aspect of it and I feel even using something like Compulite or ComputerPlus isn't as realistic as I would want it. I started working on this project for me and a few friends who I know also wanted the same thing and I wanted to see if it was something anyone else would be interested in. I had never originally planned to release it but I figured I should see if it was something anyone else would be interested. This application took HEAVY inspiration from PaperWorkPlus which is an application I enjoyed while it was active and was a great tool. The program was created in Java and would most effectively be used on another laptop that you have next to you, I use my MAC with it open so it functions similarly to the laptops in patrol vehicles.
     
    I have attached some images of the application below, it is fully functional and stores reports in an XML format.
    some more images here: https://imgur.com/a/V9vBTp9
     
    Features-
    * Create Reports for Citations, Callouts, Patrols, Traffic Stops, Impounds, Searches, Incidents, and Arrests at the moment.
    * Fully Functional Log Database which displays all the information for every log. 
    * Make doing the reports faster by transferring information into another report. Say if you created an arrest report you will likely do a search report, so if the create search report button is hit from the arrest report it transfers all the information over like the suspect name, location of arrest, etc. which is a huge time saver.
    * High-quality zoomable map
    * Notepad text area, very useful for remembering location info and search items.
    * Customizable UI, the default is purple, and three different colors can be modified, Main, Secondary, and Accent, I plan on making everything entirely customizable.
    * Fully Modifiable arrest charges and citations through XML. It follows the same XML format as Compulite, so plugins like Realistic Charges and Citations for Compulite work perfectly for adding a ton of charges and citations. That is what I have loaded in the screenshot.
    * Tons of Divisions and Agencies to choose from which took heavy inspiration from PaperWorkPlus.
    * Many more
     
    I am looking forward to any feedback on whether this is something any of you would be interested in me releasing.





  21. Love
    Good luck, I hope it will get released soon.
  22. Love
    I would love to see this 
  23. Like
    Guess1m got a reaction from superlazy in ReportsPlus - External LSPDFR Report/Log Software   
    I'm fine with releasing it any time as long as it is something people would be interested in. This is still an early version, I have a lot of stuff I would like to add still, and update the UI since I don't know how I feel about it in its current standing.
    Yeah, I was kind of shooting for something that's similar to that. My goal with this project is to make an application that actually functions like an actual police computer, with the ability to incorporate into LSPDFR and have callouts you receive actually go to my application, similar to how ExternalPoliceComputer can be used from another PC and receive information. This would be a feat to accomplish since I mainly program in Java, not C#, but I have some ideas for making it work.
  24. Like
    Guess1m got a reaction from DenisCZ in ReportsPlus - External LSPDFR Report/Log Software   
    Hello everybody I haven't ever posted on these forums so please excuse me if this post is in the wrong location. I have been working on an application that can be used for doing reports for LSPDFR since I like the realism aspect of it and I feel even using something like Compulite or ComputerPlus isn't as realistic as I would want it. I started working on this project for me and a few friends who I know also wanted the same thing and I wanted to see if it was something anyone else would be interested in. I had never originally planned to release it but I figured I should see if it was something anyone else would be interested. This application took HEAVY inspiration from PaperWorkPlus which is an application I enjoyed while it was active and was a great tool. The program was created in Java and would most effectively be used on another laptop that you have next to you, I use my MAC with it open so it functions similarly to the laptops in patrol vehicles.
     
    I have attached some images of the application below, it is fully functional and stores reports in an XML format.
    some more images here: https://imgur.com/a/V9vBTp9
     
    Features-
    * Create Reports for Citations, Callouts, Patrols, Traffic Stops, Impounds, Searches, Incidents, and Arrests at the moment.
    * Fully Functional Log Database which displays all the information for every log. 
    * Make doing the reports faster by transferring information into another report. Say if you created an arrest report you will likely do a search report, so if the create search report button is hit from the arrest report it transfers all the information over like the suspect name, location of arrest, etc. which is a huge time saver.
    * High-quality zoomable map
    * Notepad text area, very useful for remembering location info and search items.
    * Customizable UI, the default is purple, and three different colors can be modified, Main, Secondary, and Accent, I plan on making everything entirely customizable.
    * Fully Modifiable arrest charges and citations through XML. It follows the same XML format as Compulite, so plugins like Realistic Charges and Citations for Compulite work perfectly for adding a ton of charges and citations. That is what I have loaded in the screenshot.
    * Tons of Divisions and Agencies to choose from which took heavy inspiration from PaperWorkPlus.
    * Many more
     
    I am looking forward to any feedback on whether this is something any of you would be interested in me releasing.





  25. Like
    Guess1m got a reaction from DenisCZ in ReportsPlus - External LSPDFR Report/Log Software   
    I'm fine with releasing it any time as long as it is something people would be interested in. This is still an early version, I have a lot of stuff I would like to add still, and update the UI since I don't know how I feel about it in its current standing.
    Yeah, I was kind of shooting for something that's similar to that. My goal with this project is to make an application that actually functions like an actual police computer, with the ability to incorporate into LSPDFR and have callouts you receive actually go to my application, similar to how ExternalPoliceComputer can be used from another PC and receive information. This would be a feat to accomplish since I mainly program in Java, not C#, but I have some ideas for making it work.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.