Tesla - The Nintendo Switch Overlay Menu

fhwyjbd.png

Hey all.
I'd like to introduce to you, Tesla: My answer to the growing need for proper ingame front ends for sysmodules.


What is this?

  • Tesla consists of three individual parts. nx-ovlloader, the Tesla menu and libtesla.
    • nx-ovlloader is basically nx-hbloader ported to run as a sysmodule. It runs in the background and loads overlay NROs (.ovl files) given to it.
    • Tesla Menu is the equivalent to the hbmenu. It's the initial thing loaded by nx-ovlloader and acts as a hub for you to select all other overlays.
    • libtesla is where it becomes interesting for developers. It's an easy to use library that handles layer creation, UI drawing and all the overlay UX. It makes it very easy to create a new overlay for anything
  • A frontend for sysmodules that before required either a homebrew or a config file to change settings or used sounds or the LED to give the user feedback.

What is this not?

  • A tool that lets you create overlays that are always visible. Overlays can get unloaded way to easily for this.
  • An excuse to port absolutely everything to a overlay. Nobody's going to need a title manager overlay. If you consider making a overlay, keep it simple. You don't have a whole lot of memory to work with.


How do I use this?

First of all, download the latest release of nx-ovlloader and the Tesla Menu from the GitHub Release page and extract it onto your SD card.
After a reboot, hold down L and DPad Down and push on the right joy stick to bring up Tesla at any time. Navigation works as you imagine it.
Similar to normal homebrews, you place your .ovl files in the /switch/.overlays folder on your SD card.


Screenshots

W8yN2M6.jpg

fdfWAXw.jpg


Notice

Make sure to use the latest Atmosphere release when trying this as older versions ( as the one SX OS uses too ) probably won't have enough memory available for this to run. Overlays do take a lot of space so nx-ovlloader reserves 6MB. 2MB for framebuffers and around 4MB for overlay developers to use in their overlays.


GitHub

nx-ovlloader: https://github.com/WerWolv/nx-ovlloader
Tesla Menu: https://github.com/WerWolv/Tesla-Menu


For Developers

libtesla: https://github.com/WerWolv/libtesla
Tesla build template: https://github.com/WerWolv/Tesla-Template


Download

nx-ovlloader: https://github.com/WerWolv/nx-ovlloader/releases/latest
Tesla-Menu: https://github.com/WerWolv/Tesla-Menu/releases/latest
EdiZon Overlay: http://werwolv.net/downloads/EdiZonOverlay.zip ( As a little preview for what this is capable of and what EdiZon 4.0.0 will have even more of soon :) )

Special thank especially to averne without him, this would not have been possible!


Obligatory Donation links

GitHub Sponsors https://github.com/sponsors/WerWolv
PayPal https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=KP7XRJAND9KWU&source=url
Patreon https://www.patreon.com/werwolv



Thanks a lot and have fun using and extending it :)
 
Last edited by WerWolv,

devilangelsoul

Well-Known Member
Member
Joined
Oct 10, 2010
Messages
183
Trophies
1
XP
583
Country
Italy
hi, I'm experiencing various crashes and every time it tells me that the error is caused by a folder in atmosphere/contents, and specifically "420000000007E51A" which is none other than the nx-ovlloader. I've read around and I know there are compatibility issues with the latest FW, does anyone know a way to fix this?
 

dsrules

Well-Known Member
Member
Joined
Sep 20, 2005
Messages
8,785
Trophies
2
XP
6,346
Country
hi, I'm experiencing various crashes and every time it tells me that the error is caused by a folder in atmosphere/contents, and specifically "420000000007E51A" which is none other than the nx-ovlloader. I've read around and I know there are compatibility issues with the latest FW, does anyone know a way to fix this?
1 post above yours
 

urherenow

Well-Known Member
Member
Joined
Mar 8, 2009
Messages
4,815
Trophies
2
Age
48
Location
Japan
XP
3,738
Country
United States
i do it , i use his atmosphere fork , but if i open tesla menu and select amiibo or other, only edizon work, give me the error.
It has nothing to do with atmosphere. It’s libnx. You can recompile Atmosphere with the new libnx, but you’ll also need to create your own loader sigpatches using Mr.Dude’s tool.

