Infinity MUGEN Team

IMT Main => M.U.G.E.N Help => Topic started by: Violent Ken Masters on August 20, 2007, 07:25:28 PM

Title: How do I build a stage out of chopped pictures?
Post by: Violent Ken Masters on August 20, 2007, 07:25:28 PM
I noticed some people make stages by cutting up a picture and putting them all in one group, but how do I do this? O_o
Title: Re: How do I build a stage out of cutted pictures?
Post by: BigJ on August 20, 2007, 07:42:24 PM
what do you mean? You can take a picture and cut it up into little squares so that you don't lose any quality when you convert it to 256 colors. After that, just put it together in fighter factory.
Title: Re: How do I build a stage out of cutted pictures?
Post by: nick09 on August 20, 2007, 08:24:18 PM
i use XnView.

google it.
Title: Re: How do I build a stage out of cutted pictures?
Post by: b.easy on August 21, 2007, 12:24:32 AM
chop the picture up into neat little 256 color chunks and align it all together in fighter factory. if you see crazy wavy clone lines you have empty space in your stage.
Title: Re: How do I build a stage out of cutted pictures?
Post by: Violent Ken Masters on August 21, 2007, 07:20:32 AM
chop the picture up into neat little 256 color chunks and align it all together in fighter factory. if you see crazy wavy clone lines you have empty space in your stage.
I have it all ready, I just need to know what I'm supposed to do with the palette.
Title: Re: How do I build a stage out of cutted pictures?
Post by: nick09 on August 21, 2007, 08:14:34 AM
you don't need a palette for an stage.
Title: Re: How do I build a stage out of cutted pictures?
Post by: Violent Ken Masters on August 21, 2007, 04:56:44 PM
Thanks. I'm just trying to figure out how in the world I'm supposed to code it.
Title: Re: How do I build a stage out of cutted pictures?
Post by: Sgt Hartsock on August 22, 2007, 07:43:14 PM
"cutted" isn't a word dude..might want to edit your topic name...anyway, I beleive eternaga has a good tutorial somewhere
Title: Re: How do I build a stage out of cutted pictures?
Post by: BigJ on August 22, 2007, 08:44:25 PM
Thanks. I'm just trying to figure out how in the world I'm supposed to code it.

just code it like a normal BG. only in your case, you'd have a bunch of [BG]'s in the def. for example:

[BG peice1]
spriteno = 1, 0
layerno = 0
start = 0, 0
delta = 1, 1
mask = 1

[BG peice2]
spriteno = 1, 1
layerno = 0
start = 0, 0
delta = 1, 1
mask = 1

[BG peice3]
spriteno = 1, 2
layerno = 0
start = 0, 0
delta = 1, 1
mask = 1

etc. etc. until you have all of the pieces together.
Title: Re: How do I build a stage out of cutted pictures?
Post by: nick09 on August 22, 2007, 09:03:17 PM
Thanks. I'm just trying to figure out how in the world I'm supposed to code it.

just code it like a normal BG. only in your case, you'd have a bunch of [BG]'s in the def. for example:

[BG peice1]
spriteno = 1, 0
layerno = 0
start = 0, 0
delta = 1, 1
mask = 1

[BG peice2]
spriteno = 1, 0
layerno = 0
start = 0, 0
delta = 1, 1
mask = 1

[BG peice3]
spriteno = 1, 0
layerno = 0
start = 0, 0
delta = 1, 1
mask = 1

etc. etc. until you have all of the pieces together.

make sure the image no is different for each image.
or you will be putting the same images together.
Title: Re: How do I build a stage out of cutted pictures?
Post by: BigJ on August 22, 2007, 10:04:16 PM
Thanks. I'm just trying to figure out how in the world I'm supposed to code it.

just code it like a normal BG. only in your case, you'd have a bunch of [BG]'s in the def. for example:

[BG peice1]
spriteno = 1, 0
layerno = 0
start = 0, 0
delta = 1, 1
mask = 1

