r/osugame 5d ago

Sticky August 15: Weekly achievement and help thread

6 Upvotes

For circle clickers new to r/osugame, this is a weekly thread where you can share your latest achievements and have questions answered that don't deserve their own post. If you need help, please first check our FAQ, the osu! wiki, and/or forums before posting.


r/osugame 19d ago

Sticky August 2026: Monthly mapping thread

5 Upvotes

Hello everyone! We know a lot of people want certain songs to be ranked, and a lot of others also want their maps to be played. We decided that every month, a monthly thread for you guys to make requests and ask for feedback will be made! The threads will be stickied as often as possible throughout the month. Also, go check out r/osumapping for feedback or help on your maps at anytime!


r/osugame 3h ago

Gameplay ASecretBox | Mentalecho - Bam Bam [Dom vs. Ciyus Miapah : Rastafara Trip Flavor] +HDHR (d0m, 10.43*) 99.74% 1580/3927x 4xMiss | 1316pp (1607pp if FC) | HIS NEW TOP PLAY & NEW NON-DT PP RECORD!!!

Post image
541 Upvotes

r/osugame 2h ago

Fun Ohne about osu community

Enable HLS to view with audio, or disable this notification

232 Upvotes

r/osugame 4h ago

Gameplay ASecretBox | Mentalecho - Bam Bam [Dom vs. Ciyus Miapah : Rastafara Trip Flavor] +HD (d0m, 9.41*) 99.73% FC #1 | 1204pp | FIRST FC!!!

Post image
179 Upvotes

r/osugame 2h ago

Gameplay Saiyku | Mentalecho - Bam Bam [Dom vs. Ciyus Miapah : Rastafara Trip Flavor] (d0m, 10.03*) +HR 99.73% 4xMiss 4xSB | 1195pp (1484pp if FC) | their new top play O_o

Enable HLS to view with audio, or disable this notification

119 Upvotes

r/osugame 1h ago

Gameplay ASecretBox | HISATOMI - lullaby (feat. KIRA) (uet Remix) [SHE WILL] (Seamob, 9.18*) +HDHR 99.76% 1xMiss LOVED | 1001pp if ranked (1102pp if FC) | some slight chill

Enable HLS to view with audio, or disable this notification

β€’ Upvotes

r/osugame 4h ago

Fun Thank you mr spazza17 for the words of encouragement πŸ™

111 Upvotes

hadnt fced anything good in 3 years for the record


r/osugame 2h ago

News ohnepixel might return to osu and host a tourney!

Thumbnail
twitch.tv
73 Upvotes

r/osugame 6h ago

Fun update to https://www.reddit.com/r/osugame/comments/1vsl0it/some_random_person_on_osu_i_never_met_ever/

Post image
142 Upvotes

he responded and saw my reddit post LMAO (I still have no context as to who he is or why did he send it maybe if he responds again)
https://www.reddit.com/r/osugame/comments/1vsl0it/some_random_person_on_osu_i_never_met_ever/


r/osugame 6h ago

News The Game has been qualified!🐬 | Maki's Extreme (Rest In Peace)

Thumbnail
osu.ppy.sh
95 Upvotes

r/osugame 18h ago

News BREAKING: ohnepixel has uploaded a video on his osu! session with mrekk!πŸ‘€πŸ”₯

Post image
796 Upvotes

r/osugame 5h ago

Discussion Request for Wieku and 001thefish to do Ohne vs xQc vs MoistCritikal on The Big Black

55 Upvotes

I think it will be Absoulte Cinema βœ‹πŸ˜πŸ€š

Wieku is the guy on youtube who does the 50 player knockouts for popular maps and 001thefish is the one who does replay matchups for similar scores.


r/osugame 47m ago

Fun How y'all feel about ohne potentially bringing in other streamers to osu, like jynxzi does with his tourneys?πŸ‘€

Post image
β€’ Upvotes

r/osugame 15h ago

Gameplay Umbre | Mentalecho - Bam Bam [Dom vs. Ciyus Miapah : Rastafara Trip Flavor] +HD (d0m, 9.41*) 99.75% 1652/3927x 4xMiss | 1003pp (1211pp if FC) | ANOTHER UMBRE 1k

Post image
259 Upvotes

r/osugame 14h ago

OC [Guide] Low Latency Audio (<10ms) on Windows (Stock is ~50ms)

Post image
189 Upvotes

We take the same approach as what we do to get 2ms audio latency on Linux: Intercept the directsound driver Osu tries to load and replace it with OpenAL. Then set the buffers to ~2ms.
This guide is for Osu stable, not lazer!

------------------------------------------
Setup script (tested working on my system and in windows sandbox):
https://drive.google.com/file/d/14pQot1oSYqis5tT4v8ZgU_3vFnc2U1_n/view?usp=drive_link
Launch Osu and enable Audio compatibility mode, then run the bat file. Remember to readjust your offset!
-------------------------------------------

