Jump to content

LMS

Administrators
  • Joined

  • Last visited

Everything posted by LMS

  1. Are you using an outdated version of the game by any chance?
  2. We do not offer any support for cracked versions.
  3. 0-1000 is probably a good start (I would assume there are less than 1000 flags, but more than 100).
  4. LMS commented on LMS's comment on a file in Red Dead Redemption 2 Tools
    @CrWbb26 No significant changes in beta 10 vs beta 9 other than compatibility with the latest game update. Can you post your modmanager and vfs log for when it does not work (on v10)? @Chris2000 Moving to SSD will help with stuttering, not necessarily with your app hang. See if Vulkan works better then.
  5. Try looping flags from "GET_PED_CONFIG_FLAG" - perhaps one of them changes if they are bleeding out.
  6. LMS commented on LMS's comment on a file in Red Dead Redemption 2 Scripts
    It should load the assets already if you only use my asi loader without the trainer.
  7. LMS commented on LMS's comment on a file in Red Dead Redemption 2 Tools
    I understand, alas there is not much I can do about this when the game is just stuck. It cannot be easily debugged since there is nothing apparently "breaking". If you have some basic computer skills, you could try to create a minidump of the threads active when it happens and send the dump alongside your current RDR2.exe my way. I cannot promise I will have the time to investigate it properly (as a hang can be difficult to pinpoint, especially when it does not happen for me), but it would be your best bet. Alternatively, since you said you are encountering stuttering: is your game installed on a SSD? If not, try that. You can also try to set some of the flags in the lml ini file to increase performance, such as disabling replace and stream and changing the log level so it logs less.
  8. You might also get lucky by querying ped flags.
  9. After a quick look, I do not see anything immediately. It looks like it is also stored in a ped component, so takes another layer if you were to retrieve it manually via memory. What are you trying to do?
  10. LMS commented on LMS's comment on a file in Red Dead Redemption 2 Tools
    As I said, a crash log. You provided an app hang, not a crash.
  11. If you tell me what native you are using to set it, I can see how easy it is to read back.
  12. LMS commented on LMS's comment on a file in Red Dead Redemption 2 Tools
    Yeah, without a crash log there is nothing I can do.
  13. LMS commented on LMS's comment on a file in Red Dead Redemption 2 Tools
    Please check if there are crash related entries, what you posted is an application not responding error which is different.
  14. LMS commented on LMS's comment on a file in Red Dead Redemption 2 Tools
    LML itself is render-engine agnostic, but if you do get a crash when running it on DX12 (and do not get the crash without LML), feel free to send me the details. Go to eventvwr.exe -> Windows Logs -> Application and look for RDR2 related entries.
  15. When you say launching without RPH it doesn't change anything, you mean it still crashes without RPH? Make sure dependencies, such as asi loader are up to date.
  16. LMS commented on LMS's comment on a file in Red Dead Redemption 2 Scripts
    Hard to say as the R* launcher likes to mess with it. Could also be a problem of having it installed on your C drive. Try launching the game as admin and see if that helps.
  17. LMS commented on LMS's comment on a file in Red Dead Redemption 2 Scripts
    Could be your game folder is read-only and the data cannot be written. R* launcher likes to randomly mess with folder permissions. You could change the permissions back or launch game as admin.
  18. Generally speaking the size of the stream folder itself does not matter. However, as you have noticed yourself, having many large textures can cause texture loss. This is a common problem in other RAGE games such as GTA V and as far as I know not totally understood and solved. The main solution is to use fewer and/or smaller textures (meaning lower resolutions) to better match those that shipped with the game.
  19. LMS commented on LMS's comment on a file in Red Dead Redemption 2 Scripts
    See if updating asi loader helps.
  20. LMS replied to Burek's post in a topic in RDRFR Help & Support
    Can you check your game root folder for any log files and attach them here in case you have them? Look for "RagePluginHookC#.log".
  21. LMS replied to Burek's post in a topic in RDRFR Help & Support
    Do you get any log files from RPH?
  22. Are you behind some kind of VPN? If not, maybe you could try using one and see if you can access the site.
  23. LMS replied to Burek's post in a topic in RDRFR Help & Support
    If you cannot load the game without RPH, then something else is broken on your end. Make sure you have the latest dependencies for your mods, such as asi loader, script hook etc.
  24. Do the mods work? Do you get a vfs.log?
  25. LMS replied to Burek's post in a topic in RDRFR Help & Support
    Can you start the game, tab out and then launch RPH once your character has spawned? What happens if you do that?