LordoftheMarbles wrote: A: How do I re-assign a difficulty and order to a level (as in, how would I change "Leap of Faith" from the 4th advanced level to maybe the 2nd Intermediate Level)?
Go into which ever mission you want to reassign the difficulty and order of using the level editor. From there, click on
Window in the top left, followed by
World Editor Creator (You can simply press F4 if you're lazy like everyone else). After that, go to the top right and click on the plus symbol next to
Mission Group - Sim Group. To open the level settings, click on
Mission Info - Script Object. Go back to
Window in the top left and click on
World Editor Inspector. You should have something on the right of your screen that looks like
this.
You'll see that there are two fields on the bottom that are designed specifically for the level's difficulty and placement in its difficulty. To set the difficulty, change the text in the box next to
type to one of four things: "beginner", "intermediate", "advanced", or "custom". (Without the quotes.) To set the placement of the level, change the text in the box next to
level to any number. Make sure you move the mission files and their image files into their respected categories.
LordoftheMarbles wrote: How do I change the name of the game both in the files and on the title screen
I don't really understand what you mean by either of these terms. My best guess for "title screen" is
this.
If that's what you're talking about, I am sorry to say that that's not just text. It's actually a texture, or an image in a more simpler term, that you have to redesign entirely if you want to have it say something different. That image is called
title.jpg, and it's stored in
marble/client/ui.
LordoftheMarbles wrote: How do I remove a level from the game? (I think "Tornado Alley" is far too easy for the intermediate levels and rendered obsolete for the beginner levels by the harder "Tornado Bowl", and there are some levels which I see as just clones of each other)
Simply delete the .mis (mission file) and .jpg/png file that goes along with whichever level you want to remove. Mission files and their image files are stored in
marble/data/missions followed by their respective category.
LordoftheMarbles wrote: How do I change the name of a difficulty group of levels ("Intermediate" to "Progressing")
I'm honestly not sure about this. My best guess is that it's the same situation as your second question.
LordoftheMarbles wrote: How do I change the soundtrack and sound effects?
All of the sound files, including the music files, are stored in
marble/data/sound, and note that sounds are
.wav files and songs are
.ogg files. To replace sound effects, make a custom sound and name it the same thing as the file of the sound you want to replace. For example, if you make a custom sound for the noise you get when you collect a gem, you would name it "gotGem.wav" and replace the old/default sound.