Archive > Mapping Help
Need some help with saving...
<< < (2/3) > >>
Wedge:
If you load bedroom, open the mission editor, click load mission, and then load your map, does it load? If it doesn't, I'm guessing your save got corrupted.

Do you know how to change the author and name lines for a map?
HiHi98256:
Ok, it appears in the folder, but not when I go to the level select. Also, I used Kitchen, not Bedroom.

Now, I made a map named TEST in the slopes, and that saved, I can choose it when I select a level. But since then I couldn't.

And when I go into the kitchen, open the editor and choose load map, all the levels are there including TEST, but not the one I'm working on.

Also, no, I don't know how.
Wedge:
Open up yourmission.mis in notepad.

Change this:


--- Code: ---   new ScriptObject(MissionInfo) {
         desc1 = "Author: Eric Hartman";
         descLines = "2";
         previewImage = "base/data/missions/kitchen";
         desc0 = "Name: Kitchen";
         name = "Kitchen";
         saveName = "Kitchen";
--- End code ---

To this:


--- Code: ---   new ScriptObject(MissionInfo) {
         desc1 = "Author: Yourname";
         descLines = "2";
         previewImage = "base/data/missions/kitchen";
         desc0 = "Name: Yourmap";
         name = "Yourmap";
         saveName = "Yourmap";
--- End code ---

and save it.
HiHi98256:
I did that, but it's still not there.

All right, after making my map, while I was still in F11, I went to that thing that has the name and author like the tutorials say, and change them, so that wasn't the problem. Then I saved it, but it wasn't there.

Keep in mind I'm not trying to recover my lost map, I just want to be able to save a new one.
Packer:
File/Save Mission? It should save unless you quit the map and lost what you changed.
Navigation
Message Index
Next page
Previous page

Go to full version