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.

LMS

Management Team
  • Joined

Everything posted by LMS

  1. You can try setting AmbientSpawn.SpawnFrequency to a very high value such as 300000 which will only try to spawn cars every six minutes. Together with AmbientSpawn.MaxCopsInArea and AmbientSpawn.MaxSpawnedCopsInArea set to one that should be close to what you want. Ambient.DisableAmbientGameCopSpawnBlock disables LSPDFR's functionality to disable ambient game spawns (the game sometimes spawns cop cars for patrol, especially when you are using mods that influence these settings).
  2. It looks like LSPDFR is already running! No need to load it twice (unless you like chaos).
  3. Those are LSPDFR scenarios, but we can add an option to disable any custom spawn in the Police Station.
  4. I don't think this information is available as it is not standardized for callouts and will differ. Perhaps the easiest way for now is to give generic experience per callout and then fine tune it per callout name. Of course this means you have to maintain a list of how much a specific callout yields, but I think that's the better solution as you just cannot get the information you are looking for from callouts.
  5. No problem at all, just wanted to make sure it is not something badly worded on the wiki that makes people think this is what the setting does. Appreciate your continued support!
  6. I see, distance could probably get done via reflection relatively easily, but I am not sure about severity. Where/how is that even represented by a callout?
  7. We've had an action wheel in LCPDFR if you have ever played that and it worked quite well I think, so perhaps this is something to re-investigate. We tried to take a more "game like" approach with LSPDFR though, hence relying on helpboxes and displaying keys more.
  8. Setting AmbientSpawn.SpawnFrequency to 0 does not disable ambient spawning (not sure where that info came from, it is also not indicated in the settings wiki). If anything, it makes them spawn more often as it tries to spawn them every 0 milliseconds. If you wish to disable the feature, you can set AmbientSpawn.DisableRandomUnits to true.
  9. Log looks fine and no plugins are loaded yet (crashes quite early). Do you have a mods folder? If so, could you try disabling that?
  10. I am not sure if there will be any real bugfixes unfortunately. As you've said yourself, I fear it will kill off the little modding and community there currently still is for the game. At least it is nice that they still care enough about the game to update it I suppose, most developers would just abandon a game that old.
  11. It is most likely your anti-virus program picking it up as a potential virus then and hence blocking you from extracting it. You could see if you can create an exception or temporarily disable it.
  12. That's possible but not without reflection I'm afraid. If you share a bit more about what you are trying to do, perhaps we can come up with an alternative solution.
  13. Welcome to the community! LSPDFR is a singleplayer modification so everything around you is AI-controlled. That doesn't mean your fellow officers won't help you though 😛 Enjoy playing!
  14. It looks to me like you are creating the same ini file over and over again. You should initialize it once and then always use that instance. I'd suggest making a (static) variable such as "InitializationFile myIni" and in "initialiseFile" check if it is null. If so, you initialize it once. If it is not null, you return it instead.
  15. What info are you interested in?
  16. Make sure you are using police audio in the "audioNameHash" tag in your vehicles.meta file, such as POLICE3. A lot of cars do not have this by default.
  17. LMS replied to Scottvdken's topic in LML User Support
    I think it's because of the way .NET handles file patterns here where it does not treat them as case-insensitive. Try naming your xml "install.xml" all in lowercase and see if that works. I'll manually implement file searching in a future version to fix that.
  18. If it only has FBI2 in it, you should load it like you did for vehicles.meta as a FileEntryReplacement as you are replacing a single entry. It should work then.
  19. That should be fine then. Could you upload it to something like pastebin just so I can double check? Also please attach your vfs.log. Your snippet looks fine to me!
  20. Does your handling.meta file contain just the new FBI2 handling or all game handlings?
  21. LMS commented on LMS's file in GTA5 Mods Misc
    If you know what you are doing manual installations are totally fine. LML would still offer you a few advantages, such as an easier way of toggling your mods since you can do it from a user interface instead of having to manually remove them (also ensures you do not forget any files) and a much easier process after a game update as all you need to do is get a new gameconfig and no need to reinstall anything else. Of course for mods that are officially supported it also makes the installation a lot quicker. Ultimately it depends on you. I can totally understand that after many years of manually navigating RPF files this way seems a bit foreign and might be confusing at first. That being said, I think that once you get the hang of it, you will realize that it makes modding not only a lot simpler but also greatly reduces installation issues.
  22. Nice shot! Did you get a helpbox telling you "If you are connected to LSPDFR Sync while taking a selfie, your character's picture will be refreshed automatically" after taking the selfie? That indicates that the process was initiated.
  23. We hop to add more apartments in the future! In the Interaction Menu you have the option for your spawn location where you can select your apartment.
  24. I think that one is on me, it should be scriptName instead of name on the Addon example. And no, currently you cannot see the files in each group, I hope to add that soon though. I also like the exclusivity feature, it needs to be implemented in XML though. So you would need to be able to specify that two groups cannot be enabled at the same time.
  25. Nothing that looks suspicious to me from the code. I guess I'll try running it locally and see if I get the same, but that might take a few days. If you do find the issue in the meantime, please let me know here.

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.