Toribash
Original Post
[War] Current ranking system.
Hello.

I've been extremely "motivated" to play the game these past few months just because of the war system. I love competitive gaming and enjoy Toribash so combining those in a clanwar is so much fun for me. But I just heard from GM's (Moop, Smallbowl) that the ranking system is completely uncompetitive. For example the ranked #1 clan [Wapow] in the last 50 games have lost 24, which is almost half (26 wins 24 losses). On the other hand # 41 [Parrot]s full record is 25 wins 4 losses. [Wapow]'s full record is too long to document so I only took the last 50 games seen, so the data isnt fully accurate but still very clear. There should be no reason [Parrot] is ranked #41.

What is the point of a ranking system, if it does not encourage winning? How can you rank clans if the point system is unable to record even remotely accurately the best clan (which Im not saying we are)? Getting only points for winning in a ladder where you can war as much as you like is indeed a bit pointless.

In order for Toribash to generate even the slightest hint of esport viability (which would be awesome) fixing the ranking system should be high priority. At its current state it does not encourage winning other than "for honour", and it definitely does not give any gratification from being a high ranked clan. The knowledge that it doesnt really matter if you win or lose does really lower my motivation for warring.

I really hope to hear about the problems that my proposal might pose and would be more than happy to help the mod team in this problem to create a better ranking system and a better competitive enviorment for us all.



---------------------------------------------------------------------------
EQUATION FOR RANKINGS (important shit)

here



-------------------------------------------------------------------------

I will address the problems and solutions in PS.

1. How?

There are plenty of algorythms and scripts of ladder/ranking systems online, and If that is hard to implement, even a simple 1 point per lose 1 point per win would be better than the current system.

2. Would It cause clans to only play games that are certain wins?

If the point system rewards winning higher ranked team then definitely not. It would actually benefit the lower ranked teams to challenge higher ranked ones. Thus creating a richer and more diverse ladder.

3. Clans would only pick their own mods then?

My proposal is that in "ladder matches" if agreement on the mod cannot be found its half and half mods, each clan chooses an official mod and its split. If both are fine with lets say ABD, no problem.

4. It would deter casual players from warring?

Possibly, but then again the games casual nature is the largest part of the experience already. Dedicating a small part of TB to competition would be fine in my opinion

5. What about the current ladder?

That is up to the devs, I personally would be fine with a reset or implementation into the current standings.

Pros:

-Easy to reward active clans and players with prizes for winning.
- Brings "professionalism" to warring.
-Competition is fun and so is winning, it is very satisfying to climb the ladder and achieve a higher rank when you really deserve it!

Cons:

-Implementation could require some work/programming which I dont understand so I cannot comment on it.
Last edited by cowmeat; Oct 23, 2015 at 11:49 AM.
Personally im pretty neutral

Yeah could be better but imo toribash is more geared towards being fun that towards esports

therefore I think the priority for devs should be fixing bugs and looking for was to make the game more fun rather than more competitive

There is still initiative to win however as you get more points for a win than a loss. The reason you get any points for a loss is to encourage clans to be active and to war etc
Originally Posted by SmallBowl View Post
devs should be fixing bugs and looking for was to make the game more fun

well http://puu.sh/1AJEA

But seriously.
That is my goal as well. For some people like me competition is the fun part. Honestly speaking without competition in TB I would quit pretty fast
So this is focusing "on the fun"
Last edited by cowmeat; May 7, 2015 at 05:45 PM.
The actual single member ranking system is piss poor as well. So I can only imagine how inaccurate the clan system is. I think that the events don't go as noticed as they should, but to my knowledge, I'm pretty sure no points are awarded that affect rankings from big events.

In a perfect system, you get points for winning, lose points for losing. Good opponents, relative to current rating, give more points for winning and don't punish you as hard for losing. Bad opponents, relative to good rating, give little points but punish severely. In addition, the amount of games makes the wars more influential, and clan diversity use of players, capping at around 5 unique players per team, also influences more points. That is to say using 5 people to win 20-0 against a good clan would boost more than 3 unique players for 11 games.

Think gynx said it best- not enough active devs
Last edited by Bodhisattva; May 7, 2015 at 06:23 PM.
Need help?
Creati0n says: still my favorite. <3
I sacrificed my firstborn for this great human being to join (M) ~R
Just Use Thunder!
this might contain errors since i built it from the ground up
the values are arbitrary but the general idea is there

Equation:

Win

{G+[(S2 - S1) / 10]} x (W) x (R)

Lose

{G+[(S1 - S2) / 10]} x (W)


G: gain
S1: winning teams score
S2: losing teams score
W: Winrate multiplier:
Win:[100%+(winrate% -50%)] /100
Loss:[100%-(winrate% -50%)] /100... If winrate is lower that 50% the equation is [100%+(-50%+Winrate%)] /100
R: streak increase = 2% per win

