qe201020335 / HRCounter

A Beat Saber custom counter that displays your heart rate in game.
MIT License
38 stars 5 forks source link

Ingame Icon #33

Closed SmokyJoe0 closed 2 months ago

SmokyJoe0 commented 2 years ago

Is it possible to display a blood drop icon instead of the heart? Because I use the plugin to monitor my blood sugar in the game. 👍

qe201020335 commented 2 years ago

hmmm I'm guessing you are using a compatible data source that sends blood sugar as the heart rate field. I could implement a feature for changing the icon but it will take a while because currently, the entire counter is from a unity asset bundle

SmokyJoe0 commented 2 years ago

Yes, I'm using a compatible data source to send blood glucose as a heart rate field. A function to change the icon would be perfect. Many thanks for the answer.

qe201020335 commented 2 years ago

Sorry for not having anything for this long. There is a rewrite happening for easier future updates and will definitely add the support after the rewrite

SmokyJoe0 commented 2 years ago

That sounds very good. Thanks for the feedback.

qe201020335 commented 1 year ago
qe201020335 commented 2 months ago

Just need to clean up some code now. preview

qe201020335 commented 2 months ago

Implemented in #70 Here is a build, tested with 1.37.3 HRCounter-3.0.0-4-bs1.29.1-0ce2b8e.zip

SmokyJoe0 commented 3 weeks ago

Seems like I need to update to 1.37.3, my 1.29.1 says no. ^^ But I think it's my game that's flawed.

qe201020335 commented 3 weeks ago

I remember I did backport it to 1.29.1. Let me double check and make a new build

qe201020335 commented 3 weeks ago

@SmokyJoe0 Here is a new build I made on the dev branch. The one above indeed doesn't work on 1.29.1. I fixed it after I merged the pr. HRCounter-3.0.0-4-bs1.29.1-895cb1f.zip

btw the blood drop icon I used is this: blood drops.png

SmokyJoe0 commented 3 weeks ago

Ok, now we're talking ^^ It works! Thx man ^^