I have thought of somthing like a mutator that spawns a spawnnotify that when a tournamentplayer class is spawned, it replaces it with your own, but the subclasses is a problem...
You'd have to subclass all the standard playerclasses and make your own versions...
I have had in mind to try to make a super-duper-tournamentplayer class, one that can replace the other ones and that you can configure to look like female, male, robot, custom, and with any voicepack e.t.c. thus replacing all known subclasses with clones that is the same type of class...
This technique would solve a multitude of problems, yet I'm to lazy to figure out how to do...