DarkBlizz

Battle.net R&D => Research => Diablo 3 => Topic started by: raistlinthewiz on September 11, 2011, 11:56:00 AM

Title: D3 Protocol Buffer Classes (C++/C#) and generator bats
Post by: raistlinthewiz on September 11, 2011, 11:56:00 AM
Contains the proto's, generator bat files and classes itself for both c++ and c#.


hope it helps.
Title: Re: D3 Protocol Buffer Classes (C++/C#) and generator bats
Post by: emirxx on September 11, 2011, 01:03:38 PM
how do i use this?
Title: Re: D3 Protocol Buffer Classes (C++/C#) and generator bats
Post by: Thorim on September 11, 2011, 01:05:27 PM
You can't use that without any wrapper around. It simple gives you the data layer of Diablo 3.

It's up to you to create a logic around it such as a server emu or another hack.
Title: Re: D3 Protocol Buffer Classes (C++/C#) and generator bats
Post by: Fr0stbyte on September 11, 2011, 02:20:43 PM
raistlin looks like you're missing rpc stuff. are you using protobuf 2.4.0? (d3 uses 2.3.0) maybe we can rebase here: https://github.com/codeweaver/proto
Title: Re: D3 Protocol Buffer Classes (C++/C#) and generator bats
Post by: raistlinthewiz on September 11, 2011, 03:48:03 PM
updated; hhttps://github.com/codeweaver/proto
Title: Re: D3 Protocol Buffer Classes (C++/C#) and generator bats
Post by: raistlinthewiz on September 11, 2011, 05:10:59 PM
Just commited a few fixes and we've merged it to codeweaver repo also;

https://github.com/codeweaver/proto
Title: Re: D3 Protocol Buffer Classes (C++/C#) and generator bats
Post by: HId on September 12, 2011, 01:08:05 AM
The final versione of emu server will be complied or just in source code????