Allowselect Glitch?

PS_VITA

Active member
Hi guys,

if I launch the mod I'm using and I go into training I can select all 8 characters in the game(as intended). But if I select story mode where I can only select 4 characters (as intended) and launch st1, exit and go back to training I can no longer select all 8 characters but only the 4 characters from story mode.

Why is it that the allowselect rule I applied to stage 1 is inherited towards the training stage afterwards?
 
@PS_VITA,

Please post samples of the allow select and tell us exactly how you have it set up.
Thanks for your interest in my topic.
Below are the the settings for both the stage 1 and training stage.



stage1.txt

settime 0
notime 1
music. Data/music/stage1.ogg
maxfallspeed -500
panel data/levels/stage1/st1.png
allowselect Kyo Joe Terry Blue
order
direction both
nojoin 1

‐--‐-----------------‐----------------------------------
training.txt

settime 0
notime 1
music. Data/music/training.ogg
maxfallspeed -500
panel data/levels/training/training.png
order
direction both
nojoin 1
 
Hi,

I managed to fix the issue by adding skipselect
select data/newselect.txt

apparently it must be added to all modes available in order to avoid the issue in the OP?
 
Last edited:
Back
Top Bottom