Code Monkey home page Code Monkey logo

aikaemu's Introduction

AikaEmu

AikaEmu is a completely open source C# .Net Core 3.1 emulator for the MMORPG Aika Online.

It's code is based on several ideas from others emulators and is being developed only for educational purposes.

AikaEmu is free and licensed under GNU GPL v3.0.

If you want more information or just talk, please join our Discord.

Getting Started

Setup Server

  • Follow instructions in Web folder to setup web.
  • Create MySql database "aikaemu_auth" and "aikaemu_game".
  • Run MySql script Auth and Game.
  • Insert new GameServer into DB.
INSERT INTO `aikaemu_auth`.`game_servers`(`id`, `name`, `ip`, `port`) VALUES (1, 'AikaEmu', '127.0.0.1', 8822);
  • Insert new Account into DB (user: admin / pass: admin).
INSERT INTO `aikaemu_auth`.`accounts`(`user`, `pass`) VALUES ('admin', '21232f297a57a5a743894a0e4a801fc3');
  • Change each "Config.json" file inside each server to your settings.
  • Run WebServer, AuthServer and GameServer.

Setup client

  • Paste "SL.bin" (client folder) inside your client folder to connect to 127.0.0.1.

Right now we are using latest AikaBR client to connect, should change in the future to NA.

Compile Server with "dotnet publish"

  • Open "Publish.sh" and change RUNTIME variable to your environment, save and run it.
  • Run "Start Servers.bat"

Issues

You can use Github's issue tracker to register issues.

Just make sure to take your time checking before submitting to avoid duplicates.

aikaemu's People

Contributors

lemestwo avatar

Watchers

 avatar

Forkers

marcelowis

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.