PayloaderNX Switch: Difference between revisions

From GameBrew
(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=payloadernxswitch.png
|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/27
|lastupdated=2019/04/28
|type=Utilities
|type=Utilities
|version=v1.0
|version=1.0
|license=GPL-3.0
|license=GPL-3.0
|download=https://dlhb.gamebrew.org/switchhomebrews/payloadernxswitch.7z
|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=
}}
}}
{{#seo:
Reboot your Switch into any payload.
|title=Switch Homebrew Apps (Utilities) - GameBrew
 
|title_mode=append
Works on Atmosphere as well as ReiNX and sxos.
|image=payloadernxswitch.png
|image_alt=PayloaderNX
}}
{{cleanup|article|Needs cleanup}}
Uses the atmosphere reboot to payload to launch payloads.


==Media==
==Installation==
<youtube></youtube>
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/payloadernxswitch-01.png
https://dlhb.gamebrew.org/switchhomebrews/payloadernx.png
https://dlhb.gamebrew.org/switchhomebrews/payloadernxswitch-02.png
https://dlhb.gamebrew.org/switchhomebrews/payloadernxswitch-03.png
https://dlhb.gamebrew.org/switchhomebrews/payloadernxswitch-04.png
https://dlhb.gamebrew.org/switchhomebrews/payloadernxswitch-05.png
https://dlhb.gamebrew.org/switchhomebrews/payloadernxswitch-06.png
https://dlhb.gamebrew.org/switchhomebrews/payloadernxswitch-07.png
https://dlhb.gamebrew.org/switchhomebrews/payloadernxswitch-08.png


==Changelog==
==Changelog==
'''v.1.0'''
'''v1.0'''
* First Release.
 
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 ==
* Gbatemp - https://github.com/ITotalJustice/PayloaderNX
* GitHub - https://github.com/ITotalJustice/PayloaderNX
* Github - https://github.com/ITotalJustice/PayloaderNX
* GBAtemp - https://gbatemp.net/threads/atmosphere-updater-an-atmosphere-updater-for-your-switch.548450/post-8799643
* Reddit -

Latest revision as of 11:30, 28 April 2023

PayloaderNX
Payloadernx.png
General
AuthorITotalJustice
TypeUtilities
Version1.0
LicenseGPL-3.0
Last Updated2019/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

payloadernx.png

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.

External links

Advertising: