Skip to content

Instantly share code, notes, and snippets.

@Milor123
Last active July 8, 2025 13:27
Show Gist options
  • Save Milor123/fadbd2d92e09624b6574adb0d80c82be to your computer and use it in GitHub Desktop.
Save Milor123/fadbd2d92e09624b6574adb0d80c82be to your computer and use it in GitHub Desktop.
DXVK optimizate for wow 3.3.5a
#UPDATED: 2025-July-08 Experimental Smoothy v3.2
#SUPER-IMPORTANT: Shadows is best in Low and Distance vision in High or less NOT use MAX, disable V-SYNC
#IMPORTANT NOTE: PLEASE DONT TEST PERFOMANCE IN DALARAN, IS A HOLY ***** BAD OPTMIZAED
# If you want understand settings go to https://github.com/doitsujin/dxvk/blob/master/dxvk.conf (the last conf, use the dxvk.conf according to your dxvk version)
####### Experimental 2025 ####### (this options was breaking game in the past)
dxvk.gplAsyncCache=true
dxvk.enableGraphicsPipelineLibrary=false
dxvk.latencySleep = False # DONT ENABLE IT, OR LOSS FPS
d3d9.floatEmulation = True # New Thing
# d3d9.deviceLocalConstantBuffers = True # NVIDIA=TRUE // AMD=FALSE
dxgi.maxDeviceMemory = 0 #Recommend 4096 # VRAM (gpu) CHANGE IT FOR YOU RAM Size in MB or set in 0 <----------------------
d3d9.maxAvailableMemory = 0 #Recommend 4096 # RAM (cpu) CHANGE IT FOR YOU RAM Size in MB or set in 0 <----------------------
####### END EXPERIMENTAL #######
## Visual Tweaks ##
#d3d9.samplerAnisotropy = 16 # Highs GPU can try enable it >> Set this to a positive value to enable AF for all samplers in the game, or to 0 in order to disable AF entirely. Negative values will have no effect. Supported values: Any number between 0 and 16
#d3d9.samplerLodBias = -0.2 #Highs GPU can try enable it >> Positive values will reduce texture detail, while negative values may increase sharpness at the cost of shimmer.
## END Vistual Tweaks ##
d3d9.maxFrameRate = 200 # Set manually for limit the Max FPS
dxvk.hud = fps # REMOVE THIS LINE FOR HIDE FPS HUD or write # for comment
# d3d9.maxFrameLatency = 4
d3d9.presentInterval = 0 # Disable Vsync in 0
d3d9.tearFree = Auto # Vsync replace fuction // I GET MORE FPS IN False
dxvk.enableAsync = True # It option only work in Async Version
dxvk.numCompilerThreads = 0
dxvk.numAsyncThreads = 0
d3d9.samplerAnisotropy = 0
d3d9.forceSamplerTypeSpecConstants = False
d3d9.lenientClear = True
dxvk.useRawSsbo = False # PLEASE NOT ENABLE IT, CAUSE LAGGY SHUTTERS
d3d9.textureMemory = 100 # The value in 100 mb = is default, but for old APU like Intel(R) HD Graphics 620, try test 25 mb or 50 mb
d3d9.supportX4R4G4B4 = False # CAUSE LAG AND LESS FPS GAIN. please dont ENABLE IT in Wow3.3.5a
d3d9.disableA8RT = True # improvement the login fast charging and other things very GOOD in TRUE
#########
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment