Create new quest

Started by AndyGFX, July 28, 2016, 09:17:09 PM

Previous topic - Next topic
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
-----------------------------------------
AndyGFX (CubesTeam)
-----------------------------------------

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!