Graal Forums

Graal Forums (https://forums.graalonline.com/forums/index.php)
-   Level Design (https://forums.graalonline.com/forums/forumdisplay.php?f=6)
-   -   Problem with tiles showing (https://forums.graalonline.com/forums/showthread.php?t=87021)

Craigus 07-22-2009 12:30 PM

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

DuBsTeRmAn 07-22-2009 05:22 PM

You forgot to add a script with the addtiledef i guess..

cyan3 07-22-2009 06:02 PM

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;




All times are GMT +2. The time now is 03:48 PM.

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