quakejs icon indicating copy to clipboard operation
quakejs copied to clipboard

any way to make stats or are there any events that I can listen to?

Open voltuer opened this issue 5 years ago • 1 comments

Hi, i'm trying to keep match statistics for further analysis, but I can't find anything related in the documentation, and I wouldn't like to edit the game code itself

Is this possible somehow from index.ejs?

voltuer avatar Feb 11 '21 14:02 voltuer

This sounds like it's outside the scope of QuakeJS and inside the scope of quake 3. Many servers are set up with logging and then those logs are read and stored in a database, then that database shows game results on something like ejs

ghost avatar Feb 18 '21 01:02 ghost