More actions
(Created page with "{{Infobox Switch Homebrews |title=NXLINK GUI |image=nxlinkguiswitch.png |description=A Graphical User Interface for NXLink. |author=Flyken271 |lastupdated=2020/09/12 |type=PC Utilities |version=2.5.3 |license=GPL-3.0 |download=https://dlhb.gamebrew.org/switchhomebrews/nxlinkguiswitch.7z |website=https://gbatemp.net/threads/nxlink-gui.534977/ |source=https://github.com/Flyken271/Iridium |donation= }} {{#seo: |title=Switch Homebrew PC Tools (PC Utilities) - GameBrew |titl...") |
No edit summary |
||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{Infobox Switch Homebrews | {{Infobox Switch Homebrews | ||
|title= | |title=Iridium | ||
|image= | |image=nxlinkgui.png | ||
|description=A | |description=A graphical user interface for NXLink. | ||
|author=Flyken271 | |author=Flyken271 | ||
|lastupdated=2020/09/12 | |lastupdated=2020/09/12 | ||
|type= | |type=Network | ||
|version=2.5.3 | |version=2.5.3 | ||
|license=GPL-3.0 | |license=GPL-3.0 | ||
|download=https://dlhb.gamebrew.org/switchhomebrews/ | |download=https://dlhb.gamebrew.org/switchhomebrews/nxlinkgui.7z | ||
|website=https://gbatemp.net/threads/nxlink-gui.534977/ | |website=https://gbatemp.net/threads/nxlink-gui.534977/ | ||
|source=https://github.com/Flyken271/Iridium | |source=https://github.com/Flyken271/Iridium | ||
|donation= | |donation= | ||
}} | }} | ||
NXLink is used mainly when developing homebrew, it allows you to use the NetLoad function in the HB Menu. | |||
What this tool does is create an easy GUI to use NXLink with it, also allows quicker workflow as you can simply save and select paths to your NROs. | |||
==Installation== | |||
Clone or download as zip. Open the directory created. | |||
Drag and Drop <code>nxlink.exe</code> and <code>zlib1.dll</code> to Directory Root. | |||
Run NKLinkGUI.exe. | |||
(Optional) You Can Create Shortcut To NKLinkGUI.exe. | |||
==User guide== | |||
Select The NRO Using The OpenFile Button. | |||
Type in IP of Your Switch. | |||
Click <code>Add NRO</code>. Select NRO From List. | |||
< | |||
Load Into NetLoad in Homebrew Menu. Click Send. | |||
==Screenshots== | ==Screenshots== | ||
https://dlhb.gamebrew.org/switchhomebrews/ | https://dlhb.gamebrew.org/switchhomebrews/nxlinkgui.png | ||
https://dlhb.gamebrew.org/switchhomebrews/ | https://dlhb.gamebrew.org/switchhomebrews/nxlinkgui2.png | ||
https://dlhb.gamebrew.org/switchhomebrews/nxlinkgui3.png | |||
https://dlhb.gamebrew.org/switchhomebrews/ | |||
==Changelog== | ==Changelog== | ||
''' | '''v2.5.3 2020/09/12''' | ||
* | * Added console color. | ||
* Removed "show console" tick box. | |||
* Fixed size of window and resized it accordingly. | |||
* Necro'd tool. | |||
'''v2.5.2.0 2019/04/04''' | |||
* Added both Standard Output and Error Output. | |||
* Finalized design for console to the right handside of the application. | |||
* Added <code>-s</code> argument to nxlink process. | |||
* Fixed the handling for exiting nxlink process. (will actually close instead of hanging in task manager). | |||
'''v2.5.1.18 2019/04/03''' | |||
* I've added console form to the program, you can now select to show console or not, it will output what NXLink outputs when sending, if you'd like to save the console output to a file, let me know, I'll also add a progress bar to the main form with threading to show how far the progress has gone to the Switch. | |||
==Credits== | |||
Created By | |||
*Flyken. | |||
*Zexceil. | |||
== External links == | == External links == | ||
* | * GitHub - https://github.com/Flyken271/Iridium | ||
* | * GBAtemp - https://gbatemp.net/threads/nxlink-gui.534977/ | ||
Latest revision as of 11:36, 20 Haziran 2023
Iridium | |
---|---|
General | |
Author | Flyken271 |
Type | Network |
Version | 2.5.3 |
License | GPL-3.0 |
Last Updated | 2020/09/12 |
Links | |
Download | |
Website | |
Source | |
NXLink is used mainly when developing homebrew, it allows you to use the NetLoad function in the HB Menu.
What this tool does is create an easy GUI to use NXLink with it, also allows quicker workflow as you can simply save and select paths to your NROs.
Installation
Clone or download as zip. Open the directory created.
Drag and Drop nxlink.exe
and zlib1.dll
to Directory Root.
Run NKLinkGUI.exe.
(Optional) You Can Create Shortcut To NKLinkGUI.exe.
User guide
Select The NRO Using The OpenFile Button.
Type in IP of Your Switch.
Click Add NRO
. Select NRO From List.
Load Into NetLoad in Homebrew Menu. Click Send.
Screenshots
Changelog
v2.5.3 2020/09/12
- Added console color.
- Removed "show console" tick box.
- Fixed size of window and resized it accordingly.
- Necro'd tool.
v2.5.2.0 2019/04/04
- Added both Standard Output and Error Output.
- Finalized design for console to the right handside of the application.
- Added
-s
argument to nxlink process. - Fixed the handling for exiting nxlink process. (will actually close instead of hanging in task manager).
v2.5.1.18 2019/04/03
- I've added console form to the program, you can now select to show console or not, it will output what NXLink outputs when sending, if you'd like to save the console output to a file, let me know, I'll also add a progress bar to the main form with threading to show how far the progress has gone to the Switch.
Credits
Created By
- Flyken.
- Zexceil.