View Single Post
  #5  
Old 10-12-2007, 12:40 AM
Horrified Horrified is offline
Rediculously inactive
Join Date: Jul 2007
Posts: 961
Horrified is on a distinguished road
Send a message via ICQ to Horrified Send a message via AIM to Horrified Send a message via MSN to Horrified Send a message via Yahoo to Horrified
Quote:
Originally Posted by cyan3 View Post
I just used this and it load's Pisco2 with no problems.
PHP Code:
//#CLIENTSIDE
if (created) {
removetiledefs;
addtiledef picso2.png,,0;

I also used another tileset and it works fine also.

PHP Code:
//#CLIENTSIDE
if (created) {
removetiledefs;
addtiledef revolutions_tileset_new.png,,0;

those are type "0" though.

Might be a problem with type "1", so try the tileset I gave you (relic's)?
Reply With Quote