SuiMachine / HitmanStatisticsUber

Expended version of HitmanStatistics program originally developed by nvillemin (Forsaken).
6 stars 1 forks source link

Fixed GameVersions enum in Hitman2.cs, Thus adding partial GOG support. #6

Closed Abdulsarhan closed 2 months ago

Abdulsarhan commented 2 months ago

Small patch, just one variable in an enum. The main reason why the tracker doesn't work on the GOG version of Hitman 2: Silent Assassin was because of this enum. Changing the number to the correct one allows the game version to be detected correctly. Everything works except for the shots fired pointer. I will fix it soon. The shots fired pointer still works when playing on the steam version. I tested this on the latest GOG version at the time of writing (v1.01). This PR does not add GOG support for Hitman: Contracts. Also, this patch doesn't break the tracker when playing the steam version; I tested it.