You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
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
Supported
Full backend operations
Logins
Character management
Creation
Listing
Deletion
Matchmaking
Party
Merchants
Character classes & skills
Trading posts
Chats
NOT Supported
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.
Installation
Dockerfile for settings reference.
docker build. -t babdocker run -d bab
About
A Dark & Darker backend server emulator written in C#