View Single Post
  #5  
Old 01-05-2009, 08:45 PM
DustyPorViva DustyPorViva is offline
Will work for food. Maybe
DustyPorViva's Avatar
Join Date: Sep 2003
Location: Maryland, USA
Posts: 9,589
DustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond repute
Send a message via AIM to DustyPorViva Send a message via MSN to DustyPorViva
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.
Reply With Quote