├── .gitignore ├── README.md ├── Screenshots ├── ArticlePicture.jpg ├── LauncherMain.png ├── LauncherOptions.png ├── ShortcutIcon.png ├── SteamAddGame1.png └── SteamAddGame2.png └── src ├── FarCry2MF.dof ├── FarCry2MF.dpr ├── FarCry2MF.res ├── FarCry2MFL_FormMain.dfm ├── FarCry2MFL_FormMain.pas ├── FarCry2MFL_FormOptions.dfm ├── FarCry2MFL_FormOptions.pas ├── FarCry2MFL_FormOptions.rc ├── FarCry2MFL_FormOptions.res ├── FarCry2MFL_FormOptions.xml ├── FarCry2MFL_FormProgress.dfm ├── FarCry2MFL_FormProgress.pas ├── FarCry2MFL_InstallSearch.pas ├── FarCry2MFL_Proc.pas ├── FarCry2MFLauncher.dof ├── FarCry2MFLauncher.dpr ├── FarCry2MFLauncher.res ├── FarCry2MF_Options.pas ├── FarCry2MF_Proc.pas ├── FarCry2MF_Types.pas ├── FarCry2Proc.pas ├── FarCry2Types.pas ├── Main.ico └── UnitCRC32.pas /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FoxAhead/Far-Cry-2-Multi-Fixer/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FoxAhead/Far-Cry-2-Multi-Fixer/HEAD/README.md -------------------------------------------------------------------------------- /Screenshots/ArticlePicture.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FoxAhead/Far-Cry-2-Multi-Fixer/HEAD/Screenshots/ArticlePicture.jpg -------------------------------------------------------------------------------- /Screenshots/LauncherMain.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FoxAhead/Far-Cry-2-Multi-Fixer/HEAD/Screenshots/LauncherMain.png -------------------------------------------------------------------------------- /Screenshots/LauncherOptions.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FoxAhead/Far-Cry-2-Multi-Fixer/HEAD/Screenshots/LauncherOptions.png -------------------------------------------------------------------------------- /Screenshots/ShortcutIcon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FoxAhead/Far-Cry-2-Multi-Fixer/HEAD/Screenshots/ShortcutIcon.png -------------------------------------------------------------------------------- /Screenshots/SteamAddGame1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FoxAhead/Far-Cry-2-Multi-Fixer/HEAD/Screenshots/SteamAddGame1.png -------------------------------------------------------------------------------- /Screenshots/SteamAddGame2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FoxAhead/Far-Cry-2-Multi-Fixer/HEAD/Screenshots/SteamAddGame2.png -------------------------------------------------------------------------------- /src/FarCry2MF.dof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FoxAhead/Far-Cry-2-Multi-Fixer/HEAD/src/FarCry2MF.dof -------------------------------------------------------------------------------- /src/FarCry2MF.dpr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FoxAhead/Far-Cry-2-Multi-Fixer/HEAD/src/FarCry2MF.dpr -------------------------------------------------------------------------------- /src/FarCry2MF.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FoxAhead/Far-Cry-2-Multi-Fixer/HEAD/src/FarCry2MF.res -------------------------------------------------------------------------------- /src/FarCry2MFL_FormMain.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FoxAhead/Far-Cry-2-Multi-Fixer/HEAD/src/FarCry2MFL_FormMain.dfm -------------------------------------------------------------------------------- /src/FarCry2MFL_FormMain.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FoxAhead/Far-Cry-2-Multi-Fixer/HEAD/src/FarCry2MFL_FormMain.pas -------------------------------------------------------------------------------- /src/FarCry2MFL_FormOptions.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FoxAhead/Far-Cry-2-Multi-Fixer/HEAD/src/FarCry2MFL_FormOptions.dfm -------------------------------------------------------------------------------- /src/FarCry2MFL_FormOptions.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FoxAhead/Far-Cry-2-Multi-Fixer/HEAD/src/FarCry2MFL_FormOptions.pas -------------------------------------------------------------------------------- /src/FarCry2MFL_FormOptions.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FoxAhead/Far-Cry-2-Multi-Fixer/HEAD/src/FarCry2MFL_FormOptions.rc -------------------------------------------------------------------------------- /src/FarCry2MFL_FormOptions.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FoxAhead/Far-Cry-2-Multi-Fixer/HEAD/src/FarCry2MFL_FormOptions.res -------------------------------------------------------------------------------- /src/FarCry2MFL_FormOptions.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FoxAhead/Far-Cry-2-Multi-Fixer/HEAD/src/FarCry2MFL_FormOptions.xml -------------------------------------------------------------------------------- /src/FarCry2MFL_FormProgress.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FoxAhead/Far-Cry-2-Multi-Fixer/HEAD/src/FarCry2MFL_FormProgress.dfm -------------------------------------------------------------------------------- /src/FarCry2MFL_FormProgress.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FoxAhead/Far-Cry-2-Multi-Fixer/HEAD/src/FarCry2MFL_FormProgress.pas -------------------------------------------------------------------------------- /src/FarCry2MFL_InstallSearch.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FoxAhead/Far-Cry-2-Multi-Fixer/HEAD/src/FarCry2MFL_InstallSearch.pas -------------------------------------------------------------------------------- /src/FarCry2MFL_Proc.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FoxAhead/Far-Cry-2-Multi-Fixer/HEAD/src/FarCry2MFL_Proc.pas -------------------------------------------------------------------------------- /src/FarCry2MFLauncher.dof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FoxAhead/Far-Cry-2-Multi-Fixer/HEAD/src/FarCry2MFLauncher.dof -------------------------------------------------------------------------------- /src/FarCry2MFLauncher.dpr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FoxAhead/Far-Cry-2-Multi-Fixer/HEAD/src/FarCry2MFLauncher.dpr -------------------------------------------------------------------------------- /src/FarCry2MFLauncher.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FoxAhead/Far-Cry-2-Multi-Fixer/HEAD/src/FarCry2MFLauncher.res -------------------------------------------------------------------------------- /src/FarCry2MF_Options.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FoxAhead/Far-Cry-2-Multi-Fixer/HEAD/src/FarCry2MF_Options.pas -------------------------------------------------------------------------------- /src/FarCry2MF_Proc.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FoxAhead/Far-Cry-2-Multi-Fixer/HEAD/src/FarCry2MF_Proc.pas -------------------------------------------------------------------------------- /src/FarCry2MF_Types.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FoxAhead/Far-Cry-2-Multi-Fixer/HEAD/src/FarCry2MF_Types.pas -------------------------------------------------------------------------------- /src/FarCry2Proc.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FoxAhead/Far-Cry-2-Multi-Fixer/HEAD/src/FarCry2Proc.pas -------------------------------------------------------------------------------- /src/FarCry2Types.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FoxAhead/Far-Cry-2-Multi-Fixer/HEAD/src/FarCry2Types.pas -------------------------------------------------------------------------------- /src/Main.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FoxAhead/Far-Cry-2-Multi-Fixer/HEAD/src/Main.ico -------------------------------------------------------------------------------- /src/UnitCRC32.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FoxAhead/Far-Cry-2-Multi-Fixer/HEAD/src/UnitCRC32.pas --------------------------------------------------------------------------------