Graal Forums

Graal Forums (https://forums.graalonline.com/forums/index.php)
-   Level Design (https://forums.graalonline.com/forums/forumdisplay.php?f=6)
-   -   How do i add map? (https://forums.graalonline.com/forums/showthread.php?t=40387)

Gangster88 11-17-2002 02:51 AM

How do i add map?
 
how do if i have a map make it so it shows when you press M

Spark910 11-17-2002 03:06 AM

If you have a map image already made.....

setmap imagename,Level TXT,offsetX,offsetY;
setminimap imagename,Level TXT,offsetX,offsetY;

Either in created/playerenters or maybe with flags and timeouts if you were going to have more than one map.

Use one or the other or both! And for the level TXT you need to list all the levels you want in the way they appear eg...

Level 1 > Level 2
Level 3 > Level 4

"level1.graal","level2.graal"
"level3.graal","level4.graal"

Gaps in levels can be made with: "_______" (Without _ ) lots of spaces dont work on forums. So for eg:

"level1.graal","level2.graal","level3.graal"
"level4.graal","level5.graal","level6.graal"
"_________","_________","level7.graal"
"level8.graal","level9.graal","level10.graal"

(Once again without _'s)


Make sure ALL levels are linked correctly and only list the ones you want on the map else it may mess up. Also dont miss any out!

If you need an Image open on of the levels in Level Editor and press M (Dont know if this works as I have never made one that way before)

Gangster88 11-17-2002 03:17 AM

Thanks alot :)

Spark910 11-17-2002 03:28 AM

No problem. I like posting on the level forums, there are always lots to posts about instead of just short line comments!


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

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