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

draft_sortRank does not work #21

Open
Seasons7 opened this issue Jun 30, 2015 · 3 comments
Open

draft_sortRank does not work #21

Seasons7 opened this issue Jun 30, 2015 · 3 comments

Comments

@Seasons7
Copy link

We often use this tool to register achievements. We set draft_sortRank to sort achievements, but doesn't work.

Although we tried to register achievement that is divided into a single one csv file in order, achievements are registered in random order.

ex)

draft_sortRank draft_iconUrl draft_name_locale draft_name_value
1 a.png en-US achievement 1
2 a.png en-US achievement 2
3 a.png en-US achievement 3

On Google Developer Console Game Service Tab, We expect that achievements are sorted and registered according to draft_sortRank. Is it right?

@claywilkinson
Copy link
Contributor

I believe the sort rank only affects the results from the API calls from the game (such as dispaying the Achievement UI). I am curious, why does the sort order on in the console matter?

@harikishan7
Copy link

I can confirm the same as well. draft_sortRank only works when adding localizations to already existing English l(locale) achievements. Lets say when you add English only achievements for the first time, it doesnt work and the achievements are uploaded in random order.

Sort order matters because we want the achievements to displayed in a certain linear order and not randomly so that the player knows what the next one to unlock easily.

@badjester
Copy link

A few years later...
As the tool is still working (with some modifications) my solution for adding the achievements in the right order is, creating separat csv-files for each achievements and insert them one after the other.

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

No branches or pull requests

4 participants