YesNoOk
avatar

includestage troubles (Read 919 times)

Started by Badzou, February 25, 2009, 07:05:42 am
Share this topic:
includestage troubles
#1  February 25, 2009, 07:05:42 am
  • ***
  • It's over! We won!
    • mugen.the-chronicles.org/
mugen docs say:

Quote
; - includestage
 ;   Set the paramvalue to 0 to avoid including this stage
 ;   in the stage select list (in VS, training modes, etc)

but it doesn't seem to work
my select.def file has:

Code:
MAN/Naruto/Naruto.def, stages/MAN/vote.def, includestage=0, order=6
MAN/Sasuke/Sasuke.def, stages/MAN/vote.def, includestage=0, order=6

stages/MAN/vote.def

but the stage vote.def still appears in vs mode etc...

please help :)

PS: I use the mugen fighting jam screenpack
Visit the first and the only "web 2.0" warehouse of the internet: MUGEN ARCHIVE
A warehouse by the community, for the community. If we join our efforts, we could preserve MUGEN forever!!

Sept 2013 Stats: 5135 files in 222 categories - 60,167 unique visitors, 292.24GB of bandwidth
And still no ad! :sugoi:

If you have a copy of Fighter Factory 3 Linux, pm me, you will be rewarded, thanks
Re: includestage troubles
#2  February 25, 2009, 08:06:35 am
  • ****
  • MUGEN is so fun I hate it.
    • ememe.pl
Not sure how the mugen fighting jam screenpack works, but it should be one stage per line.

So I suppose Mugen reads "stages/MAN/vote.def" part as the right line. If "includestage=0" isn't located there, Mugen won't swallow it.

Tho, nothing sure.
Re: includestage troubles
#3  February 25, 2009, 09:00:47 am
  • ***
  • It's over! We won!
    • mugen.the-chronicles.org/
Ooops I posted on the wrong section, sorry
Can mod move to -> M.U.G.E.N Configuration Help

Thanks


DooM, I doubt that's the right solution according to the docs
Visit the first and the only "web 2.0" warehouse of the internet: MUGEN ARCHIVE
A warehouse by the community, for the community. If we join our efforts, we could preserve MUGEN forever!!

Sept 2013 Stats: 5135 files in 222 categories - 60,167 unique visitors, 292.24GB of bandwidth
And still no ad! :sugoi:

If you have a copy of Fighter Factory 3 Linux, pm me, you will be rewarded, thanks
Re: includestage troubles
#4  February 25, 2009, 10:52:45 am
  • ******
    • www.mugenguild.com/pots/
Did you also add that last line in the def? ???

You can move your own topics btw, give it a try.
Use anything you want from my works.  If you need to contact me use email, not private messages.
Re: includestage troubles
#5  February 25, 2009, 03:45:45 pm
  • ***
  • It's over! We won!
    • mugen.the-chronicles.org/
Did you also add that last line in the def? ???

You can move your own topics btw, give it a try.

thank you for answering me

by last line do you mean "stages/MAN/vote.def"
yes sure it is there

or do you mean something else?

Visit the first and the only "web 2.0" warehouse of the internet: MUGEN ARCHIVE
A warehouse by the community, for the community. If we join our efforts, we could preserve MUGEN forever!!

Sept 2013 Stats: 5135 files in 222 categories - 60,167 unique visitors, 292.24GB of bandwidth
And still no ad! :sugoi:

If you have a copy of Fighter Factory 3 Linux, pm me, you will be rewarded, thanks
Re: includestage troubles
#6  February 25, 2009, 06:04:06 pm
  • ******
    • www.mugenguild.com/pots/
Hm, then I suppose the problem is you tell it to not include the stage, but then you include the stage manually. :rolleyes3:
Use anything you want from my works.  If you need to contact me use email, not private messages.
Re: includestage troubles
#7  February 25, 2009, 07:02:02 pm
  • ***
  • It's over! We won!
    • mugen.the-chronicles.org/
Thank again for helping
I am not sure to understand

Do you mean I should replace

Code:
MAN/Naruto/Naruto.def, stages/MAN/vote.def, includestage=0, order=6
MAN/Sasuke/Sasuke.def, stages/MAN/vote.def, includestage=0, order=6

stages/MAN/vote.def

for

Code:
MAN/Naruto/Naruto.def, stages/MAN/vote.def, order=6
MAN/Sasuke/Sasuke.def, stages/MAN/vote.def, order=6

stages/MAN/vote.def, includestage=0

please don't assume I'm a coder, I am a total n00b and I need things to be explained to me slowly  :P
Visit the first and the only "web 2.0" warehouse of the internet: MUGEN ARCHIVE
A warehouse by the community, for the community. If we join our efforts, we could preserve MUGEN forever!!

Sept 2013 Stats: 5135 files in 222 categories - 60,167 unique visitors, 292.24GB of bandwidth
And still no ad! :sugoi:

If you have a copy of Fighter Factory 3 Linux, pm me, you will be rewarded, thanks
Re: includestage troubles
#8  February 25, 2009, 07:06:42 pm
  • ******
    • www.mugenguild.com/pots/
Just remove the stage from the [ExtraStages] section.  Don't add the stage anywhere but in characters with includestage=0.
Use anything you want from my works.  If you need to contact me use email, not private messages.
Re: includestage troubles
#9  February 25, 2009, 08:02:33 pm
  • ***
  • It's over! We won!
    • mugen.the-chronicles.org/
thank, I am very grateful :)
Visit the first and the only "web 2.0" warehouse of the internet: MUGEN ARCHIVE
A warehouse by the community, for the community. If we join our efforts, we could preserve MUGEN forever!!

Sept 2013 Stats: 5135 files in 222 categories - 60,167 unique visitors, 292.24GB of bandwidth
And still no ad! :sugoi:

If you have a copy of Fighter Factory 3 Linux, pm me, you will be rewarded, thanks