ErisApps / HitScoreVisualizer

Beat Saber plugin that colors the scores that pop up when you hit notes
MIT License
71 stars 13 forks source link

Can't seem to get it to work in 1.21.0 #16

Open Itja opened 1 year ago

Itja commented 1 year ago

Hi, thanks for maintaining this awesome mod!

I have used it successfully in the past (i.e. several Beat Saber versions ago). However, I can't get it to work on a new installation of 1.21.0. The settings work correctly, I can see the menu where you can select the different available JSON files and could verify that it indeed loads these JSON files (by breaking my JSON config deliberately to see if it shows an error, which it did). Afterwards, I loaded a JSON config that should work (without any error showing up).

However, the score numbers still are the plain Beat Saber score numbers.

How would I go forward to debug this? I have profound knowledge about C# and Visual Studio available, but did no Beat Saber modding so far, so I would be glad about some pointers on where to look.

ErisApps commented 1 year ago

Mind attaching your HSV config file so I can debug it myself? I use Jetbrains Rider myself so don't really know how to properly debug using VS either, so is kinda hard to give you pointers on that. 😅

Itja commented 1 year ago

Hey, thanks for the fast response. I only got around to try it out once more today. It doesn't seem to be an issue with that specific HSV config, as it doesn't work for the default one nor for one from 115 Guild either. I uploaded them here, but I don't think they will not work for you.

As I said, I can switch around these config files successfully ingame in the menu, but they have no effect on the numbers being shown. Are there known incompatibilities with other mods maybe?

My Beat Saber log only shows the mod being loaded. Does it maybe print something in the log when its hooks have been called successfully that is missing in my log?

Thanks for your help!