commit 731105485b86b109a1f2bb599e8cf66a55f9390e Author: Maschell Date: Fri Dec 31 15:41:34 2021 +0100 first commit diff --git a/README.md b/README.md new file mode 100644 index 0000000..1632559 --- /dev/null +++ b/README.md @@ -0,0 +1,39 @@ +# Tiramisu Environment + +![Tiramisu Logo](logo.png) + +This is a environment to be loaded with the [EnvironmentLoader](https://github.com/wiiu-env/EnvironmentLoader). + +It's recommended to coldboot into EnvironmentLoader (and Tiramisu) via the [PayloadLoader](https://github.com/wiiu-env/PayloadLoaderInstaller). Check it our for more information. + +## Whats Tiramisu + +Tiramisu is modular legacy environment for the Wii U. The automatically runs a CFW (modified version of [Mocha](https://github.com/wiiu-env/MochaPayload)), allows you to boot the [homebrew channel](https://github.com/dimok789/homebrew_launcher) and provides a autoboot menu. +Paired with the [PayloadLoader](https://github.com/wiiu-env/PayloadLoaderInstaller) it's a free and modular [CBHC](https://github.com/FIX94/haxchi) alternative, with some extra features like full support for the quickstart menu of the Gamepad and blocking updates. + +## Content + +- [Mocha](https://github.com/wiiu-env/MochaPayload) +- [Homebrew Launcher](https://github.com/wiiu-env/HBLInstallerWrapper) +- [Autoboot Menu](https://github.com/wiiu-env/AutobootModule) + +## Usage +- Place the `00_mocha.rpx` from [Mocha](https://github.com/wiiu-env/MochaPayload) in the `sd:/wiiu/environments/tiramisu/modules/setup` folder. +- Place the `50_hbl_installer.rpx` from the [Homebrew Launcher installer](https://github.com/wiiu-env/HBLInstallerWrapper) in the `sd:/wiiu/environments/tiramisu/modules/setup` folder. +- Place the `99_autoboot.rpx` from the [AutobootModule](https://github.com/wiiu-env/AutobootModule) in the `sd:/wiiu/environments/tiramisu/modules/setup` folder. +- (optional) Place any additional setup modules into `sd:/wiiu/environments/tiramisu/modules/setup` like [Bloopair](https://github.com/GaryOderNichts/Bloopair) or [USBSerialLogger](https://github.com/wiiu-env/USBSerialLogger). + +On the first boot the autboot menu will open, navigate with the gamepad to the title you want to launch. + - Press Y to select autoboot title. + - Hold START (+) on the Gamepad while launching the environment to force open the autoboot menu.# + +## Download + +A bundle with the latest nightlies can be downloaded here: [https://tiramisu.foryour.cafe/](https://tiramisu.foryour.cafe/) + +## Credits + +- Maschell (EnvironmentLoader, HBLInstallerWrapper, MochaPayload, PayloadLoader + PayloadLoaderInstaller, ...) +- GaryOderNichts (AutobootModule) +- dimok (mocha / homebrew launcher) +- pwsincd (logo) \ No newline at end of file diff --git a/logo.png b/logo.png new file mode 100644 index 0000000..f30ba10 Binary files /dev/null and b/logo.png differ