Giter Site home page Giter Site logo

Reborn support? about node-dota2 HOT 12 CLOSED

arcana avatar arcana commented on August 28, 2024
Reborn support?

from node-dota2.

Comments (12)

idreamshen avatar idreamshen commented on August 28, 2024

same question

from node-dota2.

XenBG avatar XenBG commented on August 28, 2024

The same question. I see that when I create lobby in Dota 2 (Source 1), I can't see it from Dota 2 Reborn (Source 2).

from node-dota2.

jimmydorry avatar jimmydorry commented on August 28, 2024

They are two different backends, so not surprising.

from node-dota2.

paralin avatar paralin commented on August 28, 2024

It's the same backend @jimmydorry.

That said I'm trying to get it to work in the C# version at http://github.com/paralin/Dota2 but no matter how much I implement it still doesn't seem to recognize it as Source2.

from node-dota2.

TJRoger avatar TJRoger commented on August 28, 2024

@paralin They are different. Refer to the resources files, you will see the dota_s2 protobufs backend languages.

from node-dota2.

paralin avatar paralin commented on August 28, 2024

@TJRoger They aren't different, trust me on this one. The difference between dota and dota_s2 is where they were dumped from. The dota ones stopped being updated a while back. The nature of protobuf is that they are backwards compatible and since reborn is on the same gc as source 1, its just some newer calls added to the existing system.

My proof for this is that the C# version now works with both reborn and regular...

from node-dota2.

paralin avatar paralin commented on August 28, 2024

The only difference is when you specify the source engine version in the hello message.

from node-dota2.

TJRoger avatar TJRoger commented on August 28, 2024

@paralin OK, you say it, I didn't look into it. Ah ha

from node-dota2.

Crazy-Duck avatar Crazy-Duck commented on August 28, 2024

@paralin is it sufficient to just change the engine version in the CMsgClientHello or does the appId in the protobuf header also have be changed to 373300 ?

from node-dota2.

paralin avatar paralin commented on August 28, 2024

App ID is the same. Just read the code in this file: https://github.com/paralin/Dota2/blob/master/Dota2/GC/DotaGCHandler.cs

from node-dota2.

paralin avatar paralin commented on August 28, 2024

Should work with PR #95

from node-dota2.

jimmydorry avatar jimmydorry commented on August 28, 2024

Which was merged into master 2aaa38b

from node-dota2.

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.