A MapleStory Global v.95 server emulator written in C#.
this project is a work-in-progress
git clone https://github.com/Kaioru/Edelstein && cd Edelstein
git submodule update --init --recursive
docker-compose up
yup. it's that easy.
By default, the predefined Container service runs on 127.0.0.1.
To change this, create a .env file and add HOST={ip}
to change the host the service runs on.
- 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 Container service is the quick and easy way to spin up Edelstein
cd src/Edelstein.Service.All
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.