Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

NX-NONET Switch: Difference between revisions

From GameBrew
(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=nxnonetswitch.png
|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/nxnonetswitch.7z
|download=https://dlhb.gamebrew.org/switchhomebrews/nxnonet.7z
|website=https://gbatemp.net/threads/nonet-0-1-useful-little-elf-that-makes-you-forget-about-airplane-mode.615854/
|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=
}}
}}
{{#seo:
NX-NONET is a SaltyNX plugin that fake no available internet connection to avoid nag on some games without enabling airplane mode.
|title=Switch Homebrew Apps (Plugins) - GameBrew
 
|title_mode=append
You need masagrator [[SaltyNX_Switch|SaltyNX fork]] installed.
|image=nxnonetswitch.png
 
|image_alt=NX-NONET
==Installation==
}}
To install, put NX-NONET.elf to <code>/SaltySD/plugins/</code>.
{{cleanup|article|Needs cleanup}}
 
SaltyNX Plugin that mimic no internet for games.
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").


==Media==
To use the patch, place them into <code>/SaltySD/patches/</code>.
<youtube></youtube>


==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/nxnonetswitch-01.png
https://dlhb.gamebrew.org/switchhomebrews/nxnonet2.png
https://dlhb.gamebrew.org/switchhomebrews/nxnonetswitch-02.png
 
https://dlhb.gamebrew.org/switchhomebrews/nxnonetswitch-03.png
https://dlhb.gamebrew.org/switchhomebrews/nxnonet3.png
https://dlhb.gamebrew.org/switchhomebrews/nxnonetswitch-04.png
 
https://dlhb.gamebrew.org/switchhomebrews/nxnonetswitch-05.png
==Known issues==
https://dlhb.gamebrew.org/switchhomebrews/nxnonetswitch-06.png
Doesn't support all games.
https://dlhb.gamebrew.org/switchhomebrews/nxnonetswitch-07.png
https://dlhb.gamebrew.org/switchhomebrews/nxnonetswitch-08.png


==Changelog==
==Changelog==
'''v.1.0'''
'''0.1 2022/04/05'''
* First Release.
*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 ==
* Gbatemp - https://gbatemp.net/threads/nonet-0-1-useful-little-elf-that-makes-you-forget-about-airplane-mode.615854/
* Github - https://github.com/BestPig/NX-NONET
* Github - https://github.com/BestPig/NX-NONET
* Reddit -
* 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
Nxnonet.png
General
AuthorBestPig
TypePlugins
Version0.1
LicenseMIT License
Last Updated2022/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):

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

nxnonet2.png

nxnonet3.png

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

Advertising: