GameCube-Homebrew-for-n00bs/README.md

42 líneas
2.4 KiB
Markdown
Original Vista normal Histórico

2019-12-12 22:32:49 +00:00
# GameCube Homebrew for n00bs
2019-12-12 00:55:01 +00:00
2019-12-12 01:28:11 +00:00
Instructions and scripts for bootstrapping GameCube homebrew
2019-12-12 21:35:42 +00:00
See [GameCube Homebrew for n00bs - Ultimate Guide](https://coolaj86.com/articles/gamecube-homebrew-guide-for-n00bs/)
2020-11-11 07:33:17 +00:00
# SD Homebrew Media Creator
2020-11-11 07:33:17 +00:00
This script will:
1. Create a `~/Downloads/GC_HMBRW` folder with everything you need
2. Prompt for an SD device to format (and then format it)
3. Copy `~/Downloads/GC_HMBRW` to the SD card
```bash
2019-12-12 01:28:11 +00:00
curl https://git.coolaj86.com/coolaj86/GameCube-Homebrew-for-n00bs/raw/branch/master/create-sd-media-launcher-macos.sh -o create-sd-media-launcher-macos.sh
bash ./create-sd-media-launcher-macos.sh
```
2019-12-12 22:32:49 +00:00
# Homebrew Cheatsheet
Downloads:
2020-11-11 07:44:30 +00:00
| Homebrew | Version | Homepage | zip | tar | 7z |
| :-------------------- | v0.5 r927 | :----------------------------------------------- | :-- | --- | ---- |
| **Swiss** | [github.com/emukidid/swiss-gc](https://github.com/emukidid/swiss-gc) | [zip](https://github.com/solderjs/swiss-gc/releases/download/v0.5r927/swiss_r927.zip) | [tar.xz](https://github.com/emukidid/swiss-gc/releases/download/v0.5r927/swiss_r927.tar.xz) | [7z](https://github.com/emukidid/swiss-gc/releases/download/v0.5r927/swiss_r927.7z) |
| **GBI** / Game Boy Interface | - | [GC Forever Wiki: Game Boy Interface](https://www.gc-forever.com/wiki/index.php?title=Game_Boy_Interface) | [zip](https://files.extremscorner.org/gamecube/apps/gbi/latest) | - | - |
| **GCMM** / GameCube Memory Manager | 1.4f | [github.com/suloku/gcmm](https://github.com/suloku/gcmm) | [zip](https://github.com/suloku/gcmm/releases/download/1.4f/gcmm_1.4f.zip) | - | - |
| **WWHack** / Wind Waker Gamesave Hack | v1.1.1 | [github.com/FIX94/ww-hack-gc](https://github.com/FIX94/ww-hack-gc) | [zip](https://github.com/FIX94/ww-hack-gc/releases/download/v1.1.1/WWHack-GC-v1.1.1.zip) | - | - |
| Other Gamesave Hacks | - | [GC Forever Wiki: Booting Homebrew](https://www.gc-forever.com/wiki/index.php?title=Booting_Homebrew) | - | - | - |
2019-12-12 22:32:49 +00:00
2019-12-24 07:06:04 +00:00
Convert 7z / rar to zip:
* https://extract.me
2019-12-12 22:32:49 +00:00
Special Files:
2020-11-11 07:41:42 +00:00
| name | desc |
| -------------: | :--- |
| `autoexec.dol` | run by Datel SD Media Launcher Action Replay on disc load |
| `boot.dol` | run by Swiss on load |
| `xxxx.cli` | text file with list of arguments Swiss should use when loading `xxxx.dol` |
| `boot.gci` | whatever WWHack should boot |