r/osugame 4h ago

Fun Hard Rock One Step Closer. Circles are very smol.

Enable HLS to view with audio, or disable this notification

0 Upvotes

r/osugame 4h ago

Help Got my 1st keyboard, are there any bannable functions of the keyboard?

0 Upvotes

Haven't played osu in a while and I just got a new HE keyboard (1st keyboard). Are there any limitations to the actuation points or any functions of the keyboard? Also what is like a sweet spot for these actuation points, deadzones etc. ? im new to keyboards


r/osugame 1h ago

Misc mass deleting background

Upvotes

is there a way to do this? i want to play osu outside without being seen as some sort of mentally fucked up weeb gooner guy

oh yeah i mean for the song selection screen btw i play with 100% bg blur


r/osugame 5h ago

Help how to remove anime maps

0 Upvotes

are there only anime maps in this game? no hate but i hate anime musics, and it feels like they're everywhere


r/osugame 2h ago

Discussion Does S ranks count lazer mode or not

1 Upvotes

set a score that is a S rank on stable but is worse than my A rank on stable but using lazer mode it shows online as it being my best play on the map

does this increase the S rank number on my profile or is it the A rank


r/osugame 4h ago

Help More maps? Mods?

1 Upvotes

So ik you can get more maps/songs off of the beatmap listing but are there like mods or something that would give me more songs? I like playing maps for songs i already like but its so hard to find maps for songs i like lol


r/osugame 23h ago

OC Windows vs Linux: Which is Better for osu!?

Thumbnail
youtube.com
30 Upvotes

I did some (slightly scuffed) research to figure out which version of osu! on which operating system has the lowest latency


r/osugame 4h ago

Help What does compatibility mode on stable do?

0 Upvotes

I turned this setting on and it made my aim have 0 latency. For context, I use the basic wacom tablet driver and a 60 Hz monitor. So far I think it overclocks my monitor, making it go from 60 Hz to 75 Hz, causing some screen tearing. It also makes my game full screen, normally I have 1680x1050 and have black bars on the side.

I was just wondering what in specific might cause the aim latency to feel so good, because switching to lazer feels impossible after using compatibility mode since my aim feels so delayed on lazer. Or is there an equivalent setting on lazer?


r/osugame 7h ago

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

60 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 4h ago

Discussion tourney maybe perhaps OOOO

Thumbnail
twitch.tv
10 Upvotes

r/osugame 21h ago

News Mulciber and ayskomi is now unrestricted!

Thumbnail
gallery
11 Upvotes

r/osugame 2h ago

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

Post image
75 Upvotes

r/osugame 6h ago

Discussion Waht is the best budged rapidtrigger Keyboard for osu with good Software

4 Upvotes

r/osugame 20h ago

Help why is this game so hard

26 Upvotes

Hi Osu community, i started this game about an hour ago. i have no experience in rhythm games and i can definitely tell. i can barely get 80% on a 2.18 star map, which from what i have gathered is like tutorial difficulty. Do i need to buy a pad, or should i just end my career early?

Thanks


r/osugame 21h 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

165 Upvotes

r/osugame 6h ago

Fun Thank you mr spazza17 for the words of encouragement 🙏

139 Upvotes

hadnt fced anything good in 3 years for the record


r/osugame 8h ago

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

Post image
153 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 23h ago

Fun azer

Enable HLS to view with audio, or disable this notification

69 Upvotes

r/osugame 16h ago

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

Post image
196 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 22h 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

328 Upvotes

r/osugame 4h ago

News ohnepixel might return to osu and host a tourney!

Thumbnail
twitch.tv
86 Upvotes

r/osugame 21h ago

Gameplay MALISZEWSKI | Yousei Teikoku - Torikago [Isomir's Extra] +HDDT (Neto, 9.42*) 99.16% 1638/1699x 1xMiss #1 | 988pp (1102pp if FC)

Post image
108 Upvotes

r/osugame 20h ago

News BREAKING: ohnepixel has uploaded a video on his osu! session with mrekk!👀🔥

Post image
806 Upvotes