Jump to content
McKay Development

TF2 node module


benscar1

Recommended Posts

Hi,

 

Thanks for making your node modules open source Doctor Mckay. I'm interested in making a tf2 trade bot. I searched the internet and your api was the only one which allowed the bot to trade ingame. I'm interested in making a bot like this but in python. I looked through the source of tf2 module and I'm having a hard time understanding what some things do. I don't have much experience in javascript or programming bots in general. Could you explain what the Game Controller is and what the protobuf things are doing. I searched online about the TF2 game controller and I didn't find any documentation. Could you link me to some sources to learn more about the game controller and how to control a bot that is ingame?

 

Thanks, Benscar1

Link to comment
Share on other sites

It's a bit detailed to go into here, but it involves implementing the CM protocol by looking at reference code, looking over the protobufs until you find something that looks like you want to do (and possibly not finding it, which means you have to guess the parameters and order), sending messages, and seeing what happens.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...