├── .nojekyll
├── google9fcf0f46cbf99f21.html
├── index.html
└── README.md
/.nojekyll:
--------------------------------------------------------------------------------
1 |
2 |
--------------------------------------------------------------------------------
/google9fcf0f46cbf99f21.html:
--------------------------------------------------------------------------------
1 | google-site-verification: google9fcf0f46cbf99f21.html
--------------------------------------------------------------------------------
/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | osu!CheatSheet
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
19 |
20 |
21 |
22 |
23 |
--------------------------------------------------------------------------------
/README.md:
--------------------------------------------------------------------------------
1 | # osu!CheatSheet
2 |
3 | > A small website for a lot of osu! resources !
4 | ## Shortcuts
5 |
6 | ### General
7 |
8 | + `Alt + Up/Down Arrow` : Adjust volume
9 | + `Ctrl + Alt + Shift + S` : Reload skin
10 | + `Ctrl + O` : Options sidebar
11 | + `F8` : Open chat window
12 | + `F9` : Open extended chat window
13 | + `F10` : Toggle mouse buttons
14 | + `F12` : Take a screenshot
15 |
16 | ### Song select menu only
17 |
18 | + `Ctrl + 1/2/3/4` : Switch game mode to osu!/osu!taiko/osu!catch/osu!mania
19 | + `F1` : Open the game modifiers selection menu (mods)
20 | + `F2` : Select a random beatmap
21 | + `Shift + F2` : Go back to the previously random-selected beatmap (when you `F2` twice and skip a banger)
22 | + `Shift + Enter` : Open/Collapse a category (or collection)
23 | + `F3` : Open beatmap options menu
24 | + `1` : Manage collections
25 | + `2` : Delete
26 | + `3` : Remove from unplayed
27 | + `4` : Clear local scores
28 | + `5` : Edit
29 | + `6` : Cancel
30 |
31 | ### Game modifiers selection menu only
32 | + `Q` : EZ
33 | + `W` : NF
34 | + `E` : HT
35 | + `A` : HR
36 | + `S` : SD
37 | + `D` : DT
38 | + `F` : HD
39 | + `G` : FL
40 | + `Z` : RX
41 | + `X` : AP
42 | + `C` : SO
43 | + `V` : Auto
44 | + `B` : Sv2
45 |
46 | ## Searching beatmaps in-game (from the [wiki](https://osu.ppy.sh/wiki/en/Interface#search))
47 |
48 | ### Supported filters
49 | + `artist` : Name of the artist
50 | + `creator` : Name of the beatmap creator
51 | + `ar` : Approach Rate
52 | + `cs` : Circle Size
53 | + `od` : Overall Difficulty
54 | + `hp` : HP Drain Rate
55 | + `keys` : Number of keys (osu!mania and converted beatmaps only)
56 | + `stars` : Star Difficulty
57 | + `bpm` : Beats per minute
58 | + `length` : Length in seconds
59 | + `drain` : Drain Time in seconds
60 | + `mode` : Mode. Value can be `osu`, `taiko`, `catchthebeat`, or `mania`, or `o`/`t`/`c`/`m` for short.
61 | + `status` : Ranked status. Value can be `ranked`, `approved`, `pending`, `notsubmitted`, `unknown`, or `loved`, or `r`/`a`/`p`/`n`/`u`/`l` for short.
62 | + `played` : Time since last played in days
63 | + `unplayed` : Shows only unplayed maps. A comparison with no set value must be used. The comparison itself is ignored.
64 | + `speed` : Saved osu!mania scroll speed. Always 0 for unplayed maps or if the Remember osu!mania scroll speed per beatmap option is off
65 |
66 | ### Supported comparisons
67 |
68 | + `= or ==` : Equal to
69 | + `!=` : Not equal to
70 | + `<` : Less than
71 | + `>` : Greater than
72 | + `<=` : Less than or equal to
73 | + `>=` : Greater than or equal to
74 | You may also enter a difficulty or beatmap ID number in your search to get a single result.
75 |
76 | ## Multiplayer commands (from the [wiki](https://osu.ppy.sh/wiki/en/osu%21tourney/Tournament_Management_Commands))
77 |
78 | + `!mp make ` : Creates a tournament room with the specified name. A maximum of 4 such rooms may be created.
79 | + This room is special in that it is not closed when all players have left the room, and it is password protected from players joining this room themselves.
80 | + When the room is finished, use !mp close to close the room.
81 | + `!mp name ` : Updates the room name.
82 | + `!mp invite ` : Invites a player to the room.
83 | + Note that this does not bypass any private message blocks available in the osu! client, so your tournament staff will need to tell players to disable "Block private messages from non-friends" in the osu! options.
84 | + `!mp lock` : Locks the room so that players can’t change their team and slot.
85 | + `!mp unlock` : Reverses the above.
86 | + `!mp size ` : Sets the amount of available slots (1-16) in the room.
87 | + `!mp set [] []` : Sets various room properties.
88 | + `teammode` : 0: Head To Head, 1: Tag Coop, 2: Team Vs, 3: Tag Team Vs
89 | + `scoremode` : 0: Score, 1: Accuracy, 2: Combo, 3: Score V2
90 | + `!mp move ` : Moves a player within the room to the specified 1-indexed slot.
91 | + `!mp host ` : Transfers host to the player.
92 | + `!mp clearhost` : Clears the room host.
93 | + `!mp settings` : Displays full room details.
94 | + `!mp start []` : Starts the match after a set time (in seconds) or instantaneously if time is not present.
95 | + `!mp abort` : Aborts the match.
96 | + `!mp team ` : Moves a player to the specified team.
97 | + `colour` : red, blue
98 | + `!mp map []` : Changes the beatmap and playmode of the room.
99 | + `playmode` : 0: osu!, 1: Taiko, 2: Catch The Beat, 3: osu!Mania
100 | + `!mp mods [] [] …` : Removes all currently applied mods and applies these mods to the room.
101 | + Any amount of mods can be entered.
102 | + `mod` : HR, DT, FL, HD, FI, Freemod, None
103 | + `!mp timer []` : Begins a countdown timer.
104 | + `time` is 30s default.
105 | + Timer announcements occur every minute, 30s, 10s, 5s and earlier.
106 | + `!mp aborttimer` : Stops the current timer (both normal timers and match start timer)
107 | + `!mp kick ` : Kicks the player from the room.
108 | + `!mp password []` : Changes the password of the room. The password will be removed if is not provided.
109 | + `!mp addref [] …` : Adds a referee to the room. A maximum of 8 referees may be added. Only the creator of the room can add a referee.
110 | + Referees must join the room in-game, or by entering the room's chat channel through `/join #mp_` in IRC.
111 | + Referees can manage the room like the creator, however they cannot add or remove other referees themselves.
112 | + The [osu!tourney client](https://osu.ppy.sh/wiki/en/osu%21tourney) will show the room chat for referees.
113 | + `!mp removeref [] …` : Removes a referee from the room. Only the creator of the room can remove a referee.
114 | + `!mp listrefs` : Lists all referees in the room.
115 | + `!mp close` : Closes the room.
116 | Sending `!mp help` to BanchoBot will reveal the commands.
117 |
118 | Items enclosed within angle brackets ( `<>` ) define "parameters" of commands. Parameters enclosed within square brackets ( `[]` ) are optional. Usernames must have any whitespace be replaced with underscores ( `_` ). `#` may substitute `` in all of the commands.
119 |
120 | ## Websites
121 |
122 | + [osu! official website](https://osu.ppy.sh/) : Official osu! website
123 | + [osu!stats](https://osustats.ppy.sh/) : Official stats website
124 | + [r/osugame](https://www.reddit.com/r/osugame/) : Official subreddit for osu!
125 | + [Osekai](https://osekai.net/) : Excellent and good looking osu! related website that has 3 main parts : one for [medals](https://osekai.net/medals/) which is very well documented, one for [alternative rankings](https://osekai.net/rankings/) and one for [older osu! versions](https://osekai.net/snapshots/).
126 | + [osu-pps](https://osu-pps.com/#/osu/maps) : The place where you can search pp farm maps for your farming needs !
127 | + [osu!acc](https://osuacc.atilo.sh/) : A tool that show you which plays are bringing your global accuracy down, and how much they are
128 | + [osu!search](https://osusearch.com/) : Advanced search for osu! beatmaps
129 | + [osu!track](https://ameobea.me/osutrack/) : More statistics !
130 | + [o!rdr](https://ordr.issou.best/#/) : Upload and share your replays with your osr file and without using youtube/streamable
131 | + [osu!Collector](https://osucollector.com/) : Share and download collections
132 | + [osu! Stamina Trainer](https://ojcastaneda.github.io/osu-stamina-trainer-web/#/) : bot that gives stamina oriented maps
133 | + [Beatconnect](https://beatconnect.io/) : osu! beatmaps mirror
134 | + [chimu.moe](https://chimu.moe/beatmaps) : osu! beatmaps mirror
135 | + [osu!skills](https://osuskills.com/) : Alternative way to measure skill, with rankings by skillset
136 | + [Country #1 leaderboard](https://snipe.huismetbenen.nl/) : Make sure to select the right country (Netherlands by default)
137 | + [SliderStudio](https://slider.little.moe/) : Online slider maker
138 | + [osu! matchmaking](https://oma.hwc.hr/) : 1v1 or 2v2 matchmaking system for osu!
139 | + [Look At My Score!](https://lookatmysco.re/) : Online (clean) scorepost maker
140 | + [osu!Ranked Lobbies](https://osu.kiwec.net/create-lobby/) : Create multiplayer lobbies online and alternate ranking
141 | + [osu! Tournament Spreadsheet Templates](https://drive.google.com/drive/folders/1giAjZmjNy9nWsZd6wrxwJe_NA6IO8DqL) : Google sheets templates to make tournament sheets
142 | + [JoSu!](https://fukutotojido.github.io/beatmap-viewer-how/) : Website that can preview any beatmap, with a timeline
143 | + [webosu!](https://webosu.online/index.html) : Browser version of osu!
144 | + [osu! Stats Signature](https://osu-sig.vercel.app/) : Signature generator with user statistics
145 | + [osu!next Signature Generator](https://lemmmy.pw/osusig/) : Signature generator with user statistics
146 | + [TAG Beatmap Splitter](http://tag.pckv.me/) : Splits beatmaps so you can create TAG replays (ex : https://youtu.be/9FTAfPpsP20)
147 | + [ppaddict](https://ppaddict.tillerino.org/) : Web! version of Tillerino - recommands you farm maps depending on your top plays
148 | + [Mutualify](https://mutualify.stanr.info/) : Database of players' friends lists, allows you to see who's following you, if they are registered on it
149 | + [OMDB](https://omdb.nyahh.net/) : Map rating website
150 | + [Map Rank Times](https://mapranktimes.vercel.app/) : Countdown until qualified maps become ranked
151 | + [Improvement Batches](https://improvementbatches.netlify.app/) : Web app with collections of maps to guide improvement in osu!mania
152 | + [osu! Stream Speed Benchmark](https://ckrisirkc.github.io/osuStreamSpeed.js/newindex.html) : Web app to test your streaming speed, with some statistics
153 | + [osu! Tournament Union Mappool Database](https://otu.stagec.xyz/) : Search tool for mappools, including stats and skillsets filters
154 | + [osu! scores inspector](https://score.kirino.sh/) : Website that generates statistics from all of your scores
155 | + [Circle Circuit](https://www.circlecircuit.org/) : osu! esports league
156 |
157 | ## Tools
158 | + [OpenTabletDriver](https://github.com/OpenTabletDriver/OpenTabletDriver) : Excellent tablet driver
159 | + [StreamCompanion](https://github.com/Piotrekol/StreamCompanion) : Stream overlay tool (really really great)
160 | + [gosumemory!](https://github.com/l3lackShark/gosumemory) : Stream overlay tool (used by Tuna and CPOL)
161 | + [KeyOverlay](https://github.com/Blondazz/KeyOverlay) : Good looking key overlay
162 | + [osu-trainer](https://github.com/FunOrange/osu-trainer) : Beatmap difficulty controls for osu!
163 | + [FL Practice diff maker](https://github.com/ssz7-ch2/OsuPracticeDiffMaker) : Practice diff maker, mainly for FL players
164 | + [Mapping Tools](https://mappingtools.github.io/) : All-in-one application for efficient and creative mapping in osu!
165 | + [danser](https://github.com/Wieku/danser-go) : Application to convert replay files to video
166 | + [chat4osu](https://gitlab.com/hallowatcher/chat4osu) : IRC chat for osu! built for referees
167 | + [CollectionManager](https://github.com/Piotrekol/CollectionManager) : Collection manager for osu! - make sure to read the tutorial before using it
168 | + [ezpp!](https://github.com/oamaok/ezpp) : Browser extension that displays pp values for a beatmap without downloading it
169 | + [osu! Miss Analyzer](https://github.com/ThereGoesMySanity/osuMissAnalyzer) : Program to analyze misses in a given osu! replay
170 | + [Circleguard](https://github.com/circleguard/circleguard) : Circleguard is a tool to help you analyze osu! replays. Either your own, or replays from someone you suspect is cheating
171 | + [storybrew](https://github.com/Damnae/storybrew) : Storyboard maker for osu!
172 | + [Taiko Editor](https://osu.ppy.sh/community/forums/topics/1373230) : External editor for taiko maps
173 | + [Beatmap help tool](https://osu.ppy.sh/community/forums/topics/673325) : Another beatmap editing tool, mostly used for SV in o!taiko
174 | + [Brigitta](https://github.com/hburn7/Brigitta) : Another IRC chat for osu! built for referees
175 | + [Mappool Viewer](https://reykim7854.github.io/mappool-generator/) : Generate a Lazer-style view of your mappool without Lazer - useful when you are streaming a tournament
176 | + [osuplus](https://github.com/limjeck/osuplus) : Web extension that adds lots of features to the osu! website, including friend and mod leaderboards, which are only available with supporter otherwise !
177 | + [osu color changer](https://userstyles.world/style/1767/osu-color-changer) : Web extension to change the colors of the osu! website, and other stuff
178 | + [expand-me-page](https://github.com/clxxiii/expand-me-page) : Web extension that adds a button at the end of the "me! page" so you don't have to scroll your way through
179 | + [PippiTrack](https://dashboard.twitch.tv/extensions/zqst1nq21s3rw0y29kgrza7zt8jux0) : Twitch dashboard extension that displays your top/pinned/recent plays
180 | + [osu! preview](https://chrome.google.com/webstore/detail/osu-preview/higcadegkhhhjcljhpggammlhmlbdcmc) : Web extension to preview beatmaps on the osu! website
181 | + [Rewind](https://github.com/abstrakt8/rewind) : Replay analyzer
182 | + [osu-mutual-finder](https://github.com/metkm/osu-mutual-finder) : Find who's following you in secret !
183 | + [JKPS](https://github.com/JekiTheMonkey/JKPS) : Key overlay with some statistics
184 | + [osz-cleaner](https://github.com/pishifat/osz-cleaner) : Turns any .osz file into a clean map template
185 | + [RPCCompanion](https://github.com/NateOnLinux/RPCCompanion) : Plugin for StreamCompanion that provides detailed Rich Presence information to Discord
186 | + [osu! difficulty filter](https://chrome.google.com/webstore/detail/osu-difficulty-filter/bbckmnofmlhalfimlpbpnflbccakkndc) : Web extension to filter beatmaps on the osu! website depending on their star rating
187 | + [osu-ahr](https://github.com/Meowhal/osu-ahr) : Auto Host Rotation bot for osu! multiplayer
188 | + [Mapset Verifier](https://github.com/Naxesss/MapsetVerifier) : App which tests quantifyable issues in beatmapsets from osu!, such as unsnapped objects and unused files
189 |
190 | ## Tutorials / Guides
191 | ### Improvement
192 | + [osu! phd](https://youtu.be/uc99yWeP1h4) : In depth guide about what are the different skills in osu! and how those are tied to each other
193 | + [Korilaks's guide to improving in osu!](https://puu.sh/unB20/caee7b883d.pdf) : In depth guide about how to play in order to improve efficiently (covers all "skillsets")
194 | + [khz streaming guide](https://docs.google.com/document/d/1xbNwH_vN4O3azBYwua-Z_3GOAI2d-kV_EeE96aiRLBU/edit) : khz's guide to streaming - for context, he's a 3 digit player who's known for his speed and stamina skills ([video version](https://youtu.be/JFTlYOY4-e4))
195 | + [Spare's video about stamina and speed](https://youtu.be/yXdtbFNgCfY) : Spare's "guide" to streaming, covering stamina and speed. In case you don't know, he's a 2 digit player who's well rounded to say the least.
196 | + [Notes on Ryuk's advices on speed](https://docs.google.com/document/d/1l9JG6gLRDGEoQmqaEQbQSikfFNauxtQm3LfIxmdaadQ/preview?pru=AAABdKKFBjE*g-vO7cfw9fvhxrfFyLjS1A) : Advices on speed/streaming - how to build speed/fingercontrol, which technique/switches, ...
197 | + [FrenZ's video about consistency](https://youtu.be/eXQI4HzphlU)
198 | + [MBmasher's Q&A video on FL](https://youtu.be/1oQlPgRNo00) : Questions list is in description
199 | + [Verto's video on alternating](https://youtu.be/xx3e1NKrbWc)
200 | + [SpeedrunsSin's guide for Tap X Players](https://www.reddit.com/r/osugame/comments/ejlgph/ultimate_guide_tap_x_players/) : Tap X alt playstyle guide (Tobe style)
201 | + [AndrewRK's "Stop Lying to yourself in osu!" reddit post](https://www.reddit.com/r/osugame/comments/f3r1yf/stop_lying_to_yourself_in_osu/) : Probably one of the best "rant" post on osugame I've ever seen, and also the perfect answer to "how do I get better at the game"
202 | + [Tonehh's Youtube channel](https://www.youtube.com/c/Tonehhosu) : A channel with a LOT of improvement-focused videos
203 |
204 | ### Everything Else
205 | + [Happystick's interview with Dr. Levi Harrison](https://www.reddit.com/r/osugame/comments/7wni1t/i_went_through_happysticks_interview_with_dr_levi/) : Advices regarding hand stretching in order to avoid pain/RSI
206 | + [Verto's first video on osu! terms](https://youtu.be/FIOsNK1JPcg) : Learn the osu! slang
207 | + [Verto's second video on osu! terms](https://youtu.be/0rjB5GxsxGg)
208 | + [How to make a customized overlay for streaming](https://www.reddit.com/r/osugame/comments/ec0id3/how_to_make_an_autochanging_background_overlays/) : Guide to have a fully customized (Dynamic HP bar, custom PP counter, auto changing BG, ...) streaming overlay
209 | + [How to remove latency on osu!](https://www.reddit.com/r/osugame/comments/hqoakj/tutorial_removing_perceivable_latency_for_good/) : Great guide adressing input latency, audio latency and windows audio buffer latency
210 | + [How to make a practice difficulty efficiently](https://youtu.be/65nsCTLsTzk)
211 | + [Installing osu! on Linux](https://osu.ppy.sh/community/forums/topics/1248084?n=1)
212 | + [osu!mapping tutorials](https://youtube.com/playlist?list=PLp7-THR1EUHERrIOV4dGClCGGoLIrQtOx) : Youtube videos made by pishifat about mapping
213 |
214 | ## Map packs
215 | + [ThePoon's 2020 osu! songs folder (55Gb)](https://www.reddit.com/r/osugame/comments/bfblao/updated_my_beatmaps_pack_torrent_55gb_many/)
216 | + [kwk alt map collection](https://docs.google.com/spreadsheets/d/14_lOp6k7CtGDAvJZ-ptYmSgO56sAhiqAqUZ_s5StbnU/edit?usp=sharing)
217 | + [Stream collection 2.0](https://www.reddit.com/r/osugame/comments/k3uwg8/stream_collection_20_is_here_120_300_bpm_1300/)
218 | + [Dragonforce maps list](https://docs.google.com/spreadsheets/d/1yO3QIGt50pT1BtCgZ50sqAIOirEcF0IApC3i13a4ScE/edit#gid=0)
219 | + [bog's speed map archive](https://docs.google.com/spreadsheets/d/14BDzlKmRXEnCNM65YKTE-J8TepRtIRAXMgDxKr9PdqQ/edit#gid=0)
220 | + [-Element-'s speed up packs](https://osu.ppy.sh/users/6113284) : Check the user's "me!" section ;)
221 |
222 | ## Skins and skinning
223 | + [reddit community for skinning](https://www.reddit.com/r/osuskins/)
224 | + [osu!skins](https://skins.osuck.net/) : Huge skin archive (1500+ skins)
225 | + [osuskinner](https://osuskinner.com/) : Online skin maker
226 | + [Skin editor](https://osu.ppy.sh/community/forums/topics/486941?n=1) : Application to create/edit skins easily
227 | + [beatmapr](http://www.beatmapr.com/#/) : Online skin maker
228 | + [Circle people skins archive](https://circle-people.com/skins/) : Another skin archive
229 | + [osu! skin mixer](https://github.com/rednir/OsuSkinMixer) : Skin manager and mixer
230 | + [Osu-Instafade-Tool](https://github.com/clarks03/Osu-Instafade-Tool) : Turn your skin's animation to instafade
231 |
--------------------------------------------------------------------------------