Replies: 3 comments 2 replies
-
|
Noting this down before I forget about it, why don't we swap the CSV file for a more standard JSON file? |
Beta Was this translation helpful? Give feedback.
-
|
There's a checkbox in settings called something like "Don't override local_players.csv" that does basically this |
Beta Was this translation helpful? Give feedback.
-
It doesn't??? I mean I've tried it but it doesn't work. It doesn't check to see if that user already exists in the CSV. It just pulls the user data from startgg. So it doesn't load user-saved data from the csv when loading a new set. Maybe I am missing something, idk, TSH is bugging out for me and sometimes doesn't show the additional non-country flags sometimes??? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Maybe a system that checks to see if an instance of that player is in the
user_data\local_players.csv, and if so, use those preferred pronouns and country flag code.Example: I have a player with a different preferred flag than the location flag from their StartGG location data. When loading the StartGG set, the program will always grab the user's location flag, even if their user profile is already saved into the
user_data\local_players.csv. Having a toggle to say"Use Saved User Data"when loading a user from StartGG would be useful. Perhaps for this, tracking the StartGG user ID on the CSV may be needed in order to confirm that they are the same player.Found it frustrating using the
Load set from tournamentbutton and it loads the player without their preferred flag set in the CSV. imo would be a good change, and I bet I could work on it, but I don't know where to start in the files.Here's a list of what I would do:
Beta Was this translation helpful? Give feedback.
All reactions