Skip to content

Client modification for WoW 1.12.1 to eliminate stutter and animation lag

License

Notifications You must be signed in to change notification settings

CW-Tool/vanillafixes

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VanillaFixes

A client modification for World of Warcraft 1.12.1 to eliminate stutter and animation lag.

Download here: Releases

Comparison

Will I get banned for using this?

As always, you should use tools like these at your own risk, but I haven't found any evidence that VanillaFixes could trigger the Warden anticheat.

VanillaFixes does not modify the game executable, permanently modify any game code, hook any Windows API functions or keep running in the background during gameplay. As soon as you see the login screen it has already been unloaded.

During startup VanillaFixes will modify timing variables in memory to force the game to use a high precision timer. Warden has a check to verify that time functions in the game are behaving as expected (to detect speedhacks, etc) and it's possible that these changes could cause it to fail, but in my testing I found no evidence for that being the case (test on VMaNGOS).

Compatibility with other mods

  • Nampower: VanillaFixes.exe will load Nampower if the DLL is present in the game directory.

  • FoV changers, large address patchers, etc: These usually modify WoW.exe and will still work.

  • DLL injectors and launchers: These will only work if they load VfPatcher.dll before the game starts. Injecting at the login screen won't work.

Compiling

Building VanillaFixes requires a recent version of the Windows SDK (10.0.22000.0+) and CMake. If you're on Linux, use msvc-wine. Only the Ninja generator has been tested but it should also be possible to build the project as a Visual Studio solution.

Open the x86 VS Native Tools command prompt and run the following commands in the project directory:

git submodule update --init

mkdir build
cd build

cmake -G Ninja ..
ninja

About

Client modification for WoW 1.12.1 to eliminate stutter and animation lag

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 86.3%
  • CMake 13.7%