abls1 Posted December 2, 2013 Posted December 2, 2013 Is there away to scale up/down the lifebar image.. I have not seen anywhere in the fight.def file Thanks
0 Ryon Posted December 3, 2013 Posted December 3, 2013 Yes. You have to type it in. ;----------------------------------------------------------- [Face] ;Player 1 p1.pos = 20,20 p1.bg0.spr = 50,0 p1.bg1.anim = 51 p1.face.spr = 9000,0 p1.face.facing = 1 p1.face.offset = 0,0 p1.face.scale = 1,1 ;Player 2 p2.pos = 1260,20 p2.bg0.spr = 50,0 p2.bg0.facing = -1 p2.bg1.anim = 51 p2.bg1.facing = -1 p2.face.spr = 9000,0 p2.face.facing = -1 p2.face.offset = 0,0 p2.face.scale = 1,1 this applies for p3 and p4 as well. Mugen 1.0 and 1.1 have alot of "invisible" scale codes. Did you know you could scale fonts are certain places? it looks like this p1.font.scale = - Characters - / - Stages - / - Screenpacks - / - Lifebars - / - Fonts - / - Full Games - / - Templates -
0 abls1 Posted December 3, 2013 Author Posted December 3, 2013 ok this scaling worked..Does scaling fonts also work for ttf? I'm not using .fnt You say there is some hidden code in mugen can you post the ones you know about of for future reference? Thanks
0 Ryon Posted December 3, 2013 Posted December 3, 2013 nope i can't lol. but but its just scale codes for fonts and stuff. if your using a trutype font and want to scale it, you would have to do it from the [Files] using a different type of font scale code. [Files] sff = fight.sff snd = fight.snd font1 = enter48.def font2 = num48.def font3 = name14.def font4 = num1.def font5 = MyFont.ttf font5.height = 36 fightfx.sff = fightfx.sff fightfx.air = fightfx.air common.snd = common.snd - Characters - / - Stages - / - Screenpacks - / - Lifebars - / - Fonts - / - Full Games - / - Templates -
Question
abls1
Is there away to scale up/down the lifebar image.. I have not seen anywhere in the fight.def file
Thanks
3 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now