RDR2 Mods Discussion
An open discussion forum for any and all talk about modding RDR2 on PC.
1,006 topics in this forum
-
Hi. Newbie here. I have a few issues with LST: -Putting the updated Version DLL in the root folder causes the game to refuse to load, when I click on the game it just does a beep and do nothing else. (It terminates itself when I launched it while viewing task manager) -Putting the older 1.4.1 version doesn't crash the game and makes me able to open up the menu, but I can't navigate through the menu using Up and Down thx
-
- 3 replies
- 1.5k views
-
-
Basically, I want to learn how to take clothing assets from NPCs and put them on Arthur. I know there are already mods that cover this need (like WhyEmDLC), but I want to learn how to do it so that I can use that knowledge to create outfit mods by myself. I have general, rudimentary knowledge about coding so I think I can at least figure out how things work given some time. Currently, what little knowledge about modding tools and skills that I know are: - LML, OpenIV, Rampage, Rage PlugIn Hook (downloaded but haven't tried to use) - I've downloaded several shop_items.ymt files and I guess it's used to replace (or even add?) the clothing…
-
- 1 reply
- 4.4k views
- 1 follower
-
-
Fire dies out after a minute or so of spreading, and it just happens randomly. It sort of breaks immersion, and I'd like a mod where fire spread lasts much longer (5-10x as long as normal fire). It would be great if it could spread farther too. If anyone has the mod knowledge, I'd love to see this get created. Thanks!
-
- 2 replies
- 7.1k views
- 3 followers
-
-
-
Hello guys, I am super new to modding scene and I am trying to create a mod where I need to get the required pelts for an item. I am able to get the item from the catalog_sp.ymt and shop_items.ymt files and create a model from it using the native DB but I couldnt find the information for the ingredients required for crafting. How do I get the information about the required ingredients to craft the pelt or anything crafting related?
-
- 1 reply
- 1.1k views
- 1 follower
-
-
Hello, please excuse the title but the mod request is for horse behavior. There is a mod called Brave Horses seen here https://www.nexusmods.com/reddeadredemption2/mods/843 which i have used and somewhat worked and i dont think it works anymore becuase the function to calm the horse down is to press g which by default in the game is to pat the horse and tell him hes a good boy/girl. Heres the problem with horses and im sure most if not all players whom ride a horse can agree. Horses get scared of predators: snakes, cougars, bears, wolves, alligators maybe others. The problem with the horse being scared is they freez…
-
- 0 replies
- 1.7k views
- 1 follower
-
-
Would love for shotguns to be more realistic in pellet spread, and not disappear after 10 feet, it would very much enhance the realistic combat of PDO and give them a bit more practical use than they have currently
-
- 0 replies
- 971 views
-
-
OpenIV exports the .ymt files into txt or xml just fine. But when I export as a ymt, it's all null characters. And when I edit the txt or xml file in notepad++ then save as a ymt, OpenIV can't read it. I've modded ymt files before without a problem. I'm not sure what I'm doing wrong? I re-installed the game, OpenIV and notepad++ to be sure but no dice. Edit: I downloaded a new horse ymt. Without ever having to try and open it in anything else, OpenIV says it's corrupt however I can read it in notepad++ just fine.
-
-
- 2 replies
- 4k views
-
-
I've been searching for hours but I can't find anything about the topic, but in case you didn't know, you can't use Photo Mode while you're playing an animal. Is there any way to fix this?
-
- 0 replies
- 638 views
-
-
Could someone make or show me a mod that locks players weight at perfect? This games weight mechanics are terrible. Gaining weight too easily and losing it too fast. I don't want skinny or fat Arthur, just the normal size one all the time. Is this possible?
-
- 1 reply
- 6.1k views
- 2 followers
-
-
I wanna disable the camera centering completely, even when galloping, but I'm not sure if it's possible with script hook. I couldn't find a function that does it and I'm starting to wonder if I have to create a new camera?
-
- 0 replies
- 678 views
-
-
is there a mod that lets me run straight into a window so that the window breaks?
-
- 0 replies
- 605 views
- 1 follower
-
-
Hello everyone! As the title says, I'm having issues with crime and law rebalance mod. In fact, that mod, prevent my game to load properly making it stuck in a loop during loading screens after I select story mode. I can't understand how to fix this, so I kindly ask you some help to get rid of this problem. LML mod loader log says that it can't find replacement for some files and I think that is the cause of this issue, but I don't know how to solve this. I leave you attached to this post my logs and folders. Thanks for your attention, I hope you can help me! 🙂
-
-
- 1 reply
- 7.6k views
- 1 follower
-
-
Looking to accomplish the following use cases: 1. Have an NPC declared public enemy, and every NPC around attacks them I have tried to run this on the victim NPC, nothing happens PED::SET_PED_RELATIONSHIP_GROUP_HASH(aimed_target_ped, MISC::GET_HASH_KEY("REL_WILD_ANIMAL")); Any other ideas? Make them "relationship outlaw" or "wanted"? 2. Have a civilian NPC attack another civilian NPC bool enemy_found = false; Ped victimArr[20]; int count = worldGetAllPeds(victimArr, 20); for (int i = 0; i < count; i++) { if (sac_is_…
-
-
- 10 replies
- 8.9k views
- 2 followers
-
-
im using epic version of the game but after opening game and injecting rage plugin and entering story mode theres nothing says go on duty in valentine sheriff desk i can even open command of rage so it works correct is it something to do with mod manager or its about my other mods? what you guys thinking?
-
-
- 36 replies
- 7.7k views
- 3 followers
-
-
was wondering if there were any mods that improve/change how aiming and shooting works/feels in this game. i really struggle with the shooting segments it feels difficult in the wrong ways. the bullets area of effect could be a bit larger. the crosshair movement could be different. and most of all the response time of when you pull the trigger and the gun actually firing could be fixed at least that's how i feel. this game is incredible but the shooting parts make up a large part of the game and i really feel like it could be improved. im 90hrs into the game and i still struggle with it and cant stop wising it was more controllable/functional and not the way it is. every …
-
- 0 replies
- 1.8k views
-
-
so basically i am making nativeui but for red dead using menu api from redm as a reference the example menu i have opens BUT i am having a really annoying problem when i press arrow keys i crash. The Game just freezes everything else is working except for centering the text i dont know if that is a native but i cant find it so.... please lets revive script hook rdr2 dot net. also using this version of it btw Halen84/ScriptHookRDR2DotNet-V2: An ASI plugin for Red Dead Redemption 2, which allows anyone to create scripts using any .NET language. (github.com)
-
- 2 replies
- 926 views
- 1 follower
-
-
Hello. is there a way to replace certain animals with other models /sounds /animations. without breaking the game? For example replacing Rabbits with a rat, without breaking the quest where you have to hunt one, early in the game. I could not find any mod that does this specifically. So i guess I just have to switch the files by hand? greetings
-
- 0 replies
- 816 views
-
-
Whenever I put the mod loader in the game's directory, the executable doesn't start, has anyone gone through this or know how to solve it? previous versions like the first one doesn't happen... but the mods don't work on it.
-
- 0 replies
- 2.7k views
-
-
Hi I was wondering if anyone knew hot to use the creator cam to accurately select and place objects in the spawner setting of the red dead rampage mod using creator cam
-
- 0 replies
- 1.3k views
-
-
Hello, i downloaded LML and it only works if i have version 9, however whenever i try to load story it says "error FFFFFFFF". if i ignore the message the loading goes on forever, but if i click ok the game closes. If i use the most modern version of LML it doesn't detect my game (yes its in the root folder with the .exe) I checked sound devices since thats a common issue. Any ideas?
-
- 0 replies
- 1.2k views
-
-
Noticed that that everytime I use the LML or trainer the duel encounters in the game glitch out. For example: In Valentine, the two guys who duel near the theater. The one that gets shot immediately gets up again and they both get violent. The only things I have installed are the LML, version.dll from the LMS trainer and the SP navy revolver. Anybody has a solution?
-
-
- 9 replies
- 6.9k views
- 1 follower
-
-
Hallo I found a Mod (on a other site) which let you ride bigger animals - cougars for example. Now i wonder if this is possible, is it possible with horses too? Is it possible to make the horse breed "Arabian" bigger? So that they have the same size as the "Missouri Fox Trotter" breed?
-
- 2 replies
- 9.7k views
-
-
-
Anybody come across a ski/snowboard mod? Is this even possible? Would the game support avalanches to get some practice with avoidance, beacons, searching, etc. Just blueskying here. Have found a few good non-avy slopes to practice sliding down but a single or two planker wanker mod would be awesome.
-
- 0 replies
- 1.4k views
-