A recreated server of Dark & Darker; this server emulator aimed to emulate the backend server.
Some time ago Nexon sued Ironmace development studio of Dark & Darker, we were worried we'd lose the game once and for all, hence, we started working on a game server emulator.
We are glad Dark & Darker have been released shortly after, nullifying our effort (but we're still glad!).
WARNING: This project is incomplete, but it's a great resource to learn how D&D client communicates with its backend.
GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007
- Full backend operations
- Logins
- Character management
- Creation
- Listing
- Deletion
- Matchmaking
- Party
- Merchants
- Character classes & skills
- Trading posts
- Chats
- Game Raid sessions
- For context: the game server runs over the Unreal Engine proprietary networking, thus, requiring extensive work to rewrite the Unreal Engine network stack which was not within our scope.
Dockerfile
for settings reference.
docker build . -t bab
docker run -d bab