Added game modifications

Added global Game Speed modifier
Added Player Speed modifier
Settings are saved and loaded from conf now
Fixed a potential issue with unlimited frame rate unlock
Fixed a potential issue when user tried to enable borderless while in minimized fullscreen
Improved initial load time til game is patchable
Refactor
Cleanup
This commit is contained in:
uberhalit 2019-03-30 21:28:17 +01:00
parent 35dd34c9c5
commit c8696f0a45
10 changed files with 1103 additions and 322 deletions

View file

@ -21,5 +21,5 @@ using System.Runtime.InteropServices;
ResourceDictionaryLocation.SourceAssembly
)]
[assembly: AssemblyVersion("1.0.2.0")]
[assembly: AssemblyFileVersion("1.0.2.0")]
[assembly: AssemblyVersion("1.1.0.0")]
[assembly: AssemblyFileVersion("1.1.0.0")]