A v.95.1 Mushroom game server emulator written in C#.
this project is a work-in-progress
git clone https://github.com/Kaioru/Edelstein && cd Edelstein
- On Visual Studio and Rider it should be pretty straightforward
- Use
dotnet build
if not using an IDE
- Download the scripts from Server.Scripts
- Download the data from Server.NX
- Unzip both into their own folders
The Standalone app is the quick and easy way to spin up Edelstein
cd src/app/Edelstein.App.Standalone
cp appsettings.json appsettings.Production.json
- Edit the appsettings.Production.json appropriately (remember to set the scripts and data path!)
dotnet run
- Server.NX - the source for the Server.nx file.
- Server.Scripts - various scripts for use with Edelstein.