Jump to content

Stat tracking website/software


JaTochNietDan

Recommended Posts

Hi folks, when Renegade X was released I pulled an all nighter or two and whipped together a stat tracker and website to go with it. This was quite a while back and unfortunately since then I've been unable to continue running a server and I've also become quite busy. I'm not sure of the status of stat tracking in Renegade-X at the moment, maybe there's way better tools out there already now but I thought I might as well just throw this out anyway.

https://github.com/JaTochNietDan/Renegade-X-Stats-Tracker

I've pretty much just dumped it out, so it's not very noob friendly to set up. If there's demand for it I'll get some documentation together for installation and management of it and make a few updates so that it's more fleshed out for public use. Hopefully will be able to get around to doing that this weekend.

Features

  • Tracks player stuff based on Steam ID, things like kills, buildings destroyed, vehicles destroyed and more
  • Has a web interface which you can login to through Steam and set your avatar, only experimental really.
  • Has administration system, you can kick players, ban players, add administrators who will be auto authenticated via SteamID and a few more things. There's even separate levels for different levels of control.

As far as maintaining this and doing updates, it depends on demand really. If this is something people are going to use, I'll be happy enough to chug out updates every now and again, as long as they are not ludicrous! It's open source anyway and the code isn't terribly unclear, so feel free to fork me on Github and make changes.

Link to comment
Share on other sites

  • 3 months later...

I don't think you need the hypen. Just "log=log.txt". It will be found in UDKGame\Logs.

That said, nothing seems to happen for me. I get this:

Connected to database successfully!
Loaded 0 into cached player list!
Attempting to connect to RCON for announcements.
Server is running a newer protocol (v002).
You need to download a new version of RxCommand.
Cleared the cached players, they are assumed offline!

Nothing after that. No changes to my DB, etc.

Link to comment
Share on other sites

  • 2 weeks later...
I don't think you need the hypen. Just "log=log.txt". It will be found in UDKGame\Logs.

That said, nothing seems to happen for me. I get this:

Connected to database successfully!
Loaded 0 into cached player list!
Attempting to connect to RCON for announcements.
Server is running a newer protocol (v002).
You need to download a new version of RxCommand.
Cleared the cached players, they are assumed offline!

Nothing after that. No changes to my DB, etc.

Yeah it's probably because the server isn't writing to the log file immediately. There was a commandline argument that you use when launching the server which tells the server to immediately write to the server log as soon as the things happen in-game.

I can't remember it though...

Link to comment
Share on other sites

Nope, still nothing.

If you open the server log, is it getting written to as players are killed and stuff?

Make sure that the path to the log is right also in the settings file for the stat tracker. It could be that the format of how stuff is printed out in the log has been changed in the newer version of Renegade-X perhaps? Wouldn't really take much to adjust the code if that is the case.

Link to comment
Share on other sites

  • 2 weeks later...

Server is running a newer protocol (v002).

This is why its not working. The rcon protocol was changed from the original open beta. It looks like the format of rcon has to do with the writing of the log.

It could be that the format of how stuff is printed out in the log has been changed in the newer version of Renegade-X perhaps? Wouldn't really take much to adjust the code if that is the case.

Based on the above error, i think this is in fact the case and the code needs to be adjusted to work with the current protocol.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...