More actions
(Created page with "{{Infobox Switch Homebrews |title=NX-NONET |image=nxnonetswitch.png |description=SaltyNX Plugin that mimic no internet for games. |author=BestPig |lastupdated=2022/04/05 |type=Plugins |version=0.1 |license=MIT |download=https://dlhb.gamebrew.org/switchhomebrews/nxnonetswitch.7z |website=https://gbatemp.net/threads/nonet-0-1-useful-little-elf-that-makes-you-forget-about-airplane-mode.615854/ |source=https://github.com/BestPig/NX-NONET |donation= }} {{#seo: |title=Switch H...") |
No edit summary |
||
Line 1: | Line 1: | ||
{{Infobox Switch Homebrews | {{Infobox Switch Homebrews | ||
|title=NX-NONET | |title=NX-NONET | ||
|image= | |image=nxnonet.png | ||
|description=SaltyNX Plugin that mimic no internet for games. | |description=SaltyNX Plugin that mimic no internet for games. | ||
|author=BestPig | |author=BestPig | ||
Line 8: | Line 8: | ||
|version=0.1 | |version=0.1 | ||
|license=MIT | |license=MIT | ||
|download=https://dlhb.gamebrew.org/switchhomebrews/ | |download=https://dlhb.gamebrew.org/switchhomebrews/nxnonet.7z | ||
|website=https://gbatemp.net/threads/ | |website=https://gbatemp.net/threads/is-it-feasible-to-mitm-the-internet-connection-module.609819/ | ||
|source=https://github.com/BestPig/NX-NONET | |source=https://github.com/BestPig/NX-NONET | ||
|donation= | |donation= | ||
}} | }} | ||
NX-NONET is a SaltyNX plugin that fake no available internet connection to avoid nag on some games without enabling airplane mode. | |||
You need masagrator [[SaltyNX_Switch|SaltyNX fork]] installed. | |||
| | |||
==Installation== | |||
To install, put NX-NONET.elf to <code>/SaltySD/plugins/</code>. | |||
SaltyNX | This plugin just hook <code>nn::nifm::IsNetworkAvailable()</code> and always return <code>0</code> to tell games no network is available. | ||
Also available are these alternate SaltyNX patch versions (they are the same, but may work better than the plugin): | |||
* [https://gbatemp.net/threads/is-it-feasible-to-mitm-the-internet-connection-module.609819/post-9793883 IsNetworkAvailableEv.asm64] - Compatible with 64-bit games. | |||
* [https://gbatemp.net/threads/is-it-feasible-to-mitm-the-internet-connection-module.609819/post-9841382 SaltySD-Nop-Network] - This version also eliminates the nag (e.g. "could not connect", "turn off airplane mode"). | |||
To use the patch, place them into <code>/SaltySD/patches/</code>. | |||
< | |||
==User guide== | |||
Games that need airplane mode to run (not just 90DNS) and tested to work per user feedback: | |||
* Lego Start Wars (starts with no issues) | |||
* Prison Architect (starts with no issues) | |||
* Death Coming (starts with no issues) | |||
* DOOM (2017) (starts with no issues) | |||
* Disc Room (starts with no issues, had a normal warning that leaderboards are not connected) | |||
* Pandemic the Board Game (starts with no issues) | |||
* CarX Drift Racing (starts with no issues) | |||
* Crash Drive 2 (starts with no issues) | |||
* Metal Slug Aca Neogeo (starts with no issues) | |||
* Nyan Cat Lost in Space (prompt messages were displayed asking to connect Joy-Con and game server, game itself plays fine with no further issues) | |||
* They Bleed Pixels (starts with no issues) | |||
* Lode Runner Legacy (had an error message at start, after that game plays fine with no further issues) | |||
* Arcade Archives (fully working with no error message) | |||
* Tempest 4000 (fully working with no error message) | |||
* GhostbladeHD (working) | |||
* Disgaea 4 Complete+ (fully working) | |||
* Stern Pinball Arcade (working) | |||
* Portal 2 (working) | |||
==Screenshots== | ==Screenshots== | ||
https://dlhb.gamebrew.org/switchhomebrews/ | https://dlhb.gamebrew.org/switchhomebrews/nxnonet2.png | ||
https://dlhb.gamebrew.org/switchhomebrews/ | https://dlhb.gamebrew.org/switchhomebrews/nxnonet3.png | ||
==Known issues== | |||
Doesn't support all games. | |||
==Changelog== | ==Changelog== | ||
''' | '''0.1 2022/04/05''' | ||
* First | *First version of faking no internet (nn::nifm::IsNetworkAvailable -> 0). | ||
==Credits== | |||
Thanks to masagrator for the forked SaltyNX and NX-FPS where this plugin is based on. | |||
== External links == | == External links == | ||
* Github - https://github.com/BestPig/NX-NONET | * Github - https://github.com/BestPig/NX-NONET | ||
* | * GBAtemp - https://gbatemp.net/threads/is-it-feasible-to-mitm-the-internet-connection-module.609819/post-9793865 | ||
* GBAtemp - https://gbatemp.net/threads/is-it-feasible-to-mitm-the-internet-connection-module.609819/post-9793883 | |||
* GBAtemp - https://gbatemp.net/threads/nonet-0-1-useful-little-elf-that-makes-you-forget-about-airplane-mode.615854/ |
Revision as of 12:27, 30 Mayıs 2023
NX-NONET | |
---|---|
General | |
Author | BestPig |
Type | Plugins |
Version | 0.1 |
License | MIT License |
Last Updated | 2022/04/05 |
Links | |
Download | |
Website | |
Source | |
NX-NONET is a SaltyNX plugin that fake no available internet connection to avoid nag on some games without enabling airplane mode.
You need masagrator SaltyNX fork installed.
Installation
To install, put NX-NONET.elf to /SaltySD/plugins/
.
This plugin just hook nn::nifm::IsNetworkAvailable()
and always return 0
to tell games no network is available.
Also available are these alternate SaltyNX patch versions (they are the same, but may work better than the plugin):
- IsNetworkAvailableEv.asm64 - Compatible with 64-bit games.
- SaltySD-Nop-Network - This version also eliminates the nag (e.g. "could not connect", "turn off airplane mode").
To use the patch, place them into /SaltySD/patches/
.
User guide
Games that need airplane mode to run (not just 90DNS) and tested to work per user feedback:
- Lego Start Wars (starts with no issues)
- Prison Architect (starts with no issues)
- Death Coming (starts with no issues)
- DOOM (2017) (starts with no issues)
- Disc Room (starts with no issues, had a normal warning that leaderboards are not connected)
- Pandemic the Board Game (starts with no issues)
- CarX Drift Racing (starts with no issues)
- Crash Drive 2 (starts with no issues)
- Metal Slug Aca Neogeo (starts with no issues)
- Nyan Cat Lost in Space (prompt messages were displayed asking to connect Joy-Con and game server, game itself plays fine with no further issues)
- They Bleed Pixels (starts with no issues)
- Lode Runner Legacy (had an error message at start, after that game plays fine with no further issues)
- Arcade Archives (fully working with no error message)
- Tempest 4000 (fully working with no error message)
- GhostbladeHD (working)
- Disgaea 4 Complete+ (fully working)
- Stern Pinball Arcade (working)
- Portal 2 (working)
Screenshots
Known issues
Doesn't support all games.
Changelog
0.1 2022/04/05
- First version of faking no internet (nn::nifm::IsNetworkAvailable -> 0).
Credits
Thanks to masagrator for the forked SaltyNX and NX-FPS where this plugin is based on.
External links
- Github - https://github.com/BestPig/NX-NONET
- GBAtemp - https://gbatemp.net/threads/is-it-feasible-to-mitm-the-internet-connection-module.609819/post-9793865
- GBAtemp - https://gbatemp.net/threads/is-it-feasible-to-mitm-the-internet-connection-module.609819/post-9793883
- GBAtemp - https://gbatemp.net/threads/nonet-0-1-useful-little-elf-that-makes-you-forget-about-airplane-mode.615854/