Graal Forums

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

ToNy_W 04-02-2007 01:18 AM

Evil Gmap
 
Ok, I tried creating a Gmap for my server but i'm having troubles; I can warp on the levels of the gmap with the warpto command and the x,y positions on the gmap, the level warps all work correctly, but I can't see the other levels around the one i'm on... I have to warp to see them...

My test Gmap is named Alpha.gmap and contains this text:

GRMAP001
WIDTH 7
HEIGHT 7
LEVELNAMES
"Alpha_a1.nw","Alpha_b1.nw","Alpha_c1.nw","Alpha_d 1.nw","Alpha_e1.nw","Alpha_f1.nw","Alpha_g1.nw"
"Alpha_a2.nw","Alpha_b2.nw","Alpha_c2.nw","Alpha_d 2.nw","Alpha_e2.nw","Alpha_f2.nw","Alpha_g2.nw"
"Alpha_a3.nw","Alpha_b3.nw","Alpha_c3.nw","Alpha_d 3.nw","Alpha_e3.nw","Alpha_f3.nw","Alpha_g3.nw"
"Alpha_a4.nw","Alpha_b4.nw","Alpha_c4.nw","Alpha_d 4.nw","Alpha_e4.nw","Alpha_f4.nw","Alpha_g4.nw"
"Alpha_a5.nw","Alpha_b5.nw","Alpha_c5.nw","Alpha_d 5.nw","Alpha_e5.nw","Alpha_f5.nw","Alpha_g5.nw"
"Alpha_a6.nw","Alpha_b6.nw","Alpha_c6.nw","Alpha_d 6.nw","Alpha_e6.nw","Alpha_f6.nw","Alpha_g6.nw"
"Alpha_a7.nw","Alpha_b7.nw","Alpha_c7.nw","Alpha_d 7.nw","Alpha_e7.nw","Alpha_f7.nw","Alpha_g7.nw"
LEVELNAMESEND

All the levels and the gmap are in the levels folder and i have these lines in my folder config:

file *.gmap
level *.gmap
level *.nw

I also added the gmap to server options:
gmaps=Alpha

I've already tried restarting the gserver but it's not fixing it x-x
Am i forgetting something :confused:

DustyPorViva 04-02-2007 01:25 AM

you have to load the map.

loadmap yourgmapfile(without the .gmap);

ToNy_W 04-02-2007 01:26 AM

Oh, i tried that too...
loadmap("Alpha");
in a weapon clientside script...
and the wiki says you don,t have to :o!

smirt362 04-02-2007 01:33 AM

If it's on a server, I think you just add it to the server options under "gmaps="

ToNy_W 04-02-2007 01:37 AM

hmm yeah, that's what i'm doing on the server right now, but it's still not working x_x

ToNy_W 04-03-2007 11:46 PM

Arg, help!

Rapidwolve 04-04-2007 12:12 AM

You need to add the commas on the gmap line in the server options.
PHP Code:

gmaps=,Alpha

And also you dont have *.nw as a file do this
PHP Code:

file *.gmap
file 
*.nw
level 
*.gmap
level 
*.nw 


ToNy_W 04-04-2007 02:28 AM

added file *.nw and commas in server options and then restarted graal server, and its still not working x-x!

Angel_Light 04-04-2007 03:40 AM

instead of warping to the levels warp to the gmap warpto 30 30 alpha.gmap

ToNy_W 04-04-2007 05:44 AM

that's what i do :p

warpto 100 100 alpha.gmap works.

in player attributes i see "Alpha.gmap" as level, but i see level coordinates, not gmap coordinates...

TheJames 04-04-2007 06:48 AM

Hey Tony! :)

Okay make sure your levels folder is loading properly. Also, make sure in Folder Config, that level .nw AND level .gmap, file .gmap are under levels.

My word of advice, make a whole new folder called 'overworld' under the levels folder category.. Put it in there with the .gmap file. The green looking level that has all the coordinates... Make sure there is 'level .gmap' 'level .nw' also, put 'file level .nw' 'file .gmap'

In server ops. gmaps=gmapname,gmapname.gmap

Also, go into Graal2001 Levels>Maps> or It might be Graal2001>Maps. Delete the old overworld maps that were on their, and the current ones.

Make sure you have loadmap Mapname.gmap; and loadmap mapname; Convert that to GS2 :P

Also in the tileset script put the same loadmap commands.

Another thing. Ctrl+c to all the things in the Folder Config, then re-set the Folder Config, Shutdown NPC Server, Wait like 5-10 seconds.. Start the server. Put everything back. Then Shutdown Server, reload server

Now, if all this doesn't work. You might want to re-name the gmap and make a new one..

If all this put together doesn't work. Tell me world name and i'll log on and fix it.

Chompy 04-04-2007 10:20 AM

"/updatelevel Alpha.gmap" on rc, try that

Or try what James said :p

ToNy_W 04-04-2007 05:39 PM

Nope...still not fixed x-x

and stop telling me to use loadmap, the wiki says i don't have to :(


All times are GMT +2. The time now is 07:10 PM.

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