SourceOP
Accesing tf2 with C++ - Printable Version

+- SourceOP (http://forums.sourceop.com)
+-- Forum: Half-Life 2 (http://forums.sourceop.com/Half-Life-2-forum)
+--- Forum: General Chat (http://forums.sourceop.com/General-Chat--24-forum)
+---- Forum: Coding (http://forums.sourceop.com/Coding-forum)
+---- Thread: Accesing tf2 with C++ (/Accesing-tf2-with-C-thread)



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