Author Topic: Help pls  (Read 1221 times)

I need help on when u finish a map u save but when i saved and then restarted Blockland to restart the server I found the name of my map was The Slopes (it was made in the slopes) and I named it something else and ya

Open the save's .mis with notepad
Blockland\base\data\missions

and then change

   new ScriptObject(MissionInfo) {
         desc1 = "Author: Eric Hartman"; <- guess
         descLines = "2";
         previewImage = "base/data/missions/kitchen"; <- the loading image
         desc0 = "Name: Kitchen"; <-map name
         name = "Kitchen"; <- map name
         saveName = "Kitchen"; <- folder it saves to

to whatever u want:D