A Kirby's Epic Yarn modding tool.
- Level editor
- Level graphics editor
- Collision editor
- MNEB rendering
- Potential Kirby's Extra Epic Yarn support.
- Open and save levels
- Edit level collisions, gimmicks, enemies, and more
- Support for images for gimmicks
- Render backgrounds for ease of editing and alignment
- Open
.bgst3
files - Render a grid
- Download the latest release of Quilt or compile from source.
- Create a folder called
quilt_res
next to the Quilt app. - Download the latest gimmick images for Quilt from the Quilt image collection. Put the
tex
folder within thequilt_res
folder. To update your images, redownload the repository. - Download the latest
objectdata.json
from the object database. This only needs to be done once, as afterwards, you can update within the app. Put this in thequilt_res
folder.
In the end, your folder structure should look like this:
[folder Quilt is in]
├── quilt_res/
│ ├── tex/
│ │ └── [texture folders]
│ └── objectdata.json
└── [Quilt executable (Quilt.exe, etc.)]