YesNoOk
avatar

Uniting 3 of the Same Stages to Work as One Stage (Read 3404 times)

Started by Retro Respecter, August 31, 2022, 11:13:43 pm
Share this topic:
Uniting 3 of the Same Stages to Work as One Stage
#1  August 31, 2022, 11:13:43 pm
  • avatar
  • *****
    • USA
    • Skype - Uche1234@hotmail.com
I have a stage that has the same name, but different setings. How do I get them to switch in different rounds?
Re: Uniting 3 of the Same Stages to Work as One Stage
#2  September 01, 2022, 01:01:52 am
  • ****
  • commissions open bang my line
    • USA
    • https://www.paypal.com/paypalme/xtayisblackx?country.x=US&locale.x=en_US
in the main/starting variant of the stage, open the .def and under [info] at the top you want roundxdef=stages/filename.def
My stages folder:
https://app.mediafire.com/g5pnpb2im4lqa

Want a screenpack ported to ikemen? DM's open
Want a stage remade with parallax & possible super jump? DM's open
Re: Uniting 3 of the Same Stages to Work as One Stage
#3  September 01, 2022, 06:26:13 am
  • ****
  • Stages & Screen Pack
  • Mugen Creator
    • USA
    • https://jusmugen.forumotion.com/
I have a stage that has the same name, but different setings. How do I get them to switch in different rounds?

be sure that all your stages.def and stage.sff is named like this

MEGA_day.def
MEGA_evening.def
MEGA_night.def

MEGA_day.sff
MEGA_evening.sff
MEGA_night.sff



also be sure go to each stage.def and change and rename the [BGdef] from the sprite path for day, evening and night in each there names
all 3 stages need to match

 ; Main background definition

one for day
[BGdef]
spr =MEGA_day.sff

[BGdef]
spr =MEGA_evening.sff

[BGdef]
spr =MEGA_night.sff

shuold look like this



and be sure to by adding _day, _evening and _night
next go and open your stage_day.def and under [Info]

you add it like this....

[Info]
 ;Name of the stage.
name = "MEGA Streets"
round1def = stages/MEGA_day.def
round2def = stages/MEGA_evening.def
round3def = stages/MEGA_night.def


make sure to only add on the DAY Stage only
Don't add them for Evening or Night just only the DAY stage


Join My JUSMUGEN Community.
https://jusmugen.forumotion.com/
Last Edit: September 01, 2022, 06:55:54 am by OldGamer