• Please make sure you are familiar with the forum rules. You can find them here: https://forums.tripwireinteractive.com/index.php?threads/forum-rules.2334636/

[Mutator] KFStatsX

Running latest version (3.2.1) on a Vanilla KF server and I'm running into some issues.

Server seems to receive and save stats correctly (the sqlite3 db data is updating) but ingame the stats only show for the current game.
Also the server gives an exception when a player manually disconnects.
Web server is disabled for now as well (is there a way to generate the HTML files without launching the HTML server?)

My KFStatsX.ini
Code:
[KFStatsX.KFSXMutator]
broadcastStats=True
useV3Packets=True
ServerPort=6000
ServerAddress=localhost
serverPwd=secret
localHostSteamId=
PlayerController=KFStatsX.KFSXPlayerController
compatibleControllers=KFStatsX.KFSXPlayerController;Vanilla KF

KFSX Server log: (4.0)
http://pastebin.com/YC8Yz8YW

Headless Debian 8 server with openjdk-7-jre btw.

Edit: Well apparently the stats in the KF Client itself are only for the current session. My apologies.
The build in webserver doesn't seem to work that well though, when I try to view stats of just my player it nullpo's

http://kfeu.lolisandstuff.moe:8080/profile.html?steamid64=76561197986770985
 
Last edited:
Upvote 0
Upvote 0