Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

User:Karmashiota/sandbox: Difference between revisions

User page
Karmashiota (talk | contribs)
started wip for custom-install page
 
Karmashiota (talk | contribs)
added instructions for windows standalone installation (will polish later)
Line 20: Line 20:
<span>
<span>
=== What you need ===
=== What you need ===
* The .cia file from a dumped cartridge (https://wiki.hacks.guide/wiki/3DS:Dump_titles_and_game_cartridges)
* One or more .cia files from [[3DS:Dump_titles_and_game_cartridges|dumped cartridges]]
* The boot9.bin and movable.sed of the 3DS system you want the games installed to
* The latest release of [https://github.com/ihaveamac/custom-install/releases custom-install-standalone]
* The latest release of custom-install-standalone (https://github.com/ihaveamac/custom-install/releases)
* [https://github.com/ihaveamac/3DS-rom-tools/raw/master/seeddb/seeddb.bin seeddb.bin]  (direct download)
* The latest release of custom-install-finalize
* Seed.bin (direct download) https://github.com/ihaveamac/3DS-rom-tools/raw/master/seeddb/seeddb.bin


=== Instructions ===
=== Instructions ===
#  
* Dumping boot9.bin and movable.sed
# Turn off the console
# Hold start while booting up the console to access GodMode9
# Navigate down to [M:] MEMORY VIRTUAL and press A
# Navigate down to boot9.bin and press A
# Select "Copy to 0:gm9/out" from the bottom screen menu
# Once it has finished copying, press B until you're back at the main screen
# Navigate down to [1:] SYSNAND CTRNAND (if using an EmuNAND/RedNAND, navigate down to [4:] EMUNAND CTRNAND instead) and press A
# Navigate down to movable.sed and press A
# Select "Copy to 0:gm9/out" from the bottom screen menu
# Turn off the console
 
* Custom-install
# Copy seeddb.bin to the root of your SD
# Extract the custom-install-standalone zip to any folder in your computer
# Run 'ci-gui.exe'
# Click on the three dots [...] next to 'SD root'
# Select the location of your SD root
    - By default, boot9.bin and movable.sed should have been recognized by the program and auto-populated the respective fields next to them, if so, skip the next two steps
# Click on the three dots [...] next to boot9.bin and select its location (gm9/out)
# Click on the three dots [...] next to movable.sed and select its location (gm9/out)
# Click on the three dots [...] next to seeddb.bin and select its location (the root of your SD)
# Click on 'Add CIAs' and select all the CIAs you wish to install
# Once they finish uploading, click on 'Start install'
# Wait for the program to finish installing all files
# Once it's done, close custom-install and eject your SD safely
# Insert your SD into your console and boot it up to confirm everything was installed properly
 
</span>
</span>


Line 52: Line 77:
</span>
</span>
</tabber>
</tabber>
==Usage==
WIP