Giter VIP home page Giter VIP logo

dota2-gsi's People

Contributors

aarong11 avatar xzion avatar yukidaruma avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

dota2-gsi's Issues

New TP Slot not include

It appears the new TP slot (from a little over a year ago) is not included in the output. Would it be possible for you to add something that tracks TP status, or give me some pointers as to how I'd go about adding it?

Thanks!

Getting applied buffs on Hero

Hi
Thanks foe sharing GSI for dota2
its great
Currently i am creating Little project using this GSI.

I having trouble getting which Buffs are applied on hero like Juggernats healing ward aura... or any rune aura...

is there any solution to that ?

hero pick screen event

Hi

Thanks for sharing this.

Is there any way to pull down the gamestate data at the hero pick screen?

newdata event does not seem to work at this point. only once within the game itself and I'm unable to find an event or a method of manually polling the gamestate a single time with no dependency on newdata in your docs or on overwolf docs.

MacOs support ?

Hi there.

Does this script working with macOS ?

Because when i start the "node events.js" , it shows

Dota 2 GSI listening on port 3000

And when i open the dota2 game, there's no data in console output.

This is my game_state_integration_dota2-gsi.cfg file

"dota2-gsi Configuration"
{
    "uri"               "http://localhost:3000/"
    "timeout"           "5.0"
    "buffer"            "0.1"
    "throttle"          "0.1"
    "heartbeat"         "30.0"
    "data"
    {
        "buildings"     "1"
        "provider"      "1"
        "map"           "1"
        "player"        "1"
        "hero"          "1"
        "abilities"     "1"
        "items"         "1"
        "draft"         "1"
        "wearables"     "1"
    }
    "auth"
    {
        "token"         "hello1234"
    }
}

No longer 'is' in daytime and nightstarker_night

I was using this wonderful program, but couldn't get day/night cycles to work. Checked out the client and saw the issue.

  { name: 'start',
    matchid: 3394219054,
    game_time: 778,
    clock_time: 638,
    daytime: true,
    nightstalker_night: false,
    game_state: 'DOTA_GAMERULES_STATE_GAME_IN_PROGRESS',
    win_team: 'none',
    customgamename: '',
    ward_purchase_cooldown: 0 }

If you have time to edit the read me and remove the 'is' in front of daytime and nightstalker_night other kiddos wont go down my rabbit hole.

dota2-gsi not working in update 7.07

It apologize for my English is not very good...

I have the test.cfg file within ...\game\dota\cfg\gamestate_integration\ with the following contents:

"dota2-gsi Configuration"
{
"uri" "http://localhost:3000/"
"timeout" "5.0"
"buffer" "0.1"
"throttle" "0.1"
"heartbeat" "30.0"
"data"
{
"provider" "1"
"map" "1"
"player" "1"
"hero" "1"
"abilities" "1"
"items" "1"
}
"auth"
{
"token" "token1"
}
}

I run the server:
node examples/events.js
//Output: Dota 2 GSI listening on port 3000

but when I run the client dota2 not shown anything on the console. It currently operates or no longer has any integration ??

regards

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.