OpenFodder / openfodder

Open Fodder: An open source port of Cannon Fodder
http://openfodder.com
GNU General Public License v3.0
457 stars 42 forks source link

Auto detect GOG installation #55

Open cxong opened 3 years ago

cxong commented 3 years ago

Instead of manually selecting where the game data is installed, open fodder can detect where they are installed.

Here is a C header that allows searching for GOG game installations from the windows registry, given the game id: https://github.com/cxong/find_steam_game

segrax commented 3 years ago

This looks good,

thank you, will look to implement this over the weekend!