View Single Post
  #14  
Old 06-24-2002, 08:26 PM
Birdbird_0 Birdbird_0 is offline
am yum
Birdbird_0's Avatar
Join Date: Mar 2001
Location: California
Posts: 4,436
Birdbird_0 is on a distinguished road
Send a message via AIM to Birdbird_0
addtiledef replaces the whole tile set such as 2k2's gmap tile set, making each tile not blocking

addtiledef2 draws over the exsisting tile set
the correct way to do addtiledef2 is:

addtiledif2 imagename.extention,level,x,y;

an exsample

addtiledef graal2230_tiles-1b.png,psa_1-,400,1600;

psa_1- that meaning that it starts in every level that contains psa_1- in the first part of the name, same can be done with all level names, such as for a cave cave_ and all levels starting with cave_ have the tile set in them, it adds it to the tiledef text files in your level folder.
Reply With Quote