Zap (Zenith Actor Pack) is a New Super Mario Bros. U mod that adds a collection of high-quality enemies, mechanics, and utility actors for modders to use and developers to learn from.
- Download the
bundlefrom the latest release and extract it to your mod folder, merging thecontentandcodefolders into your project. The actors will now be available in-game.- The
rules.txtdoesn't matter as long as theversion = 8in your own.
- The
- Running on console: Use the Telkin aroma plugin to load your whole mod.
- Place the
code/contentfolders insd:/wiiu/telkin/TITLEID/whereTITLEIDis the title ID of your game's region (without dashes).
- Place the
- Running on Cemu: Load and distribute your mod as a GraphicPack by placing it in Cemu's
graphicPacksfolder and activating it in the game's settings.
Important
Make sure to also install the editor patch so that you can place the actors in your levels!
Want to make your own custom code? Check out the RedCore Example Mod to quickly get started creating your own code mod. With Telkin, multiple mods can be loaded at once just by merging folders, so everyone can maintain their own code and share them independently.
Install Tachyon (requires Node.js v24+)
npm i -g --allow-remote=root https://github.com/Zenith-Team/Tachyon/releases/latest/download/tachyon.tgzBuild and run the project for your region (example with US)
tachyon pm install
tachyon compile US
tachyon launch US- Miguel - 3D Models
- Baron - Sprite Images
- Tsuru Contributors ❤️