RDR2 Mods Discussion
An open discussion forum for any and all talk about modding RDR2 on PC.
1,043 topics in this forum
-
Hey guys I was just wondering how I would hook into the game's native functions and alter it's behaviour globally? I want to hook into the TASK_KNOCKED_OUT native and make it so the third parameter dictating whether or not the knockout is permanent to always be false - resulting in infinite knockouts on the same pedestrian, in theory. I have written the code to hook into the native, and I have got MinHook - but I couldn't find anywhere that has got information on the address for the native table which points to said function. This is my first time doing this sort of thing, so I am not particularly confident in finding it myself through disassembling, but if ne…
-
- 0 replies
- 474 views
- 1 follower
-
-
Hey guys I was just wondering how I would hook into the game's native functions and alter it's behaviour globally? I want to hook into the TASK_KNOCKED_OUT native and make it so the third parameter dictating whether or not the knockout is permanent to always be false - resulting in infinite knockouts on the same pedestrian, in theory. I have written the code to hook into the native, and I have got MinHook - but I couldn't find anywhere that has got information on the address for the native table which points to said function. This is my first time doing this sort of thing, so I am not particularly confident in finding it myself through disassembling, but if ne…
-
- 0 replies
- 321 views
-
-
Can anyone tell me how to increase the animal spawn rate? If I can only edit values for predators that'd be a bonus. I know there is an "enhanced wildlife" mod but that mod changes too many things. I do not want to edit any other parameters.
-
- 0 replies
- 808 views
-
-
I'd like to know if exist a mod that enables to change the timescale of the dead eye making it slower than the default time speed or faster.
-
- 0 replies
- 727 views
- 1 follower
-
-
So I am completely new with any modding of rdr2, so I might just be makling a dumbn mistake here. But I have followed several tutorials but nothing really worked for me, I have the steam version of rdr2. Even if I open up my game LML says it's waiting. How do I fix this? . I have a screenshot of my folder down below. Am I really that big of an idiot?
-
-
- 16 replies
- 28.1k views
-
-
My problem is the error to the right. Retry and safe mode don't work. I know this is a modding problem because whenever I disable mods I can play just fine, but I go to enable them and a see this error after opening the game. It has been happening for a while. I would appreciate it on another galactic level if someone helped me to fix it
-
- 8 replies
- 5.6k views
- 1 follower
-
-
I'm using Rockstar's launcher version 1491.50 and AB's Scripthook with Vortex. Drag-and-drop doesn't work. Rockstar removes the files when the game launches. F5 brings up the menu, but I can not access it. No other mods are installed. What do I have to do to access the menu? Thanks.
-
- 0 replies
- 626 views
-
-
Hello! I've been messing around with the spawner option in rampage trainer and I can't get the peds I spawn to mount the same horse as me, instead they look for any nearby horses to mount and then follow me. I do know there's an option to teleport them to my horse but I'd love to make it happen naturally. I assume this is a flag that has to be enabled (or disabled), I know this is possible only because on the mod "Mary Linton joins the gang" there's a toggle-like option to make her ride the same horse as you or not. Any pointers as to how to do this would be highly appreciated, I've been looking everywhere for an answer and couldn't find it.
-
- 1 reply
- 2.8k views
- 1 follower
-
-
Lately Ive been feeling really upset about having only 4 horses in my stable, while there are so many beautiful ones around. Im pretty sure many people also have this problem:(
-
- 0 replies
- 1.2k views
-
-
Non glowing hats can't be saved whatsoever in this game (horse\wardrobe) please someone make them savable in the 'stolen hats' section under wardrobe
-
-
- 3 replies
- 4.7k views
-
-
Hello everyone, I just had the ScriptHookRDR2 and installed a few mods, very impressive! I have made couple simple scripts like to change player's status. Now I would learn more about how to make a ped like dog to sense the world and act around. I know how to spawn one but looking for the way to drive/control it. Here are some detailed actions I could imagine for the dog now: - move/run to the East for 5 steps - standing on the current place and moving its head to the left, or to the player, so its sight will change to the new direction and focus will follow - sense the current area of the world and respond certain behaviors like dig…
-
- 2 replies
- 1.1k views
- 1 follower
-
-
UPDATE: For anyone using either version of the .Net ScriptHook, I figured out what is going on and what to do about it: Under the hood, pretty much every function provided is just calling the ScriptHook API using Function.Call, so functions like ENTITY.IS_ENTITY_DEAD(Ped ped) are implemented as public static bool IS_ENTITY_DEAD(int entity) { return Function.Call<bool>(9032848150478474170uL, new InputArgument[1] { entity }); } Since the original ScriptHook is C++, 0 is falsey and 1 is truthy, so the NativeDB (at least on this site) reasonably documents these type of functions as boolean. However in the implementation of the ScriptHook API (or …
-
- 1 reply
- 792 views
- 1 follower
-
-
Can anyone make a ymt file for hosea to be exactly like in this video
-
- 1 reply
- 902 views
-
-
So I want to replace Arthur's hat model with the Tom Dickens' hat model, but I don't know how, I tried "OpenIV" to decompile the game, but I couldn't even find the ID of neither the hats there, I can't find any tutorials on youtube or other sites. If someone can help me, it would be very appreciated.
-
- 0 replies
- 608 views
- 1 follower
-
-
I'm playing the first Red Dead Redemption on PC and I installed a trainer mod that lets you enter numeric values to adjust the timescale during Dead Eye. It allows you to slow time down even more or speed it up while using Dead Eye. Additionally, the rapid-fire feature makes John Marston fires faster after marking enemies in Dead Eye. I was wondering if it's possible for someone to create a similar mod for Red Dead Redemption 2.
-
- 0 replies
- 953 views
-
-
Hello there, just made an account for this page because I'm curious about something, so let's get to it: Is there any hash code for getting the tight gunbelt Arthur wears in Chapter 1? It seems like it's just Arthur's normal gunbelt but adjusted to his waist (And no, I don't want the hash code for the coat) . I thought it could be something like the open thompson vest method, where you equip the normal Thompson Vest and you insert a special code in Save Wizard that changes the vest from closed to open, so, I thought that there has to be some kind of code that adjusts Arthur's gunbelt to a more tighter position like most NPC's do. I've seen that in the Outfit C…
-
- 0 replies
- 615 views
- 1 follower
-
-
Does anyone know if there is a mod that makes NPCs more likely to survive after being dismembered? / alguien sabe si existe un mod que haga que los npcs tengan probabilidades de sobrevivir despues de ser desmembrados?
-
- 0 replies
- 388 views
-
-
Here's some hex ID's for a few rare outfits. Wedding Outfit: Hat- C2F59087 Shirt- 3D017D2D Vest- E3F12FF2 Tie- DF4A0DD2 Shoes- D716034A Coat- 13BD3752 Pants- 193FA872 Whitmore Outfit: Jacket- EB679BBF Suspenders- CDD7E4E3 Pants- 0E5E7EBC Shoes- 8112D739 Low Honor Tie…
-
-
- 34 replies
- 60.8k views
- 4 followers
-
-
Hello. Does anyone know what files I have to modify to make all my money lose when I die? I usually lose a small part of my money and all the skins I was carrying on the horse, but not a single item in my bag (haven't checked yet). Can it be configured that when I die I lose part of the items in my bag?
-
- 6 replies
- 5.8k views
-
-
Hello everyone and all the best in 2025, I am looking for someone on these forums from Glasgow Scotland that can help me with how to install mods, The only mode have have managed to install correctly is Rampage mod and that took me four tries, I have tried several times to install Whyems mod but with no luck can't get it to work So if anyone from Glasgow could help me with this i would be very grateful . you can reply to this thread by emailing me if you think you can help. CHEERS.
-
- 0 replies
- 908 views
- 1 follower
-
-
does anyone in here have been using three of that mod and working?
-
- 1 reply
- 15.6k views
-
-
Hi all, began modding rdr2 recently and I am having issues where the game drops frames when I have ScriptHook AB and LML installed. The only mods I have installed are Online Content Unlocker, Rampage and a Stutter Fix but none of these are causing the issue when I remove them. I have looked around and tried installing a "fix" https://www.nexusmods.com/reddeadredemption2/mods/1502 among other things but the only solution I found was to remove either ScriptHook AB or LML. Clearly there is a conflict between these two mods. What shall I do? Thank you.
-
-
- 2 replies
- 3.5k views
- 1 follower
-
-
Qwardnaffle hid his mod because he said he doesn't support it anymore, I think his modding work is great and I wish he would have kept it up or uploaded it here, it look really cool, I don't have a pc but when I do get one I really would like to download the 2.4 version of the mod, anyway just making a notified post, I hope someone didn't threaten him to take down the mod
-
- 20 replies
- 23.6k views
-
-
Some NPCs cant be targetted (e.g. the kids in saint denis, gang members, etc.) - is there a way do circumvent that?
-
-
- 23 replies
- 24.3k views
- 1 follower
-
-
Is there a mod or could someone make a mod to mute all dialogue?
-
- 1 reply
- 733 views
-