Giter Site home page Giter Site logo

Comments (3)

moritzuehling avatar moritzuehling commented on June 11, 2024

Whoops, yeah. Consider using this: https://csgo-demos-manager.com/

Based on our old code, but updated

from demostatistics-generator.

AskDrax avatar AskDrax commented on June 11, 2024

Can confirm using 'demoinfo' from https://github.com/akiver/CSGO-Demos-Manager works.

What I did was remove the DemoInfo 1.2.0 package from dependencies, then copy just 'demoinfo' from the CSGO-Demos-Manager repo into my solution folder and then in VS add existing project -> select the DemoInfo.csproj.

No other changes and it seems to be working. (It does take forever to parse if I do a debug build, but select Release and it seems to parse a 5v5 demo in 2-5 seconds or so)

from demostatistics-generator.

moritzuehling avatar moritzuehling commented on June 11, 2024

Yeah, the debug-build allows for easier inspection of the data, and has a different underlying structure. It's faster mostly because of that.

(In CS:GO you have to parse bit-by-bit, and you can either do a naive slow implementation, or a quick complicated one)

from demostatistics-generator.

Related Issues (3)

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.