The Mugen Fighters Guild

Help => M.U.G.E.N Configuration Help => Topic started by: Isabell_128 on May 09, 2021, 12:32:13 am

Title: I need help with getting the lifebars working in 1.1
Post by: Isabell_128 on May 09, 2021, 12:32:13 am
I just brought warzard lifebars in mugen 1.1, but still, I can't see the lifebars, I tried everything, but it's not working, any answers?
Title: Re: I need help with getting the lifebars working in 1.1
Post by: DeathScythe on May 09, 2021, 04:01:53 am
What is exactly happening? The lifebars didn't change from the previous one or you can't see any lifebar at all?
Title: Re: I need help with getting the lifebars working in 1.1
Post by: Isabell_128 on May 09, 2021, 10:44:21 am
The lifebars didn't change at all.
Title: Re: I need help with getting the lifebars working in 1.1
Post by: DeathScythe on May 09, 2021, 09:43:43 pm
Ok. There are two ways to change lifebars. The first one is overwriting the default lifebar files, the second one is creating a new folder and changing the path in system.def.

To make sure you're using the correct path, go to the data folder and open 'mugen.cfg' with notepad. Search for the 'motif' line, it should look something like this:
motif = data/mugen1/system.def
This is the path to your current screenpack. Now go to this path and open system.def. Search for 'fight'. In the default screenpack it's like this:
fight = fight.def
or
fight = data/mugen1/fight.def

Change this line with the correct path to your new lifebars. If you replaced the default lifebars in the data folder, change it to:
fight = data/fight.def
If you created another folder somewhere, change it to that folder:
fight = data/warzard_lifebar/fight.def

If you get an error when opening MUGEN you probably need to change paths in fight.def too, following that same logic above.
Hope it all makes sense.
Title: Re: I need help with getting the lifebars working in 1.1
Post by: Isabell_128 on May 10, 2021, 02:16:49 am
Uhhh, It seems to kinda work, but the lifebars are like weirded out..

     Posted: May 10, 2021, 03:13:16 am
Can't even see the heathbars.
Title: Re: I need help with getting the lifebars working in 1.1
Post by: DeathScythe on May 10, 2021, 09:29:20 pm
Can you provide a screenshot?