Graal Forums  

Go Back   Graal Forums > General Forums > Graal Main Forum (English)
FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 08-30-2006, 08:26 PM
theHAWKER theHAWKER is offline
**FLIP OUT**
theHAWKER's Avatar
Join Date: Mar 2006
Location: canada, vancouver
Posts: 768
theHAWKER is an unknown quantity at this point
Gmaps....

How do you make a Gmap??!!
__________________
**FLIP OUT**
Reply With Quote
  #2  
Old 08-30-2006, 08:56 PM
zephirot zephirot is offline
Banned?
Join Date: Sep 2004
Location: Paris
Posts: 1,311
zephirot is a name known to allzephirot is a name known to allzephirot is a name known to all
Send a message via AIM to zephirot Send a message via MSN to zephirot
Search -> Gmap.
__________________

Quote:
Originally Posted by unixmad
Can you just shut up ?
MAGA
MFGA
MEGA
Reply With Quote
  #3  
Old 08-30-2006, 09:05 PM
Crono Crono is offline
:pluffy:
Join Date: Feb 2002
Location: Sweden
Posts: 20,000
Crono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond repute
Level Generator, which includes a pretty helpful .html document.

Read it and do it =]
__________________
Reply With Quote
  #4  
Old 08-30-2006, 11:43 PM
Skrobo2 Skrobo2 is offline
In the real world ogod.
Skrobo2's Avatar
Join Date: Dec 2005
Location: Refugio, Texas
Posts: 435
Skrobo2 is on a distinguished road
Or just create a new text document and save it with the .gmap extension.

NPC Code:

GRMAP001
WIDTH int
HEIGHT int
MINIMAPIMG image name
LEVELNAMES
levels as they should be linked (like a grid)
LEVELNAMESEND



