seishun / node-steam

Interface directly with Steam servers from Node.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is there any way to get app information on steam client?

AGDholo opened this issue · comments

I noticed that the steamkit2 c# program used by steamdb can get the client information of the application. Is there the same method on node-steam?
Similar to typing app_info_print 440 on the steam console.
20181008162153.png

node-steam doesn't provide methods to request this information, but you can implement them yourself using 'message'/send. You can use NetHook2 coupled with NetHookAnalyzer2 (get both here) to find out relevant EMsgs and protobuf classes. Feel free to ask if anything is unclear.