
10-30-2001, 08:22 AM
|
|
Banned
|
 |
Join Date: Jun 2001
Posts: 3,993
|
|
Re: Maps....
Quote:
Originally posted by royce
When I try to make a map when i open graal and go into it in the training mode and go into my level to edit..it takes 3 secs and saves a a big black image....but when i go into the folder which my levels are in and so open with...graal.exe and press m to load my map, it works....Why is that?
|
ok ... do this ... make a really big gif (about 1864x1864) and make it completely black ... Then save it in your 'graal2001/maps' folder as graalmap.gif. Next make a txt with all your levels and stuff, (a map) you should know how to do this and save it in your maps folder as whatever you want as a txt. Then put a npc in one of the levels found on your map and include this in it:
NPC Code:
NPC Code:
if (created) {
setmap graalmap.gif,mapname.txt,1,1;
}
After you have done that play the level then press 'f4' then once in editor press 'm' and go through the process finally save the image and voila. If you followed me correctly you should have a map.
|
|
|
|