YesNoOk
avatar

HELP LIFE BAR  (Read 1107 times)

Started by Bardock Revenge, May 09, 2013, 06:08:22 am
Share this topic:
HELP LIFE BAR
#1  May 09, 2013, 06:08:22 am
  • **
  • I am Alive
    • Brazil
    • http://www.deviantart.com/bardockrevengedct
Hello good evening
to with a doubt .... I'm making a life bar ... but to counter this all correct p1



but when p2 hits the blows I can not stand it, to stay below the life bar, knows I can be?? x,y posicion not work :(

Last Edit: May 09, 2013, 02:18:08 pm by bardockrevenge
Re: HELP LIFE BAR
#2  May 09, 2013, 09:41:37 am
  • *****
  • Back to the Beginnings
    • https://discord.gg/hnyK7JZ
Please speak english.
Not everyone speaks your language, so not everyone can help you as long as you wont speak english...
===My discord servers===
Unlimited Force HQ: https://discord.gg/hnyK7JZ
Mega Man Megamix Engine Help Server: https://discord.gg/Wjm9GYU

Touhou database (by Ryouchi):
http://mugenfreeforall.com/index.php?/topic/8257-touhou-project/
you are all small and can't grow manly sideburns
Re: HELP LIFE BAR
#3  May 10, 2013, 03:40:16 am
  • ***
  • Lurker and Appreciator of MUGEN
    • USA
Basically, judging from the pictures, the P1 combo counter is where it is, but P2's combo counter winds up in the middle of the screen. I've encountered this problem in my edits, but I have yet to solve this. He's asking for help with the situation.

Re: HELP LIFE BAR
#4  May 10, 2013, 01:19:50 pm
  • *****
  • Back to the Beginnings
    • https://discord.gg/hnyK7JZ
Ah okay.
However, I can change the hit counter text just fine.
What Localcoord do you use? And what are the X and Y values of the hit counter text?
===My discord servers===
Unlimited Force HQ: https://discord.gg/hnyK7JZ
Mega Man Megamix Engine Help Server: https://discord.gg/Wjm9GYU

Touhou database (by Ryouchi):
http://mugenfreeforall.com/index.php?/topic/8257-touhou-project/
you are all small and can't grow manly sideburns
Re: HELP LIFE BAR
New #5  May 12, 2013, 06:03:23 pm
  • ******
@Bardock:
@bardockrevenge:
the issue you're having has to be in this part of code of your fight.def:
Code:
;-----------------------------------------------------------
[Combo]
team1.pos = 30,260        ;Coords to show
team1.start.x = -240      ;Starting x-coords
team1.counter.font = 2,3,1
team1.counter.shake = 1   ;Set to 1 to shake count on hit
team1.text.text = "COMBO" ;You can use %i to show count in the text, eg "%i Hit!"
team1.text.font = 1,4,1
team1.text.offset = 12,0   ;Offset of text
team1.displaytime = 90    ;Time to show text
team2.pos = 1250,260      ;Coords to show
team2.start.x = 1520      ;Starting x-coords
team2.counter.font = 2,1,-1
team2.counter.shake = 1   ;Set to 1 to shake count on hit
team2.text.text = "COMBO" ;You can use %i to show count in the text, eg "%i Hit!"
team2.text.font = 1,4,-1
team2.text.offset = 12,0  ;Offset of text
team2.displaytime = 90    ;Time to show text
Taken from 1.0 without screenpacks.

Look at this:
Code:
team2.pos = 1250,260      ;Coords to show

Edit the team2pos to have the desired position. In this case this is correct for my mugen settings. But maybe it isn't for yours.

I like those lifebars. They're like DooM's right? Too bad he never released them.
Off topic:
Nice to see you're still working on mugen stuff.
I wanted to tell you that thou should fix your site, because it's really messy as it is.

Just noticed you have two accounts. I reported it, so you'll have only one. You don't need more than one account. :P
Last Edit: May 12, 2013, 06:21:32 pm by Alex S.