YesNoOk
avatar

Virtua fighter 5 lifebars (Read 544 times)

Started by ZaG775818, June 14, 2009, 04:34:04 pm
Share this topic:
Virtua fighter 5 lifebars
#1  June 14, 2009, 04:34:04 pm
  • avatar
  • *
hello i was wondering how to change the color of the virtua fighter 5 livebars by zedzdead? i am tired of the blue ones and i know that it has something to do with the animation number but i do not know specifically how to change it. if any body can give me a descriptive response i would greatly appreciate it.  ;D ;D ;D ;D

ZaG
Re: Virtua fighter 5 lifebars
#2  June 14, 2009, 04:36:25 pm
  • ****
  • MUGEN is so fun I hate it.
    • ememe.pl
Isn't there any readme.txt? As I recall, there was one.
Re: Virtua fighter 5 lifebars
#3  June 14, 2009, 04:38:26 pm
  • avatar
  • *
no not actually i read the thing about the animations in the release thread to change the color but he never went into description about it.
Ohhh and all your stages kick ASS i luv em LMAO  ;)

ZaG
Re: Virtua fighter 5 lifebars
#4  June 14, 2009, 07:00:01 pm
  • ******
    • Guatemala
Wouldn't this be easier ? :

;------------------------ Player 1
p1.pos    = 160,0
p1.bg0.spr = 10,0            ;single bar left
p1.bg0.scale = 0.5,0.5
p1.bg0.layerno = 1
p1.bg1.spr = 20,0            ;centerpiece
p1.bg1.scale = .5,.5
p1.bg1.layerno = 1
p1.bg2.anim = 1              ;green bg 1p
p1.bg2.scale = .5,.5
p1.bg2.layerno = 0
p1.mid.anim = 44             ;life underlay
p1.mid.scale = .5,.5
p1.mid.layerno = 2
p1.mid.offset = 0,-2
p1.front.anim = 7            ;life meter
p1.front.scale = .5,.5
p1.front.offset = 0,-2
p1.front.layerno = 2
p1.range.x  = -141,-20;-20,-141

7 = Green
9 = red
10 = blue

And changing this to fit

;------------------------ Player 1
p1.pos    = 160,0
p1.bg0.spr = 10,0            ;single bar left
p1.bg0.scale = 0.5,0.5
p1.bg0.layerno = 1
p1.bg1.spr = 20,0            ;centerpiece
p1.bg1.scale = .5,.5
p1.bg1.layerno = 1
p1.bg2.anim = 1              ;green bg 1p
p1.bg2.scale = .5,.5
p1.bg2.layerno = 0
p1.mid.anim = 43         ;life underlay
p1.mid.scale = .5,.5
p1.mid.layerno = 2
p1.mid.offset = 0,-2
p1.front.anim = 10            ;life meter
p1.front.scale = .5,.5
p1.front.offset = 0,-2
p1.front.layerno = 2
p1.range.x  = -141,-20;-20,-141

43 = Green
44 = Blue
45 = Red