-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
47. Once again rewritten FarCry2.exe search function for better Uplay…
… support Constant numbers of Sizes, CRC etc. packed together in one variable - gathered info of all three versions: Steam, Retail(GOG), Uplay. Seems like Uplay's FarCry2.exe was not recognized by launcher as valid all this time - Uplay game has all different sizes and CRC, but same patching offsets in Dunia.dll. FarCry2.exe search function now tries to find the best match: comparing name, then size and then CRC. If for some reason size and checksum don't match then at least the file name should be enough. And, finally, on launching the game FarCry2.exe no more checked for size - only dunia.dll is checked providing info about game version.
- Loading branch information
Showing
7 changed files
with
96 additions
and
53 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters