Player-NameCleaner v1.0
####################
# 1. About
Player-NameCleaner removes color tags and admin specified filter strings from the names of all connected players.
####################
# 2. Installation
Copy PlayerNameCleaner.u to \Program\Bin\ folder of your server installation.
Open the server ini, on dedicated servers its typically \Program\Bin\Beta_Dedicated_Server.ini.
Under the [Engine.GameEngine] section add "ServerActors=PlayerNameCleaner.Cleaner" to the
ServerActors list.
You can optionaly add the following section to the end of the ini:
[PlayerNameCleaner.Cleaner]
bStripColorTags=True
filterList=[c]
filterList=[\c]
filterList=[/c]
filterList=[c=
filterList=[u]
filterList=[\u]
If it doesnt exists it will be created on the next server run.
####################
# 3. Configuration
For configuration you can edit the [PlayerNameCleaner.Cleaner] section in the ini.
bStripColorTags defines if color tags ( i.e. [C=FFFFFF]...[\C] ) should be removed.
filterList is a list of strings that the mutator additionally strips out of player names.
bStripColorTags is not affected by this list, even so you find parts of color tags in there.
Thats because the color removal only works with valid color tags, so if someone's name
contains "[c]" (that makes the name's display white), this part is eliminated by the
filterList.
For wildcards use "*". Example: If you want to remove everything of the name in brackets,
add "filterList=(*)".
####################
# 4. Contact
e-mail: mail@fabi-s.de
http://tribes.was-das.de/
Copyright (c) 2007 Fabian Schlieper
Contained files: PlayerNameCleaner.u, README.txt
No comments added