Coder Social home page Coder Social logo

asdlei99 / mmoserver Goto Github PK

View Code? Open in Web Editor NEW

This project forked from swganh/mmoserver

0.0 1.0 0.0 25.43 MB

SWG:ANH - MMOServer

License: GNU General Public License v3.0

Shell 0.05% Lua 1.83% C++ 93.93% C 2.40% CMake 1.03% Batchfile 0.76%

mmoserver's Introduction

MMOServer

The MMOServer is the flagship project for the SWG:ANH Team. It is a cross platform massively multiplayer game server intended to emulate the Star Wars Galaxies Pre-Combat Upgrade experience. The base of the server is written in C++ with some LUA sprinkled in.

Building/Installing

Also see our Wiki

Pre-Requisits Windows

  • CMake 2.8 or higher

    Download the latest version of CMake for your OS.

  • C++ Compatible Compiler

    Windows: Visual Studio 2013 required

    Download

    MySQL Server 5.1

    Download

    MySql Workbench (optional)

    Download

Pre-Requisits Unix

  • CMake 2.8 or higher

    Download the latest version of CMake for your OS.

  • C++ Compatible Compiler

    Unix: GCC 4.6 or higher is required

Windows Builds

To build the server on Windows simply double-click the build_server.bat file in the project root. This will download and build all the dependencies and sources and then generate a /bin directory with the server executables.

Unix Builds

To build the server on Unix platforms run the bootstrap.sh script in the project root. This will download and build all the dependencies and sources. Once the script has completed you can issue further builds from within the "build" directory:

./boot_server.sh
cd build
cmake -DCMAKE_INSTALL_PREFIX=/opt/local ..
make install

You can use the -DCMAKE_INSTALL_PREFIX flag to specify a custom output directory for the make install command.

Useful Links

mmoserver's People

Contributors

dead1ock avatar kbrooker99206 avatar lloydpickering avatar obi-two avatar rcythr avatar schmunzel avatar shikage avatar tmr255 avatar viaron avatar

Watchers

 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.