JIVA's games.log parser

1 reply [Last post]
JIVA
Jiva's picture
Offline
Joined: Jun 2006
Posts:
CZ Czech Republic

----------------------------------
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

Anabolic 007
Vladimir Putin's picture
Offline
Joined: Oct 2024
Posts:
US United States
Re: JIVA's games.log parser

I’m glad to see you’ve started putting AI to good use. But I don't see the link to your script.