forum

Custom healthbar generator -- Now with live preview!

posted
Total Posts
232
Topic Starter
agubelu
>> https://agube.lu/generator <<

Source code in GitHub


-- FAQ --

Oh no something's not working
Please send me a direct message! I'll fix it ASAP. You can also leave an issue in GitHub if you want.

The healthbar color is out of position!
Remove the following files from your skin
  1. scorebar-ki
  2. scorebar-kidanger
  3. scorebar-kidanger2
Bara-
This is great
If only I understand how to use those .jar files >.<
xasuma
wow!
this works wonderfully!
thank you!
Topic Starter
agubelu

baraatje123 wrote:

This is great
If only I understand how to use those .jar files >.<
Install Java if you haven't already, then just double click it
-[Jess]-
i use it




the healthbar is a bit similar of the Aesthetic skin


a little suggestion

-add more fonts
-more color
xasuma
actually mine ended up being un-centered http://puu.sh/ifNfD/535dda6ada.jpg
any ideas why? (i dont know skinning)
Haskorion

xasuma wrote:

actually mine ended up being un-centered http://puu.sh/ifNfD/535dda6ada.jpg
any ideas why? (i dont know skinning)
delete scorebar-marker.png from your skin.
Topic Starter
agubelu

-[Jess]- wrote:

i use it

[img*]http://puu.sh/ifMNj.jpg[/img]


the healthbar is a bit similar of the Aesthetic skin


a little suggestion

-add more fonts
-more color
Yep, those two are in my to-do list. I want to add a font picker too.
-Epice
Good idea, want to try it,
but..
What shall I do, to get one of these Scorebars? :(
Topic Starter
agubelu

-Epice wrote:

Good idea, want to try it,
but..
What shall I do, to get one of these Scorebars? :(
Looks like you are trying to open it as a compressed file.

Install Java if you don't have it. If you do, right click it and select "Run as -> Java(TM) Platform SE Binary"



By the way, I have implemented the font selector thingie. Will update tonight.
Haskorion
https://osu.ppy.sh/wiki/Osu!:Rules

Forum-wide Rules point 8:
Advertisements and referral links are also not allowed. We can't stop you from privately linking someone (e.g. a friend) via a referral, but posting them publicly on the forums (be it a thread, post, or signature) is forbidden.

Can you upload to puush or mediafire and do NOT USE SHORTENERS?

Shorteners are generally considered as advertisment and may lead to malicious sites. So please use a direct link.
Topic Starter
agubelu

Haskorion wrote:

https://osu.ppy.sh/wiki/Osu!:Rules

Forum-wide Rules point 8:
Advertisements and referral links are also not allowed. We can't stop you from privately linking someone (e.g. a friend) via a referral, but posting them publicly on the forums (be it a thread, post, or signature) is forbidden.

Can you upload to puush or mediafire and do NOT USE SHORTENERS?

Shorteners are generally considered as advertisment and may lead to malicious sites. So please use a direct link.
fixed
Adhana
Topic Starter
agubelu
Updated to v0.2

Poijo wrote:

Maybe add customizable text instead of your forced username?

[If that works, that is]
Done! :oops:
Mahogany
Very nice, OP! You picked a pretty sweet lifebar to do it with too.

Gonna check this out...whenever I'm bothered enough to play again.
-sev
Nice one mate, worked fine for me. Saves me the hassle of putting together a scorebar on my own, thanks.
Trident
Whenever I try to run it I get this.
http://puu.sh/iglKx/91c8c9fff8.png
Do I maybe need to update Java?

Edit: I updated Java and that did the trick it works now.
Arusamour
Can you make it possible so you can input any color you want, maybe like an custom RGB option?
Korakov
where's the location of this healthbar lol, i can't find it :/

fixed, found it on Downloads lol, nice one mate, really like it.
SomeFinnishAnon
I really like this :D
Though an option to have multiple colors in one bar would be nice, for example:
low hp: red, hp 50% hp: yellow, max hp: blue
Xemious
This is absolutely gorgeous and amazing dude... But you can add some things?

1. More styles of scorebars (or add an option to make your own one...)
2. A RGB color picker.... (pretty sure that someone said that before.. :p )

Besides that it's a very useful tool :D
Palivion
There's an error for me. It's stuck at composing image. Here is the error message

An error occured, if you need to report it please provide the following information:
Username: Palivion
Using flag: true
Selected theme: Blue
Invoked URL: https://osu.ppy.sh/u/Palivion
java.lang.NullPointerException
at javax.imageio.ImageIO.write(Unknown Source)
at gen.HealthBarGenerator.go(HealthBarGenerator.java:170)
at gui.MainPanel$Work.run(MainPanel.java:213)
at java.lang.Thread.run(Unknown Source)
rainypuff
Maybe an option to disable the profile picture for people who don't like that would be nice. Someone already suggested this, but different styles/themes would be a great addition too. It's awesome and looks very nice, though. Great work! :)
xLolicore-
An error occured, if you need to report it please provide the following information:
Username: xLolicore-
Using flag: true
Selected theme: Green
Invoked URL: https://osu.ppy.sh/u/xLolicore-
java.lang.NullPointerException
at javax.imageio.ImageIO.write(Unknown Source)
at gen.HealthBarGenerator.go(HealthBarGenerator.java:170)
at gui.MainPanel$Work.run(MainPanel.java:213)
at java.lang.Thread.run(Unknown Source)

What on earth happened?
Gumpy
Nice job. Gonna use it when i get home.
Exemmar
Great job, gonna give it a try. ^^
Paraphen
A 2x(HD) option would be amazing 8-)
Topic Starter
agubelu
Changed direct link to dropbox so i dont have to update the link every time i publish a new version :D


