This repository provides musics, sounds, tilesets, sprites and scripts from Legend of Zelda: A Link to the Past for the Solarus engine.
You can use these resources if you want to develop a game with the Solarus engine using Zelda ALTTP graphics.
One goal of this resource pack is also to provide at least all data files required by Solarus.
Since Zelda: A Link to the Past is huge, there will always be missing or incomplete elements. Feel free to contribute!
Also, there may be unwanted elements, typically, resources that don't come from Zelda ALTTP but that were created for Zelda Mystery of Solarus DX and ended up here. If you find such inconsistencies, please report them by opening an issue.
Branch master always points to the latest release of this resource pack.
The latest resource pack release is always compatible with the latest Solarus version.
Resources compatible with older versions or development versions of Solarus live in their own branches.
Using the ALTTP resource pack for a new quest is straightforward. The idea is to create your quest as a copy of the ALTTP resource pack rather than creating it from the quest editor:
data
folder of the ALTTP resource pack and all its content
into your quest's folder.This might be quite tedious if your quest already has resources with the same id as resources of this pack. In future versions of Solarus Quest Editor, an import feature will make the process easier. Here is how to proceed:
data
directory into the data
directory of your quest, except project_db.dat
.
(project_db.dat
is the list of your quest and you don't want to lose the
existing ones.)
If you don't want the whole pack but only a few sprites, tilesets or sounds,
you can also only pick the resources you need.