Developed by Alan Cyril Sunny
If you find this project helpful, please consider ⭐ starring the repository!
- Prompts for your game installation directory
- Extracts DXVK 2.6.1 from archive
- Copies
d3d11.dllanddxgi.dllto the game folder - (Optional) Creates a
dxvk.conffile for HUD/logging - Lets you run older D3D games on modern Vulkan-based GPUs more stably
- DXVK 2.6.1 Release
.tar.gz— place in the same folder as the script (file name:dxvk-2.6.1.tar.gz) - 7-Zip CLI — must be installed or bundled (
7z.exe) - Windows 10 or 11
- Download the script (
dxvk_wrap.bat) anddxvk-2.6.1.tar.gz. - Place
dxvk-2.6.1.tar.gzin the same folder as the script. - Run the script by double-clicking
dxvk_wrap.bat - Enter the path to your game folder (where
DMC4SE.exeis located) - Done! Launch the game and enjoy Vulkan stability!
=== DXVK Vulkan Wrapper ===
Enter the full path to the game folder (e.g. D:\Games\DMC4SE): D:\Games\DMC4SE
Extracting DXVK...
Copying d3d11.dll and dxgi.dll to: D:\Games\DMC4SE
Creating dxvk.conf...
✅ DXVK Vulkan wrapper installed successfully!
You can now launch the game using Vulkan.
- The script currently assumes you already have
dxvk-2.6.1.tar.gzin the same directory. - Auto-download from GitHub may be added in future versions.
- Compatible with both NVIDIA and AMD GPUs.
- Use this for other D3D10/11 games that crash or fail on modern systems!
MIT License. Free to use and modify.
- DXVK by doitsujin
- Script by dragonpilee