SRCDS GUARDIAN 2.1 C++ Version
Hello all!
As you might know the original SRCDS Guardian in the console as a batch script created by Mooga.
But I believed I could do it in a console application in C++. So I started to write abit and I finally just had it working today.
It supports all games. As you simply copy the Guardian.exe into the same folder where your srcds.exe is located. And then the application will create a batch script for you. In that batch script there's a standard command as this one:
To create a server for another game, just change the parameters to the right stuff. As for an example, I did this with a Team Fortress 2 server.
The srcds.exe infront of it all is necessary. And if you want to run it for an OrangeBox game, you will have to move it into that folder where the srcds.exe is for OrangeBox games.
This program is free and it is best of all open source. However! It's released under a licens. You may compile this yourself, but making it your "own" and changing the authors name is not acceptable, legal and mostly just WRONG!
I hope all people get a good tryout with this program! I will look forward to good and bad comments or just a new idea for improvements.
- realchamp.
Screenshots
This attachment contains Guardian.exe and Guardian.cpp. Have fun!
Guardian.zip (Size: 11.13 KB / Downloads: 110)
Credits
Release updates!
Hello all!
As you might know the original SRCDS Guardian in the console as a batch script created by Mooga.
But I believed I could do it in a console application in C++. So I started to write abit and I finally just had it working today.
It supports all games. As you simply copy the Guardian.exe into the same folder where your srcds.exe is located. And then the application will create a batch script for you. In that batch script there's a standard command as this one:
Code:
srcds.exe -console -game cstrike -tickrate 100 +map de_dust2
To create a server for another game, just change the parameters to the right stuff. As for an example, I did this with a Team Fortress 2 server.
Code:
srcds.exe -console -game tf -tickrate 33 +map cp_well
The srcds.exe infront of it all is necessary. And if you want to run it for an OrangeBox game, you will have to move it into that folder where the srcds.exe is for OrangeBox games.
This program is free and it is best of all open source. However! It's released under a licens. You may compile this yourself, but making it your "own" and changing the authors name is not acceptable, legal and mostly just WRONG!
I hope all people get a good tryout with this program! I will look forward to good and bad comments or just a new idea for improvements.
- realchamp.
Screenshots
This attachment contains Guardian.exe and Guardian.cpp. Have fun!
Guardian.zip (Size: 11.13 KB / Downloads: 110)
Credits
- realchamp
- Creator. - Mooga
- The guy who gave me the inspiration to create this!
Release updates!
- None yet.