Git Product home page Git Product logo

blacktek-server's Introduction

Black Tek Server

Black Tek Server is a free and open-source MMORPG server emulator written in C++. It is a fork of the TheForgottenServer project. To connect to the server, you can use OTClient Redemption.

Getting Started

If you don't want to bother with source code or compiling. You can download from our release sections the binaries with everything needed ready to go.

Compiling

To compile you will need to install and integrate vcpkg. You can find detailed instructions for Windows and Unix based operating systems.

Once you have successfully installed vcpkg, and integrated the installation, you will need to download the newest premake from the dev branch (must use dev branch, its the one hyperlinked).

Please follow instructions on how to compile premake for your Operating System. Once you have premake compiled, place the binary in BlackTek-Server's folder. Then run premake via terminal/command line/bash using the following command:

Windows: premake5 vs2022

Linux: ./premake5 gmake2

OSX aka Mac: premake5 xcode4

This will generate your project files.

Next you will need to enable manifest mode for vcpkg.

You can do so by enabling the environment variable VCPKG_FEATURE_FLAGS=manifests

Alternatively, for visual studio users, you can just go to project->properties->configuration properties->vcpkg and change Use Vcpkg Manifest to yes.

You can find more information about manifest mode here.

Once you have enabled manifest mode, you can now select your configuration, and run "Rebuild all" (or its equivalent) to produce your executable.

Support

Issues

blacktek-server's People

Contributors

codinablack avatar ohman92 avatar gesior 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.