View Single Post
  #16  
Old 11-07-2003, 06:08 PM
Mykel Mykel is offline
:o
Mykel's Avatar
Join Date: May 2002
Location: Canton, Ohio.
Posts: 5,526
Mykel has a spectacular aura about
Send a message via AIM to Mykel Send a message via MSN to Mykel
Quote:
Originally posted by Gambet
well the script i use (i only use this when testing a tile set because you guys must have no lives if you add that script for every lvl)

//#CLIENTSIDE
if (created) {
addtiledef blah.png,lvl,1;
}

//Key//
blah.png (tiles gfx)
1 (the type)
////////

its a simple script and you guys really dont know much about inserting tiles to a server, and i think era split there tiles in 2 parts and uploaded it like that.

To add a tile set to your server (if its more then 64k), you put the tiles on a website then send stefan that website link and he will then add the tile set for you
(Note: the tiles will be placed in every lvl of ur server)

and thats how you do it, but if the tiles is shorter then 64k then you have to do it on your own.
You don't have to put it in every level. See, look at the following:
------------------------------------------------------------------------
addtiledef2 untitled.png,new,0*16,1*16;
------------------------------------------------------------------------

The new makes it so that tileset works in all levels that start with new. You can change it to like levela, or anything like that, and have infinite tilesets that you need. They just correspond to the levelname.
__________________
(Married to Skyld)
Reply With Quote