-
-
Notifications
You must be signed in to change notification settings - Fork 72
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
overwirte config "acc_loc" after generate new gtoken #6
Comments
That value in In the future, Can I ask why you edited/changed it? I don't think changing it should affect anything in the script (again, it's just used to send requests properly when getting battle info, etc.) If you want to access SplatNet 3 in Chinese in your browser, though, just go to https://api.lp1.av5ja.srv.nintendo.net/?lang=zh-CN :) |
the battle result info will be different.
|
I see! Makes sense. Just for information gathering's sake, can you tell me:
I don't think this'll matter in the end since the stats will eventually be uploaded to stat.ink the same anyway, e.g. we don't do identification based on stage/weapon/etc. names (which are language-specific), we do it based on ID number, so it works with all game languages. |
|
Huh, have no clue why it's returning en-US for you then. It might just do that for everyone. Sorry! I get wanting to save your results in your local language, but I also don't think this really affects anything re: functionality that the script is "supposed" to have and what it's really built for. Saving JSONs locally was never really "meant" to be a thing (it's even hidden from the If you really want your JSONs to use Chinese text, I think changing this line should do it. Feel free to replace this instance of Line 74 in b3f68ce
|
Behavior will be changed going forward, see #52 for more discussion. |
I edit conf.txt
"acc_loc": "zh-CN|JP"
after generate new gtoken, it change back to
"acc_loc": "en-US|JP"
The text was updated successfully, but these errors were encountered: