RDR2 Mods Discussion
An open discussion forum for any and all talk about modding RDR2 on PC.
1,043 topics in this forum
-
Well i just stude the native trainer and i find on google another solution is this: Vector3 GetGroundCoords(Vector2 coords, int tries) { Vector3 rcor; float groundZ; for (int i = 0; i < tries; ++i) { if (i) { for (float z = 1000.f; z >= 0.f; z -= 100.f) { STREAMING::REQUEST_COLLISION_AT_COORD(coords.x, coords.y, z); wait_for(0); } } if (MISC::GET_GROUND_Z_FOR_3D_COORD(coords.x, coords.y, 1000.f, &groundZ, 0)) { rcor = { coords.x, coords.y, groundZ + 1 }; return rcor; } } rcor = { coords.x, coords.y, 1000.f }; return rcor; } And using here: Vector3 position1 = MAP::_GET_WAYPOINT_COORDS(); Vect…
-
- 2 replies
- 1.7k views
-
-
Sorry i'm newbie,What is "Vector3 *"
-
-
- 1 reply
- 1.1k views
-
-
Like, if I swap his model I cannot talk to other people anymore, it's always greyed out. I don't mind keeping the original Arthur voice...
-
-
- 12 replies
- 15.2k views
- 1 follower
-
-
This is so stupid....RDR1 allowed us to save an marked a cheated save with a ' * '.....why cant you save with them in RDR2 ? Where's the fun in reloading a save ? Can someone mod it ?
-
- 2 replies
- 1.9k views
-
-
Just curious if any of you data miners happen to find the hex id for this or found the location in the game?
-
-
- 4 replies
- 5.4k views
-
-
Even one hit kill (with guns) would be amazing to add
-
- 4 replies
- 2.3k views
-
-
Is there currently a force-mount feature for all animals in the works? I can see an amazing video of me riding a bear getting 100 views on youtube while some big shot gets a million views riding a chicken. Lots of fun with these mods.
-
- 0 replies
- 2.1k views
-
-
I feel dumb asking this but the special edition of RD2 only allows you to play offline would the mods be able to work on this edition?
-
- 1 reply
- 1.5k views
-
-
one can only hope hahaha....having a high bounty and driving through the towns with an unstoppable car with a bodyguard(from lenny's trainer) mounted at the the machinegun on top https://reddead.fandom.com/wiki/Armored_Truck
-
- 1 reply
- 8.2k views
-
-
I want to learn how make scripts but well i just need to ask if this is ok.. Spawn Option addTitle("Vehicles"); addOption("Spawn a POLICE WAGON"); // option 1 if (optionPress && getOption() == 1) { printf("SPAWN BUTTON PRESSED"); Entity ent = PLAYER::PLAYER_PED_ID(); // GET THE ENTITY printf("Entity Player:", ent); SpawnVehicle("POLICEWAGON01X"); printf("TRY POLICWAGON01X"); //if (PED::IS_PED_ON_MOUNT(ent) == false) { //} } normalMenuActions(); SpawnVehicle fuc Entity ent = PLAYER::PLAYER_PED_ID(); printf("Entity Player FUNCTION VEHICLE:", ent); Vector3 pos = ENTITY::GET_OFFSET_FROM_ENTITY_IN_WORLD_COORDS(…
-
- 5 replies
- 2.4k views
-
-
why do we have to add the model codes manually ourselves and the mod couldn't be made with full list inside it ? (not being ungrateful but just curious )
-
-
- 3 replies
- 1.9k views
-
-
Is there any mod or trainer where you can set your character's weight and it will permanently remain at that weight? I want my boah Arthur to be always at perfect weight but the amounts of time I need to eat and sleep is too much for me...
-
-
- 2 replies
- 20.4k views
- 1 follower
-
-
Ever since i brought red dead redemption 2 on the ps4 i wanted to free roam around with the gang but apart from using a glitch (that wasn't very reliable) it wasn't possible. however now that it is on the pc there is a high possibility that it might be possible, my mod idea is a mod where you can go up to a member of the gang and ask them to free roam with you. for the most part they will copy what you do: you shoot somebody they will also shoot the same person, you mount your horse, they will mount there horses. i think this mod could allow a more enjoyable free roaming experience
-
- 1 reply
- 1.9k views
- 1 follower
-
-
I know I've mentioned this stuff a handful of times but are IDs for PC content still unobtainable? Has anyone found some out through random messing around with the trainer? Specifically the new pc horses and new trinkets. I'd like to spawn the new few spotted appaloosa for example but fiddling with the existing appaloosa codes yielded no results.
-
- 5 replies
- 2.5k views
-
-
Is there a way to add all the online only NPCs to the Simple Trainer list? Or better said, how do I find their hash? By Online NPCs I mean those who give you missions, professions NPCs etc. not your custom characters.
-
- 2 replies
- 1.5k views
-
-
So i wanted to know if i could edit the opening menu key by default its F5 but i want to put it to F7 is it possible?
-
- 2 replies
- 1.5k views
-
-
I know this isnt the right place to ask it but are they really missing from the game ?
-
- 0 replies
- 873 views
-
-
I realize one can probably just change ped back to Arthur or anyone else who can swim, but I just want Marston to be able to enjoy a relaxing swim through the Flat Iron.
-
- 0 replies
- 2.9k views
-
-
Can we spawn the Warhorse through the trainer mods regardless if game was pre ordered or not ?
-
- 7 replies
- 2.4k views
-
-
Any chance it could be made/added to lenny's trainer ? I imagine it would add alot of fun just jumping around the huge map in a matter of seconds
-
-
- 2 replies
- 1k views
-
-
I think it would be a good idea to sit anywhere, read a book, Smoke a cigarette.
-
- 2 replies
- 7.6k views
-
-
Can it be done? Maybe with a script? Its annoyingly big and immersion breaking for me. Thanks!
-
-
- 3 replies
- 2.4k views
-
-
Hello to all. I'm in love with the Black bay Turkoman horse but i won't be able to ride it until the epilogue. Is there any way to do a mod to unlock it?
-
-
- 8 replies
- 7.8k views
-
-
Hi Guys) Can anyone make a mod, that prevents Arthur from putting his weapons on his horse? Just like in online. You just simply always take your weapons with you)
-
-
- 5 replies
- 4.1k views
-
-