MCPcopy Create free account
hub / github.com/NarutoUA/gta5_fsr

github.com/NarutoUA/gta5_fsr @1.0.4

Chat with this repo
repository ↗ · DeepWiki ↗ · release 1.0.4 ↗ · + Follow
274 symbols 295 edges 20 files 3 documented · 1% updated 3y ago1.0.4 · 2021-07-10★ 58040 open issues

Browse by type

Functions 265 Types & classes 9
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

Grand Theft Auto V + FidelityFx Super Resolution 1.0

This mod replaces original Grand Theft Auto V upscaler with FidelityFx Super Resolution 1.0

Build status

Original upscaler VS FidelityFx Super Resolution:

youtube

Screenshots:

  1. Original upscale VS FSR upscale
  2. Native VS FSR #1
  3. Native VS FSR #2

Other videos (benchmarks, reviews, comparisons):

  1. GTA 5 4K | AMD FSR FidelityFX Super Resolution (MOD) ON/OFF | RTX 3090 | R7 5800X | Ultra Settings by Jansn Benchmarks
  2. Grand Theft Auto V FSR (mod) 4K - RX6900 XT + R9 5950X - Ultra Settings - Benchmark by 程國龍

Installation:

  1. Get the latest release
  2. Copy d3d11.dll and gta5_fsr.ini to Grand Theft Auto V root folder (e.g. \Steam\steamapps\common\Grand Theft Auto V)
  3. Go to ingame Graphics settings and make sure DirectX Version is set to DirectX 11
  4. Go to ingame Advanced Graphics settings and set Frame scaling mode:
  5. 0.5x - Performance Mode
  6. 0.667x - Balanced Mode
  7. 0.75x - Quality Mode
  8. 0.883x - Ultra Quality Mode
  9. Check gta5_fsr.ini file if you need more control over mod settings

Compatibility:

Name Compatibility Comment
ENB ✔️ Rename this mod d3d11.dll to d3d11_fsr.dll and edit enblocal.ini file. Set EnableProxyLibrary=true, InitProxyFunctions=true and ProxyLibrary=d3d11_fsr.dll
GTA:O ✔️ Check GTA Online section below for more details
FiveM ✔️ Change Graphics -> Render Resolution instead of Advanved Graphics -> Frame scaling mode
RAGE.MP ✔️ No issues found
ReShade ✔️ Open gta5_fsr.ini file and set EnableProxyLibrary=true, InitProxyFunctions=false and ProxyLibrary=d3d11.dll
R.E.A.L. (VR) Check this

Troubleshooting

If mod doesn't work or you are not sure if it works: 1. Open gta5_fsr.ini end set:

PrintDebug=true
  1. Download and start DebugView.
  2. Go to "Edit" -> "Filter/Highlight" and set "Include" to "GTA5_FSR"
  3. Start game. If mod works you should see messages like:
[20736] GTA5_FSR: Loaded original d3d11.dll
[20736] GTA5_FSR: D3D11CreateDevice
[20736] GTA5_FSR: D3D11CreateDeviceAndSwapChain
[20736] GTA5_FSR: Reading config file...
[20736] GTA5_FSR: Creating default resources...
[20736] GTA5_FSR: Initialized
[20736] GTA5_FSR: Updated some resources.
[20736] GTA5_FSR: FSR PASS, FPS: 100, MSAA: 2, FXAA: 0
[20736] GTA5_FSR: FSR PASS, FPS: 101, MSAA: 2, FXAA: 0
[20736] GTA5_FSR: FSR PASS, FPS: 99, MSAA: 2, FXAA: 0

If you don't see those lines or you see lines like "GTA5_FSR: Failed to create..." then save log and attach it to new issue. Additionally, include settings.xml (C:\Users\%username%\Documents\Rockstar Games\GTA V\settings.xml) and your PC configuration.

GTA Online

In general, mod works in GTA Online. If you are worried about being banned... Well, I don't know how GTA Online anticheat works so I can't guarantee that. I tried my best to make it anticheat-friendly based on my knowledge how other anticheats work. This mod doesn't require DLL injection, it doesn't modify game files, it doesn't change ingame memory, setup hooks etc. People ask me to add this mod to ReShade because it is allowed in GTA:Online. First of all, it's impossible. ReShade doesn't work with frame scaling and custom resolutions AFAIK. Secondly, ReShade became allowed because it started disabling Depth Stencil Buffer access, which is widely used in WallHack cheats, if any internet activity is detected (i.e. you are playing online). This mod doesn't touch depth buffer at all. Anyway, use this mod in GTA Online at your own risk.

Core symbols most depended-on inside this repo

Shape

Method 259
Class 9
Function 6

Languages

C++100%

Modules by API surface

gta5_fsr/wrappers/d3d11/ID3D11DeviceContextWrapper.h113 symbols
gta5_fsr/wrappers/d3d11/ID3D11DeviceWrapper.h41 symbols
gta5_fsr/wrappers/dxgi/IDXGISwapChainWrapper.h26 symbols
gta5_fsr/wrappers/dxgi/IDXGIFactoryWrapper.h21 symbols
gta5_fsr/CSuperResolutionMgr.cpp15 symbols
gta5_fsr/wrappers/dxgi/IDXGIDeviceWrapper.h10 symbols
gta5_fsr/wrappers/dxgi/IDXGIAdapterWrapper.h7 symbols
gta5_fsr/wrappers/dxgi/IDXGISwapChainWrapper.cpp6 symbols
gta5_fsr/wrappers/dxgi/IDXGIFactoryWrapper.cpp6 symbols
gta5_fsr/main.cpp6 symbols
gta5_fsr/wrappers/dxgi/IDXGIAdapterWrapper.cpp5 symbols
gta5_fsr/wrappers/d3d11/ID3D11DeviceContextWrapper.cpp5 symbols

For agents

$ claude mcp add gta5_fsr \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page