Topic: [MOD] Vanilla+
Hello!
Got inspired by the *-modification, and I made my own. This modification does not change anything on the gameplay, it just secures the server.
Prevents crashes
It has protection against three known bugs that can crash the server. The standard 0.5.2 is only protected against two of them. The third bug is abused a lot nowdays, so it's good to be protected against it.
Secure rcon
There is a feature that bans a player if he enters wrong rcon password a defined amount of times.
Use telnet to control the server
If you want, you can use telnet to connect to your server and control it. That's useful if you get banned from it by some votekickers. You must telnet from the same computer as the server is running on. To login, type "PASS rcon-password".
Gametype changes
Because of the rule that you aren't allowed to advertise a modificated server as CTF, DM or TDM, the gametypes are CTF+, DM+ and TM+. However, put sv_gametype ctf, and not sv_gametype ctf+ in your configuration file.
Kick with reason
You can kick people with a reason now too. Use:
kick id "reason"
Rename people
If you see a faker, but you don't want kick him, you may rename him:
rename id "new name"
Freeze the game
You can use "pause" and "start" in the rcon to freeze and continue the game. If you want the players to be able to do that, you can add votes for that:
addvote pause
addvote start
New settings
rrcon_port 0 | port number for the telnet server
sv_pausemessage 0 | 1 or 0, if it's on the server will send a message to all users on pause/start
sv_rcon_limit 3 | how many times you can enter wrong rcon passwords
sv_rcon_bantime -1 | how long time you will be banned if you reach sv_rcon_limit (-1 = for life, might be worth to change)
I used toilette's remote rcon for the telnet-feature, more information.
Downloads
NEW VERSION! Take me to it!
If you have any questions or feedback, feel free to post it here.