Git Product home page Git Product logo

orion-server's Introduction

Orion Server V90

A Maple Story V90 Emulator

Client file:

https://mega.nz/file/qIABEAaa#tber4CWFTLv6iwBf2klEQO1g9rYfFl3EIrNP2BjsyjA

Required software for development and runtime:

  • JDK 8/11 installed and available in PATH
  • MySQL 5.6 installed and available in PATH
  • Intelij Community Edition
  • Visual Studio 2015
  • Maven installed and available in PATH

Installing the database:

  • Download the MySQL Server.
  • Open a CMD window in server/database
  • Make sure that the password and login is root or change in database.properties
  • Run:
 > mysql -u root -p
 > CREATE SCHEMA orionv90;
 > USE orionv90;
 > SOURCE ./schema.sql;
 > EXIT;

Running the server:

  • Make sure that the SQL Server is running in port 3306.
  • Navigate to server folder.
  • Run:
> build.bat
> start.bat

Launching the game

  • Compile the launcher and the client projects in Visual Studio 2015
  • Copy the client.dll and Launcher.exe into your MapleStory folder
  • Create a file named Server.txt with the following content:
MapleStory.exe
GameLaunching 127.0.0.1 8484
  • Start the game

orion-server's People

Stargazers

Tiago Ryan avatar Rich Stark avatar

Watchers

James Cloos 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.