From cf2159d7199d18f8ab4c7437e8a3e51a5c1a3042 Mon Sep 17 00:00:00 2001 From: Aprixia Date: Sun, 29 Sep 2024 02:03:18 +0200 Subject: [PATCH 1/2] Adding 4 more mapping resources --- content.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/content.md b/content.md index 33ac51b..c29dbfe 100644 --- a/content.md +++ b/content.md @@ -69,6 +69,10 @@ This list is also available online at: https://resources.osucord.moe/ - [Mapping/Modding: Guide Compendium](https://osu.ppy.sh/community/forums/topics/722865) - A collection of guides for getting started with mapping and modding - [pishifat's osu!mapping tutorials](https://www.youtube.com/playlist?list=PLp7-THR1EUHERrIOV4dGClCGGoLIrQtOx) - Video tutorials on various mapping concepts - [Dsco's "How to Make a Ranked osu! Beatmap"](https://www.youtube.com/playlist?list=PLvlfixeOECIz1fFTMkp9Ez_dyPXaJUsIK) - Video tutorials diving into the minutia of expectations for different difficulties in a ranked mapset +- [Taeyang's Mapping & Pattern Box](https://docs.google.com/spreadsheets/d/1A7nRbKJlIIOhmjIhnvOEAjwEOym6i7whsozJlbBR7QY/edit?usp=sharing) - A collection of patterns to use in your maps. +- [Net0's Hitsound Library](https://drive.google.com/drive/u/0/folders/1xpfSzxPxBH932BKHr5rk6lk6lGd1DbIq) - A folder full of well-sorted samples to make it easier to find custom samples for your maps. +- [Lasse's Hitsounding Guide](https://docs.google.com/document/d/1tS5udToW_SEiCKNFSg7DUuZmsdroUOO8cRYEcwZV9P8/edit) - A good guide for those learning hitsounding. +- [Sliderbase](https://photos.google.com/share/AF1QipM-5gNgHPHcVQomyu8xFlHw25h4KoQptjBkGg6WV8wtJtdvhXP2eTYcSlJbNLXziQ?pli=1&key=N1FWWk81ZFpBdGVwajZIS3A0cHB0ZUxDZWpFT2Vn) - A collection of sliders you can take inspiration from. --- ### Mapping Tools - [OliBomby's Mapping Tools](https://mappingtools.github.io/) - Advanced tools to facilitate mapping From e8d37526936358d1064c57964a4f37e1f469c990 Mon Sep 17 00:00:00 2001 From: Ernestas Kluonis Date: Mon, 30 Sep 2024 20:36:08 +0300 Subject: [PATCH 2/2] Exclude drive.google.com from link checks --- .github/lychee.toml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/lychee.toml b/.github/lychee.toml index 0b26af0..c889687 100644 --- a/.github/lychee.toml +++ b/.github/lychee.toml @@ -10,15 +10,16 @@ user_agent = "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTM exclude = [ # Lychee reports an error when a link returns binary content - 'https://kuuube.s-ul.eu/mSDcCpuh', + 'kuuube.s-ul.eu/mSDcCpuh', - # YouTube seems to redirect for some reason + # Google seems to redirect for some reason 'www.youtube.com', + 'drive.google.com', # This is occasionally offline and or upsets the link checker. - 'https://arrowvortex.ddrnl.com/', + 'arrowvortex.ddrnl.com', # Some websites do not like bots - 'https://score.kirino.sh/', + 'score.kirino.sh', 'mutualify.stanr.info', ]