Not much to add CTFStats2A_v7 to a server.

Add the lines 

ServerActors=CTFStats2A_v7.CTFStatsServerActor
ServerPackages=CTFStats2A_v7

to the [Engine.GameEngine] section and copy the CTFStats2A_v7.u and the SmartCTF4UTD.ini file to the System directory. 

Note that if you are upgrading from an older version of CTFStats, you MUST replace the SmartCTF4UTD.ini with the new one.

If you are using CSH4UTD, add this line to the CSHP4UTD.ini file:

PackageList[x]="CTFStats2A_v7,331,10,147,301,1,0"

(x must be replace with the correct sequential number)


Settings

bLogStats=True
This is the default. It enables logging of all players stats and the game stats. This will let you create a player ranking list with the CTFStatsLogParser_v2_0.exe utility. If you just want the scoreboard, disable logging by setting it to False.

bUseScoreBoard=True
Enables the new CTF Scoreboard. Setting to false causes the old default style scoreboard to be used.

CapPoints=10
Number of points for a cap

FlagKillPoints=3
Number of points for a flag kill

CoverBonus=2
Number of points for covering your flag carrier. 

SealBonus=2
Number of points for sealing your base. This means that you killed someone while in your own zone, while your flag carrier was also in your own zone. You can't get a ccover and a seal, just one or the other.

KillWithFlagBonus=1
Number of points for a frag while carrying the flag. 

TeamBaseReturnBonus=0
Number of bonus points for killing the EFC while the EFC was in your base. This is added to the FlagKillPoints.

TeamZoneReturnBonus=1
Number of bonus points for killing the EFC while the EFC was in your zone, but not your base. This is added to the FlagKillPoints.

MidReturnBonus=2
Number of bonus points for killing the EFC while the EFC was in the middle of the map. This is added to the FlagKillPoints.

EnemyZoneReturnBonus=3
Number of bonus points for killing the EFC while the EFC was in his own zone, but not his base. This is added to the FlagKillPoints.

EnemyBaseReturnBonus=4
Number of bonus points for killing the EFC while the EFC was in his own base. This is added to the FlagKillPoints.

bShowCapMsg=True
bShowFlagKillMsg=True
bShowCoverMsg=True
bShowSealMsg=True
bShowKillWithFlagMsg=True
bShowTeamBaseRecoveryMsg=False
bShowTeamZoneRecoveryMsg=True
bShowMidRecoveryMsg=True
bShowEnemyZoneRecoveryMsg=True
bShowEnemyBaseRecoveryMsg=True
These booleans allow you to disable the messages that appear to ewach player when they get points.

CoverDistance=800
This allows the admin to set how close a player must be to:
1) their flag carrier when they make a kill
2) an enemy that is following their flag carrier
in order to be awarded a cover bonus.