Score= 1000 by default (0wins - 0 losses)
gain = 100 (static)


EXAMPLE:

Team #1 800 score, 40% winrate, 2 winning streak

Team #2 1500 score, 60% winrate, 4 winning streak


Scenario 1:

Team #1 wins


Team #1 gains

{G+[(S2 - S1) / 10]} x (W) x (R)
=
{100+[(1500 - 800) / 10]} => 170 x {[100%+(40%-50%)]/100} x [(2 streak 4% = 0.04 + 1)= 159

=gains 159 score (100 being the average) because the opponent had higher score



team #2 loses

{G+[(S1 - S2) / 10]} x (W)
=
{100+[(800 - 1500) / 10]} => 170 x {[100%-(60%-50%)]/100} = 153

team 2 loses 153 points because the opponent was low scored (saved 17 score for positive win rate)




Scenario 2:


Team #2 wins


{G+[(S2 - S1) / 10]} x (W) x (R)
=
{100+[(800 - 1700) / 10]}=> 30 x {[100%+(60%-50%)]/100} x [(4 streak 8% = 0.08 + 1)= 36

team #2 gains only 36 points because of the massive differential in score

team 1# loss

{G+[(S1 - S2) / 10]} x (W(under 50))

{100+[(1500 - 800) / 10]} => 30 x {[100%-(-50%+40%)]/100} = 33

team 2# only loses 33 points because of the point difference





CONCLUSION

As we can see this formula benefits:
1. high win ratio
2. challenging higher ranked teams
3. not spamming only "noob" teams

So a team with high win rate and a lot of wins against high ranked teams is best ranked.

Other variables can be implemented to that formula later but that is the basis of it

Ps. hire me
Last edited by cowmeat; May 7, 2015 at 08:06 PM.
Can I just add that amount of members participating and winning their matches needs to be accounted for in the formula.
It'd be weird if a clan got top rank for just having one person solo all day, but still it should be a possibility for the willing.

Also regarding forum devs, I thought we had none. If we have had one all this time and they haven't done anything about the problem, that's scandalous.
If the claim is that it's impossible or just extremely problematic, I'd like to preemptively call that bullshit. There's been many suggestions of simple yet helpful fixes, such as recording wins and losses next to total amount of wars done, or changing the system to reset every month to prevent clans from getting 4000 points through spam and then sit on 1st place for months... *cough* WAPOW *cough*
Last edited by Hattersin; May 7, 2015 at 10:35 PM.
PM me with any and all questions
Originally Posted by Hattersin View Post
Can I just add that amount of members participating and winning their matches needs to be accounted for in the formula.
It'd be weird if a clan got top rank for just having one person solo all day, but still it should be a possibility for the willing.

i disagree. better way would be to not allow 1 player wars. Make min 2-3 players. I can add a multiplier on the amount of players but that is not relevant at this point.
-----
Originally Posted by Hattersin View Post
There's been many suggestions of simple yet helpful fixes, such as recording wins and losses next to total amount of wars done, or changing the system to reset every month

Well that's what we're doing right now here. Making a new system from ground up. I would love to get everyone's help in this matter. So please, go trough that formula and check if there is something to improve or add
Last edited by cowmeat; May 7, 2015 at 10:39 PM. Reason: <24 hour edit/bump
Originally Posted by Hattersin
Can I just add that amount of members participating and winning their matches needs to be accounted for in the formula.
It'd be weird if a clan got top rank for just having one person solo all day, but still it should be a possibility for the willing.

These variables are accounted for in the current system.
That is precisely how WAPOW climbed to #1, we have dedicated active members who work together in wars, we never solo.

I am not a fan of the current system either, but as it is the system which exists, I am not complaining about it but working within it.
If/when a new system is implemented, I won't complain then either but do the same.

BTW, WAPOW is not the only clan with an active war team.
Obey is another example of a clan which rose to #1 quickly and held it for a long duration.

The key to achieving rank in the current system is activity and teamwork.
Originally Posted by Krulls View Post
These variables are accounted for in the current system.
That is precisely how WAPOW climbed to #1, we have dedicated active members who work together in wars, we never solo.

I am not a fan of the current system either, but as it is the system which exists, I am not complaining about it but working within it.
If/when a new system is implemented, I won't complain then either but do the same.

BTW, WAPOW is not the only clan with an active war team.
Obey is another example of a clan which rose to #1 quickly and held it for a long duration.

This thread isnt about going agaisnt WAPOW. its to improve the current system. No need to be defensive.

"The key to achieving rank in the current system is activity and teamwork." It feels more like just spamming wars to me, not teamwork.

-----

Originally Posted by DrHax View Post
I would think an ideal, perfect world, clan ranking system would depict the clan who was strongest at #1. Not the one who was most active.

That's what I'm striving for here, an accurate way of determining the best clan while including activity as one of the requirements.