Disable VRAM Warning Message
🟠 Updated over a year ago⚠️ Install Order · 1 step
Install in this order, then this mod last — most mods fail to load without their framework and dependencies in place.
🖼️ Gallery (3 images)
🔍 Analysis
- 👍 2.6% endorsement rate — high engagement, a strong quality signal
- 🏆 #35 of 110 Miscellaneous mods in this game by downloads
📋 About This Mod
Removes the annoying VRAM message ingame.
For Scripthook RDR2 V2 users:
I have released a version for users of Scripthook RDR2 V2. It is a direct replacement, with same installation as the original. Do NOT use this version if you are using AB's scripthook.
The reason there is a dedicated version of this mod for Scripthook RDR2 V2 is that the original version is not compatible with V2, and this resulted in users getting a black screen, instead of the game starting up and reaching the main menu.
For String Translator Users:
This mod will not work, as String Translator uses the same hook that this mod uses and it overrides the hook that this mod uses.
Instead, open the rdr2-translator.xml file and find the text "0xA3774AB6". Delete the entire string contained and save the file.
The edit should look like this:
<String id="0xA3774AB6"></String>
If there is a virus detection on this software, it is a false positive. Refer to your antivirus documentation for information on how to exclude the file.
Code (Requires minhook and a pattern scanner to work):
static const char (g_origGetText)(void theText, int a2, uint32_t hash, int a4);
static const char GetText(void theText, int a2, uint32_t hash, int a4)
if (hash == 0xA3774AB6){
return g_origGetText(theText, a2, hash, a4);
//Put this into the initialization code. CreateHookAndNotifyAnyError is MH_CreateHook but is a wrapper that alerts the user
//with a message box if something went wrong.
CreateHookAndNotifyAnyError(hook::get_pattern("48 81 C1 D0 00 00 00 E8 ? ? ? ? 48 8B CE 83 FB FF 74 ? 44 8B 44 24 50", -57), GetText, (void**)&g_origGetText);
This tiny utility removes the annoying VRAM warning message that pops up when your video memory is low. It's for players who find the warning intrusive and prefer to manage their own settings. With 884 endorsements and recent updates, it's a simple, popular fix.
✨ Key Features
📊 Pros & Cons
✅ Pros
- No more pop-up nagging you about VRAM every time you launch.
- Lightweight and does exactly what it says—no bloat.
- Actively maintained, so it should work with current game versions.
⚠️ Cons
- You lose the warning, so you might not notice when you're actually running out of VRAM.
- Only works for the specific game it's made for—no multi-game support.
- Potential compatibility risk if the game updates and the mod isn't updated promptly.
This is for players who are tired of the VRAM warning popping up and know their system's limits. It's also for those who want a cleaner, less intrusive UI without any extra features.
💡 Beginner Tips
- If you're unsure about your VRAM usage, keep the warning until you've tuned your settings.
- Check your GPU's VRAM usage in the game's settings or with an overlay to stay informed.
📊 Mod Details
- Game
- RDR2 Mods
- Author
- WesternSpace
- Version
- 1.0.0
- Downloads
- 34,473
- Endorsements
- 884
- Category
- Miscellaneous
- Created
- 12/6/2022
- Updated
- 10/19/2024
🔧 How to Install RDR2 Mods
Install Script Hook RDR2 first. Most mods go in game directory.
📖 Full step-by-step install guide for RDR2 →
Visit the official mod page for specific installation instructions for this mod.
🎮 Need cheat codes or console commands? Check ur gaming wiki for RDR2 commands, item IDs, and more.
Keep browsing — more RDR2 mods await


