McKay42 / McOsu

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

Update OsuGameRules.cpp #333

Closed Toyeonjeangikkingkkang closed 2 years ago

Toyeonjeangikkingkkang commented 2 years ago

Change a fast AR

McKay42 commented 2 years ago

Why do you want this merged? (ConVars can be customized via the in-game console or cfgs)

Toyeonjeangikkingkkang commented 2 years ago

Hello. Because I want to Changed Because I want to double the AR time, And I want to be free to adjust the speed of the HP Drain reduction rate at will, regardless of spinner additions, spinner duration, new combos, note density, OD, etc.

McKay42 commented 2 years ago

Because I want to Changed Because I want to double the AR time, And I want to be free to adjust the speed of the HP Drain reduction rate at will, regardless of spinner additions, spinner duration, new combos, note density, OD, etc.

You don't have to recompile the game in order to change ConVars, you can change them via the in-game console or cfgs: Capture1 Capture2

Hit SHIFT + F1 to open the console and just change the values.

Toyeonjeangikkingkkang commented 2 years ago

Thank you. How can I Find a Developer Console(Shift+F1) on McOsuNX?

McKay42 commented 2 years ago

Thank you. How can I Find a Developer Console(Shift+F1) on McOsuNX?

While you are holding X pressed, click the right thumbstick to toggle the in-game console. To get a keyboard, just click the right thumbstick alone, same as you would for text search in the songbrowser. To execute the entered command press A.

However, as this is a bit tedious on the switch, it's probably a better idea to just permanently add your changes to /<sdcard>/switch/McOsu/cfg/osu.cfg. Just open it with a text editor and add whatever commands you want at the bottom of the file. (If you don't do this then the commands will reset if you close the game.)