Thread: Tilesets
View Single Post
  #30  
Old 03-02-2009, 04:14 AM
Rufus Rufus is offline
Registered User
Join Date: Jun 2004
Location: United Kingdom
Posts: 4,698
Rufus has much to be proud ofRufus has much to be proud ofRufus has much to be proud ofRufus has much to be proud ofRufus has much to be proud ofRufus has much to be proud of
Quote:
Originally Posted by xfazex View Post
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.
__________________
Quote:
Originally Posted by Loriel View Post
Seriously, you have ****-all for content and you're not exactly pulling in new developer talent, angling for prestigious titles should be your last concern.
Reply With Quote