View Single Post

Old 07-13-2006, 08:08 PM   #4
cpubasic13
Wriggle Buggle
 
cpubasic13's Avatar
 
cpubasic13 is offline
Join Date: Jun 2006
Location: Citra, FL
Posts: 604
Marketplace Rating: 0
Tokens: 235.84
Bank: 137,340,906.58
Total Tokens: 137,341,142.42
Donate Tokens
Send a message via PM  to cpubasic13
Default

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.
__________________
  Reply With Quote