Graal Forums  

Go Back   Graal Forums > Development Forums > Tech Support
FAQ Members List Calendar Today's Posts

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 02-03-2011, 10:45 PM
anubis_wing anubis_wing is offline
Registered User
anubis_wing's Avatar
Join Date: Aug 2005
Location: Canadia
Posts: 2,963
anubis_wing will become famous soon enough
Unable to load tiles

I'm trying to load up the Maloria tiles in my Graal Editor, but every time I open the editor/set the tile defs all I can see is black, and no tiles.

How can I fix this?
Reply With Quote
  #2  
Old 02-03-2011, 10:53 PM
Soala Soala is offline
Ideas on Fire
Soala's Avatar
Join Date: Jun 2007
Location: In my head
Posts: 3,208
Soala is a jewel in the roughSoala is a jewel in the rough
The tileset is 8bit PNG so there's not problem with the image itself.
I guess it's an error with your script? Posting your tileset script should help.
Reply With Quote
  #3  
Old 02-03-2011, 11:12 PM
MrOmega MrOmega is offline
One More Time
MrOmega's Avatar
Join Date: Aug 2010
Location: TN, USA
Posts: 631
MrOmega is an unknown quantity at this point
Send a message via AIM to MrOmega Send a message via MSN to MrOmega Send a message via Yahoo to MrOmega
I also believe Maloria uses layers so the normal editor won't do.
__________________
Time is the fire in which we burn...
Up, Up, Down, Down, Left, Right, Left, Right, B, A, Select, Start! Now I got 99 LIVES!!!
Reply With Quote
  #4  
Old 02-03-2011, 11:32 PM
fowlplay4 fowlplay4 is offline
team canada
fowlplay4's Avatar
Join Date: Jul 2004
Location: Canada
Posts: 5,200
fowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond repute
Gonstruct as hinted they're hip and use layers.
__________________
Quote:
Reply With Quote
  #5  
Old 02-03-2011, 11:33 PM
anubis_wing anubis_wing is offline
Registered User
anubis_wing's Avatar
Join Date: Aug 2005
Location: Canadia
Posts: 2,963
anubis_wing will become famous soon enough
It was working yesterday, and the day before, but now it's not.
Reply With Quote
  #6  
Old 02-03-2011, 11:43 PM
fowlplay4 fowlplay4 is offline
team canada
fowlplay4's Avatar
Join Date: Jul 2004
Location: Canada
Posts: 5,200
fowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond repute
Quote:
Originally Posted by anubis_wing View Post
It was working yesterday, and the day before, but now it's not.
Find the tileset and make it 8-bit/256 Colors.

Honestly though just attach the tileset and your script that you're using to add the tile defs.
__________________
Quote:
Reply With Quote
  #7  
Old 02-04-2011, 12:33 AM
MrOmega MrOmega is offline
One More Time
MrOmega's Avatar
Join Date: Aug 2010
Location: TN, USA
Posts: 631
MrOmega is an unknown quantity at this point
Send a message via AIM to MrOmega Send a message via MSN to MrOmega Send a message via Yahoo to MrOmega
Quote:
Originally Posted by anubis_wing View Post
It was working yesterday, and the day before, but now it's not.
ah, attaching the script would help, gonstruct will load though regardless of it's 8bit or 32bit.
__________________
Time is the fire in which we burn...
Up, Up, Down, Down, Left, Right, Left, Right, B, A, Select, Start! Now I got 99 LIVES!!!
Reply With Quote
  #8  
Old 02-04-2011, 12:33 AM
anubis_wing anubis_wing is offline
Registered User
anubis_wing's Avatar
Join Date: Aug 2005
Location: Canadia
Posts: 2,963
anubis_wing will become famous soon enough
addtiledef mal_tiles.png,,;
Reply With Quote
  #9  
Old 02-04-2011, 12:56 AM
MrOmega MrOmega is offline
One More Time
MrOmega's Avatar
Join Date: Aug 2010
Location: TN, USA
Posts: 631
MrOmega is an unknown quantity at this point
Send a message via AIM to MrOmega Send a message via MSN to MrOmega Send a message via Yahoo to MrOmega
have you tried this?

