Graal Forums

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

Frieza 03-31-2008 02:18 AM

GMAP Trouble
 
Got some trouble trying to make a simple GMAP using 3 x 3, first time making a gmap, but it seemed simple, I got all the warpers right. And here is the GMAP Document itself.

These are the level names:
zone_showdown-spardesear-a1.nw
zone_showdown-spardesear-a2.nw
zone_showdown-spardesear-a3.nw
zone_showdown-spardesear-b1.nw
zone_showdown-spardesear-b2.nw
zone_showdown-spardesear-b3.nw
zone_showdown-spardesear-c1.nw
zone_showdown-spardesear-c2.nw
zone_showdown-spardesear-c3.nw

Here is what the gmap document says:
GRMAP001
WIDTH 3
HEIGHT 3
LEVELNAMES
"zone_showdown-desearspar-a1.nw","zone_showdown-desearspar-a2.nw","zone_showdown-desearspar-a3.nw"
"zone_showdown-desearspar-b1.nw","zone_showdown-desearspar-b2.nw","zone_showdown-desearspar-b3.nw"
"zone_showdown-desearspar-c1.nw","zone_showdown-desearspar-c2.nw","zone_showdown-desearspar-c3.nw"
LEVELNAMESEND


Would like some help, want to know if I did something wrong or forgot something or... yeah thats mostly it.

cbk1994 03-31-2008 02:26 AM

Did you use one of the generators?

How are you uploading it to the server?

Frieza 03-31-2008 02:28 AM

1 Attachment(s)
Quote:

Originally Posted by cbkbud (Post 1383305)
Did you use one of the generators?

How are you uploading it to the server?

No Generators.

I am uploading it to a personal folder entitled "desear". I need to put "desear" somewhere in each one of my levels thats why my name is in all of 'em.

Here is the literal document.

Edit: Also have heard something about Server Options don't know if that will effect it.

Twinny 03-31-2008 03:41 AM

Use the /find function on RC and see if all the files are downloadable. If not, make sure you add the filetypes to the folder configurations. For server options, there is a

gmaps=mapone,maptwo

You add the map name without the .gmap extention. It can also be spread over multiple lines e.g.

gmaps=mapone,maptwo
gmaps=mapthree,mapfour

Imperialistic 03-31-2008 05:02 PM

Yeah what Twinny said, If you are uploading it to a server, it has to be in the server ops to see it as GMAP and not level by level.. If you are talking about offline:

"loadmap zone_showdown-spardesear-;"

That should work offline.

MysticalDragon 03-31-2008 05:08 PM

it would actually be loadmap zone_showdown-spardesear;

Can you be a little bit more specific on the issue. Whats Not working, Is the first layer of the gmap only appearing, can't see images on your gmap?, Gmap not loading at all!!! If you get a little bit more specific we can exclude some issues.

Imperialistic 03-31-2008 05:10 PM

MD, I believe zone_showdown-spardesear- will work as well.. It works for me fine.

Frieza 03-31-2008 09:37 PM

1 Attachment(s)
MysticalDragon: Won't load at all.

Also for the load script what do I do exactly? Just put the script in the first level? Or is it a certain level?

Here are the levels themselves along with the GMAP. Its just a simple Spar Level using the Showdown tileset, and put levels of water around it, its not completely done, level wise, gmap its all the levels there will be.

Imperialistic 03-31-2008 10:23 PM

Grab the NPC Man thing.
Put it in a level of the gmap.
This is what should be typed in the script.
PHP Code:

if (created){
loadmap zone_showdown-spardesear;


Then after that there should be this 4 pointed scroll bar. It will be blue.

And click and hold that and you should be able to freely move around
all the levels.

Frieza 03-31-2008 10:41 PM

Quote:

Originally Posted by Imperialistic (Post 1383408)
Grab the NPC Man thing.
Put it in a level of the gmap.
This is what should be typed in the script.
PHP Code:

if (created){
loadmap zone_showdown-spardesear;


Then after that there should be this 4 pointed scroll bar. It will be blue.

And click and hold that and you should be able to freely move around
all the levels.

I did that but no luck, won't affect it since I'm using a custom tileset will it?

Imperialistic 03-31-2008 10:43 PM

I have no clue dude. There must be something wrong with your editor.

Ravenblade1979 04-01-2008 03:25 AM

GRMAP001
WIDTH 3
HEIGHT 3
LEVELNAMES
"zone_showdown-desearspar-a1.nw","zone_showdown-desearspar-b1.nw","zone_showdown-desearspar-c1.nw"
"zone_showdown-desearspar-a2.nw","zone_showdown-desearspar-b2.nw","zone_showdown-desearspar-c2.nw"
"zone_showdown-desearspar-a3.nw","zone_showdown-desearspar-b3.nw","zone_showdown-desearspar-c3.nw"

don't group your level names together (a1,a2,a3)...should always be a1,b1,c1, then next line a2,b2,c2 etc etc.

pooper200000 04-01-2008 04:27 AM

For the loadgmaps.txt
Create a .txt document named loadgmaps.txt
Put this in it:
zone_showdown.gmap
Close it. Delete filenamecache (Just to be safe). Open the editor and you should be able to scroll throughout the gmap.

Frieza 04-01-2008 05:15 AM

1 Attachment(s)
I tried everything you guys said but it must be something I'm doing wrong on my part, here is a copy of "new" levels, nothing on them all I did was add warps, its a 2 x 2, and it won't work, download it and see if it works for you, and also check the txt to make sure its right.

[email protected] 04-01-2008 08:49 AM

PHP Code:

"new4.nw" "new1.nw" 
"new2.nw" "new3.nw" 

make it

PHP Code:

"new4.nw","new1.nw" 
"new2.nw"
,"new3.nw" 

also its
PHP Code:

loadmap new; 


cbk1994 04-01-2008 12:02 PM

Quote:

Originally Posted by [email protected] (Post 1383478)
PHP Code:

"new4.nw" "new1.nw" 
"new2.nw" "new3.nw" 

make it

PHP Code:

"new4.nw","new1.nw" 
"new2.nw"
,"new3.nw" 

also its
PHP Code:

loadmap new; 


Yes, Sidney is correct, but when online, place the gmap name (new) into the gmaps=

Frieza 04-01-2008 10:42 PM

Does not work for me. :( Can you download my files, and try it yourself and see if it works for you? If it does, then it might be me editor, I'l re-install it.

Imperialistic 04-02-2008 02:30 AM

Frieza, it sounds to me like you are having serious issues with this gmap. Maybe it would just be best if you had someone else create the gmap, and send it to you..

Frieza 04-02-2008 04:15 AM

Quote:

Originally Posted by Imperialistic (Post 1383606)
Frieza, it sounds to me like you are having serious issues with this gmap. Maybe it would just be best if you had someone else create the gmap, and send it to you..

Actually everything came together stupid mistakes by me were what was wrong. xD Mostly just names, I typed them up wrong. And some of the Advice given won't say which really messed me up, and was incorrect which I found out in the end.

Thank you all for the help.

Edit: On last question is their anything that needs to be changed when I upload this online?


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

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