Anyway, for newbs, compiling libnx isn’t enough. You must also install it. If you’re compiling on a system that requires sudo, use sudo -E make install.
 

impeeza

¡Kabito!
Member
Joined
Apr 5, 2011
Messages
6,509
Trophies
3
Age
46
Location
At my chair.
XP
19,362
Country
Colombia
you have to recompile ovlloader with latest libnx with PR from @masagrator and all overlays need to be recompiled too.

I was able to avoid crashes now.

you can git clone https://github.com/ELY3M/libnx
then cd libnx and make and make install
just compiled all my overlays with this libnx and the latest libtesla, so far all woking fine.
 

impeeza

¡Kabito!
Member
Joined
Apr 5, 2011
Messages
6,509
Trophies
3
Age
46
Location
At my chair.
XP
19,362
Country
Colombia
@impeeza , if you don't mind , would you like share your compiled all overlays with lastest libnx and the latest libtesla ?

Thank you

Can you upload your recompiled overlays ?

This are a set of homebrew build with latest Libnx from SwitchBrew (https://github.com/switchbrew/libnx) commit LibNX 4.4.2-8ce306b(2023_05_27-09_24) , using MinGW on Windows and Ubuntu:

Tesla Menu
File:
ovlmenu_1_2_3-6b86e3d3_libtesla-f766e9b_LibNX-v4.6.1-b69d2fa9+PR641.zip
Repo: https://github.com/WerWolv/Tesla-Menu
Please use the latest release from Werewolv https://github.com/WerWolv/Tesla-Menu/releases/

InfoNX
File:
InfoNX-ovl_v1.0.1-3d4c11df_LibTesla-1.3.3-f766e9b_LibNX-v4.6.1-b69d2fa9+PR641.zip
Repo: https://github.com/renA21/InfoNX/

DNS-MITM_Manager
File:
DNS-MITM_Manager_0_2_0-0475e9c7_LibNX-v4.6.1-b69d2fa9+PR641_LibTesla-1.3.3-f766e9b.zip
Repo: https://github.com/znxDomain/DNS-MITM_Manager

EdizonOverlay
File:
Use the latest release on the official repo today (2023 06 23, @proferabg released an updated version, thanks a lot) there is no new release for latest libraries
Repo: https://github.com/proferabg/EdiZon-Overlay

Emuiibo
You need the most recent Emuiibo release from: https://github.com/XorTroll/emuiibo/releases
For the latest build, it can be get from action link on GitHub: https://github.com/XorTroll/emuiibo/actions


ldn_mitm (Full) Not working for FW 18 yet
File:
https://github.com/PewnyPL/ldn_mitm/releases/download/17.0.0/ldn_mitm_17.0.0.zip
Repo: https://github.com/spacemeowx2/ldn_mitm
Also: https://github.com/PewnyPL/ldn_mitm/releases

OvlSysmodules
File:
ovlSysmodules_1_3_1-9b114b3c_LibNX-v4.6.1-b69d2fa9+PR641_LibTesla-1.3.3-f766e9b.zip
Repo: https://github.com/WerWolv/ovl-sysmodules

QuickNTP
File:
QuickNTP-1.2.8-11b9897_LibNX-v4.6.1-b69d2fa9+PR641_LibTesla-1.3.3-f766e9b.zip
Repo: https://github.com/nedex/QuickNTP

ShareNX-Overlay
File:
ShareNX-Overlay-v1.1.3-dd6f0593_LibNX-v4.6.1-b69d2fa9+PR641_LibTesla-1.3.3-f766e9b.zip
Repo: https://github.com/HookedBehemoth/ShareNX-Overlay

Status-Monitor-Overlay
File:
Status-Monitor-Overlay_1_0_3a-4-8ede626_LibNX-v4.6.1-b69d2fa9+PR641_Libtesla-a3da913a(Masagrator)_Atmosphere-libs-fadec298.zip
Repo: https://github.com/masagrator/Status-Monitor-Overlay/releases (Use the latest release on repo)

Studious-Pancake (full) With Mariko support
File:
studious-pancake-1.0.0-cc9c9ab8_LibNX-v4.6.1-b69d2fa9+PR641_LibTesla-1.3.3-f766e9b.zip
Repo: https://github.com/btc08gh/studious-pancake, seems it doesn-t work at all, I have not a Mariko Switch, so can not test beyond to build, and as asked by HookedBehemoth is not for been shared on GBATemp https://github.com/HookedBehemoth/studious-pancake/issues/3#issuecomment-1541892855 so removing it. Download latest version from https://github.com/HookedBehemoth/studious-pancake/releases

Sys-CLK not working on FW 18 yet
File:
sys-clk-2.0.0-rc_4-2023_10_14.zip
Repo: https://github.com/retronx-team/sys-clk/



OPTIONAL:
TESLA BUILD WITH LATESTS LIBNX, IF YOUR TESLA SYSMODULE IS WORKING FINE POSSIBLY DON'T NEED THIS:

TESLA
File:
nx-ovlloader-zdm-v1.0.7-2024_04_09-c42f5fa6-LibNX-v4.6.1-b69d2fa9+PR641.zip
Repo: https://github.com/WerWolv/nx-ovlloader
Repo: https://github.com/zdm65477730/nx-ovlloader



Hope this help so many of us.

-- Edited May 3oth 2024, update most of the overlays and sysmodules to latest LibNX hence Support FW 18
 

Attachments

  • ovlmenu_1_2_3-6b86e3d3_libtesla-f766e9b_LibNX-v4.6.1-b69d2fa9+PR641.zip
    156.1 KB · Views: 1
  • InfoNX-ovl_v1.0.1-3d4c11df_LibTesla-1.3.3-f766e9b_LibNX-v4.6.1-b69d2fa9+PR641.zip
    125.5 KB · Views: 1
  • DNS-MITM_Manager_0_2_0-0475e9c7_LibNX-v4.6.1-b69d2fa9+PR641_LibTesla-1.3.3-f766e9b.zip
    312.7 KB · Views: 1
  • EdiZon-Overlay_1_0_7-31a9932a_LibNX-v4.6.1-b69d2fa9+PR641_LibTesla-1.3.3-f766e9b.zip
    161.6 KB · Views: 1
  • emuiiboOverlay_1.1.1_LibNX-v4.6.1-b69d2fa9+PR641_LibTesla-1.3.3-f766e9b.zip
    400.3 KB · Views: 2
  • ovlSysmodules_1_3_1-9b114b3c_LibNX-v4.6.1-b69d2fa9+PR641_LibTesla-1.3.3-f766e9b.zip
    168 KB · Views: 2
  • QuickNTP-1.2.8-11b9897_LibNX-v4.6.1-b69d2fa9+PR641_LibTesla-1.3.3-f766e9b.zip
    145.9 KB · Views: 2
  • ShareNX-Overlay-v1.2.0-dd6f0593+PR13_LibNX-v4.6.1-b69d2fa9+PR641_LibTesla-1.3.3-f766e9b.zip
    397.8 KB · Views: 1
  • Status-Monitor-Overlay_1_0_3a-4-8ede626_LibNX-v4.6.1-b69d2fa9+PR641_Libtesla-a3da913a(Masagrat...zip
    189.6 KB · Views: 1
  • studious-pancake-1.0.0-cc9c9ab8_LibNX-v4.6.1-b69d2fa9+PR641_LibTesla-1.3.3-f766e9b.zip
    328.8 KB · Views: 1
  • studious-pancake-BTC-1.0.0-57eac80_LibNX-v4.6.1-b69d2fa9+PR641_LibTesla-1.3.3-f766e9b.zip
    328.8 KB · Views: 2
  • nx-ovlloader-zdm-v1.0.7-2024_04_09-c42f5fa6-LibNX-v4.6.1-b69d2fa9+PR641.zip
    20.3 KB · Views: 1
Last edited by impeeza,

impeeza

¡Kabito!
Member
Joined
Apr 5, 2011
Messages
6,509
Trophies
3
Age
46
Location
At my chair.
XP
19,362
Country
Colombia
Thanks for the upload, would have recompiled it myself, but there seems to be an issue in the devkitpro install on my setup.


Edit : can confirm it solved all problems. No more crashes.

That's is thanks to @masagrator and @ELY_M they are the mages I just compiled the sources from they.

By the way that's why I love MSYS if something gey sketchy you only delete a folder and reinstall (pacman) all packages you use and no problem. No inter software dependencies no system variables no duplicated libraries to catch etc.
 
  • Like
Reactions: deejay87

impeeza

¡Kabito!
Member
Joined
Apr 5, 2011
Messages
6,509
Trophies
3
Age
46
Location
At my chair.
XP
19,362
Country
Colombia
  • Like
Reactions: [Truth]

[Truth]

Well-Known Member
Member
Joined
Mar 21, 2006
Messages
1,060
Trophies
1
Location
Mushroom Kingdom
XP
2,396
Country
Germany
  • Love
Reactions: impeeza

josete2k

Well-Known Member
Member
Joined
Apr 24, 2009
Messages
689
Trophies
1
Age
43
Location
Spain
XP
1,646
Country
Spain
Last edited by josete2k,

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • Xdqwerty @ Xdqwerty:
    @BigOnYa, and since the default emulator is below average i downloaded some "replacements" like snes9x for snes games for example
    +1
  • Xdqwerty @ Xdqwerty:
    And I also have my ps3
    +1
  • BigOnYa @ BigOnYa:
    Yea ps3 is a beast still to today compared to most "sticks"
  • K3Nv2 @ K3Nv2:
    If you just want pi for emulation no point when Anbernic releases new shit every two seconds
    +1
  • BigOnYa @ BigOnYa:
    What's really cool about Pi's tho is you can have multiple SD cards with different OS on each SD card and change from say a gaming machine to a full fledged pc if wanted
  • K3Nv2 @ K3Nv2:
    Plus all bios are set up and usually includes at least 128gbs or 64
  • K3Nv2 @ K3Nv2:
    Yeah but if your main goal is just to play n64 and GameCube you can save about $50 and have the portability option
    +1
  • BigOnYa @ BigOnYa:
    True, but on 2 monitors at 4k. Its just want you want really, to each they own.
  • K3Nv2 @ K3Nv2:
    For a kids aspect Anbernic would be the better option they'd probably melt over the price on a good 4k display
    +1
  • BigOnYa @ BigOnYa:
    For that texasroo guy, I'd recommend the Spell and speak as his first system.
    +1
  • K3Nv2 @ K3Nv2:
    So they buy a pi5 kit for about $150 and say a 28" 4k display probably looking around $400 total
  • K3Nv2 @ K3Nv2:
    They'll be getting in the territory of portable Pcs anyway
    +1
  • BigOnYa @ BigOnYa:
    Again you get what you pay for, its like buying a S series for $300 but its only 1440p native, if you want true 4k, gotta get the X model for $500. But yea you right, when moms buying it anyways, you gotta stay cheap.
  • K3Nv2 @ K3Nv2:
    They could use HD out on their TV no real need for a monitor these days tbh the purists will disagree
  • K3Nv2 @ K3Nv2:
    I'm kind of phasing out on the need for wanting all these consoles cool to have but they just become dust build ups
  • BigOnYa @ BigOnYa:
    I here ya there, I have too many myself, and have hard time letting them go, since most of mine I've modded at some point. Anymore I just play Switch on the go, seriesx at home.
  • Xdqwerty @ Xdqwerty:
    ack my throat
  • K3Nv2 @ K3Nv2:
    I need to invest in some storage totes tbh
  • BigOnYa @ BigOnYa:
    Tots?
  • K3Nv2 @ K3Nv2:
    Tootles
  • BigOnYa @ BigOnYa:
    Tootles? Wtf
  • K3Nv2 @ K3Nv2:
    Oh tootles
  • BigOnYa @ BigOnYa:
    Oh totes , lol, like Tupperware storage, I gotcha
  • BigOnYa @ BigOnYa:
    I'm designing my own entertainment cabinet for my man cave, to store all my systems, then I'm also designing a power supply/HDMI switcher so I can switch to whichever system I want, and power it also. Already picked up the cabinet board, but tinkering with my drawings before start
  • BigOnYa @ BigOnYa:
    But yea, I have frogger arcade cabinet that I gutted and put a Pi4 then Pi5 into, but it never gets played much anymore, should sell it. Even when the kids come over, they don't want to play on it, just the xbox.
    BigOnYa @ BigOnYa: But yea, I have frogger arcade cabinet that I gutted and put a Pi4 then Pi5 into, but it never...