Jump to content

LMS

Administrators
  • Posts

    918
  • Joined

  • Last visited

  • Days Won

    301

 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

RDR 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. 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. @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. It should load the assets already if you only use my asi loader without the trainer.
  7. 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. 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?
  9. As I said, a crash log. You provided an app hang, not a crash.
  10. If you tell me what native you are using to set it, I can see how easy it is to read back.
  11. Yeah, without a crash log there is nothing I can do.
  12. Please check if there are crash related entries, what you posted is an application not responding error which is different.
  13. 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.
  14. 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.
  15. 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.
  16. 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.
  17. 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.
  18. Can you check your game root folder for any log files and attach them here in case you have them? Look for "RagePluginHookC#.log".
  19. Are you behind some kind of VPN? If not, maybe you could try using one and see if you can access the site.
  20. 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.
  21. Can you start the game, tab out and then launch RPH once your character has spawned? What happens if you do that?
×
×
  • Create New...