Everything posted by LMS
-
Game randomly crashes and I don't know why
Thanks! All the reports look very similar and I suspect it might be one of the hooks being detected by the DRM. Hence the randomness. To narrow it down, could you please also test LML version 7 and 6 (reported to be good) as well? That would help figure out what it might be.
-
Lenny's Mod Loader RDR
Could you please also test beta 7 to help narrow it down? If you are on the launcher version, please also check eventvwr.exe -> Windows Logs -> Application for RDR2 related entries and post them here or PM them to me.
- 752 comments
- 6 reviews
-
Game randomly crashes and I don't know why
Do you have any relevant entries in your eventvwr.exe -> Windows Logs -> Application regarding RDR2? Also please state what RDR version you are using (RGSC, Steam etc.)
-
Game randomly crashes and I don't know why
Ah, I did not rename it. Rename to vfs.asi and replace with your existing file or download again, just fixed it.
-
Game randomly crashes and I don't know why
Could you guys give this build a try? have a hunch what might be different on 1436 but would like to have it confirmed first. lml_1436_test.rar
-
Door Hashes
That native name is guessed and hence cannot be resolved. Call the native by its hash instead. Also pass the hash as a number, not a string.
-
RDR 2 Outfit Changer
- 581 comments
- 16 reviews
-
RDR 2 Asi Loader
- 160 comments
- 5 reviews
-
RDR 2 Outfit Changer
Should have all new components (~300 new for male and female each), let me know if anything is missing.
- 581 comments
- 16 reviews
-
-
- 1
-
-
Lenny's Simple Trainer
- 1,354 comments
- 25 reviews
-
Lenny's Simple Trainer
- 1,354 comments
- 25 reviews
-
-
- 1
-
-
Door Hashes
Some doors first need to get registered before they can be used.
-
Script request for calling certain tasks from physicstasks.ymt
Since you say that there is no such file (or not known yet), you would have to use the tool with the GTA V file. I don't think RPH for RDR currently has Euphoria manipulation exposed, so you would be out of luck anyway. Someone would first have to add a way to use Euphoria. And that very much depends on the file type, but for many files it is not possible (easily) due to where their data ends up being used.
-
Script request for calling certain tasks from physicstasks.ymt
You can in theory instruct the underlying euphoria engine, but I think the research on that is currently very limited so I cannot really give you a definitive answer to what is possible. I haven't looked into it myself at all.
-
RDR 2 Outfit Changer
- 581 comments
- 16 reviews
-
-
- 2
-
-
RDR 2 Structures and Enums
Courtesy of alexguirre you can find the structures and enums used across the game files at the link below: https://raw.githubusercontent.com/alexguirre/gtav-DumpStructs/master/dumps/rdr2/b1355_with_offsets.txt
-
Door Hashes
Since retrieving them from memory is a bit more involved, this list of door hashes with positions might help you already: https://github.com/femga/rdr3_discoveries/blob/master/doorHashes/doorhashes.lua
-
Is there a way to check if a mission has been completed in RagePluginHook?
There might be a better way and I cannot help you with the mission hash, but CHAL_MISSION_GET_NUM_GOALS_COMPLETE might help you. Assuming at least one goal needs to be completed to pass the mission (another assumption on my end), this might be what you need. You could check how other game scripts make use of it.
- lml problem
- Question about LST for LMS
- Does lml support ybn?
-
A question regarding RAM usage in the game...
I wish I could tell you more, but alas I have no idea what could be wrong.
- Does lml support ybn?
-
A question regarding RAM usage in the game...
I agree that your system should handle it. Does it eventually recover if you go to a less busy area or does it always stay like this? Also do you see an increase in pagefile activity once this happens?
-
Horses and OpenIV question
The hash for the filename might not be known. Check the RPFs where the YMT files are for files without a name and see if they match your expected name hashed.