Skip to content

maldn/replay

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

replay

parsing dota2 replays/demos in go.

I took this as an opportunity to learn go and protobuf

currently only non-compressed packets from demo.proto are parsed. nothing fancy, but parses the whole protobuf-stream without errors.

i doubt a single soul will use this, but if you want:

i assume you have a working go environment

go get code.google.com/p/goprotobuf/proto if you dont have it already

go run replay.go <replay file>

About

parsing dota2 replays/demos in go.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages