So, my TTT server had a long run, but ultimately I was forced to close it down due to a major security hole that had slipped under my nose that allowed for an attacker with some know-how to grab a list of the current online players' IP addresses. For those who are curious, it's a known exploit in PAC3, and if possible you should use some sort of http redirect to prevent serving content from unknown sources.
Anyway. I have two addons lying around that I had put together (probably from some other people's code, but at this point it's been too long to tell) for the server that I would rather not go to waste. They're small and mundane, but I know at least someone will get some use out of them.
I tried reformatting and refactoring these so they were at least a tiny bit sensible, but I can't say for sure if they work now. If they don't, I can release the original, untouched, working versions... you'll just have to edit out the pony stuff.
TTT Killer StatsAll this does is print out some information about who killed a player to chat in a nice format. Useful for raging at yourself for getting someone down to 1 HP but not killing them, or for more serious things like determining RDM.
TO DOWNLOAD: See the attached files in small font below this post.
TTT Role CounterLIke the last one, this is pretty simple. This just counts the number of players with each role on the start of a round, and prints it to chat and to server console. Useful for knowing how at-risk you are. :p
TO DOWNLOAD: See the attached files in small font below this post.
NOTE: You MUST be registered and logged in to see attached files!Update: I've signed the zip files with my PGP key, so if you want to verify your download, you can use their signatures:
pp2_ttt_killer_stats.zip.ascpp2_ttt_role_counter.zip.asc(yes, it's kind of complicated -- run
gpg --verify <filename>.zip.asc <filename>.zip and see if that works. ;P)