View Single Post
  #1  
Old 09-12-2008, 04:04 AM
MunkyPuff MunkyPuff is offline
Registered User
Join Date: Sep 2008
Posts: 8
MunkyPuff is on a distinguished road
Talking Offline Tileset Solution

For two days straight I tried and tried to get my stupid tileset to work offline on the editor. Everytime I got thoes friggen black lines across the screen! I know many others had this problem because I scoured the forums looking for a solution and found that others had the same issue. (some due to other problems such as wrong img format, wrong script, ect. ) but this was different.

After trial and error I found out that the editor couldn't find my file! THAT'S IT! I couldn't believe it..

What I did was when your in the editor and you have your script open that should look similar to this:

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

On the top of the script box where it allows you to browse for an image, I browsed for my tileset and loaded it up, which is going to turn your script into your tile, then deleted it, then removed tile defs, and tried it again.
And Voila! So simple...yet so obnoxious =P

Hope this may of helped some ppl!

-Pea
Reply With Quote