So after this last update Rust Admin tool (rcon) has not been pushing out player statistics like it normally has and I've commented my issues but no response yet.
I was wondering if anyone knows of another way to shoot player data via SQL or something? I'm unsure how to do it and would greatly appreciate help if it's not too difficult. I already have php files for the leaderboard layout (based on rcon's data base). Just need an alternative way until that gets fixed. Thanks
Solved Pushing player data to website leaderboard?
Discussion in 'Rust Discussion' started by LoneSurvivor, Apr 15, 2017.
-
You could use this: StatLogger for Rust | Oxide
-
PlayerRanks for Rust | Oxide can do the job for you if you are looking for kill/death/craft/raid/build/etc thing
-
Will definitely check these out after this weekend! I'd like to keep stats for a long time so I won't have to wipe them. Like for (This Week/All Time) stats. As long as those aren't too intensive I'll try one
-
I wrote a PHP script that pulls data from the PlayerChallenges.json data file and formats it for the browser. You could do that with any other plugin, I'd imagine.
-
-
Was looking into this, has there been any updates in community around providing leaderboard stats outside of the game? Would like to list a sorted/ paged table.
-
Would you send me the script?