YesNoOk
avatar

Change Lifebars size ? (Read 12417 times)

Started by lucaster, December 11, 2013, 03:10:54 am
Share this topic:
Change Lifebars size ?
#1  December 11, 2013, 03:10:54 am
  • *
    • akatsuki10@hotmail.fr
Hi,
I have a problem with this Lifebars for Mugen 1.0 :


How I can change the size in the Fight.def.

Full code :
Spoiler, click to toggle visibilty

I see no scale in the Fight.def, Could someone know how to do this, please ?  :help:
Last Edit: December 11, 2013, 03:14:30 am by lucaster
Re: Change Lifebars size ?
#2  December 13, 2013, 04:06:54 pm
  • *
    • Brazil
    • brenomacedo1995@gmail.com
I have the same problem all the time :/ ... I just try to find another lifebar, with the resolution compatible with my mugen.
Re: Change Lifebars size ?
#3  December 13, 2013, 10:46:15 pm
  • *****
  • Back to the Beginnings
    • https://discord.gg/hnyK7JZ
Hi,
I have a problem with this Lifebars for Mugen 1.0 :
Spoiler, click to toggle visibilty

How I can change the size in the Fight.def.

Full code :
Spoiler, click to toggle visibilty

I see no scale in the Fight.def, Could someone know how to do this, please ?  :help:
Well, you have to set the scale parameters on your own. If you don't know, who, just tell me.
But even then, you also need to change the position of any object and any range of the lifebars. Usually, you just multiply the old number with 2.
===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: Change Lifebars size ?
#4  December 14, 2013, 02:11:27 am
  • *
    • akatsuki10@hotmail.fr
Well, you have to set the scale parameters on your own. If you don't know, who, just tell me.
But even then, you also need to change the position of any object and any range of the lifebars. Usually, you just multiply the old number with 2.
Yes, I multiply the positon with 2 but I cannot see any paramater for the scale in the Fight.def files. Tell me where you saw it please ?

Re: Change Lifebars size ?
#5  December 14, 2013, 04:09:30 am
  • *****
  • "VS. Style Debuts - CEO"
  • Death is the start of a brand new cycle
    • Brazil
    • Skype - emperorzankuro
    • https://shinzankuro.carrd.co/
Hi,
I have a problem with this Lifebars for Mugen 1.0 :


How I can change the size in the Fight.def.

Full code :
Spoiler, click to toggle visibilty

I see no scale in the Fight.def, Could someone know how to do this, please ?  :help:

I think you should add the p1''blablabla''.scale = x.x,x.x like this:

[Lifebar]

;Player 1
p1.pos    = 35,0
p1.bg0.anim = 2
p1.bg0.offset = 0,0
p1.bg0.layerno = 1
p1.bg0.scale = 2,2 <- Like this.
p1.bg1.spr = 1,3
p1.bg1.offset = 1,0
p1.bg1.layerno = 1
p1.bg1.scale = 2,2 <- Like this.
p1.bg2.spr = 0,0
p1.bg2.offset = 0,0
p1.bg2.layerno = 2
p1.bg2.scale = 2,2 <- Like this.
.
.
,
Done

You have to put that scaling parameter in def. Not only in "powerbar", but in "turns", etc...
- Want to commission me for a artwork? Just come here
- Donations is welcome
Re: Change Lifebars size ?
#6  December 14, 2013, 05:49:07 am
  • *
    • akatsuki10@hotmail.fr
I think you should add the p1''blablabla''.scale = x.x,x.x like this:

[Lifebar]

;Player 1
p1.pos    = 35,0
p1.bg0.anim = 2
p1.bg0.offset = 0,0
p1.bg0.layerno = 1
p1.bg0.scale = 2,2 <- Like this.
p1.bg1.spr = 1,3
p1.bg1.offset = 1,0
p1.bg1.layerno = 1
p1.bg1.scale = 2,2 <- Like this.
p1.bg2.spr = 0,0
p1.bg2.offset = 0,0
p1.bg2.layerno = 2
p1.bg2.scale = 2,2 <- Like this.
.
.
,
Done

You have to put that scaling parameter in def. Not only in "powerbar", but in "turns", etc...


I put some value and that's works.
Thanks very much マスターアサシン   :yippi:

EDIT : Btw, someone know where is the "green button solve"  ?
Last Edit: December 14, 2013, 06:07:58 am by lucaster
Re: Change Lifebars size ?
#7  December 14, 2013, 06:21:09 am
  • *****
  • "VS. Style Debuts - CEO"
  • Death is the start of a brand new cycle
    • Brazil
    • Skype - emperorzankuro
    • https://shinzankuro.carrd.co/
I think you should add the p1''blablabla''.scale = x.x,x.x like this:

[Lifebar]

;Player 1
p1.pos    = 35,0
p1.bg0.anim = 2
p1.bg0.offset = 0,0
p1.bg0.layerno = 1
p1.bg0.scale = 2,2 <- Like this.
p1.bg1.spr = 1,3
p1.bg1.offset = 1,0
p1.bg1.layerno = 1
p1.bg1.scale = 2,2 <- Like this.
p1.bg2.spr = 0,0
p1.bg2.offset = 0,0
p1.bg2.layerno = 2
p1.bg2.scale = 2,2 <- Like this.
.
.
,
Done

You have to put that scaling parameter in def. Not only in "powerbar", but in "turns", etc...


I put some value and that's works.
Thanks very much マスターアサシン   :yippi:

EDIT : Btw, someone know where is the "green button solve"  ?


 :2thumbsup:
- Want to commission me for a artwork? Just come here
- Donations is welcome
Re: Change Lifebars size ?
#8  December 14, 2013, 06:31:26 am
  • *
    • akatsuki10@hotmail.fr
Last Edit: December 14, 2013, 06:37:47 am by lucaster
Re: Change Lifebars size ?
#9  December 14, 2013, 06:44:36 am
  • *****
  • "VS. Style Debuts - CEO"
  • Death is the start of a brand new cycle
    • Brazil
    • Skype - emperorzankuro
    • https://shinzankuro.carrd.co/
- Want to commission me for a artwork? Just come here
- Donations is welcome
Last Edit: December 14, 2013, 06:50:00 am by マスターアサシン
Re: Change Lifebars size ?
#10  December 14, 2013, 10:45:28 am
  • avatar
  • ****
    • Indonesia
I just wanna ask...

Which values are needed to multiplied? Is it just the ".pos"? Does ".offset", ".facing", ".range", need to be multiplied too?

Add me at Kazagami#7568 for an invite link to the WaifuLaifu Discord Server

Re: Change Lifebars size ?
#11  December 14, 2013, 03:08:00 pm
  • *****
  • "VS. Style Debuts - CEO"
  • Death is the start of a brand new cycle
    • Brazil
    • Skype - emperorzankuro
    • https://shinzankuro.carrd.co/
- Want to commission me for a artwork? Just come here
- Donations is welcome
Re: Change Lifebars size ?
#12  December 14, 2013, 03:39:40 pm
  • *****
  • Back to the Beginnings
    • https://discord.gg/hnyK7JZ
===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: Change Lifebars size ?
#13  December 14, 2013, 03:50:29 pm
  • avatar
  • ****
    • Indonesia
Alright, thanks guys.

Add me at Kazagami#7568 for an invite link to the WaifuLaifu Discord Server