Quote:
|
Originally Posted by Dream Traveler Klonoa How do I deactivate the Solo 6-panel game play option? |
That'll have to do with metrics. Go to the metrics and scroll down to ScreenSelectStyle. Where it says this:
Code:
[ScreenSelectStyle]
Fallback=ScreenWithMenuElements
ChoiceNames=1,2,3,4,5
# The "name" here affects the announcer, eg. "ScreenSelectStyle comment single".
Choice1=Style,single;name,single
Choice2=Style,versus;name,versus
Choice3=Style,couple;name,couple
Choice4=Style,double;name,double
Choice5=Style,solo;name,solo
remove from ChoiceNames number 5. Then as a safety precaution (I usually do) put a // in front of Choice 5. Then to not have it shown in StepMania (as in, not show Solo) scroll down a bit untill you see:
Code:
Icon5X=380
Icon5Y=84
Icon5OnCommand=addx,-640;sleep,0.00;decelerate,0.3;addx,640
Icon5OffCommand=bouncebegin,0.5;zoomy,0
Change Icon5X and Icon5Y to 999 and then on the OnCommand, change it all to "hidden,1" and remove the commands for OffCommand.
If done correctly, its gone. Also, you just learned a bit of theming while you are at it.
