Coder Social home page Coder Social logo

trinity's Introduction

Trinity

This repo contains the source for the combat routines and logic library plugin shipped with Demonbuddy.

Using Trinity

When a new version of Demonbuddy is released it automatically contains a snapshot of the master branch of this repository at the time of the release. This means that a new release of DB always will have the newest available version of Trinity.

If you still want to update manually, simply download a .zip from GitHub by pressing the Clone or download -> Download ZIP buttons. Then delete the Trinity folder inside Demonbuddy\Plugins and extract the Trinity folder from the .zip into the directory.

Developing Trinity

Since Demonbuddy compiles Trinity by itself there is no need to set up a proper build environment. However, this is still beneficial if you are going to be making changes to Trinity to make sure your changes still compile.

The repo includes at VS2017 solution which can be opened. To make the project compile you must add references to Demonbuddy's .exe and .dll files. The project is already set up to reference the correct assemblies in the Dependencies directory, so this directory just needs to be created.

The easiest way to do that is with a symbolic link to your Demonbuddy installation. If the path C:\Path\to\Demonbuddy\Demonbuddy.exe is valid, this is easily done by opening a command prompt in the root of Trinity (in the same folder as the .sln file) and running the following command (if using PowerShell, you should prefix the following command with cmd /c):

mklink /J Dependencies "C:\Path\to\Demonbuddy"

Trinity should now build successfully in VS2017.

Contributing

See the Contributing document for guidelines for making contributions.

Discuss

You can discuss Demonbuddy in our Discord channel which can be found here.

trinity's People

Contributors

jeffvella avatar nesox avatar explorethefloor avatar jubisman avatar avitomin avatar xxxalpha71xxx 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.