Infinity MUGEN Team

IMT Main => M.U.G.E.N Help => Topic started by: Aura-Master on October 28, 2007, 10:35:23 PM

Title: stage coding help
Post by: Aura-Master on October 28, 2007, 10:35:23 PM
m starting to get vey good at it but

some sprites wont show up

1) i put in the code test it and theres no ground sprite
2) it also makes the character disappear

what do i do?

example----> im making a layered stage but the thing is one big sprite makes things disappear
Title: Re: stage coding help
Post by: A! on October 29, 2007, 12:08:27 PM
you might of coded the background sprite to be infront of the character
Title: Re: stage coding help
Post by: Aura-Master on October 29, 2007, 03:29:59 PM
yeah but i want it to be behind the characters not in front of them ~X(
Title: Re: stage coding help
Post by: TrunkJunky on October 29, 2007, 03:37:42 PM
Then change this line of text

Code: [Select]
layerno = 1
to

Code: [Select]
layerno = 0
That puts sprites behind the character.
Title: Re: stage coding help
Post by: Aura-Master on October 29, 2007, 03:44:35 PM
Then change this line of text

Code: [Select]
layerno = 1
to

Code: [Select]
layerno = 0
That puts sprites behind the character.

i've tried that but the darn sprite is still wrong ???
Title: Re: stage coding help
Post by: TrunkJunky on October 29, 2007, 04:21:42 PM
Did you try it on the big sprite?
Title: Re: stage coding help
Post by: A! on October 29, 2007, 05:08:07 PM
show us the sprite and show us what the problem looks like
Title: Re: stage coding help
Post by: Aura-Master on October 29, 2007, 08:46:04 PM
no wait it worked but still having problems with the color
Title: Re: stage coding help
Post by: Aura-Master on October 29, 2007, 09:26:51 PM
ugh another problem -_-

(http://img458.imageshack.us/img458/3882/wtfkk6.png)

here are the codes

[BG Floor]
type  = normal
spriteno = 1,1
start = 0, 181
delta = 1,1
xscale = 1, 1.75
yscalestart = 100
yscaledelta = 1.2
layerno= 0

[BG 2]
type  = normal
spriteno = 2,2
start = 0, 181
delta = .2,.2
xscale = 1, 1
yscalestart = 80
yscaledelta = 1
layerno= 0

tell me what i did wrong
Title: Re: stage coding help
Post by: A! on October 30, 2007, 01:03:20 PM
ugh another problem -_-

(http://img458.imageshack.us/img458/3882/wtfkk6.png)

here are the codes

[BG Floor]
type  = normal
spriteno = 1,1
start = 0, 181
delta = 1,1
xscale = 1, 1.75
yscalestart = 100
yscaledelta = 1.2
layerno= 0

[BG 2]
type  = normal
spriteno = 2,2
start = 0, 181
delta = .2,.2
xscale = 1, 1
yscalestart = 80
yscaledelta = 1
layerno= 0

tell me what i did wrong

whats wrong?
Title: Re: stage coding help
Post by: Aura-Master on October 30, 2007, 03:42:39 PM
thats the thing

i dont know what i did wrong the characters are not showing up :'(
Title: Re: stage coding help
Post by: Aura-Master on November 02, 2007, 03:33:30 PM
i still need help on my stage :(
Title: Re: stage coding help
Post by: TrunkJunky on November 02, 2007, 04:54:12 PM
Did you conver the sprites to 256 color format? :-??
Title: Re: stage coding help
Post by: Aura-Master on November 02, 2007, 04:59:22 PM
Did you conver the sprites to 256 color format? :-??

yes i do this everytime ~X(
Title: Re: stage coding help
Post by: TrunkJunky on November 03, 2007, 04:24:27 PM
ugh another problem -_-

here are the codes

[BG Floor]
type  = normal
spriteno = 1,1
start = 0, 181
delta = 1,1
xscale = 1, 1.75
yscalestart = 100
yscaledelta = 1.2
layerno= 0

[BG 2]
type  = normal
spriteno = 2,2
start = 0, 181
delta = .2,.2
xscale = 1, 1
yscalestart = 80
yscaledelta = 1
layerno= 0

tell me what i did wrong

Try deleting these 3 lines from both blocks of coding:

xscale = 1, 1
yscalestart = 80
yscaledelta = 1
Title: Re: stage coding help
Post by: Aura-Master on November 03, 2007, 07:14:10 PM
ugh another problem -_-

here are the codes

[BG Floor]
type  = normal
spriteno = 1,1
start = 0, 181
delta = 1,1
xscale = 1, 1.75
yscalestart = 100
yscaledelta = 1.2
layerno= 0

[BG 2]
type  = normal
spriteno = 2,2
start = 0, 181
delta = .2,.2
xscale = 1, 1
yscalestart = 80
yscaledelta = 1
layerno= 0

tell me what i did wrong

Try deleting these 3 lines from both blocks of coding:

xscale = 1, 1
yscalestart = 80
yscaledelta = 1

they are still not appearing

can someone please fix my stage?
http://www.sendspace.com/file/uh54qj
Title: Re: stage coding help
Post by: nick09 on November 03, 2007, 08:12:21 PM
your zoffset is WAY OFF! XD||

zoffset = 6000 = too high man

try zoffset = 200 ;(will need adjusting)
Title: Re: stage coding help
Post by: Aura-Master on November 03, 2007, 09:44:25 PM
your zoffset is WAY OFF! XD||

zoffset = 6000 = too high man

try zoffset = 200 ;(will need adjusting)

thanks! i was wondering why theyed disappear
Title: Re: stage coding help
Post by: nick09 on November 04, 2007, 08:54:54 AM
your zoffset is WAY OFF! XD||

zoffset = 6000 = too high man

try zoffset = 200 ;(will need adjusting)

thanks! i was wondering why theyed disappear

i wonder how that happened. :(|) :P
SimplePortal 2.3.5 © 2008-2012, SimplePortal