Graal Forums

Graal Forums (https://forums.graalonline.com/forums/index.php)
-   Tech Support (https://forums.graalonline.com/forums/forumdisplay.php?f=7)
-   -   A few problems with level editor (https://forums.graalonline.com/forums/showthread.php?t=71903)

schnukelmaus 02-02-2007 09:31 PM

A few problems with level editor
 
1 Attachment(s)
So I was going to make a level today with a tileset other than kingdoms tileset.

Here is the script:
Quote:

if (created) {
}
//#CLIENTSIDE
if (playerenters) {
addtiledef tiles_inside.png,inside,1;
addtiledef2 lieberziegeln.png,#L,1024,224;
}
And here is what it looks like.. (look at the bottom)

I have had this problem before, i usually fixed it by switching tilesets.. A LOT.. Except this time it isn't working for Kingdoms Debug
either..

Another problem I have been having was a gmap problem.. I would scroll down and it would say "Error: Can't find L:\Graal\levels\madelevels\insidesamurai_temple_d-1.nw".. The funny thing is that the file is actually there :(

WanDaMan 02-02-2007 09:39 PM

add removetiledefs;

ReBorn_Spirit 02-02-2007 09:39 PM

This is the Forest inside load script

//#CLIENTSIDE
if (playerenters) {
addtiledef tiles_inside.png,inside,1;
addtiledef2 tiles_wallsforests.png,insideforests,1024,224;
}


So if your tilesets are messed up, you can go into your tiledef folder and just start over by deleting the offline tiledefinitions and it should reset back to normal. (/levels/tiledefs/tiledefsOffline.txt)


Quote:

Originally Posted by WanDaMan (Post 1272462)
add removetiledefs;

unfortunately the ones that are loaded are in the tiledef list and you wont know which those are, so you have to go fix the file for tiledefs.


All times are GMT +2. The time now is 02:08 PM.

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