Updated Standard features (markdown)

lifehackerhansol 2024-09-23 11:08:01 -07:00
parent ee7024e0b9
commit 793761c0b3

@ -19,7 +19,6 @@
* Clone Luma3DS' git repository (or just download the `/exceptions/parser` directory) * Clone Luma3DS' git repository (or just download the `/exceptions/parser` directory)
* Open a terminal/CMD avigate to the `/exceptions/parser` directory, and run `python setup.py install`. This will install the exception dump parser to your system. * Open a terminal/CMD avigate to the `/exceptions/parser` directory, and run `python setup.py install`. This will install the exception dump parser to your system.
* Navigate to where your kept your exception dump and run `luma3ds_exception_dump_parser FILE_NAME_HERE.dmp` * Navigate to where your kept your exception dump and run `luma3ds_exception_dump_parser FILE_NAME_HERE.dmp`
* **NTR/TWL cart whitelist patches:** The Home Menu and TWL_FIRM whitelist for DS carts have been patched out; if your 3DS flashcart shows in the original Nintendo DSi Home Menu, it should work with a 3DS running Luma3DS. Additionally, very old DS carts that did not show in the DSi Home Menu can be booted with homebrew such as [NTR Launcher](https://github.com/ApacheThunder/NTR_Launcher).
* **Region-free patches:** The region lock preventing foreign/imported 3DS games from working has been removed. Carts from the NA (North America), EU (Europe), JP (Japan), KOR (Korea), TWN (Taiwan, Hong Kong), and CHN (mainland China) regions should work without issue on any region firmware with Luma3DS, eliminating the need to perform region changes. **Note:** CHN/TWN/KOR 3DSes use a different shared font archive than NA/EU/JP. It may be necessary to install the other regions' shared font archives if your out of region game does not work. * **Region-free patches:** The region lock preventing foreign/imported 3DS games from working has been removed. Carts from the NA (North America), EU (Europe), JP (Japan), KOR (Korea), TWN (Taiwan, Hong Kong), and CHN (mainland China) regions should work without issue on any region firmware with Luma3DS, eliminating the need to perform region changes. **Note:** CHN/TWN/KOR 3DSes use a different shared font archive than NA/EU/JP. It may be necessary to install the other regions' shared font archives if your out of region game does not work.
## Developer features ## Developer features