Skip to content

New: mitour by antoshika#81

Open
Antoshika wants to merge 9 commits into
tosuapp:masterfrom
Antoshika:master
Open

New: mitour by antoshika#81
Antoshika wants to merge 9 commits into
tosuapp:masterfrom
Antoshika:master

Conversation

@Antoshika
Copy link
Copy Markdown

@Antoshika Antoshika commented Apr 20, 2026

🥬mitour

A universal, highly customizable tournament overlay for your tournament streams! Say NO! - to the osu!lazer tournament overlay! Supports only the - Standard game mode.

The overlay includes:

  • Main part, gameplay - mappool, player/team seed display, score difference, chat, map/pick info display, and win count.
  • Seed Reveal - works exactly the same as in the osu!lazer overlay: just paste the contents of your "bracket.json" file and everything will load automatically!
  • Winner display - the overlay will automatically detect which team/player has won and display it.
  • Showcase - Displays who recorded the replay and all the information about the map, and what kind of pick it is.
P.S.: The overlay supports avatars. To display them, you need to add an avatar file with the EXACT SAME team name or player nickname.

💙 Detailed documentation on how to use the overlay: hatsunemiku39.ru/documentation (in development)

Screenshot:

standby

Comment thread counters/mitour by antoshika/imgs/BLUE.png Outdated
Copy link
Copy Markdown
Member

@GabuTheDev GabuTheDev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks like codex to me? We're not against the use of AI as supportive agent, but this seems written as a whole by AI..

Comment thread counters/mitour by antoshika/imgs/BLUE.png Outdated
Comment thread counters/mitour by antoshika/index.html Outdated
Comment thread counters/mitour by antoshika/index.html Outdated
Comment thread counters/mitour by antoshika/main.js
Comment thread counters/mitour by antoshika/main.js Outdated
Comment thread counters/mitour by antoshika/seed.html Outdated
Comment thread counters/mitour by antoshika/showcase.html Outdated
Comment thread counters/mitour by antoshika/winner.html Outdated
Comment thread counters/mitour by antoshika/showcase.html Outdated
@GabuTheDev GabuTheDev changed the title [New] Tournament Overlay: mitour New: mitour by antoshika Apr 21, 2026
@Antoshika Antoshika requested a review from GabuTheDev April 21, 2026 12:53
Comment thread counters/mitour by antoshika/main.js Outdated
Comment thread counters/mitour by antoshika/manrope_torus.css Outdated
Comment thread counters/mitour by antoshika/montserrat.css Outdated
Comment thread counters/mitour by antoshika/montserrat_cinzel.css Outdated
@GabuTheDev GabuTheDev requested a review from cyperdark April 21, 2026 13:02
@Antoshika Antoshika requested a review from GabuTheDev April 22, 2026 21:04
@GabuTheDev GabuTheDev requested review from KotRikD and removed request for GabuTheDev and cyperdark April 23, 2026 12:36
Copy link
Copy Markdown
Member

@GabuTheDev GabuTheDev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I do not like the 18 font files, that are probably not even used at all, plus the duplicated fallback avatar file, but ck said he's busy so he cannot review this. whatever.

@Antoshika
Copy link
Copy Markdown
Author

I do not like the 18 font files, that are probably not even used at all, plus the duplicated fallback avatar file, but ck said he's busy so he cannot review this. whatever.

i've already deleted the avatars.
And talking about 18 font files. You asked for the fonts to be loaded offline, but why? If this is a tournament overlay, you need an internet connection. Without an internet connection, you cant connect to the tournament client, and without the tournament client, the overlay cant parse the data. This overlay requires an internet connection and cant function offline like other tournament overlays. lol

@GabuTheDev
Copy link
Copy Markdown
Member

i've already deleted the avatars.

no you did not

C:\Users\gabu>gh pr diff 81 --repo tosuapp/counters --name-only --color always
counters/mitour by antoshika/deps/countUp.umd.js
counters/mitour by antoshika/favicon.svg
counters/mitour by antoshika/fonts/manrope_torus_0.woff2
counters/mitour by antoshika/fonts/manrope_torus_1.woff2
counters/mitour by antoshika/fonts/manrope_torus_2.woff2
...
counters/mitour by antoshika/fonts/montserrat_0.woff2
counters/mitour by antoshika/fonts/montserrat_1.woff2
counters/mitour by antoshika/fonts/montserrat_2.woff2
...
counters/mitour by antoshika/imgs/BLUE.png <--- still present
counters/mitour by antoshika/imgs/RED.png <--- still present

And talking about 18 font files. You asked for the fonts to be loaded offline, but why? If this is a tournament overlay, you need an internet connection. Without an internet connection, you cant connect to the tournament client, and without the tournament client, the overlay cant parse the data. This overlay requires an internet connection and cant function offline like other tournament overlays. lol

Cinzel Decorative is unused in this whole project.
and we've got 6 different files for each font because..? you want them separated by characters? you've got cyrillic and vietnamese characters? for what exactly? what are you showing with those characters?

@Antoshika
Copy link
Copy Markdown
Author

Antoshika commented Apr 23, 2026

no you did not

idk, i trying delete this files, and that dont delete. idk why

Cinzel Decorative is unused in this whole project. and we've got 6 different files for each font because..? you want them separated by characters? you've got cyrillic and vietnamese characters? for what exactly? what are you showing with those characters?

well, for example, in team names, sometimes people use such symbols in their names. Sometimes they make map names like that, or maybe this tournament overlay will be used in vietnamese tournaments

@GabuTheDev
Copy link
Copy Markdown
Member

well, for example, in team names, sometimes people use such symbols in their names. Sometimes they make map names like that, or maybe this tournament overlay will be used in vietnamese tournaments

then what about chinese? but japanese? or korean?
I do not understand your point.

@Antoshika
Copy link
Copy Markdown
Author

well, for example, in team names, sometimes people use such symbols in their names. Sometimes they make map names like that, or maybe this tournament overlay will be used in vietnamese tournaments

then what about chinese? but japanese? or korean? I do not understand your point.

perhaps the font does not support such characters
but okay, i'll find a similar font especially for you, with support for Japanese, Chinese, Korean, Hebrew, Arabic, Thai, and Ancient Greek.

@GabuTheDev
Copy link
Copy Markdown
Member

perhaps the font does not support such characters but okay, i'll find a similar font especially for you, with support for Japanese, Chinese, Korean, Hebrew, Arabic, Thai, and Ancient Greek.

as long as you do not provide a file for each of the 293 distinct writing systems, and only upload one. I'm fine.

@Antoshika Antoshika requested a review from GabuTheDev April 23, 2026 16:26
Copy link
Copy Markdown
Member

@GabuTheDev GabuTheDev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

whatever

@GabuTheDev GabuTheDev added the state: ready This PR is ready to be merged. label Apr 27, 2026
Copy link
Copy Markdown
Collaborator

@cyperdark cyperdark left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why tf fonts.css is so big

dont bundle fonts in .css file

@GabuTheDev GabuTheDev removed the state: ready This PR is ready to be merged. label Apr 27, 2026
@Antoshika
Copy link
Copy Markdown
Author

why tf fonts.css is so big

dont bundle fonts in .css file

bruh

@Antoshika Antoshika requested a review from cyperdark April 28, 2026 21:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants