Code Monkey home page Code Monkey logo

dota2's Introduction

Dota2 Build Status

forthebadge

Dota2 is a .NET library designed as a plugin for SteamKit. It provides a handler for the DOTA 2 game coordinator. The goal is to implement as much functionality of the client as possible.

Experimental support for connecting directly to Source engine servers, as well as connecting through the Steam datagram routing network, is in development. All Source engine reverse engineering credit goes to Drew Schleck and his nora project.

Getting Binaries

Visual Studio

Dota2 is distributed as a NuGet package.

Simply install SteamKit2 and Dota2 using the package manager in Visual Studio, and NuGet will add all the required dependencies and references to your project.

Other

We additionally distribute binaries on our releases page.

For more information on installing SteamKit2 and Dota2, please refer to the Installation Guide on the SteamKit wiki.

Documentation

Documentation consists primarily of XML code documentation provided with the binaries. Please see the SteamKit documentation on how to set up a Steam client.

One of these days, proper documentation will be written.

To use the GC handler, it's simple:

client = new SteamClient();
DotaGCHandler.Bootstrap(client);
dota = client.GetHandler<DotaGCHandler>();

// ... later when Steam is connected
dota.Start();

You can register callbacks like any other Steam network functionality from Steamkit.

Reborn is completely supported and is now the default. The ability to specify which Source engine to use has been removed as the GC rejects any connection other than Source2.

License

SteamKit2 and Dota2 (this package) are released under the LGPL-2.1 license.

Dependencies

In order to compile and use SteamKit2 and Dota2, the following dependencies are required:

Note: DNX is in beta. It's recommended to use your preferred editor / compiler and install the NuGet package, "Dota2," which supports a variety of frameworks.

Contact

IRC: irc.gamesurge.net / #opensteamworks

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.