client icon indicating copy to clipboard operation
client copied to clipboard

map vault filter only up to 12 players

Open CookieNoob opened this issue 8 years ago • 5 comments

I experienced... I wanted to filter the maps in the map vault for maps with more than 14 players

how to reproduce put a filter in the map vault search

I expected... the filter to go up to 16 (max player count in the lobby)

Where the bug is / What should be done increase the max number of players in the filter option

grafik

CookieNoob avatar May 25 '17 15:05 CookieNoob

filter is part of the used webpage, nothing can be done about that in the client.

GrotheFAF avatar May 26 '17 03:05 GrotheFAF

We need to replace the map vault with something that uses the API directly.

duk3luk3 avatar May 28 '17 01:05 duk3luk3

Which in turn requires the API to be implemented in the first place.

Wesmania avatar May 28 '17 01:05 Wesmania

No. Just make calls against the public API parts (no oauth authorization required for maps). Obtain the map list with a JSON API library via api.dev.faforever.com/data/map?include=versions&filter[mapVersion]=hidden==False

Brutus5000 avatar May 28 '17 10:05 Brutus5000

Wesmania means accessing the API needs to be implemented in the client, which we're currently working on.

duk3luk3 avatar May 30 '17 00:05 duk3luk3