Author Topic: help with maps  (Read 1634 times)

ok im making maps and stuff i was wondering how do i change the picture thats there when it loads and where are my maps saved?

open up the files that are used for the map and look for the file that says something like screenshot/blabla bla and cange it to the pic you want

um hell no

listen to a real mapper like me man
Code: [Select]
   new ScriptObject(MissionInfo) {
         saveName = "SAVEFILENAME";
         previewImage = "base/data/missions/SCREENSHOT";
         name = "LEVEL NAME";
         descLines = "2";
         desc0 = "Name: LEVEL NAME";
         desc1 = "Author: AUTHOR";
   };

theres a script i have to edit?


where is that script in mission editor?

base/data/missions/SAVEDMAPNAME.mis


um hell no

listen to a real mapper like me man
Code: [Select]
   new ScriptObject(MissionInfo) {
         saveName = "SAVEFILENAME";
         previewImage = "base/data/missions/SCREENSHOT";
         name = "LEVEL NAME";
         descLines = "2";
         desc0 = "Name: LEVEL NAME";
         desc1 = "Author: AUTHOR";
   };

that's what i said. look for thing that said screenshot and change to pic you want. just wasn't very discriptive cuz i was in a hurry. sorry if i confused you.

its ok thanks for your help to