Skip to content

Instantly share code, notes, and snippets.

@lextra2
Last active June 27, 2023 00:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lextra2/0559a32d63c2066b991bd98538b4559b to your computer and use it in GitHub Desktop.
Save lextra2/0559a32d63c2066b991bd98538b4559b to your computer and use it in GitHub Desktop.
DXVK Settings
dxvk.hud = fps,frametimes,scale=2
d3d9.enforceWindowModeInternally = "fullscreen"
### Increase quality
# d3d9.forceSampleRateShading = True
# d3d9.samplerAnisotropy = 16
# d3d9.clampNegativeLodBias = True
# d3d9.samplerLodBias = -0.5
### Latency
d3d9.maxFrameRate = 120
d3d9.maxFrameLatency = 1
dxgi.maxFrameRate = 120
dxgi.maxFrameLatency = 1
### VSync
d3d9.presentInterval = -1
d3d9.numBackBuffers = 3
dxgi.syncInterval = -1
dxgi.numBackBuffers = 3
System Properties > Environment Variables > System Variables
Name > Value
DXVK_ASYNC
1
DXVK_CONFIG_FILE
C:\DXVK_CACHE\dxvk.conf
DXVK_LOG_PATH
C:\DXVK_CACHE
DXVK_STATE_CACHE_PATH
C:\DXVK_CACHE
[Render.FrameRate]
PresentationInterval=-1
BackBufferCount=3
PreRenderLimit=-1
[Textures.D3D11]
Cache=false
[Display.Monitor]
WarnIfNoOverlayPlanes=true
@lextra2
Copy link
Author

lextra2 commented May 23, 2022

GTA IV
commandline.txt
-width 3840 -height 2160 -nomemrestrict -norestrictions -percentvidmem 100 -availablevidmem 8192 -reservedApp 0 -managed

https://www.adeeldrew.com/2021/09/GTA-4-CommandLines-for-PC-List-of-all-Available-Command-Lines-for-Grand-Theft-Auto-IV.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment