Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update file I/O #7

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

ionab10
Copy link
Contributor

@ionab10 ionab10 commented Feb 26, 2024

Creates RankGrapher directory if doesn't exist to address #4

Adds timestamp (in epoch seconds) and playlist number to data.csv entries

Adds header row to data.csv:
game_number,match_guid,mmr,session_number,playlist,timestamp,goals,assists,saves,demos,shots,score,mvp,win

Tracks all casual playlists in 0data.csv since all casual playlists share the same MMR

goals,assists,saves,demos,shots,score,mvp,win stats currently set to 0 and are unused

@ionab10 ionab10 changed the title add extra stats update file I/O Feb 26, 2024
@ionab10 ionab10 marked this pull request as ready for review February 26, 2024 04:33
@adamgerhant
Copy link
Owner

Is there any reason to save all the additional statistics if they cannot be displayed? It would increase the file size considerably. It also has to be backwards compatible.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants