Graal Forums  

Go Back   Graal Forums > Development Forums > Level Design
FAQ Members List Calendar Today's Posts

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 04-02-2007, 01:18 AM
ToNy_W ToNy_W is offline
Registered User
Join Date: Aug 2003
Location: Quebec
Posts: 130
ToNy_W is on a distinguished road
Send a message via AIM to ToNy_W
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
Reply With Quote
  #2  
Old 04-02-2007, 01:25 AM
DustyPorViva DustyPorViva is offline
Will work for food. Maybe
DustyPorViva's Avatar
Join Date: Sep 2003
Location: Maryland, USA
Posts: 9,589
DustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond repute
Send a message via AIM to DustyPorViva Send a message via MSN to DustyPorViva
you have to load the map.

loadmap yourgmapfile(without the .gmap);
Reply With Quote
  #3  
Old 04-02-2007, 01:26 AM
ToNy_W ToNy_W is offline
Registered User
Join Date: Aug 2003
Location: Quebec
Posts: 130
ToNy_W is on a distinguished road
Send a message via AIM to ToNy_W
Oh, i tried that too...
loadmap("Alpha");
in a weapon clientside script...
and the wiki says you don,t have to :o!
Reply With Quote
  #4  
Old 04-02-2007, 01:33 AM
smirt362 smirt362 is offline
Tee Hee
smirt362's Avatar
Join Date: Feb 2005
Location: Texas
Posts: 2,101
smirt362 has a brilliant futuresmirt362 has a brilliant futuresmirt362 has a brilliant futuresmirt362 has a brilliant futuresmirt362 has a brilliant futuresmirt362 has a brilliant futuresmirt362 has a brilliant future
Send a message via AIM to smirt362 Send a message via MSN to smirt362
If it's on a server, I think you just add it to the server options under "gmaps="
__________________

Don Hertzfeldt <3
Reply With Quote
  #5  
Old 04-02-2007, 01:37 AM
ToNy_W ToNy_W is offline
Registered User
Join Date: Aug 2003
Location: Quebec
Posts: 130
ToNy_W is on a distinguished road
Send a message via AIM to ToNy_W
hmm yeah, that's what i'm doing on the server right now, but it's still not working
Reply With Quote
  #6  
Old 04-03-2007, 11:46 PM
ToNy_W ToNy_W is offline
Registered User
Join Date: Aug 2003
Location: Quebec
Posts: 130
ToNy_W is on a distinguished road
Send a message via AIM to ToNy_W
Arg, help!
Reply With Quote
  #7  
Old 04-04-2007, 12:12 AM
Rapidwolve Rapidwolve is offline
Registered User
Join Date: Jul 2006
Posts: 1,241
Rapidwolve is an unknown quantity at this point
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 
Reply With Quote
  #8  
Old 04-04-2007, 02:28 AM
ToNy_W ToNy_W is offline
Registered User
Join Date: Aug 2003
Location: Quebec
Posts: 130
ToNy_W is on a distinguished road
Send a message via AIM to ToNy_W
added file *.nw and commas in server options and then restarted graal server, and its still not working x-x!
Reply With Quote
  #9  
Old 04-04-2007, 03:40 AM
Angel_Light Angel_Light is offline
Varia Developer
Angel_Light's Avatar
Join Date: Nov 2005
Location: Knoxville, TN
Posts: 1,684
Angel_Light is on a distinguished road
Send a message via AIM to Angel_Light Send a message via MSN to Angel_Light
instead of warping to the levels warp to the gmap warpto 30 30 alpha.gmap
__________________
Deep into the Darkness peering...
Reply With Quote
  #10  
Old 04-04-2007, 05:44 AM
ToNy_W ToNy_W is offline
Registered User
Join Date: Aug 2003
Location: Quebec
Posts: 130
ToNy_W is on a distinguished road
Send a message via AIM to ToNy_W
that's what i do

warpto 100 100 alpha.gmap works.

in player attributes i see "Alpha.gmap" as level, but i see level coordinates, not gmap coordinates...
Reply With Quote
  #11  
Old 04-04-2007, 06:48 AM
TheJames TheJames is offline
Atrius Manager
TheJames's Avatar
Join Date: Dec 2004
Posts: 581
TheJames can only hope to improve
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.
__________________
Contact me on Skype: "skype.sam.lorenz"

James,
Manager of Atrius
Reply With Quote
  #12  
Old 04-04-2007, 10:20 AM
Chompy Chompy is offline
¯\(º_o)/¯
Chompy's Avatar
Join Date: Sep 2006
Location: Norway
Posts: 2,815
Chompy is just really niceChompy is just really niceChompy is just really nice
Send a message via MSN to Chompy
"/updatelevel Alpha.gmap" on rc, try that

Or try what James said
__________________
Reply With Quote
  #13  
Old 04-04-2007, 05:39 PM
ToNy_W ToNy_W is offline
Registered User
Join Date: Aug 2003
Location: Quebec
Posts: 130
ToNy_W is on a distinguished road
Send a message via AIM to ToNy_W
Nope...still not fixed x-x

and stop telling me to use loadmap, the wiki says i don't have to
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 08:19 PM.


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