In the real world ogod.
|
 |
Join Date: Dec 2005
Location: Refugio, Texas
Posts: 435
|
|
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
I would rather have dead forums.
|
|
|