Hi,
I want to create a team tournament system just like toon blast for my game. Toon blast tournaments are based on following rules (I copied the rules/requirements from this link)
May I ask is the team a clan? Otherwise, does it group up via matchmaking?
Yes, team is a clan. And there won't be a matchmaking just a competition to get the highest score
Answer by SethDu · Jul 09, 2020 at 02:45 AM
Hi, we have been working on a feasible workaround and discuss with the team these days. However, the feature you have mentioned is not supported by PlayFab. Leaderboard for a group is not supported and your scenario is groups of teams. You may need to implement an external agent server to store those data.
Good news is that PlayFab team have been working on Leaderboard V2 which is based on Entity model, however, there is no ETA currently. Please keep track of updates and roadmap news.
Please also understand that forum support doesn't have an SLA agreement, if you have any urgent business impact, you may consider launch your title and join an upgraded plan so that you can submit support ticket for dedicated technical support.
Can you provide any work around for team vs team or clan vs clan tournament/leaderboard? Has anyone before completed this feature using Playfab?
Since team-based leaderboards aren't supported right now, it's safe to say that no, no one has implemented them solely using PlayFab features. The issue is that the legacy statistics service is designed for individual player scores. Trying to use it to aggregate information for many players isn't going to work, as the higher frequency of updates could result in errors.
If you need this in the short term, we would recommend using a Redis Int or similar to track on scores for your teams.
How can I link the Redis with Playfab?
Answer by Muhammad Roshaan Tariq · Jul 08, 2020 at 10:07 AM
@Brendan @SethDu
I'm really starting to hate this forum service. It's been three days and no one answer to any question once they comment or put answer. You really need to update your thread refresh code
You don't let users post another question in second thread and you don't answer in the first thread
To be clear, questions that are 100% matches to a question in an existing thread will be forwarded to that thread, to prevent confusion (partial info in each, or different people potentially asking you to answer the same follow-up questions).
Answer by appgame · Jul 15, 2020 at 05:38 AM
How large is leader board value?
"45112057" String
TeamWins: String.substr(0, 1)
45
TeamId: 2-4, 720 Teams
112
PlayerId: ID=String.substr(5, 7)
057
Me and my teammates 112 all have 45 wins.
Our post value is 45112 + ID#
Router max value can only be a 1 or 2.
1 indicates the player is still in the tournament.
2 indicates the player has left the tournament.
Adding a Leaderboard to my UE4 BP Project 1 Answer
Second post because it's urgent: How can I create team tournaments like Toon Blast game 0 Answers
What happened to the OneSignal addon? (having iOS push errors with PlayFab) 1 Answer
Leaderboard/Tournament questions 1 Answer
Custom data for statistics? 1 Answer