You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My original number 1 problem can be fixed by setting .active = true on the notes which are animated.
It's originally turned false to disable update() for performance reasons but it causes animated notes not working.
(It doesn't fix the shader not changing the hue, that's a different thing)
Also with animated notes, using the .setHue() function will only change the Value of the note, not the Hue at all.
(You can see the value being changed on the 2nd/3rd notes because the white part of the note is slightly darker.)
I have tried this with the vanilla notestyles and the hue changes fine. (Check screenshot further down)
To Reproduce
1. Create a notestyle with proper animations for notes and try to play a song with it.
2. Use .setHue() on a note
The hue should change accordingly. (Check right below this line)
Screenshots/Video
The same pattern of notes with the default Funkin' style.
The code I used to set note hues:
Part of the notestyle .json file where note assets are defined:
Desktop
OS: Win10
Version: 0.4.1
The text was updated successfully, but these errors were encountered:
Keoiki
changed the title
Bug Report: Animated notestyles not working + HSV Shader on animated notes
Bug Report: HSV Shader does not change Hue on animated notes
Jul 1, 2024
Update
My original number 1 problem can be fixed by setting
.active = true
on the notes which are animated.It's originally turned
false
to disableupdate()
for performance reasons but it causes animated notes not working.(It doesn't fix the shader not changing the hue, that's a different thing)
Describe the bug
1. Using a notestyle with proper animations will not play said animations on the notes.The animation is supposed to be a gradient moving upwards. (In this case a Red to Orange gradient)https://github.com/FunkinCrew/Funkin/assets/55053690/23568192-093e-41bc-86b5-011d60716498
.setHue()
function will only change the Value of the note, not the Hue at all.(You can see the value being changed on the 2nd/3rd notes because the white part of the note is slightly darker.)
I have tried this with the vanilla notestyles and the hue changes fine. (Check screenshot further down)
To Reproduce
1. Create a notestyle with proper animations for notes and try to play a song with it.2. Use
.setHue()
on a noteExpected behavior
1. The animation should play as expected.https://github.com/FunkinCrew/Funkin/assets/55053690/339cbb49-993b-4848-bfa9-d1bc05d6f68b
Screenshots/Video
The same pattern of notes with the default Funkin' style.
The code I used to set note hues:
Part of the notestyle .json file where note assets are defined:
Desktop
The text was updated successfully, but these errors were encountered: