You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
New way to make collections is not so that useful and difficult to use.
I hope it can become more useful.
Describe the solution you'd like
Just like versions/bpm/varities, we can select how to sort the charts, and use arrows to change sorts in sort way we select, just like:
versions
| maimai
| maimai+
| maimai green
| maimai green+
......
bpm
| 70
| 80
| 90
......
varities
| maimai
| CHUNITHM AND ONGEKI
| TOHOU
......
to make structure like this:
"name": "version",
"transkey": "版本",//or just use name to display
"sorts":
[{
"name": "maimai", // The in-game display name of this collection.
"transkey": "maimai[真]"
"levelIds": [] // A list of levels contained in this collection.
},{
"name": "maimai_plus", // The in-game display name of this collection.
"transkey": "maimai+[真]"
"levelIds": [] // A list of levels contained in this collection.
},{
"name": "maimai_green", // The in-game display name of this collection.
"transkey": "maimai Green[超]"
"levelIds": [] // A list of levels contained in this collection.
}]
I hope this will be helpful and let it play his unique role
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
New way to make collections is not so that useful and difficult to use.
I hope it can become more useful.
Describe the solution you'd like
Just like versions/bpm/varities, we can select how to sort the charts, and use arrows to change sorts in sort way we select, just like:
versions
| maimai
| maimai+
| maimai green
| maimai green+
......
bpm
| 70
| 80
| 90
......
varities
| maimai
| CHUNITHM AND ONGEKI
| TOHOU
......
to make structure like this:
"name": "version",
"transkey": "版本",//or just use name to display
"sorts":
[{
"name": "maimai", // The in-game display name of this collection.
"transkey": "maimai[真]"
"levelIds": [] // A list of levels contained in this collection.
},{
"name": "maimai_plus", // The in-game display name of this collection.
"transkey": "maimai+[真]"
"levelIds": [] // A list of levels contained in this collection.
},{
"name": "maimai_green", // The in-game display name of this collection.
"transkey": "maimai Green[超]"
"levelIds": [] // A list of levels contained in this collection.
}]
I hope this will be helpful and let it play his unique role
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: