View Single Post
  #1  
Old 09-14-2008, 01:37 AM
MunkyPuff MunkyPuff is offline
Registered User
Join Date: Sep 2008
Posts: 8
MunkyPuff is on a distinguished road
Unhappy problem adding tileset to server

Hello, Sorry if this is a dumb question... but I'm kind of new at this.

I'm trying to add my tileset to my server, and so far in the server options I have put:

newtilesets=true
newtilesetlevels=onlinelocalstart.nw

I thought I might need to put the tileset in a folder so I put mine in the Images folder. Not sure if that was correct of not.

I also put a script in 'classes' named tileset and put:

//#CLIENTSIDE
if (created) {
removetiledefs;
addtiledef snow.png,onlinelocalstart.nw,1;
}

not sure if that was correct either.. but it's still not working.

What am i missing?

Thank you.
Reply With Quote