Melia is an open-source MMORPG server software for the international client of Tree of Savior. It's solely being developed for educational purposes, learning about programming, MMORPGs, maintaining huge projects, working with other people, and improving knowledge. It's not about playing a game or competing with any services provided by IMCGAMES or its partners, and we don't endorse such actions.
Melia is completely free and licensed under the GNU GPL. As such, every user is free to use Melia and choose how to use it, in the context of its license.
Melia is only compatible to the latest iTOS client, compatibility to any other clients or versions is not guaranteed, and in fact unlikely.
To run Melia, you need
- .NET 4.5 (Mono 3.0 or above)
- MySQL 5 compatible database
To compile Melia, you need
- C# 5 compiler, such as:
- Visual Studio (2012 or later)
- Monodevelop (With mono version 3 or greater)
- SharpDevelop (Version 4.4 or greater)
- Compile Melia
- Run
sql/main.sql
to setup the database - Copy
system/conf/database.conf
touser/conf/
, adjust the necessary values and remove the rest.
Afterwards, you should be able to start Melia via the provided scripts or directly from the bin directories. If not, or if you need a more detailed guide, head over to our forums, Gitter chat, or wiki.
There are 4 ways you can help us to improve Melia:
- Research
- Bug reports
- Pull Requests
- Releases on the forums
Do research on NPCs, quests, skills, anything really that isn't implemented yet and post it on our research forum. The information you post will help developers to implement the features.
Report bugs on GitHub, so they can be fixed ASAP.
The fastest way to get code contributions into the source is a pull request, which, if well written, can be merged right in to master. To expediate this process, all pull requests must comply with our coding conventions below.
Alternatively you can make "casual" releases on the forum, which developers might pick up as research or as a base to implement the features into the official source.
- Base: MS Naming Guidelines, MS C# Coding Conventions
- Exceptions:
- Use
_private
for private fields andthis.Foobar
for properties, public fields, and methods. - Use tabs, not spaces.
- Use
- Comment lines shouldn't exceed ~80 characters, other lines' lengths are irrevelant.
- Excessive usage of the auto-formatting feature is encouraged. (Default VS settings)
- Avoid overuse of regions.
master
is the stable branch, geared towards normal users. It should be
compilable and working at all times, with little to no debug or test code.
For every feature or fix that goes beyond a handful of lines, a branch is created, that acts as a kind of "beta" branch for that feature. These branches aren't merged into master until a core developer has reviewed the code.
- Forums: http://aura-project.org/
- GitHub: https://github.com/aura-project
- Gitter chat: https://gitter.im/aura-project/melia
- Backlog: https://github.com/aura-project/melia/issues
- Wiki: https://github.com/aura-project/melia/wiki