Coder Social home page Coder Social logo

Comments (4)

quancore avatar quancore commented on May 9, 2024 1

When I checked our c++ demo parser, I think it is in a table called DT_Team which in net messages.

from demoinfocs-golang.

markus-wa avatar markus-wa commented on May 9, 2024

Unfortunately this event isn't networked in CS:GO.

These are all the bomb-related events:

$ go run -tags debugdemoinfocs examples/print-events/print_events.go -demo cs-demos/default.dem | grep GameEvent | cut -f2 -d' ' | sort | uniq | grep bomb
bomb_beep
bomb_begindefuse
bomb_beginplant
bomb_defused
bomb_dropped
bomb_exploded
bomb_pickup
bomb_planted

Maybe there is some data on the entity or somewhere else that contains this information but as of now I'm not sure how to implement this. I can try to look into it when I find the time.

If you have a suggestion let me know.

from demoinfocs-golang.

markus-wa avatar markus-wa commented on May 9, 2024

Thanks for the input, I'll look into it over the weekend.

from demoinfocs-golang.

markus-wa avatar markus-wa commented on May 9, 2024

I have found CCSPlayer.m_bIsDefusing. It should be possible to hook up a BombDefuseAborted event based on changes to this property.

I will keep you updated if I make further progress.

from demoinfocs-golang.

Related Issues (20)

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.