View Single Post
  #3  
Old 04-15-2011, 11:00 PM
fowlplay4 fowlplay4 is offline
team canada
fowlplay4's Avatar
Join Date: Jul 2004
Location: Canada
Posts: 5,200
fowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond repute
How To Generate and Use a Terrain Map Offline

You can replace yourworld with anything you want below.

Step 1. Download and Run Terrain Generator
Step 2. Change the Generator Options to your liking. (See Image 1)
Step 3. Check off 'Generate Graal levels'
Step 4. Click 'Generate World'

Step 5. Create a Blank Folder for your New Overworld Map (See Image 2)
Step 6. Save yourworld.gmap in your new folder.

Step 7. Navigate to your new overworld's folder, if done correctly you should see all the levels in the folder. (See Image 3)
Step 8. Open yourworld_aa-01.nw

Step 9. Lay an empty NPC on the level. (See Image 4)
Step 10. Give it the following script:

PHP Code:
//Tutorial by fp4
//#CLIENTSIDE
if (created) {
  
removetiledefs;
  
addtiledef picso.png,yourworld_,5;
  
loadmap yourworld;

Step 11. Close the script.
Step 12. You should see the terrain properly with the default GK/terrain tileset.

Editing terrain is fairly simple, just click and drag the + up or down to manipulate the elevation.

The overworld can then be uploaded to your server and be set up like any other gmap.
Attached Thumbnails
Click image for larger version

Name:	step1.png
Views:	189
Size:	65.8 KB
ID:	52704   Click image for larger version

Name:	step2.png
Views:	179
Size:	49.8 KB
ID:	52705   Click image for larger version

Name:	step3.png
Views:	144
Size:	160.6 KB
ID:	52706   Click image for larger version

Name:	step4.png
Views:	177
Size:	301.7 KB
ID:	52707  
__________________
Quote:
Reply With Quote