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
  #5  
Old 02-10-2007, 02:53 PM
pooper200000 pooper200000 is offline
The Blackswan
Join Date: May 2006
Location: Asylum
Posts: 5,060
pooper200000 will become famous soon enough
Send a message via AIM to pooper200000
Quote:
Originally Posted by killerogue View Post
I believe he's asking about a correctly tiled grass area with non repeating-ness.
yes!!!

Quote:
Originally Posted by WanDaMan View Post
Changing the tileset, well to get default like on Unholy Nation or Classic you'd be using "pics1.png". Add this command to get it to default :
NPC Code:
removetiledefs;


I'd advise anyone who uses that to delete it after they've added it to the NPC... To use another tileset from another playerworld such as Zone or Era you'd have to find the image name. Once found you'd then use this command to use it :
NPC Code:
addtiledef tileset.png[1],levelstart[2],index[3];


[1] - the image of the tileset you'd want to be using. I believe Graal Kingdoms uses 'picso.png'... You could find the images in your webgifs...
[2] - The start of the level name. It's default on any level is "new#". Just change it to the level name.
[3] - The index! Basically, the order of the tiles. Era uses 1 whilst Unholy Nation uses 0.
An example would be
NPC Code:
addtiledef blasphemy_pics1.png,illuminati_,0;



Creating your own tile, they're 16 x 16 pixels in size. I prefer to create mine in MS Paint and then convert over to a Vector program to make it appear in the Graal Editor. It get's quite complex, add the image to a post in here and I'll make it in to an image for you and add a script so you can add it in to your own level. I'd advise you to research the command 'addtiledef2'!! Not many LAT's use this feature - I've over-used it on my server *HUGE MISTAKE*; I now can not have different seasons due to the images I've used for the new tiles... It's quite complicated...

In regards to your Gmap, download the development packages!! There should be a folder in there with instructions on how to create one. Whilst creating your image keep in mind that 64 x 64 pixels is the size of the level, so 128 x 128 would be 2 levels across and 2 levels down.
Im kind of confused. I have the zone tiles. I don't know what addtiledef2 is? I just want to be able to make a gmap with correct grass tiles. What does one tile look like though when it is correctly made meaning it isn't "messed up"?
__________________
Always Watching!
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 06:35 AM.


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