More actions
(Created page with "{{Infobox Switch Homebrews |title=PayloaderNX |image=payloadernxswitch.png |description=Uses the atmosphere reboot to payload to launch payloads. |author=ITotalJustice |lastupdated=2019/04/27 |type=Utilities |version=v1.0 |license=GPL-3.0 |download=https://dlhb.gamebrew.org/switchhomebrews/payloadernxswitch.7z |website=https://github.com/ITotalJustice/PayloaderNX |source=https://github.com/ITotalJustice/PayloaderNX |donation= }} {{#seo: |title=Switch Homebrew Apps (Utili...") |
No edit summary |
||
Line 1: | Line 1: | ||
{{Infobox Switch Homebrews | {{Infobox Switch Homebrews | ||
|title=PayloaderNX | |title=PayloaderNX | ||
|image= | |image=payloadernx.png | ||
|description=Uses the atmosphere reboot to payload to launch payloads. | |description=Uses the atmosphere reboot to payload to launch payloads. | ||
|author=ITotalJustice | |author=ITotalJustice | ||
|lastupdated=2019/04/ | |lastupdated=2019/04/28 | ||
|type=Utilities | |type=Utilities | ||
|version= | |version=1.0 | ||
|license=GPL-3.0 | |license=GPL-3.0 | ||
|download=https://dlhb.gamebrew.org/switchhomebrews/ | |download=https://dlhb.gamebrew.org/switchhomebrews/payloadernx.7z | ||
|website=https://github.com/ITotalJustice/PayloaderNX | |website=https://github.com/ITotalJustice/PayloaderNX | ||
|source=https://github.com/ITotalJustice/PayloaderNX | |source=https://github.com/ITotalJustice/PayloaderNX | ||
|donation= | |donation= | ||
}} | }} | ||
Reboot your Switch into any payload. | |||
Works on Atmosphere as well as ReiNX and sxos. | |||
== | ==Installation== | ||
How to install: | |||
*Extract the zip file to your SD card (so that payloadernx folder is inside /switch/). | |||
*Have the payloads ready on your Switch SD card. | |||
*The default paths are (Note: You can also set your own path in the app): | |||
**(root of the sd card) | |||
**payloads/ | |||
**argon/payloads/ | |||
**bootloader/payloads/ | |||
**switch/payloadernx/payloads/ | |||
How to install applet override: | |||
*Create a folder with the name of the title ID of the applet (https://switchbrew.org/wiki/Title_list). | |||
*Add the exefs.nsp to that folder. | |||
*Add that folder to the titles folder of your cfw. | |||
**Atmosphere/titles/ | |||
**ReiNX/titles/ | |||
**sxos/titles/ | |||
==Screenshots== | ==Screenshots== | ||
https://dlhb.gamebrew.org/switchhomebrews/ | https://dlhb.gamebrew.org/switchhomebrews/payloadernx.png | ||
==Changelog== | ==Changelog== | ||
''' | '''v1.0''' | ||
* | |||
Bugs fixed: | |||
*Fixed crash when exiting inside a directory that doesn't contain payloads. | |||
*Cleaned the heap when closing. | |||
*Removed /payloads/ always being shown, even if the directory doesn't exist. | |||
*Removed pressing (B) to re enter a custom directroy that didn't exist. | |||
*dr was not closed, so exiting / entering directories more than 31 times would cause the directroies to no longer display. | |||
New: | |||
*Added sound effects. | |||
*Added 4 hotkey buttons (all 4 triggers) making it faster to load your favorite payloads. | |||
*Added a delete all hotkey option. | |||
*Added basic colour to titles. | |||
*Added directional movements with both anaolg sticks. | |||
*Added main folder inside /switch/ (will be created if not found). | |||
*Added option to save payload as payload.bin for use with modchips and sxos. | |||
*Can now exit with either plus or minus. | |||
*Increased the amount of payloads displayed to 30. | |||
*S T A B I L I T Y. | |||
==Credits== | |||
Fork of [https://github.com/suchmememanyskill/Payload_Launcher Payload_Launcher]. | |||
Uses part of the atmosphere code from [https://github.com/Atmosphere-NX/Atmosphere/blob/master/troposphere/reboot_to_payload/source/main.c the atmosphere repo]. Licence of the atmosphere repo is included as AMS_LICENCE. | |||
For the applet, it uses the code from [https://github.com/switchbrew/nx-hbloader nx-hbloader] with the paths modified. | |||
== External links == | == External links == | ||
* | * GitHub - https://github.com/ITotalJustice/PayloaderNX | ||
* | * GBAtemp - https://gbatemp.net/threads/atmosphere-updater-an-atmosphere-updater-for-your-switch.548450/post-8799643 | ||
Latest revision as of 11:30, 28 April 2023
PayloaderNX | |
---|---|
General | |
Author | ITotalJustice |
Type | Utilities |
Version | 1.0 |
License | GPL-3.0 |
Last Updated | 2019/04/28 |
Links | |
Download | |
Website | |
Source | |
Reboot your Switch into any payload.
Works on Atmosphere as well as ReiNX and sxos.
Installation
How to install:
- Extract the zip file to your SD card (so that payloadernx folder is inside /switch/).
- Have the payloads ready on your Switch SD card.
- The default paths are (Note: You can also set your own path in the app):
- (root of the sd card)
- payloads/
- argon/payloads/
- bootloader/payloads/
- switch/payloadernx/payloads/
How to install applet override:
- Create a folder with the name of the title ID of the applet (https://switchbrew.org/wiki/Title_list).
- Add the exefs.nsp to that folder.
- Add that folder to the titles folder of your cfw.
- Atmosphere/titles/
- ReiNX/titles/
- sxos/titles/
Screenshots
Changelog
v1.0
Bugs fixed:
- Fixed crash when exiting inside a directory that doesn't contain payloads.
- Cleaned the heap when closing.
- Removed /payloads/ always being shown, even if the directory doesn't exist.
- Removed pressing (B) to re enter a custom directroy that didn't exist.
- dr was not closed, so exiting / entering directories more than 31 times would cause the directroies to no longer display.
New:
- Added sound effects.
- Added 4 hotkey buttons (all 4 triggers) making it faster to load your favorite payloads.
- Added a delete all hotkey option.
- Added basic colour to titles.
- Added directional movements with both anaolg sticks.
- Added main folder inside /switch/ (will be created if not found).
- Added option to save payload as payload.bin for use with modchips and sxos.
- Can now exit with either plus or minus.
- Increased the amount of payloads displayed to 30.
- S T A B I L I T Y.
Credits
Fork of Payload_Launcher.
Uses part of the atmosphere code from the atmosphere repo. Licence of the atmosphere repo is included as AMS_LICENCE.
For the applet, it uses the code from nx-hbloader with the paths modified.