Releases: hannesmann/vanillafixes
v1.5.3
Changes in 1.5.3:
- Updated to DXVK 2.6.1 (#79)
- Added
dxvk.allowFseto DXVK configuration to preserve exclusive fullscreen support
Files
vanillafixes-1.5.3.zip:
This is VanillaFixes without any extra files. Extract into the game directory and use VanillaFixes.exe to launch the game.
vanillafixes-1.5.3-dxvk.zip:
This version includes a copy of DXVK 2.6.1. DXVK is recommended for the best performance.
If your antivirus blocks VanillaFixes:
Some antiviruses detect the launcher as a malicious file: https://www.virustotal.com/gui/file/72ea02aa34b61675d6f9ffc99fc64bc3d0c3e68e139f3f885eb04cac5167bc07
This is a false positive that occurs because the launcher injects a DLL into another program (WoW.exe). The function causing the false positive can be found here. All code for VanillaFixes is open source and can be built yourself if you prefer.
v1.5.2
Changes in 1.5.2:
- Updated to DXVK 2.5.1 (#65)
https://www.virustotal.com/gui/file/72ea02aa34b61675d6f9ffc99fc64bc3d0c3e68e139f3f885eb04cac5167bc07
v1.5.1
Changes in 1.5.1:
- Updated to DXVK 2.4.1 (#62)
https://www.virustotal.com/gui/file/72ea02aa34b61675d6f9ffc99fc64bc3d0c3e68e139f3f885eb04cac5167bc07
v1.5
Changes in 1.5:
- Added support for older game versions (1.6.1-1.12.1, by @Daribon)
- Added VanillaMultiMonitorFix to the default mod list
https://www.virustotal.com/gui/file/72ea02aa34b61675d6f9ffc99fc64bc3d0c3e68e139f3f885eb04cac5167bc07
v1.4.1
Changes in 1.4.1:
- Updated to DXVK 2.4 (#52).
- Re-enabled GPL in DXVK configuration to reduce stuttering. This feature is now supported on both NVIDIA (driver 473.33+) and AMD (driver 24.6.1+).
https://www.virustotal.com/gui/file/7e3d3c2e39f53908042d1e491b230c4f0cda781a6867f7eae3358d7770d0ef9b
v1.4
Changes in 1.4:
Features
- Added the ability to load custom DLLs. Add the file to
dlls.txtand it will be loaded if it can be found in the game directory. See the README for more details. - Added a DirectX "self-test" to inform the user if DXVK isn't working. This should be helpful in diagnosing issues where DXVK is incompatible due to outdated drivers or missing Vulkan 1.3 support. Image
- VanillaFixes will now disable automatic display scaling on high-resolution displays. This is already done automatically by DXVK, so this change makes the behavior consistent between the two versions. It's recommended to use the UI scaling feature provided by the game, but if you want to restore the old behavior you can use "Override high DPI scaling behavior" in the properties tab for WoW.exe.
- VanillaFixes will now use
NtSetTimerResolutionif available to set a sub-1ms system timer resolution.
Bug fixes
- Config files have been converted to Windows-style (CR+LF) line endings. Older versions of Notepad are unable to edit files with Unix line endings.
- Fixed an issue where the launcher did not pass shortcut properties to WoW.exe.
- VanillaFixes can now be compiled with MinGW.
https://www.virustotal.com/gui/file/0f81ad2d3da3ada709dfa2dff76d5d1ae2b269346d8f72a72121c78bc46f44a9
v1.3.1
Changes in 1.3.1:
- Updated to DXVK 2.3.1
https://www.virustotal.com/gui/file/3faeb41a5ec3ff0dd61c74e225b3af3f8be1b04f86cad650084238dd3a29f679
v1.3
Changes in 1.3:
- Improvements by @Nolin7777 (see #15)
- Updated to DXVK 2.2
- Added optional DSOAL files which uses OpenAL for 3D sound and low latency (see #6)
https://www.virustotal.com/gui/file/3faeb41a5ec3ff0dd61c74e225b3af3f8be1b04f86cad650084238dd3a29f679
v1.2
Changes in 1.2:
- Added a custom DXVK config that reduces the chance of out of memory errors, especially on NVIDIA.
- Fixed Nampower not loading with the included launcher.
- Improved command line parsing. This solves issues like being unable to activate the console when using a custom executable (example:
VanillaFixes.exe WoW_tweaked.exe -console). - VanillaFixes can now be built with Visual Studio.
https://www.virustotal.com/gui/file/9ae58a0283b86d83cc976c3391a5a954c8c4cab233f776a285abae4eaa13e9ae
v1.1
Changes in 1.1:
- Added the option to launch a custom executable. Drag and drop the executable over VanillaFixes.exe or use the command line to run
VanillaFixes.exe "path to custom exe".