mirror of
https://github.com/hacks-guide/finalize.git
synced 2024-11-23 09:09:40 +00:00
2.3 KiB
2.3 KiB
finalize
Scripts relating to Finalizing Setup on https://3ds.hacks.guide/finalizing-setup.
/finalize/
: Files that are packed intofinalize.romfs
/finalize/img
: Images used for visual troubleshooting/finalize/finalize.gm9
: Script run afterfinalize_helper.gm9
that:- Installs base homebrew applications to SYSNAND SD (see below for list)
- Copies GodMode9 to CTRNAND (
/rw/luma/payloads
) - Backs up
essential.exefs
to/gm9/backups
- Deletes CFW installation files that are no longer necessary
- Backs up minsize NAND backup to
/gm9/backups
/finalize/donor.db
: Empty title database used for consoles that do not have title database (i.e. no eShop software)
finalize_helper.gm9
: Script that is compiled as GM9 scriptrunner (finalize_helper.firm
); extractsfinalize.romfs
docs.md
: Full error information / script documentation
Bundled software
The following repositories have their compiled builds in this software package:
- FBI
- Homebrew Launcher Loader
- Anemone3DS
- Checkpoint
- ftpd
- Universal-Updater
- GodMode9
- GM9Megascript * Git repo deviates from GM9Megascript bundled with GM9
Releases
Releases are tagged for reference (based on usage in the guide). Releases in this repository are not intended to be for general use. If you want to use them regardless:
- Clone this repository (latest commit, or a tagged release if you are looking for a specific version)
- Copy the contents of
finalize
to the root of your console's SD card - Copy
finalize.gm9
from thefinalize
folder to/gm9/scripts/
- Copy
GodMode9.firm
from thefinalize
folder to/luma/payloads/
- Create any folders that do not exist
- Luma's
boot.firm
needs to be on root of SD for this to work
finalize_helper
is not necessary unless you intend to use the RomFS build.
License
TBD