Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to hide ratings? #10639

Closed
MalkeTFC opened this issue Sep 24, 2022 · 6 comments
Closed

How to hide ratings? #10639

MalkeTFC opened this issue Sep 24, 2022 · 6 comments
Labels
question Further information is requested

Comments

@MalkeTFC
Copy link

What is your question?

I don't mean those that go under the health bar, I mean the images that pop on the screen every time you hit a note, like "Sick!", "Good", "Bad" etc, I tried everything I could with "setProperty lastRating" and it doesn't seem to work, also I don't want to just remove the sprites, because that would remove it to every song, I just want to remove it on a specific song.

@MalkeTFC MalkeTFC added the question Further information is requested label Sep 24, 2022
@kingyomoma
Copy link

setProperty('showRating', false)

@MalkeTFC
Copy link
Author

setProperty('showRating', false)

thanks it worked, but what about the numbers?

@kingyomoma
Copy link

setProperty('showCombo', false)

@MalkeTFC
Copy link
Author

setProperty('showCombo', false)

nah this one isnt working

@LarissaCeleste
Copy link

showRating shows the note judgments. (Sick!! / Good! / Bad / Shit)
showComboNum show the combo number under it.
showCombo literally just shows the WORD "COMBO". (It's false by default, so that's why you almost never see it XD)

So try using setProperty('showComboNum', false) to get rid of the numbers.

@MalkeTFC
Copy link
Author

showRating shows the note judgments. (Sick!! / Good! / Bad / Shit) showComboNum show the combo number under it. showCombo literally just shows the WORD "COMBO". (It's false by default, so that's why you almost never see it XD)

So try using setProperty('showComboNum', false) to get rid of the numbers.

Now there we go, thanks ma'am

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants