Game Development Community

Start Over

by Joel Hartmann · in Marble Blast · 05/15/2005 (2:32 am) · 3 replies

I have recently finished MBG and I want to start afresh without all the levels. I want the challenge of beating the times again..... how do i go about doing this?

About the author

Recent Threads


#1
05/16/2005 (4:55 am)
Never mind - i just uninstalled, then reinstalled it.... but i lost all my times :(
#2
05/23/2005 (12:16 pm)
Ach, you'd have to go in and change all of the level counters back to 1 by hand in the scripts if you wanted to do this without blasting your times as well. Unfortunately it sounds like it is too late.
#3
06/04/2005 (1:41 pm)
To do this go to marble/client. Choose prefs.cs (.cs is a text file) and scroll down until you get to a line like

QualifiedLevelBeginner = 24
QualifiedLevelCustom = 1000
QualifiedLevelIntermediate = 24
QualifiedLevelAdvanced = 52

Change the 24, 1 000, 24 and 52 to the ones you want to be qualified for.

For example, if I wanted to be qualified right up to Acrobat, I would type in 31 in the Advanced line.

It's easy-peasy-lemon-squeezy.

Thanks

The MarbleMan
**************