Jump to content

LMS

Administrators
  • Posts

    913
  • Joined

  • Last visited

  • Days Won

    299

 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. @Redharlow2614Are you using my trainer? Wonder if the hooks conflict, though this should attach earlier.
  2. For those of you eager to write their own script mods for RDR 1 PC, the wait is over! Thanks to @kepmehz for creating a C++ based script hook. You can download it here:
  3. @RejectModders @Bizz91 @Mark Adams Could you do me a favor and test the attached version? I cannot replicate it, but I have an idea. Please test this menu several times by restarting the game and see if a) it no longer lags and b) if you get any crashes opening the menu. Thank you Search this comment section, @Cyan posted a link a few pages back with all models that you should be able to use. lst_03_lag.zip
  4. Appreciate it, I will look into it. Perhaps time to undust my DX11 hook for UIs..
  5. Thanks for sharing. I had tried something similar for the car but alas even using the exact same calls/sequence you provided does not seem to work. It is, however, possible something is funny with my invoker. Or perhaps something in the game code now needs to be patched? Re-entry works, though, thank you!
  6. We have updated our trainer which should address some of the issues reported here and add a bunch of new features. Let us know what you think!
  7. Version 0.4

    8,369 downloads

    First version of our trainer for RDR 1 PC. Features Spawn entities and mounts Change weather Invincibility, no clip, drunk Teleport Get all weapons, infinite ammo, infinite dead eye, all weapons gold New! Change player skin New! Configure via ini New! Freeze, advance and reverse time New! Infinite stamina for horse New! Heal player New! Spawn money (via loot) New! Increase honor (via sanctioned kill) New! Speed up horse New! One-hit kill New! Explosive ammo (requires valid target) Installation Drag all files into game directory Launch game You should hear a beep after a few seconds Press F9 in-game to open the menu. Press Enter/Backspace to navigate the menu. Config You can configure the trainer in the lst.ini file. I want to drive cars! I know you really want to.. please head over here and thank @GLITCHEDMATRIX If you crash, try again. If it keeps happening, let us know! 🙂 And please do not upload this elsewhere. Thank you! Acknowledgements We would like to thank Sockstress, Foxxyy, CabooseSayzWTF and TheRouletteBoi for their fantastic research on Red Dead Redemption! This release would not be possible without it. Thanks to Evil Blunt for their help with cars.
  8. Red Dead Redemption is finally coming to PC on October 29, Rockstar Games just announced! Originally released in 2010, it is making its way to PC after being re-released recently for PlayStation 4 and Nintendo Switch. The PC port will include the zombie-themed expansion, Undead Nightmare. You’ll be able to grab it on the Rockstar Store, Steam, and the Epic Games Store. See the Rockstar announcement here: https://www.rockstargames.com/newswire/article/o3314a19koo147/red-dead-redemption-and-undead-nightmare-coming-to-pc-october-29
  9. If you have LML installed, it should not allow you to load multiplayer.
  10. Can you send me your files and where I would expect the change to show up?
  11. Does the log indicate replacement? Also if you use the file as streaming and not replacement it should automatically replace the correct one for you if there are multiple.
  12. The tutorial is based on an older version of RPH that, at the time, was a few weeks old and hence the API has changed. The RPH version from the website should be compatible with the latest game patch, so you can use that. As you noticed, some calls have changed, though. I believe the keyboard functionality is now in the Input class. There might also be a few comments on the tutorials or tutorial projects where people have asked similar questions, that might help you too. I do not have the time to update the tutorials right now, but Visual Studio's IntelliSense should hopefully help you quite a bit with figuring out what functionality is available.
  13. You could try to rebind the key while in-game using the console (I am not 100% if the RDR2 RPH console supports in-game rebinding, but it might).
  14. You are using a two year old game version, most mods will not be compatible with that anymore.
  15. Can you post your vfs.log and lst.log? Also make sure you are running the latest game version.
  16. That looks like you have a font mod installed. Check your LML folder.
  17. What do you mean the root file is showing up? Are you able to locate your game folder?
  18. I don't think your mod is only partially loaded, but it is possible that perhaps your previous version does some changes to the game world that then affect the mod being reloaded. Does it work for you when you do a clean game restart?
  19. I am not aware of any issues with this mod. Can you go to eventvwr.exe -> Windows Logs -> Application and see if there are any RDR2 related entries? Sometimes there are two per issue. Please copy their details, if any. You can also PM me as they might contain some slightly sensitive information.
  20. Thanks, I think it is due to the name/path of one of the mods. To verify, could you please send me a copy for your LML folder (via Google Drive for instance)? Feel free to PM it to me. Thanks.
  21. Thanks, that was helpful. It crashes when trying to check if one of the request mod files fails to exist. Based on your log, it should be the third file it is trying to load since that never makes it to the vfs.log. Can you attach the ModManager.log, which was the full list of everything that is supposed to be loaded? Then I can see which file it is and maybe deduce why the check fails. If you have made any changes to your LML mods since you last posted your vfs.log, please include that too.
  22. Those are basically the game encountering an issue that it cannot recover from and are different from a real process crash due to a segmentation fault. While one can speculate about what has caused the "game crash" by looking at where it happened in the code, it can be difficult to without a lot of reverse engineering. It could also just be something like heap corruption and which point you will not easily able to trace it back.
  23. Thanks for confirming. Now please rename it back to asi and make it crash. Then go to Event Viewer (open start menu and type in eventvwr.exe -> Windows Logs -> Application and check if for recent RDR2 crashes. Usually there are two entries per crash. Please copy them here or send me a PM with the details.
×
×
  • Create New...