View Single Post
  #1  
Old 02-10-2007, 07:33 PM
Admins Admins is offline
Graal Administration
Join Date: Jan 2000
Location: Admins
Posts: 11,693
Admins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud of
Level editing guidelines

For making maps for Zone you need to do following:

- download the editor and level generator (on serverlist click on Start, select Install packages, then download the development package)
- generate a gmap using the level generator (this might not be very simple but any gmap fits, just needs correct level links)
- add the gmap name to the file loadgmaps.txt in your Graal folder (create the file if it doesn't exist)
- edit levels/tiledefs/tiledefsOffline.txt and copy everything from levels/tiledefs/tiledefsZone.txt, adding your new gmap name replacing one of the existing gmaps, e.g. to make a map using the alpha tileset (cut the .gmap from the name):

tileset_zone-blank.png,MYGMAP,1,0,0
tileset_zone-floor1.png,MYGMAP,4,1024,0
tileset_zone-wall1up.png,MYGMAP,4,1472,256
tileset_zone-wall1top.png,MYGMAP,4,1536,256
tileset_zone-wall2up.png,MYGMAP,4,1504,304
tileset_zone-earth_gray.png,MYGMAP,4,1024,32
zone_tiles1.png,MYGMAP,4,768,48
zone_tiles2_gray.png,MYGMAP,4,1664,256
zone_tiles3.png,MYGMAP,4,1504,352
zone_tiles4-tent.png,MYGMAP,4,1504,448
zone_tiles5-paths_gray.png,MYGMAP,4,768,128
zone_tiles6-sulfpits_gray.png,MYGMAP,4,1664,352
Reply With Quote