Solarus-Games English Forum

Solarus => Bugs & Feature requests => Topic started by: AndyGFX on July 28, 2016, 09:17:09 PM

Title: Create new quest
Post by: AndyGFX on July 28, 2016, 09:17:09 PM
Hi,

I have latest (1.5.0) version and when new quest project is created in a few project folders are objects with (!). Look like are missing or are not removed from project_db.dat file.

a few example:

sprite{ id = "hero/shield1", description = "Hero shield 1" }
sprite{ id = "entities/crystal", description = "Crystal" }

etc.


best regards,
AndyGFX
Title: Re: Create new quest
Post by: Christopho on July 28, 2016, 09:56:11 PM
Yes this is normal. Some resources are missing in the provided project. They are declared (because the engine may need them in some situations) but missing, so they have this exclamation mark icon. You have a few options:
- Use the Zelda ones: https://github.com/christopho/solarus-alttp-pack
- Make them yourself if you are talented enough :P
- Play without them. You might get error messages whenever the engine needs them.

We are still working hard to provide them all!