Everything posted by LMS
-
[API Bug] Unable to Call In via B after SetPursuitAsCalledIn(false)
What you are describing is expected behavior insofar as you are never really calling in a pursuit, but you are reporting a crime (hence you are holding down ACTION_CRIME_REPORT). This crime, in this case a suspect fleeing from the player, is linked to the pursuit and calls it in. Now I am not sure if I want to make the crime auto-create itself when a pursuit is set as not called in as that might not be desirable in all cases. Also not too sold on a function just for this or yet another overload that then might introduce weird side-effects, just like the not called in one, in the future. I would have to think about it, but I would not expect anything soon. The log entries can be disregarded, they happen during decision tree warmup only.
-
LML stops Rockstar from launching
I pushed an update for LML to add compatibility for b2372 on RGSC/Epic, let me know if that works for you. Thanks @ben_hamilton for testing.
-
LML stops Rockstar from launching
Can you attach your vfs.log and also check eventvwr.exe ->Windows Logs -> Application and look for GTA 5 related entries?
-
LML stops Rockstar from launching
Could you be more specific? Are you getting a (silent) game crash? Also it works fine for me on Steam, are you using it on RGSC/Epic?
-
My script don't load
Please note that RPH and LSPDFR target .NET Framework 4.8 which is not compatibly with .NET 5 which you seem to be using (.NET Standard 2.0 vs 2.1).
-
LSPDFR character photo not updating
Did you get the help box saying 'If you are connected to LSPDFR Sync while taking a selfie, your character's picture will be refreshed automatically.' after you took the picture?
-
LML not installing Coastal Callouts
You can download the file normally and then just extract it and copy it to the LML folder (that's what the download manager does).
-
LML not installing Coastal Callouts
Try running as administrator since you game is installed in a location where your Windows user does not have write access.
-
Am I allowed to include AdvancedHook.dll in my mod installer?
I hereby grant you permission to bundle it with your mod.
-
LML Stutter Issues
It would make sense in so far as there are many streaming requests LML is intercepting - as to why that only happens on that specific disk (or why it happens at all) I am not sure.
-
LML Stutter Issues
If it works on the same disk maybe fragmentation is to blame - could be worth a shot. But ultimately you will have more fun on a SSD 🙂
-
LML Stutter Issues
The thread mentions the main cause of the issue and that this cannot really be fixed by us. The easiest fix is to have your game on a fast disk and these problems should not occur at all (or everyone would be having them).
-
Issues with Liveries in Replacing Vehicles metas
The failure indicates it cannot find that file in your LML folder. The path is relative to install.xml so it is looking for "data\vehicles_replace.meta" in your mod folder.
-
Issues with Liveries in Replacing Vehicles metas
And if you use your files in there with FileEntryReplacement it does not work? That all seems fine to me and works for coastal.
-
Issues with Liveries in Replacing Vehicles metas
Please post your full xml. If you use the tag I specified above, it should load your changes prior to any other files.
-
Issues with Liveries in Replacing Vehicles metas
Yes, you can override single entries, but it requires a special syntax as it is a bit hacky internally to achieve this. The tag is FileEntryReplacement and ideally you specify a type too. See the wiki page for an example for vehicles.meta:
-
LSPDFR 0.4.9 - Now Available!
How about 0.4.10?
-
Installing Non-Supported mods/Undo option
What is the specific error you are getting. If LML tries to convert a mod, it asks you whether you would like to verify the install.xml before heading in-game. You could then have a look and check that. That being said, all you need to do to remove it should be either disable the mod or remove its entire folder.
-
Vehicle weapon meta
Renaming it to weapons.meta might already do the trick. If you do not want to do that, you can always manually specify the data file type.
-
LSPDFR Holster Animations
I will defer that to the animation man @Sam
-
Investigation mode problem
You need to report these incidents yourself and it will only work for non-violent crimes, such as a ped harassing or shoving another ped (or yourself). Once in combat, normal pursuit mechanics will be used.
-
LSPDFR 0.4.9 - Now Available!
It means don't worry, you are already using 0.4.9 🙂
-
LSPDFR 0.4.9 - Now Available!
There are many different version indicators, including the file version, assembly version, installer file version, installer description etc. and they can mismatch for a number of reasons as they need to be kept in sync and use different systems. The only one that really matters (since it is metadata independent) is the "Compiled on" log string. That one is a compile time constant and will indicate the UTC time LSPDFR was actually built.
-
LSPDFR 0.4.9 - Now Available!
Probably did not get bumped up by the build, the file version indicator is meaningless.
-
Ped interaction in Ft. Zancudo
The latest LSPDFR updated introduced the proposed API function.