Skip to content

Output round by round score of a counterstrike match, along with the details of the participants and spectators.

License

Notifications You must be signed in to change notification settings

LuckeLucky/cs-round-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

118 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cs-round-parser

Output round by round score of a counterstrike match, along with the details of the participants and spectators.

Example Output

image

Build

Build parser

    go build
    go build -ldflags "-X main.readerType=simple" -o cs-round-simple-parser

Usage

     .\cs-round-parser.exe
     .\cs-round-parser.exe .\demos\saw_vs_ftw.dem

If the first argument is not a specific file the parser will read all demos stored in ".\demos".

In Windows ".dem" files can be set to open with "cs-round-parser.exe".

Coverage

    go test -v -coverprofile cover.out ./
    go tool cover -html cover.out -o cover.html

Acknowledgments

This parser relies on demoinfocs-golang.

About

Output round by round score of a counterstrike match, along with the details of the participants and spectators.

Resources

License

Stars

Watchers

Forks

Contributors 2

  •  
  •  

Languages