Skip to content

UTStatsLite fork of the original UTStats mod

License

Notifications You must be signed in to change notification settings

rxut/UTStatsLite

 
 

Repository files navigation

UTStatsLite is a server-side mod for Unreal Tournament that generates custom NGStats log files. These files can be used to create websites with statistics.

This is a modified "lite" version of the original UTStats that removes the buggy weapons logging code that caused servers to be laggy.

It also includes ACE HWID, MAC1, and MAC2 logging to accurately keep track of stats for players who use different nicknames or change IPs (e.g., tunnels or VPNs).

Installation

From the System folder in the zip file, copy to your UTServer\System folder the following files:

Step 1: Add the following lines to the server UnrealTournament.ini

ServerPackages=UTStatsLite
ServerActors=UTStatsLite.UTStatsSA

Step 2: In the UnrealTournament.ini file, make sure bLocalLog is set to false like this bLocalLog=False.

Log files are stored in the ..\Logs folder inside your main UT99 server location.

Credits

UTStats mod was originally created by azazel, AnthraX, and toa, with additions by Skillz, killereye, Enakin, Loki and rork.

About

UTStatsLite fork of the original UTStats mod

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • UnrealScript 93.2%
  • Batchfile 6.8%