Free in the Dark, a Alone in the Dark engine reimplementation.
Long overdue source code update from the version that was released on source forge in the 2000s. Only buildable with Visual Studio 2022 for now but other platform should be fairly straight forward.
Rendering is being rewritten to bgfx, for better portability. There is still some graphical artifacts.
- 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