Graal Forums

Graal Forums (https://forums.graalonline.com/forums/index.php)
-   Level Design (https://forums.graalonline.com/forums/forumdisplay.php?f=6)
-   -   Maps (https://forums.graalonline.com/forums/showthread.php?t=30133)

RiViR 05-27-2002 01:20 AM

Maps
 
Hello!
My team of NATs, LATs, and GATs are all stumpded on the "m" button mapmaking tool in the editor! How is this supposed to work!:confused:

RavenTelvecho 05-27-2002 01:31 AM

OKAY NOW!
you make a txt with all ur lvs and how the rows are setup
then you open a lv from the overworld with the txt in the same dir!
then u press M in editing mode
and it tells u this will take a lil time and u click ok
then it will go through all your lvs and then! it will finish and ask for a map name! u put <urpwname.png>,
THEN!!!@!!@#%
you open a lv in the overworld and put
NPC Code:

setmap <yourpwname.png>,bigmap.txt,x,y;


THERE U GO SON!!!!!!!!!!!! w00t w00t o.O

RiViR 05-27-2002 01:49 AM

wow, thx!

RiViR 05-27-2002 01:59 AM

ok, it didnt work
can you explain it btr and maybe put up an example?

kevy 05-28-2002 06:50 PM

that last reply will make one guy real pisssed

AlexH 05-28-2002 06:58 PM

Make a text file like so

"level1.nw","level2.nw"
"level3.nw","level4.nw"
"level5.nw","level6.nw"

Use your level names though.

Save that in your graal maps folder.

Open up a level thats on the map and put an NPC with this script

if (playerenters) {
setmap map.png.yourmap.txt,playerx,playery
}

Then press M while still in the editor.
Click Ok then it should run through all the levels in the map text file.
A window pops up asking you to save it.
Save it in your graal maps folder.

In the script now change the map.png to whatever your map name is.

Voila, your done.

RiViR 05-28-2002 08:29 PM

hmm, ok


All times are GMT +2. The time now is 12:44 PM.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
Copyright (C) 1998-2019 Toonslab All Rights Reserved.