RDR Modding Wiki
Welcome to our new community-driven modding wiki for RDR2 & RDR1 (PC).
Featured Tutorial
-
Video: Extract models from rdr2 using Ninjaripper & CodeX IMPORTANT! CodeX is currently a file/map viewer only, and it's still under development! You can get CodeX for every Codewalker Patreon tiers (starting 1€ month) CodeX links: Codewalker Discord: https://discord.gg/NRWqyDmf5z Codewalker Patreon: https://www.patreon.com/dexyfex IMPORTANT! Ninja Ripper is not for enabling illegal activity. The program is intended only for research oUpdated by Ruskivotka
- 1 comment
- 13,880 views
Wiki Pages
Add page All wiki pages-
Hello everyone, We have released an official tutorial for installing Lenny's Simple Trainer. Check it out if you need help. Any and all feedback is appreciated!Added by Cyan
- 0 comments
- 553 views
-
Video: Extract models from rdr2 using Ninjaripper & CodeX IMPORTANT! CodeX is currently a file/map viewer only, and it's still under development! You can get CodeX for every Codewalker Patreon tiers (starting 1€ month) CodeX links: Codewalker Discord: https://discord.gg/NRWqyDmf5z Codewalker Patreon: https://www.patreon.com/dexyfex IMPORTANT! Ninja Ripper is not for enabling illegal activity. The program is intended only for research oUpdated by Ruskivotka
- 1 comment
- 13,913 views
-
Today i will try to teach how to spawn your first ped in RedM with C#. first you need to create a "ENUM" to make your list of your peds (you can see they here: https://www.mod-rdr.com/wiki/peds/ ) public enum PedHash : uint { AcHorseAndalusianDarkbay = 0xE57FC660, AcHorseAndalusianRosegray = 0x2C80A080 } ATENTION! If you are using other Class to create this enum, you put "public enum". If this enum was created in the same class, you use "private enum". Second letsUpdated by Hayden Almeida
- 0 comments
- 6,475 views
-
This is a list of open source mods for Red Dead Redemption 2. Mods that are hosted here include their download link. Please leave a comment if you find a mod that should be included here! https://github.com/thatoneguy650/DifficultyScaler (Download: https://www.mod-rdr.com/files/file/33-difficulty-scaler/) https://www.mod-rdr.com/files/file/27-force-first-person-on-foot/ (Code in mod description) https://github.com/ss-gnalvesteffer/red-dead-redemption-2-mods (includes PointUpdated by LMS
- 1 comment
- 8,865 views
-
This is part 2 in a series dedicated to creating your first plugin! NPC Taxi The idea of our mod is to let us hop onto random NPC's horses and wagons and travel a bit differently. Whenever you target an NPC, either by holding down rightclick or by aiming at them, and then press G you can ride with them. In this part we are looking at how to actually detect a keypress and then figure out whether we are targetting a valid NPC. Check for keypresses Now that we haveUpdated by LMS
- 6 comments
- 8,984 views
-
This is part 1 in a series dedicated to creating your first plugin! You can already find the finished project and its source code at the bottom of this article, but this article so far only covers getting started. With the arrival of RAGE Plugin Hook for Red Dead Redemption 2 creating modifications has become a whole lot easier. Leveraging the full power of the .NET ecosystem combined with an easy to use API for RDR2, it allows you to quickly create new mods without having to worry tUpdated by LMS
- 12 comments
- 24,916 views
-
This is a simple guide that will help you configure Lenny's Simple Trainer so that you can edit things like weapons. Open lst.ini in a text editor. The first order of business is to open the file called 'lst.ini', which is the configuration file for the trainer. You can open lst.ini in any text editor, like Notepad, or something more 'advanced' like Visual Studio Code, Sublime Text, among others. If you installed Lenny's Simple Trainer correctly, you'll be able to fAdded by Sam
- 8 comments
- 17,201 views
Popular RDR2 Modding Tools
Red Dead Redemption 2 Modding Wiki by www.mod-rdr.com