Skip to content
This repository has been archived by the owner on May 6, 2024. It is now read-only.

Latest commit

 

History

History

server

Moonlight

Moonlight is the source-code of a Maplestory GMS v214 private server, including an authentication hook and launcher.

This is, of course, based upon Swordie's v214 source, so credits go to their phenomenal development team.



Check us out on Discord and consider starring the repository if you liked it!

Discord Banner

Disclaimer

I'm extremely interested in learning about the development of private servers, including client edits, wz editing, and server-sided security to deter hackers and client/wz editors.

I do not guarantee that this will go anywhere, but I hope that it does!

'Moonlight' is a temporary working name for this project, which is due to change later on down the line.

Table of Contents

About The Project

Tech Stack

Work in progress~

Dependencies

Work in progress~

Getting Started

Work in progress~

Compiling

Server

Work in progress~

Database Set-up

A very simple bash script has been included to handle the initial database creation and table importing for you.

Simply run the ./init_database.sh script inside of this directory to get your database set-up.

Server Authentication Hook

Work in progress~

Server Launcher

Work in progress~

Contributing

General Stance

In general, we welcome pull requests that fix bugs or builds upon an existing feature.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/feature-name)
  3. Commit your Changes (git commit -m 'Add some feature-name')
  4. Push to the Branch (git push origin feature/feature-name)
  5. Open a Pull Request

License

This project is licensed under GNU GPL 3.

For more information about the license, check out the LICENSE.