Graal Forums  

Go Back   Graal Forums > Development Forums > Level Design
FAQ Members List Calendar Today's Posts

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 07-22-2009, 12:30 PM
Craigus Craigus is offline
Registered User
Craigus's Avatar
Join Date: Aug 2003
Location: England, Isle Of Wight
Posts: 510
Craigus will become famous soon enough
Problem with tiles showing

So i decided to make some alterations to the Dustari Castle, or atleast try since i am quite new to level design anyhow this was short lived as i encounted a very unexpected problem straight out, ive asked a few people i thought may be able to help but none have been able to help me get the tiles to display correctly.

I'm sure it's quite a minor problem and sure it's easily fixed but i have been unable to do so. Below i have a screenshot, left side is the level ingame right side is the level in the graal editor, Ive checked every level including the entrance to the castle level where the scripts are and it still hasnt loaded correctly i am hoping that somebody here can identify this problem.

Attachment 49009

Last edited by Craigus; 04-21-2010 at 06:00 PM..
Reply With Quote
  #2  
Old 07-22-2009, 05:22 PM
DuBsTeRmAn DuBsTeRmAn is offline
Era Manager
DuBsTeRmAn's Avatar
Join Date: Sep 2007
Location: The Netherlands
Posts: 1,367
DuBsTeRmAn is an unknown quantity at this point
Send a message via MSN to DuBsTeRmAn
You forgot to add a script with the addtiledef i guess..
__________________
Name
Reply With Quote
  #3  
Old 07-22-2009, 06:02 PM
cyan3 cyan3 is offline
Registered User
cyan3's Avatar
Join Date: Nov 2005
Location: England
Posts: 2,919
cyan3 has a brilliant futurecyan3 has a brilliant futurecyan3 has a brilliant futurecyan3 has a brilliant futurecyan3 has a brilliant futurecyan3 has a brilliant futurecyan3 has a brilliant future
Try using this script.

PHP Code:
//#CLIENTSIDE
if (playerenters) {
  
addtiledef tiles_inside.png,g2k2castledustari1_,1;
  
addtiledef2 tiles_wallscastledustari.png,g2k2castledustari1_,1024,224;
  
addtiledef2 tiles_dustarifloor.png,g2k2castledustari1_,1216,0;
  
addtiledef2 tiles_dustaricarpet.png,g2k2castledustari1_,1,0;

Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 11:07 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
Copyright (C) 1998-2019 Toonslab All Rights Reserved.