Skip to content

vhsoaresr/Dota2

 
 

Repository files navigation

Dota2 Build Status

forthebadge 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: If you're using the NuGet package, the protobuf-net dependency should be resolved for you. See the SteamKit Installation Guide for more information.

Contact

IRC: irc.gamesurge.net / #opensteamworks

About

A plugin for SteamKit that interfaces with the DOTA 2 game coordinator and game servers.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 87.3%
  • Protocol Buffer 11.5%
  • XSLT 1.1%
  • Batchfile 0.1%