Page 1 of 1

Fix character portrait blocking half of screen?

Posted: Mon Aug 29, 2022 10:53 pm
by Arahabaki
This characters portrait blocks basically the whole screen in matches. How do I fix that?

Re: Fix character portrait blocking half of screen?

Posted: Mon Aug 29, 2022 11:11 pm
by Tetchi
Use the FF, (in another message I gave you the link) to analyze which sprite causes this and modify it to your liking for correct operation, possibly the sprites contained in groups 9000,0 and 9000,1 of that char are customized for some screenpack or you are using custom life bars that call a sprite that is by sheer luck in the group that is declared to work on the life bar you are using, whatever the case, also check the file fight.def and analyze where the portrait face of the life bar is declared and the first thing I comment on.

See also the MUGEN creators link for more information.

Re: Fix character portrait blocking half of screen?

Posted: Tue Aug 30, 2022 12:09 am
by UmbreonLover
Just like Tetchi said, its related to 9000,0 and 9000,1. Either the numbers of X & Y are too far part (this mean, someone may have moved it by accident.) I don't believe "mugen.config", or "fight.def" is going to fix it, since its graphic issues.

you can also fix it by editing the numbers of the X & Y, or shrinking down the sprite/image until it looks right

Re: Fix character portrait blocking half of screen?

Posted: Tue Aug 30, 2022 12:39 am
by Arahabaki
My issue with FF was that I was using FF Ultimate where the sprites didn't show up so I was trying to figure out what was wrong. Turns out some only load on FF3 so I downloaded that and found the sprite I needed to edit. Thanks for the help