[BG peice2]
spriteno = 1, 0
layerno = 0
start = 0, 0
delta = 1, 1
mask = 1

[BG peice3]
spriteno = 1, 0
layerno = 0
start = 0, 0
delta = 1, 1
mask = 1

etc. etc. until you have all of the pieces together.

make sure the image no is different for each image.
or you will be putting the same images together.

Yeah, thanks for pointing that out nick, I'm gonna edit my post. :)
Title: Re: How do I build a stage out of cutted pictures?
Post by: nick09 on August 23, 2007, 08:05:08 AM
Thanks. I'm just trying to figure out how in the world I'm supposed to code it.

just code it like a normal BG. only in your case, you'd have a bunch of [BG]'s in the def. for example:

[BG peice1]
spriteno = 1, 0
layerno = 0
start = 0, 0
delta = 1, 1
mask = 1

[BG peice2]
spriteno = 1, 0
layerno = 0
start = 0, 0
delta = 1, 1
mask = 1

[BG peice3]
spriteno = 1, 0
layerno = 0
start = 0, 0
delta = 1, 1
mask = 1

etc. etc. until you have all of the pieces together.

make sure the image no is different for each image.
or you will be putting the same images together.

Yeah, thanks for pointing that out nick, I'm gonna edit my post. :)

no prob. 8)
Title: Re: How do I build a stage out of cutted pictures?
Post by: Violent Ken Masters on August 29, 2007, 02:26:27 AM
Thanks guys, but I'm just wondering how to code it as an animated stage.  ???
Anyways so far so good, but I have plans to put a wooden floor in, as well as some lights flashing.
Title: Re: How do I build a stage out of cutted pictures?
Post by: Sgt Hartsock on August 29, 2007, 02:32:03 AM
ok cool, just remember, "Cutted" isn't a word (http://www.thisspartanlife.com/forums/Smileys/classic/lol.gif)
Title: Re: How do I build a stage out of cutted pictures?
Post by: Violent Ken Masters on August 29, 2007, 02:43:10 AM
ok cool, just remember, "Cutted" isn't a word (http://www.thisspartanlife.com/forums/Smileys/classic/lol.gif)
I'm not a perfectionist so
 :P
Title: Re: How do I build a stage out of chopped pictures?
Post by: Sgt Hartsock on August 29, 2007, 02:44:50 AM
well good grammar helps ;)
Title: Re: How do I build a stage out of chopped pictures?
Post by: MaverickZr0 on August 29, 2007, 03:24:33 AM
Well good grammar helps. ;)
  :) Capital letters and periods rule!
Title: Re: How do I build a stage out of chopped pictures?
Post by: Violent Ken Masters on August 29, 2007, 03:26:52 AM
Okay so how do I make things just pop up. I have these pictures set up perfectly but I have no idea how I'm going to code them.  ~X(
Title: Re: How do I build a stage out of chopped pictures?
Post by: MaverickZr0 on August 29, 2007, 03:27:38 AM
Do you mean pop up in front of the characters, or pop up like an animation?
Title: Re: How do I build a stage out of chopped pictures?
Post by: Violent Ken Masters on August 29, 2007, 03:32:19 AM
pop up like an animation, you know like the lights in neon sign's at casino's.
Title: Re: How do I build a stage out of chopped pictures?
Post by: Sgt Hartsock on August 29, 2007, 03:35:32 AM
hey is your stage from a game or something?? what is the stage going to be??
Title: Re: How do I build a stage out of chopped pictures?
Post by: Violent Ken Masters on August 29, 2007, 04:08:04 AM
hey is your stage from a game or something?? what is the stage going to be??
Right now it's a secret, all I can say is it's original.
Title: Re: How do I build a stage out of chopped pictures?
Post by: Violent Ken Masters on August 29, 2007, 05:04:03 AM
Nevermind! I'm good! I'm going to release it in a few hours.
I just had to turn bg1 into an animation.
SimplePortal 2.3.5 © 2008-2012, SimplePortal