Graal Forums

Graal Forums (https://forums.graalonline.com/forums/index.php)
-   PlayerWorlds Main Forum (https://forums.graalonline.com/forums/forumdisplay.php?f=15)
-   -   map (https://forums.graalonline.com/forums/showthread.php?t=60189)

excaliber7388 07-27-2005 03:25 AM

map
 
It's gonna sound dumb...but I'm having trouble with the map. I don't want a script of it, just an explination, just say where i should put certain data. And how i could create a map and mini map, without too much work. :\ Thanks!

excaliber7388 08-06-2005 02:14 AM

ok i should explain more, i did not use the level generator to make my server, how should i work the script to use an image i made work as the map?

Bl0nkt 08-06-2005 02:44 AM

I believe you need a Gmap.

excaliber7388 08-06-2005 02:53 AM

i could also make an image, but i need to know exactly how to use the script, how to make your persons head appear in the right spot, i can easily set it up, but i cant make it have a 'you are here' head above your possition, thats all i need help with :\

Lance 08-06-2005 03:03 AM

http://forums.graal2001.com/forums/s...threadid=35370

excaliber7388 08-06-2005 03:08 AM

didn't help much if i cant find out here i'll go and ask support, but i kbnow some one out there knows and could help :D plzz?

UberModeKappa 08-06-2005 03:22 AM

Quote:

Originally Posted by excaliber7388
didn't help much if i cant find out here i'll go and ask support, but i kbnow some one out there knows and could help :D plzz?

Make This

Map tutorial

-The text file
You will need a text file with the levels ordered in it.
For example, name the file "bigmap.txt"
So, you open it, and write levels in it. You have a 4x4 map (4 by 4 levels). The levels are listed like this:
-----------------------------------
"mylevel_a-1.nw","mylevel_b-1.nw"
"mylevel_a-2.nw","mylevel_b-2.nw"
-----------------------------------
With the quotations.
That tells the graal.exe how to read your levels when you choose to generate a map.

then do this

-The Levels
Okay! We've written the text file, now to make the levels (and link them [not explained... I hope you have enough sense to figure it out!])
Make four levels, and name them

mylevel_a-1.nw
mylevel_b-1.nw
mylevel_a-2.nw
mylevel_b-2.nw

and place them in the same folder as the text file.
link them as needed.

Now, in Level-editting mode (f4) open the first level on your map press "M" and it will ask you if you want to generate a map. Select "yes" or "ok" or whatever, and it will eventually finish with an image asking to be named, sort of. Go to the folder that your levels and .txt are in, and save it. Boom, you have a map image.

To get your map and all the levels to link together, put the script

NPC Code:

setmap mapname.png,bigmap.txt,30,60;

excaliber7388 08-06-2005 04:21 AM

and it won't matter that i didn't use the level maker?

NefariousPK 08-06-2005 04:31 AM

Quote:

Originally Posted by UberModeKappa
Make This
NPC Code:

setmap mapname.png,bigmap.txt,30,60;


in the first level? or all?

UberModeKappa 08-06-2005 05:07 AM

Quote:

Originally Posted by excaliber7388
and it won't matter that i didn't use the level maker?

Nope

Quote:

Originally Posted by NefariousPK
in the first level? or all?

It would help if it was used each time the player is online rather than putting it in every level.


All times are GMT +2. The time now is 04:04 AM.

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