Graal Forums  

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

 
 
Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #2  
Old 02-26-2009, 07:18 AM
maximus_asinus maximus_asinus is offline
RIP DarkCloud_PK
Join Date: Oct 2001
Location: Canada
Posts: 3,746
maximus_asinus has a reputation beyond reputemaximus_asinus has a reputation beyond reputemaximus_asinus has a reputation beyond reputemaximus_asinus has a reputation beyond reputemaximus_asinus has a reputation beyond reputemaximus_asinus has a reputation beyond reputemaximus_asinus has a reputation beyond reputemaximus_asinus has a reputation beyond reputemaximus_asinus has a reputation beyond reputemaximus_asinus has a reputation beyond reputemaximus_asinus has a reputation beyond repute
offline or online?

FOR OFFLINE USE ONLY:

Open up notepad and paste in the following:
HTML Code:
GRMAP001
WIDTH 2
HEIGHT 2
LEVELNAMES
"level_name_01.nw","level_name_02.nw"
"level_name_03.nw","level_name_04.nw"
LEVELNAMESEND
In my example I specified that the GMAP was 2 levels wide and 2 level high. You would change the values for width and height to fit the dimensions of your overworld. You would also add the level names you're using inbetween "LEVELNAMES" and "LEVELNAMESEND" formatted with the top levels of your overworld to the top of the list.

Click "Save As", name it something appropriate, and give it the extension ".GMAP".

Open up the Graal editor and in one of the levels you're using add these lines:
HTML Code:
if (created) loadmap YOUR_MAP_NAME;
It is important not to put ".GMAP" here because it assumes what the filetype is.
__________________
Save Classic!

Last edited by maximus_asinus; 02-26-2009 at 07:33 AM..
Reply With Quote
 

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 05:54 AM.


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