Jump to content

LMS

Administrators
  • Posts

    904
  • Joined

  • Last visited

  • Days Won

    292

 Content Type 

Profiles

Forums

Gallery

Downloads

News Articles

Modding Wiki

RDR2 Native Database

RDR2 Native Parameters

RDR2 Player Clothes Database

RDR2 Ped Voices Database

RDR2 Ped Speech Lines

RDR2 Modding Tutorials

RDR2 Ped Model Database

RDR2 Animations Database

RDRFR Changelog

RDRFR Installation Guide

RDRFR Features

RDRFR Settings

LML User Contributions

Everything posted by LMS

  1. The problem is that Rockstar's launcher randomly messes with the access controls for no good reason, so keep an eye out for it in the future. It prevents LML from working since it lacks access to read/write to certain files. Another fix would be to launch the game as administrator, but that is a bit finicky too since you are not launching it directly but through the launcher. Almost as if having a launcher is a bad idea...
  2. The latest game version is 1.0.1491.18. You are still on an older version which is why you need an older LML version. If a mod cannot be downloaded via the Mod Manager, just copy it into the lml folder manually.
  3. I am not sure if there is another way using named natives (or using natives to begin with). I am not sure what custom route refers to but my guess would be you could override it from a waypoint recording. Those recordings are done by R* to record predetermined paths that are then "played back" during gameplay. It allows them to make sure the AI is pretty much exactly where they need it to be at any given time.
  4. Under the security tab, your local user should have full control (all check marks).
  5. Your game is horribly outdated, you will have to update it to use the latest LML version.
  6. That's my bad! Yes, it would only return the route length. You could perhaps try to get the natives right below that to work (0xEFC535C9FAF563B3 and 0x665B21666351CB37). They might be related to routes and at least the first one definitely returns a position. However, I cannot tell you what kind of position. Here is an example: https://github.com/stianhje/rdr3-decompiled-scripts.1232/blob/023e299cb6050ce07b5aad4147df58e304c0450f/script_rel/abigail21_outro.c#L1324
  7. Can you post the content of your vfs.log?
  8. There is no need to update mods for the newer LML version, same for the save game. The latest update did introduce quite a few internal changes, so it is possible I missed something that causes it to crash on your end. Could you try again with the new version and make it crash? Once crashed, could you go to eventvwr.exe -> Windows Logs -> Application and see if there are any RDR2.exe related entries from the time it crashed? If so, please send them to me via PM. Thanks. When you say "last update", do you mean game or LML update btw? What ASI loader are you using? If you are using mine (version), could you try Alexander's and see what the asiloader log file says regarding vfs.asi? Regarding access rights, right click your game folder and see if it is read only.
  9. Please provide a screenshot of your game folder and any log files from mods (asi loader, vfs etc.).
  10. You are using an older version which works slightly differently, but what you are seeing is the game loading files and LML replacing them whenever the game attempts to use them. That is why the order seems chaotic to you, because it depends on the game.
  11. Not even a log file seems odd. Does the game launch? Do you have an ASI Loader? Did the R* change folder permissions to read-only?
  12. Generally speaking, those folders are evaluated after any install.xml. You can check the vfs.log to see the order in more detail.
  13. That's fine, you only need the connection if you want to load new mods in an already running game.
  14. You said in your initial post "Even if I open up my game". Can you still open your game now or does it no longer start?
  15. What happens when you launch the game? Do you get any log files in your game folder, such as vfs.log?
  16. I am pretty sure RedM prevents version.dll and dinput.dll (either one would load LML) from loading, so it should not affect you.
  17. The current version of RPH for RDR2 (2.97.1425.20915) fully supports the latest game version (1.0.1491.18). We only ever support latest one, so if you have an older game version you will have to use an older RPH version or just update the game.
  18. We only support the latest game version and official copies.
  19. We are all waiting for your update 🙂
  20. Does "C:\Program Files (x86)\Steam\steamapps\common\Red Dead Redemption 2\LennysSimpleTrainer" exist on your system?
×
×
  • Create New...