I felt like learning C# and my first project to tackle is a remote SRCDS controller. I have sockets working and all, but I can't find a way to run commands on SRCDS through the program. I don't know if I have to import any DLL to access any required functions at all.
Anyone know how to access SRCDS through C#?
If you want to build your code entirely yourself: [url]http://developer.valvesoftware.com/wiki/Source_RCON_Protocol[/url]
Otherwise check out this library: [url]http://github.com/aiusepsi/SourceRcon[/url]
[editline]07:36AM[/editline]
Unless If you're talking about controlling the srcds process itself, then none of that is relevant and you'll have to make your own stuff for it.
I have a shitton of code for this, let me dig it up.
[editline]10:52AM[/editline]
[url]http://file.compwhizii.net/SrcCon%20Project.rar[/url]
You'll want to look at my API classes, they deal with server control. There's alot (100MB+) of stuff in there, let me know if you need help finding what you need.
Sorry, you need to Log In to post a reply to this thread.