More actions
No edit summary |
|||
Line 22: | Line 22: | ||
The script itself checks for updates to the script when starting as well. | The script itself checks for updates to the script when starting as well. | ||
Written using [[PyNX Switch|pyNX]]. | Written using [[PyNX Switch|pyNX]] for the GBAtemp Switch Homebrew Bounty 2018 (Switch application). | ||
==User guide== | ==User guide== | ||
Line 88: | Line 88: | ||
* GBAtemp - https://gbatemp.net/download/switchguide-updater.35260/ | * GBAtemp - https://gbatemp.net/download/switchguide-updater.35260/ | ||
* GBAtemp - https://gbatemp.net/threads/switchguide-updater.522136/ | * GBAtemp - https://gbatemp.net/threads/switchguide-updater.522136/ | ||
[[Category:GBAtemp Homebrew Bounty 2018]] |
Latest revision as of 12:56, 4 Haziran 2024
SwitchGuide-Updater | |
---|---|
General | |
Author | noirscape |
Type | Utilities |
Version | 1.4.0 |
License | AGPL-3.0 |
Last Updated | 2018/12/13 |
Links | |
Download | |
Website | |
Source | |
This is an updater for Atmosphere + Hekate + Homebrew Launcher.
It does not install Atmosphere or Hekate. To do that, you should follow switchguide.xyz. This program instead updates the following files:
- fusee-primary and fusee-secondary (the main components of Atmosphere containing the bootloader and KIP files).
- bundled atmosphere exefs replacements (creport, FW version string, fatal are amongst these).
- update.bin (Hekate 4.x+ loads update.bin if it exists).
The script itself checks for updates to the script when starting as well.
Written using pyNX for the GBAtemp Switch Homebrew Bounty 2018 (Switch application).
User guide
- Install pyNX using the Homebrew browser.
- Download switchguideupdater.py from the release page.
- Copy it to your SD to the switch/pyNX folder.
- Run pyNX from the HBL and select switchguideupdater.py.
You'll need to run the updater at least once for both Hekate and Atmosphere to make it save the current version.
Screenshots
Changelog
v1.4.0 2018/12/13
- Remove
BCT.ini
from sdroot if it exists. - Remove
fusee-primary.bin
from sdroot if it exists. - Remove
fusee-secondary.bin
from sdroot if it exists. - Change download paths for
fusee-secondary.bin
andfusee-primary.bin
. - Update
hekate_ipl.ini
iffusee-primary.bin
was removed.
v1.3.0 2018/12/03
- nx-hbloader included. Downloads to
/atmosphere/hbl.nsp
. - nx-hbmenu included. Downloads to
/hbmenu.nro
.
v1.2.4 2018/11/30
- 5 times is a cinqlet.
v1.2.3 2018/11/30
- 4 people is a quartet.
v1.2.2 2018/11/30
- Third time's the charm.
v1.2.1 2018/11/30
- Added accidentally lost
os.makedirs()
calls during transition.
v1.2.0 2018/11/30
- Functionizes file downloading since repeating the same 5 lines of code makes me weep a little inside.
- Add
fatal
module from Atmosphere 0.8.0 to the updated file list.
v1.1.2 2018/11/11
- Add the boot2 exefs kip from the 0.7.4 release.
- This fixes a minor issue where users that updated to Atmosphere 0.7.4 would no longer be able to see that they launched Atmosphere in the settings. Users who already updated should update again to get this kip.
- No changes were made to the server files.
v1.1.1 2018/11/11
- Add the boot2 exefs kip from the 0.7.4 release.
- This fixes a minor issue where users that updated to Atmosphere 0.7.4 would no longer be able to see that they launched Atmosphere in the settings. Users who already updated should update again to get this kip.
- No changes were made to the server files.
v1.1.0 2018/11/05
- self-updater added, script can now properly accomodate for changes between releases without being reliant on updating the script manually. (Note: ServerScripts have been changed to accomodate.)
- Tracebacks are now fully printed to the screen, instead of just the Exception. This should make troubleshooting slightly easier.
- If you are on a version before 1.1.0, update to this version to be able to use the self-updater.
v1.0.0 2018/10/31
- Initial release.
Credits
pyNX discord for helping me out with using pyNX/imgui.