Last active
February 27, 2025 07:38
-
-
Save lextra2/0559a32d63c2066b991bd98538b4559b to your computer and use it in GitHub Desktop.
DXVK Settings
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dxvk.hud = fps,frametimes,scale=2 | |
dxvk.allowFse = True | |
### Increase quality | |
# 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 | |
d3d9.maxFrameLatency = 3 | |
dxgi.syncInterval = 1 | |
dxgi.numBackBuffers = 3 | |
dxgi.maxFrameLatency = 3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Render.FrameRate] | |
PresentationInterval=-1 | |
BackBufferCount=3 | |
PreRenderLimit=-1 | |
[Textures.D3D11] | |
Cache=false | |
[Display.Monitor] | |
WarnIfNoOverlayPlanes=true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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