MahjongPantheon / pantheon

Primary Pantheon project repository
https://riichimahjong.org
GNU General Public License v3.0
43 stars 12 forks source link

Possible to setup the event like m-league? #453

Open zhengye1 opened 10 months ago

zhengye1 commented 10 months ago

Currently event only have 3 mode, however the tournament mode was not fit with the m-league mode, due to seating is not define.. if using local, it have no way to show the team table..

ctizen commented 10 months ago

Hey @zhengye1, welcome.

Maybe tournament with predefined seating would fit your needs? In predefined mode, you can make a seating script and upload it to the system. In contrary to automated seating mode, you don't have to add all players from rating to each separate tour.

zhengye1 commented 10 months ago

tried.. it need to setup for all player first to start this session..

ctizen commented 10 months ago

Could you please describe the desired process in detail?

Also please answer the following questions:

zhengye1 commented 10 months ago

Like the current season for the m-league, will be 9 teams and each team will have 4 players. Every match day will have 2 hanchan going (not simultaneously), and event admin to decide who plays who, (and also if event admin can add the record in will be also good). There will be no new player or new teams in once event was started

ctizen commented 10 months ago

Sounds like predefined seating would fit into these requirements :thinking: Each game would be a single table, it doesn't require everyone to be playing at once. If you have 36 players, assign teams and local identifiers for each of them, all you need to do after that is keep the seating script updated. You can update the seating script during the tournament, just make sure the next game index will match some existing seating in the script.

zhengye1 commented 10 months ago

I tried.. after I assign the first game I cannot start it

zhengye1 commented 10 months ago

And also I check the rule for the official m-league, if the rank is same, they split the uma, and if all last have riichi stick and ryukyoku, and 2 people was top with same score, they also split that too..

If 3 people same, it will break it into 400, 300, 300 (if 2 riichi stick will be 800, 600, 600), same as the uma.. since original uma is 50, 10, -10, -30, if 3 people top the uma will be like 20, 15, 15..

I don't know does this one also do-able or not..