Easily buildable version of GnollHack's .NET MAUI version
- Create a local copy of this repository
- Download sound bank zip files from Releases (they are too big to be directly in the repository)
- Unzip the sound bank zip files
- DesktopSoundBanks.zip should be unzipped to:
- win\win32\xpl\GnollHackM\Platforms\Windows\banks
- MobileSoundsBanks.zip should be unzipped to both of the following two directories:
- win\win32\xpl\GnollHackM\Platforms\Android\banks
- win\win32\xpl\GnollHackM\Platforms\iOS\banks
- DesktopSoundBanks.zip should be unzipped to:
- Open the solution file at win\win32\xpl\GnollHackM\GnollHackM.sln in Visual Studio 2022
- Open Developer PowerShell in Tools > Command Line, and run
dotnet restore
on the project folder - Select Windows Machine (or another preferred target framework) from debugging dropdown list
- Press the Start Without Debugging light-green arrow. The project should now build, deploy, and start successfully.