Graal Forums

Graal Forums (https://forums.graalonline.com/forums/index.php)
-   Tech Support (https://forums.graalonline.com/forums/forumdisplay.php?f=7)
-   -   Level Editor Issue... (https://forums.graalonline.com/forums/showthread.php?t=83519)

BlueMelon 01-05-2009 04:03 PM

Level Editor Issue...
 
I open the editor and it appears like this help please :[ I wanna add era tiles like i usually do

http://img201.imageshack.us/img201/43/wooowbf7.png

Chompy 01-05-2009 04:09 PM

Post your offline tiledefs and the script your using to add the tileset. :o

BlueMelon 01-05-2009 04:20 PM

//#CLIENTSIDE
if (created) {
removetiledefs;
addtiledef tileset_era01-summer.png,,1;
}

is my script i think...
I get confused when it comes to this..

Tigairius 01-05-2009 06:30 PM

Here is the fix:

1. Close Graal.
2. Go to your Graal Folder/levels/tiles/
3. Delete everything that starts with "tileset_era"
4. Delete "FILENAMECACHE.txt" in your main Graal folder.
5. Start Graal & log on to Era.
6. Restart editor.

DustyPorViva 01-05-2009 08:45 PM

Well if I recall, Era's tileset is a 24-bit, not 8-bit, PNG. The level editor can not read 24-bit PNGs, and what you're looking at is usually the sign for that.

Also, please provide a second deliminator when using addtiledef:
addtiledef image,LEVELPREFIX,1;
For example:
addtiledef image,mylevel_,1;
addtiledef image,myeralevel15.nw,1;

Something... without providing the prefix for the level, it will add the tiledef to every level offline. That's annoying when you show your friends and let them try out your level only to have it mess up their default tiledefs as well.

cbk1994 01-05-2009 11:41 PM

Fairly certain Era's tilesets are 8-bit. If they aren't I'm happy to convert them for you.

It looks like you simply can't find the tiles. What Tig said should work.

DustyPorViva 01-05-2009 11:45 PM

Quote:

Originally Posted by cbk1994 (Post 1454871)
Fairly certain Era's tilesets are 8-bit. If they aren't I'm happy to convert them for you.

It looks like you simply can't find the tiles. What Tig said should work.

8-bit is only 256 colors, they might have exceeded that and don't want to lose any(compression of colors can look bad sometimes).
edit: and I just checked, it's not 8-bit.

cbk1994 01-06-2009 01:28 AM

3 Attachment(s)
Quote:

Originally Posted by DustyPorViva (Post 1454875)
8-bit is only 256 colors, they might have exceeded that and don't want to lose any(compression of colors can look bad sometimes).

I know ... for some reason I recall using it in the editor.

Here's the winter, summer, and autumn tilesets. Put them in your levels/tiles folder.

PHP Code:

//#CLIENTSIDE
if (created) {
  
addtiledef era_tileset-winteroffline.png,era_,1;




All times are GMT +2. The time now is 01:21 PM.

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