Skip to content

buzer2020/Amnesia64

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Amnesia 64

64-bit Windows port of Amnesia: The Dark Descent

Key changes:

  • Can be compiled in both 32-bit and 64-bit modes using VS2019 with latest build tools.
  • Single solution file for all projects (main game, HPL2, dependencies and editors). No need to compile the engine separately.
  • Produces self-contained .exe files without dependency on 3rd party dlls (this prevents cluttering user's game folder with 64-bit dlls).
  • Some libraries were changed, most notably:
    • SDL2 was upgraded from 2.0.4 to 2.0.12
    • alut was replaced with freealut
    • Newton Dynamics was upgraded from 2.08 to 2.32 (I simply couldn't find the source code for 2.08)
    • Fbx support is temporarily removed (I'm planning to re-implement it using OpenFBX)

About

64-bit Windows port of Amnesia:TDD

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 51.5%
  • C 46.7%
  • Objective-C 1.3%
  • C# 0.1%
  • Objective-C++ 0.1%
  • CMake 0.1%
  • Other 0.2%