I'm not really sure if this goes in this the Troubleshooting section or General Discussion, since it's not a problem with the Tremulous game itself..
Anyways, I've set up a server which a few of my friends have been playing on, and we came up that logging the games would be fun, so you can see who's the best/worst player =)
I found tremstats and it looked very nice, so I downloaded the patched tremulous server and got it working nicely. I can see the difference in the log files..
But I'm having some troubles. When executing tremstats.py it says:Checking temporary logfile ...
Renaming original logfile ...
No temporary file yet
And nothing more. No submissions to Mysql and there's no difference on the php page. Trying a ./tremstats --calconly doesn't make anything better either. Trying to run tremstats.py later produces this response:Checking temporary logfile ...
Log does not exist, means the temporary logfile is still open
..which is quite logical, since there's no log file.
EDIT: It seems that the games table in the database are being filled correctly. And players names are also filled in the player table correctly, but not "player_game_time_factor", "player_kill_efficiency" and similar..
Another problem is that in the Tremstats index.php there should be some info on the server, like if there are any players connected and which map is being run, but all I get is: "Server not reachable"
I've edited the config.inc.php file to match my set up, but I'm not really sure what to write in: define('TREM_ADDRESS', '');
localhost, or my dns address doesn't seem to make any difference, and I guarantee that the server is running...
Have anyone else had this much trouble with setting up tremstats?
Thanks in advance! =)