McKay42 / McOsu

Custom unofficial osu! practice client with Virtual Reality support
GNU General Public License v3.0
426 stars 40 forks source link

Add an option to hide ScoreBoard in Game Menu #349

Closed Hiro420 closed 1 year ago

Hiro420 commented 1 year ago

it would be just a nice featue. some people like me dont want to see the scoreboards there and it should be extremely easy to implement

McKay42 commented 1 year ago

Options > Gameplay > HUD > "Draw ScoreBoard" Options > Input > Keyboard > Keys - In-Game > "Toggle Scoreboard"

McKay42 commented 1 year ago

Oh you mean in the songbrowser, in that case add this convar to your /<steam>/steamapps/common/McOsu/cfg/osu.cfg: osu_scores_enabled 0

Hiro420 commented 1 year ago

Oh you mean in the songbrowser, in that case add this convar to your /<steam>/steamapps/common/McOsu/cfg/osu.cfg: osu_scores_enabled 0

but what if i still want it to count the total pp? once i make them now show it doesnt count the pp as well

McKay42 commented 1 year ago

Oh you mean in the songbrowser, in that case add this convar to your /<steam>/steamapps/common/McOsu/cfg/osu.cfg: osu_scores_enabled 0

but what if i still want it to count the total pp? once i make them now show it doesnt count the pp as well

All scores are still stored and pp is still being counted, the convar just makes the UI elements invisible. If you remove it from your cfg everything will become visible again. I'll add another convar with the next build so you can individually hide just the scorebrowser in the songbrowser.

McKay42 commented 1 year ago

You can now set osu_songbrowser_scorebrowser_enabled 0 in version 33.04 to hide just the scorebrowser.