Browse Source

update docs

master
AJ ONeal 3 years ago
parent
commit
c20aaa2f0c
  1. 15
      README.md

15
README.md

@ -4,8 +4,15 @@ Instructions and scripts for bootstrapping GameCube homebrew
See [GameCube Homebrew for n00bs - Ultimate Guide](https://coolaj86.com/articles/gamecube-homebrew-guide-for-n00bs/)
# SD Homebrew Media Creator
```
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
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
```
@ -14,9 +21,9 @@ bash ./create-sd-media-launcher-macos.sh
Downloads:
* **Swiss** v0.4 (r714) | [Homepage](https://github.com/emukidid/swiss-gc)
* Download [zip](https://github.com/solderjs/swiss-gc/releases/download/0.4r714/swiss_r714.zip) | [7z](https://github.com/emukidid/swiss-gc/releases/download/0.4r714/swiss_r714.7z)
* **GBI** / Game Boy Interface (2019-11-07) | [Homepage](https://www.gc-forever.com/wiki/index.php?title=Game_Boy_Interface)
* Download [zip](https://github.com/solderjs/Game-Boy-Interface/releases/download/gbi-20191107/gbi-20191107.zip) | [7z](https://files.extremscorner.org/gamecube/apps/gbi/latest)
* Download [zip](https://github.com/solderjs/swiss-gc/releases/download/0.5r927/swiss_r927.zip) | [tar.xz](https://github.com/emukidid/swiss-gc/releases/download/0.5r927/swiss_r927.tar.xz) | [7z](https://github.com/emukidid/swiss-gc/releases/download/0.5r927/swiss_r927.7z)
* **GBI** / Game Boy Interface | [Homepage](https://www.gc-forever.com/wiki/index.php?title=Game_Boy_Interface)
* Download [zip](https://files.extremscorner.org/gamecube/apps/gbi/latest)
* **GCMM** / GameCube Memory Manager (1.4f) | [Homepage](https://github.com/suloku/gcmm)
* [Download zip](https://github.com/suloku/gcmm/releases/download/1.4f/gcmm_1.4f.zip)
* **WWHack** / Wind Waker Gamesave Hack (v1.1.1) | [Homepage](https://github.com/FIX94/ww-hack-gc)

Loading…
Cancel
Save