Opened 7 years ago

Closed 7 years ago

Last modified 6 years ago

#4376 closed enhancement (wontfix)

Rating bot could show civs

Reported by: elexis Owned by:
Priority: Nice to Have Milestone:
Component: Multiplayer lobby Keywords:
Cc: Patch:

Description (last modified by elexis)

Throughout the releases lobby players frequently analyze which civilization is the best for playing 1v1 games.

Amongst other simulation state data, the rating bot (EcheLOn.py) written in python3 already has access to the civilization codes of the players of that game (game.player_info).

Currently it shows

A rated game has ended. greenpower won against Cesar. Rating Adjustment: greenpower (1328 -> 1346) and Cesar (1455 -> 1437).

It could become

A rated game has ended. greenpower (Gauls) won against Cesar (Macedonian). Rating Adjustment: greenpower (1328 -> 1346) and Cesar (1455 -> 1437).

In the scope of this ticket, we can add a dict that translates the civilization code (iber) into an english string (Iberians). (It were preferable to translate the string to the local language, but that would require a new xmpp message type and not show the message in the regular chat anymore).

While at it, it would be preferable if it always showed has won against instead of sometimes won, other times lost.

Idea by ffm.

Change History (2)

comment:1 by elexis, 7 years ago

Description: modified (diff)
Keywords: simple removed
Milestone: Backlog
Resolution: wontfix
Status: newclosed

Meh, who cares. Also the other options would be as relevant, so either all of none of them would have to be shown.

comment:2 by fpre_O_O_O_O_O_O, 6 years ago

nice to have
also https://code.wildfiregames.com/D1235 Show civ in player teamdescription in lobby

Note: See TracTickets for help on using tickets.