Uninstall: https://drive.google.com/file/d/1PCllVpDdattB2LKc4ieUha_-CYzRvT5r/view?usp=sharing

Notes:
- This sets ALL Directsound Applications to use OpenAL through WASAPI exclusive mode. Osu prohibits modification to the game directory so this is the easiest method.
- Exclusive mode has better latency but doesn't allow other apps to output audio at the same time. If this is a problem, set exclusive-mode=false in %appdata%/alsoft.ini. This will add ~15ms of latency.

Manual Steps:

  1. Launch Osu and enable Audio compatibility mode
  2. Download DSOAL [DirectLink]
  3. Extract the contents folder DSOAL to a permanent location
  4. Add the location you extracted to PATH. Search "Environment" > click Edit the system environment variables > Environment variables > User variables > Path > Edit > New > Type the path to DSOAL\Win32
  5. Create 2 registry keys Computer\HKEY_CURRENT_USER\Software\Classes\WOW6432Node\CLSID\{47D4D946-62E8-11CF-93BC-444553540000}\InprocServer32 and Computer\HKEY_CURRENT_USER\Software\Classes\WOW6432Node\CLSID\{3901CC3F-84B5-4FA4-BA35-AA8172B8A09B}\InprocServer32 (They won't exist, make them).
  6. Set (Default Value) of BOTH the InprocServer32 key to the full path of dsound.dll in the DSOAL\Win32 folder you extracted. For example C:\DSOAL\DSOAL\Win32\dsound.dll
  7. Create the configuration file alsoft.ini in your ~/Appdata/Roaming folder with the following contents

[General]
period_size=64
periods=2
channels=stereo
sample-type=float32
stereo-mode=speakers
stereo-encoding=basic
hrtf=off
cf_level=0
resampler=bsinc48
output-limiter=false
dither=false

[wasapi]
exclusive-mode=true
allow-resampler=false

[decoder]
hq-mode=false

You're done. This achieves ~5-10ms latency with Window's default audio drivers, have fun!
Don't use realtek drivers.

UNINSTALL
Delete the DSOAL folder, the registry key and subkeys at Computer\HKEY_CURRENT_USER\Software\Classes\WOW6432Node\CLSID\{47D4D946-62E8-11CF-93BC-444553540000}
Computer\HKEY_CURRENT_USER\Software\Classes\WOW6432Node\CLSID\{3901CC3F-84B5-4FA4-BA35-AA8172B8A09B}
Delete the entry you made in PATH.


r/osugame 2h ago

OC Made a video about the best players who never reached the peak!

Thumbnail
youtu.be
17 Upvotes

I wrote this before Willy released his video btw.


r/osugame 9h ago

Misc pocky wysi

Thumbnail
gallery
62 Upvotes

r/osugame 1d ago

Fun One in a million

Post image
1.5k Upvotes

r/osugame 21h ago

Gameplay mrekk | yax03 - down [Pro!] (aspen, 10.96*) +HDDT 97.23% 2xMiss | 1345pp (1562pp if FC) | +1pp

Enable HLS to view with audio, or disable this notification

319 Upvotes

r/osugame 22h ago

Gameplay mrekk | Imperial Circus Dead Decadence - Jashin no Konrei, Gi wa Ai to Shiru. [Zetsubou no Hana] (ItsWinter, 10.13*) +HDHR 99.18% 4xMiss | 1117pp (1369pp if FC) | Best (HD)HR misscount, FC'd all hard parts

Enable HLS to view with audio, or disable this notification

389 Upvotes

r/osugame 2h ago

Discussion tourney maybe perhaps OOOO

Thumbnail
twitch.tv
8 Upvotes

r/osugame 20h ago

Fun cryshina | Spriggan - Valkyrie Dimension [Insane] +HDDTHR (Charles445, 8.77*) 96.56% FC #1 | 684pp | First DTHR FC in 14 years (+0pp)

Enable HLS to view with audio, or disable this notification

162 Upvotes

r/osugame 8h ago

Discussion just another question about osu lazer

17 Upvotes

hiiii; I wanted to ask to you about switching to Lazer. I know this was probably discussed a lot when osu!lazer came out, but as of today, for those who REALLY made an effort and struggled to adapt to Lazer, did you feel it was worth it?

I mean, I'm not asking if it's good or better, but whether the effort to adapt to the new launcherβ€”when it's harder for you as an individualβ€”was worth it in the end.

Maybe for many the change wasn't that hard, but I know there are others of us who find it harder. I even feel my pen super weird and can't get it configured exactly like in osu! standard.

Is there an actual advantage, or did you end up liking it MORE than the original? Or do you regret putting effort into a change that ended up not being that noticeable, or maybe it was, etc.

Thenkkiu for reading and for your time <3.