Poseidon wrote:

Can you make it possible so you can input any color you want, maybe like an custom RGB option?

AriSphinX wrote:

This is absolutely gorgeous and amazing dude... But you can add some things?

1. More styles of scorebars (or add an option to make your own one...)
2. A RGB color picker.... (pretty sure that someone said that before.. :p )

Besides that it's a very useful tool :D
I thought of adding a color picker instead of fixed color themes but it turns out that programmatically recoloring an image is really tricky. However. I'll try to add it when I have more free time (I have finals this week).

About having more scorebar styles, I could add them but it's definitely a lot more work than just adding an extra color to the existing one :|
Adding an option to provide your own template is not viable because I need to know exactly where to place your avatar and print your text, and that would need a way more complex GUI which would be very similar to just working with <insert your favourite image editing tool>


spintu wrote:

Maybe an option to disable the profile picture for people who don't like that would be nice. Someone already suggested this, but different styles/themes would be a great addition too. It's awesome and looks very nice, though. Great work! :)
Hmm, that seems nice, will add it to the TO-DO



Palivion wrote:

There's an error for me. It's stuck at composing image. Here is the error message

An error occured, if you need to report it please provide the following information:
Username: Palivion
Using flag: true
Selected theme: Blue
Invoked URL: https://osu.ppy.sh/u/Palivion
java.lang.NullPointerException
at javax.imageio.ImageIO.write(Unknown Source)
at gen.HealthBarGenerator.go(HealthBarGenerator.java:170)
at gui.MainPanel$Work.run(MainPanel.java:213)
at java.lang.Thread.run(Unknown Source)

xLolicore- wrote:

An error occured, if you need to report it please provide the following information:
Username: xLolicore-
Using flag: true
Selected theme: Green
Invoked URL: https://osu.ppy.sh/u/xLolicore-
java.lang.NullPointerException
at javax.imageio.ImageIO.write(Unknown Source)
at gen.HealthBarGenerator.go(HealthBarGenerator.java:170)
at gui.MainPanel$Work.run(MainPanel.java:213)
at java.lang.Thread.run(Unknown Source)

What on earth happened?
Looks like you two had the exact same error, and I've not been able to reproduce it. Can you try it again with the current version? It adds more information to the error log which could be useful.

It may could be an outdated java version, that nullpointerexception is really weird
Yuuki68
I don't know, if that's a good idea, but how about an option with which you can change the country flag? If you come for example from Spain, ... live in America and want to have a Spanish flag?

(And good job, the program is great! :D)
Nameless
Great job! Although I did get errors with my first time using it, but then I updated it the next day (today) and now it works like a charm! This deserves to be pinned. Good luck with dealing with any other errors people get.

As for what I'd like to see, I'd like to see more varients of different colours, and maybe even different styles of healthbar, if you can do that.
[ Enigma ]

Yuuki68 wrote:

I don't know, if that's a good idea, but how about an option with which you can change the country flag? If you come for example from Spain, ... live in America and want to have a Spanish flag?

(And good job, the program is great! :D)
Yeah, please do that if possible. I really want my home country's flag D:
show more
Please sign in to reply.

New reply