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.

ainesophaur

Members
  • Joined

  • Last visited

Everything posted by ainesophaur

  1. Yep same username in the LSPDFR room.
  2. Please take a screenshot of what you see in game when you hold the button to open computer+
  3. Did you try changing your mouse input type in GTA? FAQMy mouse keeps resetting to the middle.-> Change your mouse input setting to DirectInput or Raw Input
  4. We had something like this in the works. It got put on hold but I'm sure it'll come back to life. There were rumors that LSPDFR may handle this in a future update (as far as querying personas from a web based API) and we didn't want to clash. If nothing comes of it, then we'll resume our work
  5. Try setting SkipLogin to true in the config file and let me know if you experience the same behavior
  6. Does the plugin crash? If so, please attach your RagePluginHookLog.txt
  7. Its back up.. lcpdfr.com seems to not like it when you delete the old download and upload a new one with the same name.. Ill have to keep that in mine for future updates :)
  8. Oh I definitely don't take it as a complaint. Glad to see such a positive reception on this beta. If you have any suggestions, add them to our github repo tracker.. We'd love to make this as community driven as possible
  9. We pull that status straight from the LSPDFR API, so it's possible the other scripts are mutating the persona after we obtain it or they're not using the Persona from the LSPDFR API (ex, randomly choosing if they're expired or not)
  10. It definitely wasn't the intention and I can't think of any changes off the top of my head that would've caused it. However, please open a bug issue on the project tracker about this and on our next coding rounds we can address it. I'll look into it now, but just in case I can't finish in time, the issue on the tracker will allow us to ensure we resolve it before the next release.
  11. @Fiskey111's MDT integration into C+ may bring that as his terminal was available in car and on foot. Either way, if you open a issue on the Project tracker we'll be able to evaluate it on our next go around.
  12. I haven't tried, but I would assume if you unpause the game via c+ then you should be able to interact normally (ex open up police radio). There's nothing in our code logic to prevent it from happening so it's quite possible the Gwen forms provided by Rage intercept keyboard actions
  13. My computer+ only opens when I'm stopped or rolling at a slow speed. I don't play with a keyboard so please double check my statement. Alternatively, change the key binding to open computer+
  14. It's a typo but I won't be able to correct it for a few hours. The new zip file has been uploaded
  15. Most of the images were manually put together months ago.. A lot of DLC cars are missing for example. We'll have to rely on someone in the community compiling all the missing images and contributing it to the repo. I'd say we have about 80% of the ped and Vehicle images However the images that we have composed will be added as a separate download here (that way if anyone wants to include them, they can install it as an add-on). I'll probably start the upload in an hour or so. You'll unzip the images to your plugins folder. Edit: The Ped and Vehicle images have been added to the download files as Additional_ComputerPlusImageAssets.zip At the moment it does not, however we're open to suggestions and it wouldn't be difficult to implement. Create an Issue on our tracker
  16. If the plugin detects you have a person pulled over, it'll automatically add their vehicle to the searched list. Same with stopped peds. If you use ALPR+, it'll automatically add flagged vehicles into the ALPR list
  17. If you open a issue on the Github repo then we can track it and add it in ;)
  18. We have a release that's pending to handle this. In short there was a configuration change which didn't handle upgrades well. Re download the plugin and replace the files including the config
  19. In your GTA main directory, there is a file called RagePluginHook.log which contains all the logs from your RAGE plugins. We'll need you to start LCPDFR and Computer+ and make it crash.. when it does, exit GTA and upload the RagePluginHook.log file here. With it we can tell what caused your crash.
  20. Can you attach your RagePluginHook.log (please do not copy and paste it)
  21. If you do happen to experiment with WS, hit me up and I'll give you a C# HOC I created using WS and Rx operators to handle reconnection with a throttle.. After implementing the HOC, I tested it with a RAGE plugin I was working on and it performed perfectly.
  22. Websockets are their own protocol and their only relation to the HTTP protocol is the Upgrade command which is just HTTP friendly and not necessarily HTTP only. HTTP has a lot more jobs and points of attack as well as a HTTP requires more dependencies. In my production projects, I see far less attack attempts across the WS cluster vs the HTTP cluster. Undoubtedly it's because 80 is a more commonly defined/used port. With the scope of your project being specifically intended for use with GTA, it's probably unlikely your intended use will have security issues.. But since it's an HTTP server listening globally, it's susceptible to being leveraged in attacks. The only reason I care is the growing number of attacks against vanilla/unsecured HTTP servers, where attackers at just looking for any open HTTP server to exploit the underlying OS. If you're only handling get requests then you'll probably never be in the group of exploitable servers.. But at that point, you'd gain so much more by using websockets.. You could do things like keep the enumerable returned in game and then notify the change in game to your websocket client without blindly polling. Sorry if it seems like a rant..it's truly not intended to be. I just see many tools for the job and HTTP servers don't feel like the best tool for the job.
  23. I think it's a great idea, but the implementation seems like a lot of overhead. Personally I'd prefer websockets over HTTP, and and RPC plain socket over HTTP or websocket.
    Absolutely stunning. In two days I've yet to get bored. Amazing attention to detail and scene setup. Gives you the true feeling that "I better call for backup, this looks bad." Sometimes the situation resolves peacefully, and other times you feel spot on with your initial assessment. This sets the bar on what callouts should be.. Simple implementations of a vast and dynamic environment.
  24. Did you try out the suggestions from this comment & below?

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.