Solarus-Games English Forum

Solarus => Development => Topic started by: shiberoth on October 28, 2015, 03:25:04 PM

Title: Help adding tileset
Post by: shiberoth on October 28, 2015, 03:25:04 PM
So this is a seriously noob question but it is driving me crazy. I have made a few simple tilesets in png format but I cant add them to the game.

I put them in the tilesets folder inside my project folder, then I go into the Solarus editor >> New Tileset >> Enter the tilesets filename and a description >> I get "Missing tile set image ______"

Am I missing a step here? Thanks.
Title: Re: Help adding tileset
Post by: polyglot762 on October 28, 2015, 06:23:48 PM
You have to name them *.tiles.png and *.entities.png for the engine to recognize them and then you have to ID every single sprite in the tileset editor before you can use them.
Title: Re: Help adding tileset
Post by: MetalZelda on October 28, 2015, 07:11:26 PM
You need to rename your tileset first to something like "my_tileset.tiles.png"
Then, go to the editor, open your project, go to the Tileset project, right-click, add a new tileset and name it.
Then you'll need to edit collision to make them work