Skip to content
View in the app

A better way to browse. Learn more.

RDR2Mods.com

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

RDR2 Mods Discussion

An open discussion forum for any and all talk about modding RDR2 on PC.

  1. Started by elchoky10,

    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
  2. Sorry i'm newbie,What is "Vector3 *"

  3. 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...

  4. Started by GoulactiX,

    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
  5. Started by GSid009,

    Just curious if any of you data miners happen to find the hex id for this or found the location in the game?

      • Like
      • Thanks
    • 4 replies
    • 5.4k views
  6. Even one hit kill (with guns) would be amazing to add

    • 4 replies
    • 2.3k views
  7. Started by GLITCHEDMATRIX,

    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.

  8. Started by vestz,

    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
  9. Started by GoulactiX,

    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

  10. Started by elchoky10,

    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
  11. Started by GoulactiX,

    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 )

      • Like
    • 3 replies
    • 1.9k views
  12. Started by Maestruu,

    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...

  13. 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

  14. Started by weesnaw,

    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
  15. Started by shoni89,

    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
  16. Started by Joemama.exe,

    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?

  17. Started by GoulactiX,

    I know this isnt the right place to ask it but are they really missing from the game ?

  18. Started by DetectiveLimp,

    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.

  19. Started by GoulactiX,

    Can we spawn the Warhorse through the trainer mods regardless if game was pre ordered or not ?

    • 7 replies
    • 2.4k views
  20. Started by GoulactiX,

    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

      • Thanks
    • 2 replies
    • 1k views
  21. Started by EmreNizam,

    I think it would be a good idea to sit anywhere, read a book, Smoke a cigarette.

    • 2 replies
    • 7.6k views
  22. Started by Marcellus88,

    Can it be done? Maybe with a script? Its annoyingly big and immersion breaking for me. Thanks!

      • Like
    • 3 replies
    • 2.4k views
  23. 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?

      • Like
      • Thanks
    • 8 replies
    • 7.8k views
  24. Started by Max38,

    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)

      • Like
    • 5 replies
    • 4.1k views
  25. Started by Ru677,

    Rdr 1 make hardcore mode

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.