I edited the current N-Pulse tileset, uploaded it onto the server, put it into a script in the level i wanted, and uploaded the level. It works fine online, but the tileset won't load offline.
Pretty much, i can't make levels with the tileset, which is annoying because I did add a few tiles in a few different places.
The current script I am using is:
NPC Code:
//#CLIENTSIDE
if (created) {
addtiledef2 refino_npulse-tileset.png,refino*,0,0;
}
I tried using regular addtiledef, but that didn't work either. With that script, if I put in any other tileset, such as the custom N-Pulse one, it works just fine. I was wondering why the tileset won't load offline.
Any help will be appriciated. Thanks.
-Refino