Releases: Drahsid/XIIHook
Update 14
Added freecam
Bugfixes
Update 13 Comeback release
The program now works for 1.0.3!
Also now relies on a dll injection.
Update 12 Prerelease
In this release I did minimal optimizations on past code; greatly organized past code.
Furthermore, in this update I added a D3D menu. To use it, press enter to open the menu. Following this, use the numpad arrow keys (8,4,2,6) to navigate the options, and pageup/down to modify values.
Update 11
Update 10
Update 9
The program now checks for the file's MD5 hash and warns users that patched versions of the file may result in unwanted bugs.
The console text now has color to it.
The program now uses pch.h
The program outputs more detailed info when it fails to erase instructions.
If you have the right (or wrong... ?) MD5 hash then you get an easter egg.
Update 8
Fixed issues running the program on certain processors.
Mega Update
Bugs squashed: #18 #19 #6 (Kinda) #20 (Kinda) And many unposted issues
-Mega Update Changelog-
FPS Unlocker:
Reduced CPU time by approx 10x (Fixed thread sleep)
Removed tickone
Renamed ticktwo to tickf
tickf runs every frame, instead of every other frame
tickf is now forced inline
tickf now utilizes UserConfig.easingTime
writeMinFrameTime is now forced inline
timeScale now scales to target frametime, and IS NOT used to slow scale the game world to the framerate
a new variable, 'framerateScale' was introduced, this variable points to a much more useful variable from the game which has fixed many issues
inGameMouseMultiplier is now more well expalined; it also no longer uses igm/2 to scale and simply uses the igm
Removed uiSpeedRamp as framerateScale fixes the issue that this did
Removed adaptiveIGM as it has been unneeded for a few updates and now is completely unneeded
Interpolation:
Added algorithms SineSq, SinInvSq, PerlinFast, and Perlin.
Small optimizations
Config:
Removed uiSpeedRamp and adaptiveIGM as they are no longer needed.
Added variable 'easingTime'; defaults to 0.5
Changed default of easingType to "SinSq"
Fixed issues printing comments out into the console.
Modified variable comments.
Old configs from Version 2 and greater are now auto-updated.
... And more!