From 0d18a378581eb9373be326a3f3c223a464832a3b Mon Sep 17 00:00:00 2001 From: Ernestas Kluonis Date: Tue, 3 Sep 2024 19:12:48 +0300 Subject: [PATCH 01/10] Added relevant resources from awesome-osu --- content.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/content.md b/content.md index 6ef8b9f..cc74f8c 100644 --- a/content.md +++ b/content.md @@ -12,8 +12,9 @@ A collection of tools and resources to enhance your gameplay! --- ### Replay and Score Analysis - [Danser-Go](https://github.com/Wieku/danser-go) - Render your replays locally -- [o!rdr](https://ordr.issou.best/) - Render your replays online [Powered by Danser-Go!] -- [Replay Analyzer](https://github.com/abstrakt8/rewind) - Analyze your replay data +- [o!rdr](https://ordr.issou.best/) - Render your replays online (powered by Danser-Go!) +- [Replay Analyzer](https://github.com/abstrakt8/rewind) - Analyze replays in meticulous detail +- [osu! Miss Analyzer](https://github.com/ThereGoesMySanity/osuMissAnalyzer) - Given a replay, displays where the misses happened (also available as a Discord bot) --- ### Stats Trackers - [osu!track](https://ameobea.me/osutrack/) - Track your pp gains and top 100 scores over time @@ -25,11 +26,13 @@ A collection of tools and resources to enhance your gameplay! - [osu! scores inspector](https://score.kirino.sh/) - More alternative rankings, as well as clan leaderboards - [PP Rankings](https://pp.huismetbenen.nl/rankings/players/master) - Information and calculations for proposed and past pp reworks - [osu! World](https://osuworld.octo.moe/) - Provides provincial, state, and/or regional leaderboards +- [osu!Skills](https://osuskills.com/) - Ranking based on individual skills --- ### Alternative Clients - [osu!lazer](https://github.com/ppy/osu) - Official rewrite of the game with a modern design, a bunch of new mods and features -- [McOsu](https://store.steampowered.com/app/607260/McOsu/) - Alternative osu! client with various training tools and VR support +- [McOsu](https://store.steampowered.com/app/607260/McOsu/) - osu! clone with various training tools and VR support - [Web osu!mania](https://web-osu-mania.vercel.app/) - Play osu!mania in the browser +- [osu!droid](https://osudroid.moe/) - osu! clone for Android devices --- ### Training Tools - [osu!Trainer](https://github.com/FunOrange/osu-trainer) - A program that allows you to modify the difficulty of a beatmap very quickly and easily @@ -67,6 +70,7 @@ A collection of tools and resources to enhance your gameplay! - [score inspector](https://github.com/darkchii/score-inspector-extension) - A userscript that adds more stats to user profiles on the official osu! website (Extension compatible with the [osu! scores inspector](https://score.kirino.sh/)) - [osu! preview](https://github.com/JerryZhu99/osu-preview) - Preview a beatmap without downloading it - [osu! subdivide nations](https://github.com/Cavitedev/osu-subdivide-nations) - Display the regional flags and names of players on the official osu! website as well as other unofficial sites (Extension compatible with [osu! World](https://osuworld.octo.moe/)) +- [ezpp!](https://github.com/cl8n/awesome-osu?tab=readme-ov-file#installing) - Calculate how much PP a map is worth for a particular score --- ### Streaming - [StreamCompanion](https://github.com/Piotrekol/StreamCompanion) - Provides various overlays such as pp counters, map information, and more. Can be used for streaming or in-game From 2fc226f75f5908165ca72e2e55221731addc8120 Mon Sep 17 00:00:00 2001 From: Ernestas Kluonis Date: Tue, 3 Sep 2024 19:46:01 +0300 Subject: [PATCH 02/10] Improved readme --- readme.md | 23 +++++++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 6e18c69..8bab108 100644 --- a/readme.md +++ b/readme.md @@ -4,10 +4,20 @@ This repository contains a curated list of links to various resources for osu! game. The resources are categorized into different sections and are maintained by the community. -This list is displayed in the `#osu-resources` channel on the [osu! Game Community Discord server](https://discord.gg/osu) for everyone to see. - The list is open for contributions from anyone. If you have a resource that you think should be added to the list, you can do so by following the instructions below. +## The list + +**To view the list in your browser: [click here!](https://github.com/osucord/resources/blob/main/content.md)** + +This list is also displayed in the `#osu-resources` channel on the [osu! Game Community Discord server](https://discord.gg/osu) for everyone to see. + +## Maintenance + +We have a system in place that checks all the resources in the list daily to notify us about potentially broken links so we could promptly fix or remove them. Any links submitted as a pull request will also be checked automatically to make sure broken links are not added by accident. + +If you find that there are broken links despite that, resources that are no longer functional, or links that lead to something else than what is described next to them - please [create an issue](https://github.com/osucord/resources/issues/new). + ## How to contribute If you are unfamiliar with how GitHub works, you can contribute by following these steps: @@ -54,3 +64,12 @@ Your contributions may be rejected if: - The resource is not accessible to everyone (i.e. it requires a subscription). - The tool is not maintained or is outdated. - The tool is not useful or relevant to the community, or it has very few active users. + +## Acknowledgments + +This list has been mostly compiled by the moderators of [osu! Game Community Discord server](https://discord.gg/osu) and maintained by the [contributors of this repository](https://github.com/osucord/resources/graphs/contributors). + +Parts of the list have been adapted from: +- [awesome-osu](https://github.com/cl8n/awesome-osu/) - Project with very similar goals which is now left unmaintained, with many broken links. +- [List of osu! bots](https://osu.ppy.sh/community/forums/topics/1662993) - The in-game bots that are still functional and available were added to this list. +- [osu! Development forum](https://osu.ppy.sh/community/forums/2) - Where people go to tell the world about their projects related to osu! \ No newline at end of file From a297e76ee22c36ef6565a5441823f59bb5c7b0ed Mon Sep 17 00:00:00 2001 From: Ernestas Kluonis Date: Tue, 3 Sep 2024 19:46:33 +0300 Subject: [PATCH 03/10] Fix nested list formating on github --- content.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/content.md b/content.md index cc74f8c..dc0d442 100644 --- a/content.md +++ b/content.md @@ -5,10 +5,10 @@ A collection of tools and resources to enhance your gameplay! ### Tablets - [OpenTabletDriver](https://opentabletdriver.net/) - Open-source tablet driver - **Kuuube's Tablet Sheets and Guides** - - [Kuuube's Tablet Buying Guide](https://docs.google.com/spreadsheets/d/1DYVfiSpQqdpa4sWWYUALPmliOIuGyKog7B7LJJdmlhE/edit) - - [Kuuube's Wacom Tablet Mastersheet](https://docs.google.com/spreadsheets/d/125LNzGmidy1gagwYUt12tRhrNdrWFHhWon7kxWY7iWU/edit) - - [Kuuube's Wacom Tablet Pen Compatibility Mastersheet](https://docs.google.com/spreadsheets/d/1UAFPjGj0ThthPBvOSVVwOm08HW3qWtVoP1iFBwLMyPI/edit) - - [Kuuube's Wacom Pen Nib Guide](https://kuuube.s-ul.eu/mSDcCpuh) + - [Kuuube's Tablet Buying Guide](https://docs.google.com/spreadsheets/d/1DYVfiSpQqdpa4sWWYUALPmliOIuGyKog7B7LJJdmlhE/edit) + - [Kuuube's Wacom Tablet Mastersheet](https://docs.google.com/spreadsheets/d/125LNzGmidy1gagwYUt12tRhrNdrWFHhWon7kxWY7iWU/edit) + - [Kuuube's Wacom Tablet Pen Compatibility Mastersheet](https://docs.google.com/spreadsheets/d/1UAFPjGj0ThthPBvOSVVwOm08HW3qWtVoP1iFBwLMyPI/edit) + - [Kuuube's Wacom Pen Nib Guide](https://kuuube.s-ul.eu/mSDcCpuh) --- ### Replay and Score Analysis - [Danser-Go](https://github.com/Wieku/danser-go) - Render your replays locally From e97737d8887908d4a32554bedba1091146595a34 Mon Sep 17 00:00:00 2001 From: Ernestas Kluonis Date: Tue, 3 Sep 2024 20:10:34 +0300 Subject: [PATCH 04/10] Added self-improvement section --- content.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/content.md b/content.md index dc0d442..35d9baa 100644 --- a/content.md +++ b/content.md @@ -2,6 +2,11 @@ A collection of tools and resources to enhance your gameplay! -# Is something missing? Contribute to this list on [GitHub](https://github.com/osucord/resources). --- +### Self-improvement +- [khz's streaming guide](https://docs.google.com/document/d/1xbNwH_vN4O3azBYwua-Z_3GOAI2d-kV_EeE96aiRLBU/edit) - A guide on how to get better at streaming +- [Shikke's Anti-Mindblock](https://shikkesora.com/downloads) - A tool to quickly flip your monitor upside to help with mind-block +- [osu!mania Pattern Repository](https://imgur.com/a/replacement-glossary-osu-mania-pattern-repository-qEwP37W) - A glossary of common osu!mania patterns and terms +--- ### Tablets - [OpenTabletDriver](https://opentabletdriver.net/) - Open-source tablet driver - **Kuuube's Tablet Sheets and Guides** @@ -85,5 +90,4 @@ These are some of the bots that can be used in the in-game chat. Find the accoun --- ### Misc - [osu!wiki](https://osu.ppy.sh/wiki/en/Main_page) - Tons of different articles about osu! -- [osu! discord communities](https://osu.ppy.sh/wiki/en/Community/Discord_servers#official-osu!-server) - List of various discord servers made by the osu! community -- [Shikke's Anti-Mindblock](https://shikkesora.com/downloads) - A tool to quickly flip your monitor upside to help with mindblock \ No newline at end of file +- [osu! discord communities](https://osu.ppy.sh/wiki/en/Community/Discord_servers#official-osu!-server) - List of various discord servers made by the osu! community \ No newline at end of file From 362fcc54a9d4f34a20b46e71f0d09ef1861794ce Mon Sep 17 00:00:00 2001 From: Ernestas Kluonis Date: Tue, 3 Sep 2024 22:00:28 +0300 Subject: [PATCH 05/10] Fix ezpp link --- content.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content.md b/content.md index 35d9baa..178da66 100644 --- a/content.md +++ b/content.md @@ -75,7 +75,7 @@ A collection of tools and resources to enhance your gameplay! - [score inspector](https://github.com/darkchii/score-inspector-extension) - A userscript that adds more stats to user profiles on the official osu! website (Extension compatible with the [osu! scores inspector](https://score.kirino.sh/)) - [osu! preview](https://github.com/JerryZhu99/osu-preview) - Preview a beatmap without downloading it - [osu! subdivide nations](https://github.com/Cavitedev/osu-subdivide-nations) - Display the regional flags and names of players on the official osu! website as well as other unofficial sites (Extension compatible with [osu! World](https://osuworld.octo.moe/)) -- [ezpp!](https://github.com/cl8n/awesome-osu?tab=readme-ov-file#installing) - Calculate how much PP a map is worth for a particular score +- [ezpp!](https://github.com/oamaok/ezpp) ([Chrome](https://chrome.google.com/webstore/detail/ezpp/aimihpobjpagjiakhcpijibnaafdniol), [Firefox](https://addons.mozilla.org/en-US/firefox/addon/ezpp/)) - Calculate how much PP a map is worth for a particular score --- ### Streaming - [StreamCompanion](https://github.com/Piotrekol/StreamCompanion) - Provides various overlays such as pp counters, map information, and more. Can be used for streaming or in-game From 2f78dca100b5eda007d3b45a57abbc9fa7bab874 Mon Sep 17 00:00:00 2001 From: Ernestas Kluonis Date: Tue, 3 Sep 2024 22:02:40 +0300 Subject: [PATCH 06/10] Fix ezpp chrome link with redirect --- content.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content.md b/content.md index 178da66..26052e5 100644 --- a/content.md +++ b/content.md @@ -75,7 +75,7 @@ A collection of tools and resources to enhance your gameplay! - [score inspector](https://github.com/darkchii/score-inspector-extension) - A userscript that adds more stats to user profiles on the official osu! website (Extension compatible with the [osu! scores inspector](https://score.kirino.sh/)) - [osu! preview](https://github.com/JerryZhu99/osu-preview) - Preview a beatmap without downloading it - [osu! subdivide nations](https://github.com/Cavitedev/osu-subdivide-nations) - Display the regional flags and names of players on the official osu! website as well as other unofficial sites (Extension compatible with [osu! World](https://osuworld.octo.moe/)) -- [ezpp!](https://github.com/oamaok/ezpp) ([Chrome](https://chrome.google.com/webstore/detail/ezpp/aimihpobjpagjiakhcpijibnaafdniol), [Firefox](https://addons.mozilla.org/en-US/firefox/addon/ezpp/)) - Calculate how much PP a map is worth for a particular score +- [ezpp!](https://github.com/oamaok/ezpp) ([Chrome](https://chromewebstore.google.com/detail/ezpp/aimihpobjpagjiakhcpijibnaafdniol), [Firefox](https://addons.mozilla.org/en-US/firefox/addon/ezpp/)) - Calculate how much PP a map is worth for a particular score --- ### Streaming - [StreamCompanion](https://github.com/Piotrekol/StreamCompanion) - Provides various overlays such as pp counters, map information, and more. Can be used for streaming or in-game From d323b974baffea8181725e84ef31a1d096c39e8b Mon Sep 17 00:00:00 2001 From: Ernestas Kluonis Date: Tue, 3 Sep 2024 22:05:14 +0300 Subject: [PATCH 07/10] Remove direct links to the ezpp extension --- content.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content.md b/content.md index 26052e5..744f2df 100644 --- a/content.md +++ b/content.md @@ -75,7 +75,7 @@ A collection of tools and resources to enhance your gameplay! - [score inspector](https://github.com/darkchii/score-inspector-extension) - A userscript that adds more stats to user profiles on the official osu! website (Extension compatible with the [osu! scores inspector](https://score.kirino.sh/)) - [osu! preview](https://github.com/JerryZhu99/osu-preview) - Preview a beatmap without downloading it - [osu! subdivide nations](https://github.com/Cavitedev/osu-subdivide-nations) - Display the regional flags and names of players on the official osu! website as well as other unofficial sites (Extension compatible with [osu! World](https://osuworld.octo.moe/)) -- [ezpp!](https://github.com/oamaok/ezpp) ([Chrome](https://chromewebstore.google.com/detail/ezpp/aimihpobjpagjiakhcpijibnaafdniol), [Firefox](https://addons.mozilla.org/en-US/firefox/addon/ezpp/)) - Calculate how much PP a map is worth for a particular score +- [ezpp!](https://github.com/oamaok/ezpp) - Calculate how much PP a map is worth for a particular score --- ### Streaming - [StreamCompanion](https://github.com/Piotrekol/StreamCompanion) - Provides various overlays such as pp counters, map information, and more. Can be used for streaming or in-game From 2946408a43748bbf1f55f1d75278229939388c27 Mon Sep 17 00:00:00 2001 From: Ernestas Kluonis Date: Tue, 3 Sep 2024 22:08:20 +0300 Subject: [PATCH 08/10] Moved self-improvement under training tools --- content.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/content.md b/content.md index 744f2df..12423d3 100644 --- a/content.md +++ b/content.md @@ -2,11 +2,6 @@ A collection of tools and resources to enhance your gameplay! -# Is something missing? Contribute to this list on [GitHub](https://github.com/osucord/resources). --- -### Self-improvement -- [khz's streaming guide](https://docs.google.com/document/d/1xbNwH_vN4O3azBYwua-Z_3GOAI2d-kV_EeE96aiRLBU/edit) - A guide on how to get better at streaming -- [Shikke's Anti-Mindblock](https://shikkesora.com/downloads) - A tool to quickly flip your monitor upside to help with mind-block -- [osu!mania Pattern Repository](https://imgur.com/a/replacement-glossary-osu-mania-pattern-repository-qEwP37W) - A glossary of common osu!mania patterns and terms ---- ### Tablets - [OpenTabletDriver](https://opentabletdriver.net/) - Open-source tablet driver - **Kuuube's Tablet Sheets and Guides** @@ -43,6 +38,11 @@ A collection of tools and resources to enhance your gameplay! - [osu!Trainer](https://github.com/FunOrange/osu-trainer) - A program that allows you to modify the difficulty of a beatmap very quickly and easily - [cosu!Trainer](https://github.com/hwsmm/cosutrainer) - osu!Trainer alternative for Linux, written in C --- +### Self-improvement +- [khz's streaming guide](https://docs.google.com/document/d/1xbNwH_vN4O3azBYwua-Z_3GOAI2d-kV_EeE96aiRLBU/edit) - A guide on how to get better at streaming +- [Shikke's Anti-Mindblock](https://shikkesora.com/downloads) - A tool to quickly flip your monitor upside to help with mind-block +- [osu!mania Pattern Repository](https://imgur.com/a/replacement-glossary-osu-mania-pattern-repository-qEwP37W) - A glossary of common osu!mania patterns and terms +--- ### Beatmap Management Tools - [Batch Beatmap Downloader](https://github.com/nzbasic/batch-beatmap-downloader) - Tool to mass download beatmaps, you can also apply filters and create collections for the downloaded beatmaps - [Collection Manager](https://github.com/Piotrekol/CollectionManager) - Import and export collections made by yourself as well as other players From e61359e38ff9fb5905f5d4be7288801e7f98a0d4 Mon Sep 17 00:00:00 2001 From: Ernestas Kluonis Date: Tue, 3 Sep 2024 22:19:12 +0300 Subject: [PATCH 09/10] Moved mania patterns to misc --- content.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content.md b/content.md index 12423d3..3047d8b 100644 --- a/content.md +++ b/content.md @@ -41,7 +41,6 @@ A collection of tools and resources to enhance your gameplay! ### Self-improvement - [khz's streaming guide](https://docs.google.com/document/d/1xbNwH_vN4O3azBYwua-Z_3GOAI2d-kV_EeE96aiRLBU/edit) - A guide on how to get better at streaming - [Shikke's Anti-Mindblock](https://shikkesora.com/downloads) - A tool to quickly flip your monitor upside to help with mind-block -- [osu!mania Pattern Repository](https://imgur.com/a/replacement-glossary-osu-mania-pattern-repository-qEwP37W) - A glossary of common osu!mania patterns and terms --- ### Beatmap Management Tools - [Batch Beatmap Downloader](https://github.com/nzbasic/batch-beatmap-downloader) - Tool to mass download beatmaps, you can also apply filters and create collections for the downloaded beatmaps @@ -90,4 +89,5 @@ These are some of the bots that can be used in the in-game chat. Find the accoun --- ### Misc - [osu!wiki](https://osu.ppy.sh/wiki/en/Main_page) - Tons of different articles about osu! -- [osu! discord communities](https://osu.ppy.sh/wiki/en/Community/Discord_servers#official-osu!-server) - List of various discord servers made by the osu! community \ No newline at end of file +- [osu! discord communities](https://osu.ppy.sh/wiki/en/Community/Discord_servers#official-osu!-server) - List of various discord servers made by the osu! community +- [osu!mania Pattern Repository](https://imgur.com/a/replacement-glossary-osu-mania-pattern-repository-qEwP37W) - A glossary of common osu!mania patterns and terms \ No newline at end of file From a5f556bbf23f5f42c9f648a56b4176ad7a6999b8 Mon Sep 17 00:00:00 2001 From: jamesbt365 Date: Tue, 3 Sep 2024 21:08:43 +0100 Subject: [PATCH 10/10] chore: Cleanup wording of contributers section in README.md --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 8bab108..24df35e 100644 --- a/readme.md +++ b/readme.md @@ -67,7 +67,7 @@ Your contributions may be rejected if: ## Acknowledgments -This list has been mostly compiled by the moderators of [osu! Game Community Discord server](https://discord.gg/osu) and maintained by the [contributors of this repository](https://github.com/osucord/resources/graphs/contributors). +This list has been created and is currently primarily maintained by the staff of the [osu! Game Community Discord server](https://discord.gg/osu), with contributions from our community. The list of users who have directly contributed to this repository can be found [here](https://github.com/osucord/resources/graphs/contributors). Parts of the list have been adapted from: - [awesome-osu](https://github.com/cl8n/awesome-osu/) - Project with very similar goals which is now left unmaintained, with many broken links.