YesNoOk
avatar

[HELP]parallax problem (Read 242 times)

Started by OldGamer, March 23, 2014, 05:24:31 pm
Share this topic:
[HELP]parallax problem
#1  March 23, 2014, 05:24:31 pm
  • ***
  • Mugen Stage Creator
    • USA
parallax floor not showing on my mugen stage. Can  anyone care to help me on how to make the floor show up. I try so many ways and I cant get it to show up

Here the link to the stage and sprite along with def file and ssf
http://www.sendspace.com/file/g2​em2a

and here the picture too see for your self
Re: [HELP]parallax problem
#2  March 23, 2014, 05:30:23 pm
  • *****
  • Most dangerous person in Mugen
    • USA
    • caddie.smeenet.org
Tried to help you out with this but the link you posted doesn't work. Even with a copy and paste.

Xan

Re: [HELP]parallax problem
#3  March 23, 2014, 05:31:33 pm
  • ******
  • I am light.
    • Skype - Istillhasnoname
MY YOUTUBE || MY TUMBLR

Xan is always lovable
Is finding MUGEN to be more enjoyable to play when you're not wearing clothes an underrated opinion?
Re: [HELP]parallax problem
#4  March 23, 2014, 05:50:30 pm
  • *****
  • Most dangerous person in Mugen
    • USA
    • caddie.smeenet.org
It's the sff file. The 3,0 layer wasn't showing up with any parallax coding so I opened up the sprite file and resaved it in fighter factory as a 1.0 sff and now it shows up.
Last Edit: March 23, 2014, 05:54:19 pm by Caddie
Re: [HELP]parallax problem
#5  March 24, 2014, 03:15:42 am
  • ***
  • Mugen Stage Creator
    • USA
It's the sff file. The 3,0 layer wasn't showing up with any parallax coding so I opened up the sprite file and resaved it in fighter factory as a 1.0 sff and now it shows up.
this is my first time trying to learn how to do parallax but I don't know what to do. love to hear how you manage to make it show up :O
 just in case if anyone including you caddie having trouble getting it from send space
here the link from mediafire : http://www.mediafire.com/download/7snn7xtnwjmwbnt/LT+STAGE.rar
Last Edit: March 24, 2014, 03:19:48 am by OldGamer
Re: [HELP]parallax problem
#6  March 24, 2014, 04:12:33 am
  • *****
  • Most dangerous person in Mugen
    • USA
    • caddie.smeenet.org
Like I said, open the sff file in fighters factory and save it as a 1.0 sff file. That fixed the problem.
Re: [HELP]parallax problem
#7  March 24, 2014, 06:31:11 am
  • ***
  • Mugen Stage Creator
    • USA
Like I said, open the sff file in fighters factory and save it as a 1.0 sff file. That fixed the problem.
I have done that and  still wont show up for some odd reason. as you told me to  save as mugen 1.0 .ssf and still getting the same result the floor not showing up :(

Re: [HELP]parallax problem
#8  March 24, 2014, 07:10:29 am
  • *****
  • Most dangerous person in Mugen
    • USA
    • caddie.smeenet.org
Oh sorry, forgot to tell you about the rest of the fix. My bad!

Remove the width parameter. Add in an xscale one. So that it looks like this.

[BG Floor]
type  = parallax
spriteno = 3,0
start = 0,0
delta = (number),1
xscale = 1,(number)
mask  = 1

Oh and remove the yscale stuff too unless you wanna have vertical parallax. I assume you just wanna use horizontal.