JIVA's games.log parser
----------------------------------
JIVA's games.log parser
----------------------------------
I have short linux bash script
function = it take file qconsole.log in path and search inside wins of teams read and blue
it is for tracking team games gametypes , it count score of battles
example : play freeze , red wins ( 9 : 1 ) , then next match red wins ( 8 : 0 ) and third match blue wins ( 5 : 10 ) ok
my script show ( 2 : 1 ) in html file
my script run all time in background
it create scoreboard.html file with wins red and blue team
example : when you play 3 hours it is cca 18 battles , so scorebaord show html file where is ( 18 : 0 ) red 18 times win
my english is my barriere
you can create windows version of script file on google AI mode > ask convert to windows version
html file scoreboard.html can be used for streaming in obs studio as widget
DOWNLOAD


