Game Development Community

A few questions...

by marblewiz001 · in Marble Blast · 06/26/2006 (7:09 am) · 14 replies

I have a few questions...

1. How do you give a name to a level?
2. How do you set gold times and qualifying times?

More coming soon as I think of them...

Thanks!
-marblewiz001

#1
06/26/2006 (7:15 am)
Go into the .mis file and where it says name =""; change the stuff in the two ""ot whatever you want.
#2
06/26/2006 (7:16 am)
Is this done in QuArK?
#3
06/26/2006 (7:18 am)
No,after you edited or made the level, go into marble-data-missions-custom and double click the file for your level.
#4
06/26/2006 (7:20 am)
If you're on a mac click on marble blast and choose show package contents then go into marble-data-missions-custom, if your on a windows i can't help you.
#5
06/26/2006 (7:20 am)
What program does it open?
#6
06/26/2006 (7:21 am)
No, I'm on a Windows.
#7
06/26/2006 (7:22 am)
Windows it should open word, i think...
#8
06/26/2006 (7:23 am)
Qualify/goldtime- see this thread near the bottom http://www.garagegames.com/mg/forums/result.thread.php?qt=46608
#9
06/26/2006 (7:23 am)
No, I'm on a Windows.
#10
06/26/2006 (7:24 am)
Then make it open word. I think the file is in like program files or sumthing then marbleblast-data-missions-custom. Don't rely on that I'm just guessing cause i have a mac.
#11
06/26/2006 (7:29 am)
Any more questions?
#12
06/26/2006 (9:39 am)
NOTEPAD
#13
06/26/2006 (4:51 pm)
NOTEPAD is used :)

name of level:

name = "";

gold time:

goldTime = "";

qualify time:

time = "";
#14
06/27/2006 (1:24 am)
Just right click, and select open with. Then scroll down the list until you find Microsoft Word, Notepad, or Wordpad. Select one of them, then click open with. There should be a bunch of code. At the top there should be things like what Matan said, just change the values to whatever you like. goldTime and time are numbers, in the range of milliseconds. So 30 seconds should be 30000. I think.