dev env - amnesia-spelos/streamnesia GitHub Wiki
Thank you for considering supporting the project, every contribution counts and is incredibly welcome! ♥️
What you'll need
-
Latest Visual Studio (or Rider if you prefer)
-
If using Visual Studio, make sure you have the ASP.NET module:
-
-
.NET SDK (Installed through Visual Studio if using it [check C# Desktop Development])
Building & Testing
Most features will work straight from Visual Studio, however, some of them (like Payload loading) require an environment similar to the game's directory.
Our .\deploy.ps1 script is configured to use an environment variable called AMNESIA_LOCATION to find your Amnesia: The Dark Descent location. Make sure to set it in order to get your application deployed properly.
If you run the deploy.ps1 script in PowerShell, the output will be copied into your game directory.
You can then launch the executable streamnesia/Streamnesia.exe from there.