Aya Shameimaru Posted April 15, 2013 Posted April 15, 2013 I'm currently working on some lifebars from the newest Touhou fighter, Hopeless Masquerade. I will work on these every day possible until they are done. Here is what I have done so far: As this is my first non-edited Mugen project, I could use some help: * How do you change the default combo, time and name fonts in 1.0? Fighter Factory doesn't seem to have a font function. * How do you make it so that the lifebars and powerbars are on top of the character sprites, shadows and reflections? I don't want to have a reflection showing on my powerbars. * I have some complex images that could use some rendering. If you're a really good renderer, message me or post here. If anyone wants to help, just post. The final version of these will have a different font and optional custom portraits. These lifebars, like the game they originated from, are optimized for a 1280x720 resolution, though I may make a 640x480 version later. These are also for Mugen 1.0 only, and I have no intention on making a Winmugen version. Until the final version is released, girls are working.
Ryon Posted April 16, 2013 Posted April 16, 2013 Font Lifebar I still didnt make a tutorial on converting images lol There are so many ways it really depends on the image. also long answer short. to make your lifebars on TOP of shadows and stuff add. layerno = 1 to that specific code. either p1 lifebar, p2 lifebar, p3 lifebar, p4 lifebar, p1 power, or p2 power. - Characters - / - Stages - / - Screenpacks - / - Lifebars - / - Fonts - / - Full Games - / - Templates -
Aya Shameimaru Posted April 17, 2013 Author Posted April 17, 2013 Font Lifebar I still didnt make a tutorial on converting images lol There are so many ways it really depends on the image. also long answer short. to make your lifebars on TOP of shadows and stuff add. layerno = 1 to that specific code. either p1 lifebar, p2 lifebar, p3 lifebar, p4 lifebar, p1 power, or p2 power. Well, thanks for the tutorials. It helped with the layer, and I'm working on rendering and making the font. The main thing I'm having trouble with right now is the simul lifebars. I tried everything, including following the video tutorial, but the best I could come up with was this: See, the white parts are supposed to be Player 1 and 2's lifebars, and the blue parts are Player 3 and 4's. However...yeah. I REALLY need some help with this. Here's the simul part of my fight.def: [simul Lifebar] ;Player 1 p1.pos = 590,40 p1.bg0.spr = 11,0 p1.bg0.offset = -6,6 p1.bg1.spr = 0,0 p1.mid.spr = 16,1 p1.mid.offset = 6,-3 p1.mid.scale = 1,1 p1.front.spr = 14,0 p1.front.offset = -22,12 p1.front.scale = 1,1 p1.range.x = -15,-455 ;Player 2 p2.pos = 690,40 p2.bg0.spr = 11,1 p2.bg0.offset = 6,6 p2.bg0.facing = -1 p2.bg1.spr = 0,0 p2.bg1.facing = -1 p2.mid.spr = 12,1 p2.mid.offset = 6,6 p2.mid.facing = -1 p2.mid.scale = 1,0.5 p2.front.spr = 15,0 p2.front.offset = -6,12 p2.front.facing = -1 p2.front.scale = 1,1 p2.range.x = 15,455 ;Player 3 p3.pos = 590,40 p3.mid.spr = 16,2 p3.mid.offset = -,12 p3.mid.scale = 1,1 p3.front.spr = 14,1 p3.front.offset = -12,12 p3.front.scale = 1,1 p3.range.x = -15,-455 ;Player 4 p4.pos = 690,40 p4.mid.spr = 12,1 p4.mid.offset = 6,6 p4.mid.facing = -1 p4.mid.scale = 1,0.5 p4.front.spr = 15,1 p4.front.offset = 6,6 p4.front.facing = -1 p4.front.scale = 1,1 p4.range.x = 15,455
Ryon Posted April 17, 2013 Posted April 17, 2013 what part do you need help with? it looks good. the only problem I can see is that the sizes arent equal. - Characters - / - Stages - / - Screenpacks - / - Lifebars - / - Fonts - / - Full Games - / - Templates -
Aya Shameimaru Posted April 18, 2013 Author Posted April 18, 2013 I don't think I explained it well enough. Have a look at this tragic wreck: The 1P guage is supposed to look like this at full health: Changing the range isn't recommended and doesn't work anyway, offsetting doesn't work, NOTHING WORKS! I'm willing to PM private downloads to anyone who is willing to help, as long as they don't share them. I've implemented custom portraits now, but don't have a picture atm.
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