• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

Edelstein

Initiate Mage
Joined
Jun 3, 2019
Messages
2
Reaction score
4
Edelstein
A MapleStory Global v.95 server emulator written in C#, .NET Core.
p.s. the post got double posted idk why

Yet another source?
  • Highly modular! Use only parts of Edelstein you need and not have the bloat of stuff you don't.
  • Also very configurable! Want a Login server and Game server running on the same process? Sure. Want all servers running on different processes? Sure. Want to use Python instead of Lua for your scripts? Go ahead!
  • Uses the .nx format for all the data reading thingies to ensure startup is as quick as possible.
  • A *stateless* scripting engine.
Setup and Installation

Prerequisites

  • .NET Core 3.0
  • Redis (optional; for distributed services)
  • PostgreSQL (optional; for data persistence)
Setup (No releases available.. yet!)
  1. Install the release binaries from Github releases.(stick to edelstein-container if not hosting a distributed service)
  2. Download the default assets from Server.NX and Server.Scripts. (or you can use your own!)
  3. Edit the appsettings.json file to fit your environment.
    1. When using Redis, set the 'DistributedType' to 'Redis' and 'DistributedConnectionString' to the Redis host.
    2. When using PostgreSQL, set the 'DatabaseType' to 'PostgreSQL' and 'DatabaseConnectionString' to the connection string.
  4. Launch the runnable.
Development
For development and Docker setup, head to the Github page for Edelstein for more documentation.

Contributing
Go ahead and open issues on any ideas you have on how to add onto Edelstein. Avoid creating Pull Requests right off the bat to not waste your efforts unless it is a small change.
Also, feel free to DM me on Discord at Kaioru#1256 if you want to run through your ideas or need help.

Links
  • - this coolio projecto
  • - a kanban-style board to track development
  • - all the juicy server data Edelstein needs
  • - scripts written in Lua for Edelstein
  • - the .nx file parser used to read data
  • - the .json to .nx packager used in Server.NX
Acknowledgements
All these wonderful people and projects that helped shape Edelstein.
  • Rebirth - lot's of referencing from here.
  • Destiny - even more referencing from here.
  • Swordie - also referenced a lil from here.
  • The kind souls who designed the NX PKG4.1 format.
  • All the current and future contributors of the project.
 

Attachments

You must be registered for see attachments list
Last edited:
Back
Top