YesNoOk
avatar

Stage doesn't work. Fix plz? (Read 429 times)

Started by hawkmugen, August 27, 2008, 10:43:46 pm
Stage doesn't work. Fix plz?
#1  August 27, 2008, 10:43:46 pm
  • avatar
Hi. Theres a stage i need working for a video im doing for youtube. I'm doing a 64 fighter Tournament. This stage can be found here..

http://cyberbit.paodemugen.com.br/cyberbit_main.htm

It's the first one called "Cyberbit Mugan Stage". It doesn't work on my Mugen. I get an Error saying the "cyberbit.sff"  failed to load. or something rather like that. Could someone, who knows how to create stages, Go download that stage and fix it for me? I'd really apreciate it.

If you want to send it directly to me, send it to JustinM1983@sbcglobal.net.


Or if all else fails, Does anyone know more stages that are like a Boxing Ring, or Wrestling Ring, or any type of Fighting Ring, with a crowd watching. Thanks
Re: Stage doesn't work. Fix plz?
#2  August 28, 2008, 05:54:15 am
  • ****
  • NESTS is dead, yeah, I said it! What?
    • www.freewebs.com/n8space/index.html
Clara's stage from Power Instinct Matrimelee is a stage in front of a crowd. Dunno if it's still on a website, tho.

Fail.
Re: Stage doesn't work. Fix plz?
#3  August 28, 2008, 06:34:12 am
  • ***
  • I work at Elecbyte as a sexy janitor.
    • USA
    • tamez.smeenet.org
Hi. Theres a stage i need working for a video im doing for youtube. I'm doing a 64 fighter Tournament. This stage can be found here..

http://cyberbit.paodemugen.com.br/cyberbit_main.htm

It's the first one called "Cyberbit Mugan Stage". It doesn't work on my Mugen. I get an Error saying the "cyberbit.sff"  failed to load. or something rather like that. Could someone, who knows how to create stages, Go download that stage and fix it for me? I'd really apreciate it.

Change this: 
Quote
; Main background definition
[BGdef]
 ;Filename of sprite data
spr = stages\cyberbit.sff

To this: 
Quote
; Main background definition
[BGdef]
 ;Filename of sprite data
spr = stages/cyberbit.sff

\ -> /


Or if you don't keep your stages in the regular stages folder, just have the sff in the same folder as the def file and use this: 
Quote
; Main background definition
[BGdef]
 ;Filename of sprite data
spr = cyberbit.sff