Poll

How much of use is this?

Useful
5 (38.5%)
Helpful
3 (23.1%)
Not useful
5 (38.5%)

Total Members Voted: 1

Author Topic: How To: Make a New Mission  (Read 1757 times)

First download this: Link
Then Extract that to your Blockland Folder the one with Blockland.exe.

Setting the Mis up:
Now go into your missions folder, Blockland/base/data/missions/
You should see 2 mymap's, rename them to your new map name and make sure you name both of them. e.g. Fridge
Now open yourname.mis with notepad, you should see this:
Code: [Select]
   new ScriptObject(MissionInfo) {
         name = "Base level";
         desc0 = "Flat level";
   };
We need to change it to this: (Note this is an example of my map and names, you need to change it to your own)
Code: [Select]
   new ScriptObject(MissionInfo) {
         saveName = "Sewers";
         desc1 = "Author: Packer";
         previewImage = "base/data/missions/sewers";
         descLines = "2";
         name = "Sewers";
         desc0 = "Name: Sewers";
   };
Now simply just copy and paste that in the place of the old one, also rename every thing to your map name and put your name in Author. Then Goto File/save then you can exit notepad.

Part 2 Coming soon.

You can't have parts to a tutorial, thats like releasing different parts of a RAR every week :D

You can't have parts to a tutorial, thats like releasing different parts of a RAR every week :D
Oh well I thought I mite just get the first part out for people who can map but suck with the .mis.


Kungfu-Ninja

  • Guest
Is pt 2 ever coming?

Is pt 2 ever coming?
To Be Continued!? I dunno when I get around to it, lately I've been working my ass off getting In-game music and Player Selection working on my Game... Which still isn't done D=
http://bad-fur-day.pack-er.com/


Edit: Also if you ever see coming soon from me... Its never soon.
« Last Edit: October 01, 2007, 08:09:29 AM by Packer »