itsjfx / node-dota2-user

A Node.js module to connect to and interact with the Dota 2 game coordinator.
GNU General Public License v3.0
11 stars 1 forks source link

Thanks for the great work. #4

Closed Svenmax closed 10 months ago

Svenmax commented 1 year ago

Nice job.

itsjfx commented 1 year ago

Thanks ! Please continue giving feedback and suggestions 👍

Svenmax commented 12 months ago

I'm not very good at programming, I don't know if your project can be a plug-in for the emulator below, so that it can play dota2 offline. https://gitlab.com/Mr_Goldberg/goldberg_emulator

itsjfx commented 12 months ago

Hey, I don't believe my module is what you need to do this.

You can think of this module as a NodeJS/TypeScript Dota 2 client that you can control programmatically to do things (e.g. pull match and profile data, create lobbies, and what not). It does this by communicating to the real "game coordinator" or Dota 2 server.

What you likely need is something that emulates the Dota 2 game coordinator / server. I don't believe anything like this exists.

Svenmax commented 12 months ago

thanks for the reply. Such a project exists, but I don't know how to use it. https://github.com/Hackerprod/-SKYNET-Steam-Emulator

Svenmax commented 12 months ago

https://filetransfer.io/data-package/CLTcfcfl#link

itsjfx commented 10 months ago

I still believe I can't help you out with your problem. I suggest reaching out to the people maintaining the project you linked above.

I do have some notes on how the GC interaction works if you'd like some pointers.