Name: Anti-Flood v1.3
Author(s): )°DoE°(-AnthraX + mod by [es]Rush
Download: Anti-Floodv13.zipPrevious versions:Description:It prevents people from spamming the chat on your server. By default it also disables the internal UT's chat
antiflood mechanism to get rid of the annoying block when simply talking with someone.
How to install?Unzip the .u file in your system folder, then open your UnrealTournament.ini file,
find the line [Engine.GameEngine] and add this line under it:
ServerActors=Anti-Flood.AFServerActor
Then go to the end of the ini and add:
[Anti-Flood.AFMutator]
Mode=2 # 1 = Prevent repeating | 2 = Prevent fast repeating | 3 = Prevent flooding
bSilent=false # Set to true when you don't want players to know that their message got blocked
fDelay=x.x # Only has to be set for Mode 2 & 3
bDisableUTMethod=true # Disables the internal UT chat antiflood mechanism
replace the x.x by the ammount of seconds you want the players to wait between sending two messages
For example if they send a message and then you want them to wait 5 seconds before they can send
another message, just replace x.x by 5.0
Changesv1.3:
- [ADDED] Option "bDisableUTMethod"
v1.2:
- [FIXED] Compatibility problem with MvReporter
- [ADDED] Option "bSilent"
- [ADDED] Option "stop repeating"
- [ADDED] Option "stop fast repeating"
v1.1:
- It works now!
v1.0:
- Initial release, wasn't worth releasing