3 Commits

Author SHA1 Message Date
Ian Burgwin
2535c2ee86 custom-install: remove debug out
Really should've done this ages ago.
2020-03-30 03:36:16 -07:00
Ian Burgwin
61a1b436e5 README: add Windows PATH note 2020-03-30 03:25:51 -07:00
Ian Burgwin
0195ea75d4 README: remove mention of --seeddb
This option does not actually exist on this branch. It will be in module-rewrite eventually.
2020-02-01 21:58:41 -08:00
2 changed files with 2 additions and 3 deletions

View File

@@ -2,6 +2,8 @@
Experimental script to automate the process of a manual title install for Nintendo 3DS. Originally created late June 2019.
## Summary
Note for Windows users: Enabling "Add Python 3.X to PATH" is **NOT** required! Python is installed with the `py` launcher by default.
1. Dump boot9.bin and movable.sed from a 3DS system.
2. Install pycryptodomex:
* Windows: `py -3 -m pip install --user --upgrade pycryptodomex`
@@ -25,7 +27,6 @@ boot9 is needed:
A [SeedDB](https://github.com/ihaveamac/3DS-rom-tools/wiki/SeedDB-list) is needed for newer games (2015+) that use seeds.
SeedDB is checked in order of:
* `--seeddb` argument (if set)
* `SEEDDB_PATH` environment variable (if set)
* `%APPDATA%\3ds\seeddb.bin` (Windows-specific)
* `~/Library/Application Support/3ds/seeddb.bin` (macOS-specific)

View File

@@ -270,8 +270,6 @@ for c in args.cia:
b'\0' * 0x2c
]
print(title_info_entry_data)
title_info_entries[cia.tmd.title_id] = b''.join(title_info_entry_data)
with cia.open_raw_section(CIASection.Ticket) as t: