Archive > Mapping Help

How i can make new map (from start to finish)

Pages: << < (2/5) > >>

Anti-Cop:

I am going to commit Self Delete if someone else doesn't help me explain this.


The name and description are accessed through the World Inspector, and are under something like Mission Script.

MetalComanderX5:

Thank you...  wait an sec... the photo i put it two?

yuki:

Do you speak english? No, you name the photo the same as the mission, and save it to the same spot as the mission.

Packer:

When you've made the Level etc then saved as Yourmap go into base/data/missions/ then open yourmap.mis with Note pad then Change the stuff in there.

You should see some thing like this:

--- Code: ---   new ScriptObject(MissionInfo) {
         desc0 = "Name: Bedroom";
         name = "Bedroom";
         previewImage = "base/data/missions/bedroom";
         desc1 = "Author: Your Name";
         descLines = "2";
         saveName = "Bedroom";
   };
--- End code ---
If it looks like this:

--- Code: ---   new ScriptObject(MissionInfo) {
         name = "Bedroom";
bitmap = "bedroom";
         desc0 = "If it doesnt load, get the new version here: \n http://filebox.vt.edu/users/ehartman/";
         descLines = "2";
--- End code ---
Change it to the First one then rename all the files etc so the at the end it should look like this:

--- Code: ---   new ScriptObject(MissionInfo) {
         desc0 = "Name: The Map";
         name = "The Map";
         previewImage = "base/data/missions/Themap";
         desc1 = "Author: Your Name";
         descLines = "2";
         saveName = "TheMap";
   };
--- End code ---


MetalComanderX5:

thx

Pages: << < (2/5) > >>

Go to full version