A reimplementation of the never released MagiQuest Xavier encounter on the Wii U.
  • C++ 61.7%
  • C 36.4%
  • Makefile 1.9%
Find a file
2026-06-14 11:40:06 -04:00
content Bump version to v1.1.1 2026-06-14 11:40:06 -04:00
meta Add assets to the repo 2024-04-11 16:10:22 -04:00
src Bump version to v1.1.1 2026-06-14 11:40:06 -04:00
vendor Fix forced spell bug in Xavier and Golem 2026-06-14 11:12:52 -04:00
.clang-format Fix movie not being displayed 2024-04-09 23:00:09 -04:00
.gitattributes Initial commit 2022-12-05 23:10:59 -05:00
.gitignore Add libgui to tree 2025-06-22 15:58:27 -04:00
LICENSE Initial commit 2022-12-05 23:10:59 -05:00
Makefile Update Makefile 2025-07-30 23:45:29 -04:00
README.md Update README.md 2025-07-30 23:55:32 -04:00

MagiQuest Wii U

Recreations of MagiQuest Legacy encounters, including the never released Xavier encounter, on the Wii U. The following encounters are included:

  • Dragon / Charlock
  • Goblin King (does not contain the guard or princess... yet)
  • Ice Dragon / Winterra
  • Silver Dragon
  • Heroic Dragon (unfinished, contains an edited clip)
  • Xavier
  • Golem / Kalo (from MagiQuest Online)

Assets source: The MagiQuest Archive Rev0 on archive.org

Building

To compile you'll need:

  • devkitPPC (with the DEVKITPPC environment variable set)
  • wut
  • Install the required portlibs via (dkp-)pacman -Syu ppc-zlib ppc-libogg ppc-libgd ppc-freetype ppc-libjpeg-turbo ppc-libpng ppc-glm ppc-bzip2

After installing the prerequisites, simply run make. The output executable (rpx) will be in the created code directory. To package into a wuhb file, run make wuhb.

License

This software is licensed under the GNU General Public License version 2 (or any later version). The full license can be found in the LICENSE file.