Example (contents of Shangri-La's gmap):
NPC Code:

GRMAP001
WIDTH 11
HEIGHT 11
MINIMAPIMG s64map.png
LEVELNAMES
"mworlda1.nw","mworldb1.nw","mworldc1.nw","mworldd 1.nw","mworlde1.nw","mworldf1.nw","mworldg1.nw","m worldh1.nw","mworldi1.nw","mworldj1.nw","mworldk1. nw"
"mworlda2.nw","mworldb2.nw","mworldc2.nw","mworldd 2.nw","mworlde2.nw","mworldf2.nw","mworldg2.nw","m worldh2.nw","mworldi2.nw","mworldj2.nw","mworldk2. nw"
"mworlda3.nw","mworldb3.nw","mworldc3.nw","mworldd 3.nw","mworlde3.nw","mworldf3.nw","mworldg3.nw","m worldh3.nw","mworldi3.nw","mworldj3.nw","mworldk3. nw"
"mworlda4.nw","mworldb4.nw","mworldc4.nw","mworldd 4.nw","mworlde4.nw","mworldf4.nw","mworldg4.nw","m worldh4.nw","mworldi4.nw","mworldj4.nw","mworldk4. nw"
"mworlda5.nw","mworldb5.nw","mworldc5.nw","mworldd 5.nw","mworlde5.nw","mworldf5.nw","mworldg5.nw","m worldh5.nw","mworldi5.nw","mworldj5.nw","mworldk5. nw"
"mworlda6.nw","mworldb6.nw","mworldc6.nw","mworldd 6.nw","mworlde6.nw","mworldf6.nw","mworldg6.nw","m worldh6.nw","mworldi6.nw","mworldj6.nw","mworldk6. nw"
"mworlda7.nw","mworldb7.nw","mworldc7.nw","mworldd 7.nw","mworlde7.nw","mworldf7.nw","mworldg7.nw","m worldh7.nw","mworldi7.nw","mworldj7.nw","mworldk7. nw"
"mworlda8.nw","mworldb8.nw","mworldc8.nw","mworldd 8.nw","mworlde8.nw","mworldf8.nw","mworldg8.nw","m worldh8.nw","mworldi8.nw","mworldj8.nw","mworldk8. nw"
"mworlda9.nw","mworldb9.nw","mworldc9.nw","mworldd 9.nw","mworlde9.nw","mworldf9.nw","mworldg9.nw","m worldh9.nw","mworldi9.nw","mworldj9.nw","mworldk9. nw"
"mworlda10.nw","mworldb10.nw","mworldc10.nw","mwor ldd10.nw","mworlde10.nw","mworldf10.nw","mworldg10 .nw","mworldh10.nw","mworldi10.nw","mworldj10.nw", "mworldk10.nw"
"mworlda11.nw","mworldb11.nw","mworldc11.nw","mwor ldd11.nw","mworlde11.nw","mworldf11.nw","mworldg11 .nw","mworldh11.nw","mworldi11.nw","mworldj11.nw", "mworldk11.nw"
LEVELNAMESEND

__________________


Quote:
Originally Posted by Darlene159 View Post
I would rather have dead forums.
Reply With Quote
  #5  
Old 08-31-2006, 06:12 PM
theHAWKER theHAWKER is offline
**FLIP OUT**
theHAWKER's Avatar
Join Date: Mar 2006
Location: canada, vancouver
Posts: 768
theHAWKER is an unknown quantity at this point
Unhappy

Quote:
Originally Posted by Skrobo2
Or just create a new text document and save it with the .gmap extension.

NPC Code:

GRMAP001
WIDTH int
HEIGHT int
MINIMAPIMG image name
LEVELNAMES
levels as they should be linked (like a grid)
LEVELNAMESEND



Example (contents of Shangri-La's gmap):
NPC Code:

GRMAP001
WIDTH 11
HEIGHT 11
MINIMAPIMG s64map.png
LEVELNAMES
"mworlda1.nw","mworldb1.nw","mworldc1.nw","mworldd 1.nw","mworlde1.nw","mworldf1.nw","mworldg1.nw","m worldh1.nw","mworldi1.nw","mworldj1.nw","mworldk1. nw"
"mworlda2.nw","mworldb2.nw","mworldc2.nw","mworldd 2.nw","mworlde2.nw","mworldf2.nw","mworldg2.nw","m worldh2.nw","mworldi2.nw","mworldj2.nw","mworldk2. nw"
"mworlda3.nw","mworldb3.nw","mworldc3.nw","mworldd 3.nw","mworlde3.nw","mworldf3.nw","mworldg3.nw","m worldh3.nw","mworldi3.nw","mworldj3.nw","mworldk3. nw"
"mworlda4.nw","mworldb4.nw","mworldc4.nw","mworldd 4.nw","mworlde4.nw","mworldf4.nw","mworldg4.nw","m worldh4.nw","mworldi4.nw","mworldj4.nw","mworldk4. nw"
"mworlda5.nw","mworldb5.nw","mworldc5.nw","mworldd 5.nw","mworlde5.nw","mworldf5.nw","mworldg5.nw","m worldh5.nw","mworldi5.nw","mworldj5.nw","mworldk5. nw"
"mworlda6.nw","mworldb6.nw","mworldc6.nw","mworldd 6.nw","mworlde6.nw","mworldf6.nw","mworldg6.nw","m worldh6.nw","mworldi6.nw","mworldj6.nw","mworldk6. nw"
"mworlda7.nw","mworldb7.nw","mworldc7.nw","mworldd 7.nw","mworlde7.nw","mworldf7.nw","mworldg7.nw","m worldh7.nw","mworldi7.nw","mworldj7.nw","mworldk7. nw"
"mworlda8.nw","mworldb8.nw","mworldc8.nw","mworldd 8.nw","mworlde8.nw","mworldf8.nw","mworldg8.nw","m worldh8.nw","mworldi8.nw","mworldj8.nw","mworldk8. nw"
"mworlda9.nw","mworldb9.nw","mworldc9.nw","mworldd 9.nw","mworlde9.nw","mworldf9.nw","mworldg9.nw","m worldh9.nw","mworldi9.nw","mworldj9.nw","mworldk9. nw"
"mworlda10.nw","mworldb10.nw","mworldc10.nw","mwor ldd10.nw","mworlde10.nw","mworldf10.nw","mworldg10 .nw","mworldh10.nw","mworldi10.nw","mworldj10.nw", "mworldk10.nw"
"mworlda11.nw","mworldb11.nw","mworldc11.nw","mwor ldd11.nw","mworlde11.nw","mworldf11.nw","mworldg11 .nw","mworldh11.nw","mworldi11.nw","mworldj11.nw", "mworldk11.nw"
LEVELNAMESEND


w8 w8 w8 i put it in a script but it dousn't realy work at all.....
i prest test but it just high lighted it all as an error...
__________________
**FLIP OUT**
Reply With Quote
  #6  
Old 08-31-2006, 06:50 PM
Eagle Eagle is offline
Registered User
Eagle's Avatar
Join Date: Jul 2004
Location: Boston, MA
Posts: 584
Eagle will become famous soon enough
Send a message via AIM to Eagle
Quote:
Originally Posted by theHAWKER
w8 w8 w8 i put it in a script but it dousn't realy work at all.....
i prest test but it just high lighted it all as an error...
Don't put it as a script. It's a text file.
__________________

AIM : FCartman007
Old account - 190
Reply With Quote
  #7  
Old 08-31-2006, 08:13 PM
Skrobo2 Skrobo2 is offline
In the real world ogod.
Skrobo2's Avatar
Join Date: Dec 2005
Location: Refugio, Texas
Posts: 435
Skrobo2 is on a distinguished road
Quote:
Originally Posted by theHAWKER
w8 w8 w8 i put it in a script but it dousn't realy work at all.....
i prest test but it just high lighted it all as an error...
Quote:
Originally Posted by Skrobo2
...create a new text document and save it with the .gmap extension.
Open wordpad or notepad (or any other word processor). Put the information I stated into the text file, then go to save and set it to all files and save it as 'whatever.gmap'.
__________________


Quote:
Originally Posted by Darlene159 View Post
I would rather have dead forums.
Reply With Quote
  #8  
Old 08-31-2006, 12:08 AM
excaliber7388 excaliber7388 is offline
Banned
excaliber7388's Avatar
Join Date: Jul 2005
Location: US
Posts: 5,229
excaliber7388 can only hope to improve
Send a message via AIM to excaliber7388
yeah, use the level generator, because if you have just normal levels, it sucks to get them on, and doesn't work well.
Reply With Quote
  #9  
Old 08-31-2006, 02:26 PM
Crono Crono is offline
:pluffy:
Join Date: Feb 2002
Location: Sweden
Posts: 20,000
Crono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond reputeCrono has a reputation beyond repute
skrobo2, its better to have an empty map to work with...
__________________
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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:07 AM.


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