Solved Problem whit lbarsize and loadingbg

Question that is answered or resolved.
Greetings, I have two issues with the loading bars. When I configure loadingbg and loadingbg2, the loading bar looks totally black
#loadingbg {set} {bx} {by} {bsize} {tx} {ty} {tf}
loadingbg 1 200 280 400 280 50 3
loadingbg2 1 200 280 400 280 50 3
but, in addition to that, the shadows (gfxshadow) disappear and the Lifebar look totally black.
#lbarsize {w} {h} {noborder} {type} {orientation}{border}{shadow}{graph}{backfill}
lbarsize 156 20 1 1 0 0 0 -500 -500
To avoid these problems, I have to disable the loading bars, but I would like my game to have them.
Is there a way to solve this problem?
Thanks
 
Solution
Loading bar colors are controlled by lbarsize IIRC. It can seem to be doing odd things at first, but makes sense if you pay close attention to the settings.

You can always create your own loading bar from script and have it look like what you want. It's very easy to do. Use Rocketviper2 as an example.

DC
Loading bar colors are controlled by lbarsize IIRC. It can seem to be doing odd things at first, but makes sense if you pay close attention to the settings.

You can always create your own loading bar from script and have it look like what you want. It's very easy to do. Use Rocketviper2 as an example.

DC
 
Last edited:
Solution
Loading bar colors are controlled by lbarsize IIRC. It can seem to be doing odd things at first, but makes sense if you pay close attention to the settings.

You can always create your own loading bar from script and have it look like what you want. It's very easy to do. Use Rocketviper2 as an example.

DC
Thank you very much, your help has helped me a lot.
 
Hi

Sorry to dig this back up, but I'm running into this issue.

loadingbg 1 5 200 310 120 180 1
loadingbg2 1 5 200 310 120 180 1
lbarsize 200 15 0 1 0 0 0 -600 -600
mpbarsize 200 15 0 1 0 0 0 -600 -600

TBH i dont even want the loading bar (i do want a loadingbg2 though), I just want the HP and MP bars to not be black. Any clues how to do that?
 
ok i get it

if you dont have a loadingbg2, then healthbar and mp bars appear normally without any settings (i never had a loadingbg2 that's why this was never an issue)

however, if you have a loadingbg2 activated, you must have a lifebar.txt otherwise the hp/mp bars will become black
 
Back
Top Bottom