Free in the Dark, a Alone in the Dark engine reimplementation.
The goal of this project is to make playable on modern machines the "Alone in the Dark" (AITD) games released from 1992 to 1995 by Infograms. The focus is on the versions currently available on Steam and GOG (some other versions like Alone in the Dark 3 windows versions are incompatible for now).
Steam:
GOG version available as a trilogy.
Jack in the Dark that was included in some releases is also supported.
Additionaly, there is (very) early support for "Timegate: Knights Chase" released by Infogram in 1995 using a slightly upgraded engine.
Steam version, and GOG versions.
- Graphical issues and missing features in all games
- AITD1 was completable at some point (with some missing features), but might have regressed
- Jack in the Dark was also completable at some point.
- Other games are considered non-completable due to a variety of missing features or bugs.
- Current focus is to make games completable and fixing some of the graphics shortcomings.
- Requires VS2022 with CMake module installed (you can also provide your own cmake but vs2022.bat won't work out of the box).
- Clone the repo with recursive submodules enabled
- Run build/vs2022.bat this should detect vs2022/cmake and generate the solution
- Open solution build/vs2022/FITD.sln
- Set fitd as startup project
- Set fitd working directory to where the game files live
- Hit F5