Accesing tf2 with C++ -
Samppaa - Dec 24, 2009
How it is done that you can access tf2 with the code like making your program to make your tf2 to connect to server like source tools has the idler thing with auto reconnect and such? Is there some functions for it in some libraries or? I would like to make auto connector program for practise and yes I have programmed before. I tried to google but just got a punch of warez sites...
Accesing tf2 with C++ -
Drunken F00l - Dec 25, 2009
Source Tools is just batch scripting. If you want to access internals of TF2 server-side, you'll want to look into plugin programming. If you want client side, then good luck, hope you don't get VACd.
Accesing tf2 with C++ -
Samppaa - Dec 25, 2009
Oh ok thanks