Giter Site home page Giter Site logo

lask3802 / aura-1 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from lewisget/aura-1

0.0 0.0 0.0 102.93 MB

Open-source MMORPG server emulator

Home Page: http://aura-project.org

License: GNU General Public License v3.0

C# 99.93% CSS 0.01% HTML 0.03% Batchfile 0.03%

aura-1's Introduction

Aura

Aura is an open-source MMORPG server software for the North American client of Mabinogi. 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 Nexon or its partners, and we don't endorse such actions.

Aura is completely free and licensed under the GNU GPL. As such, every user is free to use Aura and choose how to use it, in the context of its license.

Compatibility

Aura is only compatible to the latest version of NA, compatibility to all other versions was dropped on 2013-09-13 (in Aura Legacy).

Requirements

To run Aura, you need

  • .NET 4.5 (Mono 3.2.7 or above)
  • MySQL 5 compatible database

To compile Aura, you need

Installation

  • Compile Aura
  • Run sql/main.sql to setup the database
  • Copy system/conf/database.conf to user/conf/, adjust the necessary values and remove the rest.

Afterwards, you should be able to start Aura 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.

Contribution

There are 4 ways you can help us to improve Aura:

  1. Research
  2. Bug reports
  3. Pull Requests
  4. Releases on the forums

1. Research

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.

2. Bug reports

Report bugs on GitHub, so they can be fixed ASAP.

3+4. Code

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.

Coding conventions

  • Base: MS Naming Guidelines, MS C# Coding Conventions
  • Exceptions:
    • Use _private for private fields and this.Foobar for properties, public fields, and methods.
    • Use tabs, not spaces.
  • 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.

Common problems

Errors after updates

Usually all errors are solveable by recompiling and deleting the cache folder.

Error message when trying to connect to channel

If you get a Korean error or a message saying "You failed to enter the world" upon trying to connect to the channel, it means that the client wasn't able to reach the channel server, which is usually caused by configuration mistakes. Make sure you can reach the IP/Port you've set the channel to run on (channel.conf) from the affected computer.

In some rare cases this can also be caused by routers, for example, if you try to make the server available from the internet and the router doesn't allow you to connect to your own public IP.

I can't move/am naked after login

This usually happens when the server and the client aren't compatible to each other. Make sure you're running the latest version of Aura and NA.

If you did update both and are still running into problems, an official update probably broke compatibility. Wait a few hours for us to update Aura if NA was just updated, or create an issue on GitHub.

Links

Build Status

Build Status

aura-1's People

Contributors

blade3575 avatar codehexen avatar cosrnos avatar deleteit avatar dennouneko avatar exectails avatar fuhhue avatar gcscaglia avatar hasuko avatar iamazed avatar mirobouma avatar phstudy avatar pikachews avatar qewqew avatar sairii avatar seeker1437 avatar tachiorz avatar tehcupcakes avatar tkiapril avatar unknownvoid avatar venom-log avatar xcelled avatar xeroplz avatar yazgoo avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.