More actions
No edit summary |
No edit summary |
||
Line 28: | Line 28: | ||
==Features == | ==Features == | ||
=== Update CFW === | === Update CFW === | ||
* Update the Atmosphère Switch Custom Firmware. | * Update the Atmosphère Switch Custom Firmware. The app allows you to update CFW, and it uses a custom RCM payload to finalize the installation, as it can't be performed while HOS is running. | ||
** If you would like to preserve additional files or directories, write their path (one line each) in <code>/config/aio-switch-updater/preserve.txt</code> and they won't be overwritten when updating. | ** If you would like to preserve additional files or directories, write their path (one line each) in <code>/config/aio-switch-updater/preserve.txt</code> and they won't be overwritten when updating. | ||
** Place [https://github.com/HamletDuFromage/aio-switch-updater/blob/master/copy_files.txt this file] in <code>/config/aio-switch-updater/copy_files.txt</code> in order to have specific copy operations performed after each download. This is mainly meant for users with trinkets who want payloads automatically copied to a directory. | ** Place [https://github.com/HamletDuFromage/aio-switch-updater/blob/master/copy_files.txt this file] in <code>/config/aio-switch-updater/copy_files.txt</code> in order to have specific copy operations performed after each download. This is mainly meant for users with trinkets who want payloads automatically copied to a directory. | ||
Line 68: | Line 68: | ||
== Contribute == | == Contribute == | ||
PRs and suggestions are encouraged! If you wish to help with the localization of the app, you can translate the files in <code>resources/i18n/</code>. To easily find the non-translated strings and translate them, you may use <code>localizer.py</code> (e.g. <code>python localizer.py -r resources//i18n//en-US//menus.json -w resources//i18n//fr//menus.json</code>). | PRs and suggestions are encouraged! If you wish to help with the localization of the app, you can translate the files in <code>resources/i18n/</code>. To easily find the non-translated strings and translate them, you may use <code>localizer.py</code> (e.g. <code>python localizer.py -r resources//i18n//en-US//menus.json -w resources//i18n//fr//menus.json</code>). | ||
==Changelog== | ==Changelog== |
Revision as of 04:09, 3 Mayıs 2023
AIO Switch Updater | |
---|---|
File:Aioswitchupdaterswitch.png | |
General | |
Author | HamletDuFromage |
Type | Utilities |
Version | 2.21.4 |
License | GPL-3.0 |
Last Updated | 2023/05/03 |
Links | |
Download | |
Website | |
Source | |
Support Author | |
AIO Switch Updater is a Nintendo Switch homebrew app that allows you to download and update custom firmware (CFW), firmware (FW), and cheat codes. It supports Atmosphère, ReiNX, and SXOS and works on both unpatched (Erista) and patched (v2/Mariko) Switches.
Remember to exercise caution when updating your console, as there can be potential risks and compatibility issues. It's a good idea to check for any known issues or precautions before proceeding with an update.
Installation
To install AIO-Switch-Updater, copy the aio-switch-updater/ directory to /switch/ on your SD card.
Features
Update CFW
- Update the Atmosphère Switch Custom Firmware. The app allows you to update CFW, and it uses a custom RCM payload to finalize the installation, as it can't be performed while HOS is running.
- If you would like to preserve additional files or directories, write their path (one line each) in
/config/aio-switch-updater/preserve.txt
and they won't be overwritten when updating. - Place this file in
/config/aio-switch-updater/copy_files.txt
in order to have specific copy operations performed after each download. This is mainly meant for users with trinkets who want payloads automatically copied to a directory.
- If you would like to preserve additional files or directories, write their path (one line each) in
Update Hekate/Payload
- Download and update Hekate, as well as a selection of RCM payloads
Custom Downloads
- A custom Atmosphère url can be entered in this file. Once moved to
/config/aio-switch-updater/custom_packs.json
, it will show on theCustom Download
menu. This can be used to support third-party packs through AIO-Switch-Updater. Non-Atmosphère downloads can also be added in themisc
category.
Download firmwares
- Download firmware files to
/firmware
that can then be installed using DayBreak.
Download cheats
- Download and extract daily-updated cheat code. The program will only extract cheat codes for the games you own. By default, this homebrew will overwrite the existing cheats. If you have your own cheat files that you'd like to keep as is, you can turn off cheat updates for specific titles in
Tools→Cheat Menu
. - Download cheat sheets from Cheat Slips.
- Download individual cheat codes from the
GBAtemp.net
database.
Extras (in the Tools
tab)
- Reboot to specific payload.
- Consult games with missing updates.
- Change software color scheme of Joy-Cons. Additional color profiles can be found in the releases and should be copied to
config/aio-switch-updater/jc_profiles.json
. Use this webpage to generate your own profiles. - Change software color scheme of Pro Controllers (has to be paired as Player 1). Additional color profiles can be found in the releases and should be copied to
config/aio-switch-updater/pc_profiles.json
. - Consult installed cheat codes.
- Launch the Switch's web browser.
- Edit internet settings (DNS, IP address, MTU, etc). Add you own configs to
config/aio-switch-updater/internet.json
. You can find a template in the root of the repo. - Tabs can be hidden through the
Hide tabs
menu, and more entries can be hidden by manually editingconfig/aio-switch-updater/hide_tabs.json
.
Media
All In One Updater - Download Now! - (Switch Homebrew Info)
Screenshots
Contribute
PRs and suggestions are encouraged! If you wish to help with the localization of the app, you can translate the files in resources/i18n/
. To easily find the non-translated strings and translate them, you may use localizer.py
(e.g. python localizer.py -r resources//i18n//en-US//menus.json -w resources//i18n//fr//menus.json
).
Changelog
v2.21.4
- Fixed prompt asking to copy the hekate payload to reboot_payload.bin not showing.
- Improved German localization (github.com/TTghostsemir).
- Improved Japanese localization (github.com/reindex-ot)
v2.21.3
- Added download link for graphic enhancing codes.
Special thanks
- natinusala for the Borealis library.
- tiansongyu for bringing support for multi-language and for his Chinese translation.
- yyoossk for the Japanese locale.
- sergiou87 for the Spanish locale.
- pedruhb for the Brazilian locale.
- AD2076 for the Italian locale.
- qazrfv1234 for the Traditional Chinese locale.
- Nota Inutilis for the French locale.
- Team Neptune whose rcm code I used.
- fennectech for helping test the app and providing suggestions.
- Iliak for Cheat Slips.