PHP Code:
if (created) {

  
removetiles;
  
addtiledef mal_tiles.png,,0;


__________________
Time is the fire in which we burn...
Up, Up, Down, Down, Left, Right, Left, Right, B, A, Select, Start! Now I got 99 LIVES!!!
Reply With Quote
  #10  
Old 02-04-2011, 01:36 AM
anubis_wing anubis_wing is offline
Registered User
anubis_wing's Avatar
Join Date: Aug 2005
Location: Canadia
Posts: 2,963
anubis_wing will become famous soon enough
Quote:
Originally Posted by MrOmega View Post
have you tried this?

PHP Code:
if (created) {

  
removetiles;
  
addtiledef mal_tiles.png,,0;


Just tried it, nothing.
Reply With Quote
  #11  
Old 02-04-2011, 04:02 AM
MrOmega MrOmega is offline
One More Time
MrOmega's Avatar
Join Date: Aug 2010
Location: TN, USA
Posts: 631
MrOmega is an unknown quantity at this point
Send a message via AIM to MrOmega Send a message via MSN to MrOmega Send a message via Yahoo to MrOmega
Quote:
Originally Posted by anubis_wing View Post
Just tried it, nothing.
Have you checked to see if the tiles are 8bit?
__________________
Time is the fire in which we burn...
Up, Up, Down, Down, Left, Right, Left, Right, B, A, Select, Start! Now I got 99 LIVES!!!
Reply With Quote
  #12  
Old 02-04-2011, 04:10 AM
ffcmike ffcmike is offline
Banned
Join Date: Jul 2004
Location: London
Posts: 2,029
ffcmike has a reputation beyond reputeffcmike has a reputation beyond reputeffcmike has a reputation beyond reputeffcmike has a reputation beyond reputeffcmike has a reputation beyond reputeffcmike has a reputation beyond reputeffcmike has a reputation beyond reputeffcmike has a reputation beyond repute
Send a message via AIM to ffcmike Send a message via MSN to ffcmike
What I tend to do is go to graal/levels/tiledefs/, open the text file for the intended server, copy all of its text and paste it into offline.txt within the same folder.
Reply With Quote
  #13  
Old 02-04-2011, 04:31 AM
anubis_wing anubis_wing is offline
Registered User
anubis_wing's Avatar
Join Date: Aug 2005
Location: Canadia
Posts: 2,963
anubis_wing will become famous soon enough
Quote:
Originally Posted by MrOmega View Post
Have you checked to see if the tiles are 8bit?
How do I do that, it's PNG, and I tried changing it to 24 bit, and neither worked.

Quote:
Originally Posted by ffcmike View Post
What I tend to do is go to graal/levels/tiledefs/, open the text file for the intended server, copy all of its text and paste it into offline.txt within the same folder.
Tried, nothing.
Reply With Quote
  #14  
Old 02-04-2011, 06:39 AM
MrOmega MrOmega is offline
One More Time
MrOmega's Avatar
Join Date: Aug 2010
Location: TN, USA
Posts: 631
MrOmega is an unknown quantity at this point
Send a message via AIM to MrOmega Send a message via MSN to MrOmega Send a message via Yahoo to MrOmega
Get mal approval and upload the tiledef images, I'll look at it and convert to 8bit if its not.
__________________
Time is the fire in which we burn...
Up, Up, Down, Down, Left, Right, Left, Right, B, A, Select, Start! Now I got 99 LIVES!!!
Reply With Quote
  #15  
Old 02-04-2011, 12:18 PM
Soala Soala is offline
Ideas on Fire
Soala's Avatar
Join Date: Jun 2007
Location: In my head
Posts: 3,208
Soala is a jewel in the roughSoala is a jewel in the rough
Quote:
Originally Posted by MrOmega View Post
Get mal approval and upload the tiledef images, I'll look at it and convert to 8bit if its not.
Did you guys even read my post ;_;?

Quote:
Originally Posted by Soala View Post
The tileset is 8bit PNG so there's not problem with the image itself.
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:30 PM.


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