Git Product home page Git Product logo

dolsharp's Introduction

DOLSharp - DOL Server

Dawn of Light - Dark Age of Camelot Server Emulator (DOL)

DOL Server is a server emulator for the game Dark Age of Camelot written by the Dawn of Light community

It does the following:

  • Provides the network communication needed to allow a DAOC game client to connect to the server
  • Provides a database layer between the server and MySQL~SQLite to allow storage of characters, npcs, items and so on
  • Provides a persistent world framework for customisation of game rulesets and behaviours

MS Build: Build status XBuild: Build status

Latest Release : https://github.com/Dawn-of-Light/DOLSharp/releases/latest

How To Build

Clone Git Repository to a working Directory.

Restore Nuget Package, this will download dependencies from nuget repository instead of using embedded binaries.

make install

Then Build the project. (use Debug Target if you intend to contribute or write your own scripts...)

make debug-compile

The debug folder should be your working directory from now on, you should focus on populating a database to build your server and rely on source files to find constants values used in database records...

You should use an IDE to track default behaviors and reach code parts where constants are used, handling breakpoint with a debugger can be a life savior in understanding how some game rules are enforced with legacy code.

Run the server

make debug-run

Documentation

dolsharp's People

Contributors

dol-leodagan avatar dol-apo avatar graveen avatar franblas avatar elcotek avatar elliotb256 avatar mannik avatar merec avatar netdwarf avatar hunabku94 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.