Author Topic: Map won't work?  (Read 1965 times)

I made a map with the folder name of: Map_Petesisland
But when I try and play on that map on blockland it just says "Loading Mission" for a while...
It has everything in the folder:
Petesisland.mis
Petesisland.png
Petesisland.ter
Petesisland.txt
Is there anything im missing?
« Last Edit: July 04, 2010, 03:01:02 PM by sniper pete »

Attach the .mis file so we can see if it has errors.


You changed the
Code: [Select]
scriptObject(MissionInfo)For
Code: [Select]
scriptObject(Pete's island)^Which is not a "scriptObject"
That means the name of the map is still flatlands.

Code: [Select]
materialList = "base/data/skies/sky1/sky37.rwx";.rwx files aren't skyboxes, .dml is a skybox file.

Code: [Select]
./Pete\'s Island.terTerrain name is forgeted up. You should try.
Code: [Select]
./peteisland.ter
Quote
don't forget to rename the .ter file too.

NINJAEDIT:

what is this
Code: [Select]
   };
   new ScriptObject(NewChatSO) {
         lineTime = "6500";
         size = "1000";
         time1 = "2735060";
         displaySchedule = "7910";
         line0 = "<spush><bitmap:base/client/ui/ci/skull> Pete<spop>";
         time2 = "2884879";
         maxLines = "8";
         time0 = "68900";
         line2 = "<spush><bitmap:base/client/ui/ci/skull> Pete<spop>";
         line1 = "<spush><bitmap:base/client/ui/ci/skull> Pete<spop>";
         pageUpEnd = "-1";
         tail = "0";
         head = "3";
         textObj = "5510";
   };
?

You changed the
Code: [Select]
scriptObject(MissionInfo)For
Code: [Select]
scriptObject(Pete's island)^Which is not a "scriptObject"
That means the name of the map is still flatlands.

Code: [Select]
materialList = "base/data/skies/sky1/sky37.rwx";.rwx files aren't skyboxes, .dml is a skybox file.

Code: [Select]
./Pete\'s Island.terTerrain name is forgeted up. You should try.
Code: [Select]
./peteisland.ter
NINJAEDIT:

what is this
Code: [Select]
   };
   new ScriptObject(NewChatSO) {
         lineTime = "6500";
         size = "1000";
         time1 = "2735060";
         displaySchedule = "7910";
         line0 = "<spush><bitmap:base/client/ui/ci/skull> Pete<spop>";
         time2 = "2884879";
         maxLines = "8";
         time0 = "68900";
         line2 = "<spush><bitmap:base/client/ui/ci/skull> Pete<spop>";
         line1 = "<spush><bitmap:base/client/ui/ci/skull> Pete<spop>";
         pageUpEnd = "-1";
         tail = "0";
         head = "3";
         textObj = "5510";
   };
?
I have no Idea what that is, could you send me a fixed version of the script?

I have no Idea what that is.
Then you shouldn't be making maps until you find out. :cookieMonster:

At first I saw "snakeland".

Then you shouldn't be making maps until you find out. :cookieMonster:

I have other maps, that work, its just this map in particular... I have no idea how this happend, I guess I just made
the map wrong...?