This project currently serves as a client that allows people to play Ocarina of Time on Archipelago (https://archipelago.gg) using RetroArch rather than the officially supported emulator, Bizhawk.
At the moment there is only a command line UI, so it must be run from a terminal.
For setup follow these steps
For additional setup help if needed, see the #Retroarch OOT Client thread on the Archipelago discord.
Requires the .NET 8 SDK.
Simply run dotnet run in the directory with the solution while having the .NET 8 SDK installed. Can also use an IDE like Rider to build and run the project.
TODO
These commands should be run from the directory with the .sln file. The output of the commands contains the directory that the built
Requires the .NET 8 SDK.
cd BuildScripts/Unix && ./publish-linux.sh
cd BuildScripts/Unix && ./publish-win.sh