Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding 4 more mapping resources #47

Merged
merged 2 commits into from
Sep 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions .github/lychee.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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',
]
4 changes: 4 additions & 0 deletions content.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down