Quote:
Originally Posted by xfazex
Wow I'm a total idiot lol. Thanks.
How about when I upload everything via RC? How do I involve my tileset there?
|
I understand lol, it's a pain in the ass. Make sure your levels and tileset are uploaded, create a Weapon NPC named something like "-Tiles" and add something like this in it.
PHP Code:
//#CLIENTSIDE
function onCreated() {
addtiledef("faze-tileset.png","dem_",1);
}
Make sure you add the weapon NPC to everyone, which is usually done by Control-NPC in the first button of NC. That script will obviously only apply the tileset to the levels beginning with "dem_" however, but you can add new lines in or just remove the "dem_" part. I've found that modern servers work better with a separate tileset for the overworld and outside levels to the tileset of insides, so it might be good form for you to keep that setup.