View Single Post
  #15  
Old 11-07-2003, 02:42 AM
Gambet Gambet is offline
Registered User
Join Date: Oct 2003
Posts: 2,712
Gambet is on a distinguished road
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.
Reply With Quote