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.

BejoIjo

Members
  • Joined

  • Last visited

Reputation Activity

  1. Like
    BejoIjo got a reaction from jas1kk in List of Low Poly Real Car Mods for Traffic   
    Hi,
     
    I just want to share my list of real car mods which I use for traffic.
    When selecting the car mods, I always pay attention to the polygon/vertices number for minimum performance effect on GTA V.
     
    Please open the following link to google sheet: https://docs.google.com/spreadsheets/d/1EArntMc5tW2llV8Ik9dPqBhqB2FdPa_8LWZPbbUVsyo/edit?usp=sharing

    Please let me know if you have suggestions for other car models or if you have any questions.
     
    BR.
  2. Like
    BejoIjo got a reaction from Wstlndwarrior in List of Low Poly Real Car Mods for Traffic   
    Hi,
     
    I just want to share my list of real car mods which I use for traffic.
    When selecting the car mods, I always pay attention to the polygon/vertices number for minimum performance effect on GTA V.
     
    Please open the following link to google sheet: https://docs.google.com/spreadsheets/d/1EArntMc5tW2llV8Ik9dPqBhqB2FdPa_8LWZPbbUVsyo/edit?usp=sharing

    Please let me know if you have suggestions for other car models or if you have any questions.
     
    BR.
  3. Like
    BejoIjo got a reaction from Dippa in List of Low Poly Real Car Mods for Traffic   
    Hi,
     
    I just want to share my list of real car mods which I use for traffic.
    When selecting the car mods, I always pay attention to the polygon/vertices number for minimum performance effect on GTA V.
     
    Please open the following link to google sheet: https://docs.google.com/spreadsheets/d/1EArntMc5tW2llV8Ik9dPqBhqB2FdPa_8LWZPbbUVsyo/edit?usp=sharing

    Please let me know if you have suggestions for other car models or if you have any questions.
     
    BR.
  4. Like
    BejoIjo got a reaction from VacEx in [WIP] Free GTA Memory (no more ghost car, improve GTA stability)   
    Hi,
     
    I just wrote a simple RPH plugin to overcome my issue with the "ghost car".
    What is it? "Ghost car" is car without driver that might appear after you play the game for a while (30-60 minutes).
     
    This strange phenomena happens because GTA has a bug which somehow it doesn't clean up all entities properly.
    When GTA runs out of allocated memory to display peds, it can't create new ped to be spawned as a vehicle drivers.
     
    This GTA bug affects LSPDFR traffic stop functionality as well as some other issues (e.g. unable to stop walking peds with E key).
     
    There's a cure for this which is included in RagePluginHook. You can always open the console and type "CleanWorld".
    This cure is indeed working. But I don't like it because it is a brute solution.
    Sometimes, I got flickering or missing textures a while after submitting "CleanWorld" command.
     
    The plugin that I wrote will overcome the GTA bugs by periodically cleaning up entities which is already out of sight.
    Don't worry. It is safe because it only cleans up non-persistent entities. 
    Other than that, it will not clean up a blipped entities, which is usually spawned by callouts. So, your callouts will still work fine.
     
    I've tested using it and after 2 hours, I didn't  encounter any "ghost car". (usually, after 1 hour I would see them)
     
    I haven't released it on the mod download page, because I want to have your feedback first.
     
    Please try this out:
     
    Since this is an RPH plugin (not LSPDFR), simply put it in the "Plugins" folder and make sure to check it in RPG plugins settings to be loaded during startup.
    Otherwise, you can also load it manually from RPH console by typing: LoadPlugin FreeGTAMemory.dll
     
    Please try and give me your feedback. Enjoy!
     
    BR.
     
     
  5. Like
    BejoIjo got a reaction from Dippa in LSPDFR 0.4 - Coming February, 2019   
    excited with the hype! 🙂
  6. Like
    BejoIjo got a reaction from Deactivated Member in LSPDFR 0.4 - Coming February, 2019   
    excited with the hype! 🙂
  7. Like
    BejoIjo got a reaction from Alanzot in LSPDFR 0.4 - Coming February, 2019   
    excited with the hype! 🙂
  8. Like
    BejoIjo got a reaction from FirefighterProdigy in LSPDFR 0.4 - Coming February, 2019   
    excited with the hype! 🙂
  9. Like
    BejoIjo got a reaction from MrLucky8 in Our Community - What we stand for & How to get involved   
    I've never thought that the cost of running LSPDFR.COM is this much.
    Kudos to the site owner and management to keep this wonderful site up and running!
  10. Like
    BejoIjo got a reaction from Dippa in Our Community - What we stand for & How to get involved   
    I've never thought that the cost of running LSPDFR.COM is this much.
    Kudos to the site owner and management to keep this wonderful site up and running!
  11. Like
    BejoIjo got a reaction from Teekay in Computer+ Reloaded   
    Hi,
     
    I'm writing this just wanting to know your opinion about my plan.
     
    I have been using Computer+ plugin by @PieRGud and enjoying it very much.
    But there are still some improvements that could be made.
     
     
    It's very fortunate that @PieRGud is very generous to share the C+ source code on Github.
    So, I decided to fork it and made some improvement on it.
     
    Here is the the list of those improvements:
    replace SQLite with LiteDB to make it more lightweight and stable previous arrest report & citation will be displayed when viewing ped/vehicle info (without crashing) generate random past traffic citations & arrest reports for ped to improve gameplay reactivated traffic citation history reactivated arrest report history reactivated most recent action list on main window added wanted reason info when ped is wanted added driver license expiration days info (random) made ped & vehicle persistent during C+ session to avoid crashes (they will be freed when Computer+ exit) saving newly created arrest report or citation will also close the window for better UX vehicle type will be showed correctly when viewing the citation history records fixed "give ticket" animation. now the ticket should disappear in the right time fixed incorrect time data source on arrest report view added various checking and handling to prevent potential crashes.  
    I'm very excited to make those improvements and I have pushed my codes to the main C+ repository, but it seems the author is very busy and it's still pending merge and release.
     
    I'm just wondering. Can I just release my improvement by following the license guideance on Computer+ source code?
    Based the C+ repository license page, the license is GNU v3, https://tldrlegal.com/license/gnu-general-public-license-v3-(gpl-3)
     
    So, according to that license, I might distribute any modifications on Computer+, as long as I follow the license guidance. (CMIIW)
     
    But, I'm still in doubt whether to do it or not. I would like to know your opinion regarding this matter.
     
    BR.
    BejoIjo
  12. Like
    @BejoIjo UPDATE: played for almost 2h without any issue. Great fix 🤩 The only little issue I found is that some objects are despawning too quickly, such as trailers if I move a little around without looking them (but trailers despawn frequently also in the vanilla game, so that's not totally your fault). So you could try to improve this, but you made a great job anyway. Thank you a lot!
     
    I also overclocked a bit more my gpu memory (making it less stable), bringing it to 9600MHz. No problems anyway! The game is more stable than usually.
  13. Like
    Hi, I disagree with you saying this is just a placebo effect.
    It does have an effect, especially fixed my "ghost car" issue. If you scroll up a few threads, there are users who also found this plugin useful and fixed their issue.
     
    For users who  don't have "ghost car" issue, you don't need this plugin. As simple as that.
  14. Like
    You're fine then. I guess your rig is pretty new and high end one.
     
     
    Yes. Please give it a try. You'll not regret it. You will also feel that your surrounding will be more dense and alive, because the game is now free to spawn any entities it wants.
    e.g. more variety of peds and vehicles.
     
    I'm using i5 + 16GB RAM and GTX 1060 and so far I have been very happy with current performance achievement.
    I can play hours with stable 60FPS without texture losses.
     
    FYI.
    I installed 80 real cars replacements, also a few new police and sheriff cars slots ( total 7 police cars and 4 sheriff cars slots)
    Installed 5 RPH plugins, 20 LSPDFR plugins, 2 scripthookvdotnet plugins.
     
    Last but not least, don't forget to use a good gameconfig.xml tweak file.
    Currently I'm using:
     
  15. Like
    Hi, thanks for your report.
    Texture loss might be caused by many things:
    GTAV memory leak (inevitable) not enough RAM not enough VRAM wrong windows virtual memory setting need better gameconfig.xml too many mods and plugins that you rig can handle. Because of memory leak issue in GTAV, basically what we can do is delaying the problems to happen.
    One thing that makes me happy is FreeGTAMemory plugin indeed can neutralize the "ghost car" issue which usually happen on my game.
     
    I'll release it in a few days to the download page. Thanks to all you guys for your support.
     
  16. Like
    I agree with @BejoIjo. For me this plugin did fix the "ghost car" issue and it has also improved stability as I haven't had a CTD for a while now. Btw, when do you plan on doing a public release of this plugin? And one more thing, just want to thank you for all your hard work lately. It's very much appreciated. 
  17. Like
    BejoIjo got a reaction from Abz in [WIP] Free GTA Memory (no more ghost car, improve GTA stability)   
    Hi, I disagree with you saying this is just a placebo effect.
    It does have an effect, especially fixed my "ghost car" issue. If you scroll up a few threads, there are users who also found this plugin useful and fixed their issue.
     
    For users who  don't have "ghost car" issue, you don't need this plugin. As simple as that.
  18. Like
    BejoIjo got a reaction from Xbox581champ in Another "GTAVLauncher.exe exited unexpectedly." post.   
    Try to:
    Right click on your "GTA5.exe" file Click Properties, then go to  "Compatibility" Uncheck "Run this program as administrator". Do the same thing on "GTAVLauncher.exe" file
  19. Like
    BejoIjo got a reaction from Xbox581champ in Another "GTAVLauncher.exe exited unexpectedly." post.   
    glad to know! have fun with your son! ;-)
  20. Like
    BejoIjo got a reaction from JBuzz826 in Traffic Policer Lag upon contact   
    Similar thread:
     
     
  21. Like
    You're fine then. I guess your rig is pretty new and high end one.
     
     
    Yes. Please give it a try. You'll not regret it. You will also feel that your surrounding will be more dense and alive, because the game is now free to spawn any entities it wants.
    e.g. more variety of peds and vehicles.
     
    I'm using i5 + 16GB RAM and GTX 1060 and so far I have been very happy with current performance achievement.
    I can play hours with stable 60FPS without texture losses.
     
    FYI.
    I installed 80 real cars replacements, also a few new police and sheriff cars slots ( total 7 police cars and 4 sheriff cars slots)
    Installed 5 RPH plugins, 20 LSPDFR plugins, 2 scripthookvdotnet plugins.
     
    Last but not least, don't forget to use a good gameconfig.xml tweak file.
    Currently I'm using:
     
  22. Like
    BejoIjo got a reaction from officer 21 in Another "GTAVLauncher.exe exited unexpectedly." post.   
    glad to know! have fun with your son! ;-)
  23. Like
    BejoIjo got a reaction from Derpdat in My ragepluginhook doesnt work   
    glad to know you're able to play normally again.
  24. Like
    BejoIjo got a reaction from Extsy... in LSPDFR coulnd't load the hash 0x1517d4d9   
    If you remove car add-on, make sure to cleanly remove the model, textures on vehicles.rpf and vehicle definition on vehicles.meta file.
    If you modified LSPDFR backup.xml file, make sure to also remove the vehicle entries from that file.
  25. Like
    BejoIjo got a reaction from Creativee. in Massive FPS drops   
    Similar thread:
     

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.