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
182
Trophies
1
XP
579
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,704
Trophies
2
XP
6,271
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,779
Trophies
2
Age
48
Location
Japan
XP
3,679
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,360
Trophies
3
Age
46
Location
At my chair.
XP
18,714
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,360
Trophies
3
Age
46
Location
At my chair.
XP
18,714
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.5.0-933c5a12(2023_11_16).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_LibNX-v4.5.0-933c5a12_LibTesla-1.3.3-f766e9b.zip
Repo: https://github.com/renA21/InfoNX/

DNS-MITM_Manager
File:
DNS-MITM_Manager_0_2_0-0475e9c7_LibNX-v4.5.0-933c5a12_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)
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.5.0-933c5a12_LibTesla-1.3.3-f766e9b.zip
Repo: https://github.com/WerWolv/ovl-sysmodules

QuickNTP
File:
QuickNTP-1.2.8-11b9897_LibNX-v4.5.0-933c5a12_LibTesla-1.3.3-f766e9b.zip
Repo: https://github.com/nedex/QuickNTP

ShareNX-Overlay
File:
ShareNX-Overlay-v1.1.3-dd6f0593_LibNX-4.4.2-4fcdb6e_LibTesla-1.3.3-f766e9b.zip
Repo: https://github.com/HookedBehemoth/ShareNX-Overlay

Status-Monitor-Overlay
File:
Status-Monitor-Overlay_1_0_1-21db60c_LibNX-v4.5.0-933c5a12_Libtesla-74e55bf(Masagrator)_Atmosphere-libs-d7a02b6.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-BTC_0.4.1-57eac80_LibNX-4.4.2-6bd6fa89_LibTesla-1.3.3-f766e9b(2023_05_27-07_26).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
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-d638a5a_v4.5.0-933c5a12(2023_11_16).zip
Repo: https://github.com/WerWolv/nx-ovlloader
Repo: https://github.com/zdm65477730/nx-ovlloader



Hope this help so many of us.

-- Edited November 27 2023, New builds with latest Libraries and FW 17 support

-- Edited April 29 2023, reason, builds with updated Libtesla and Atmosphere-libs

-- Edited June 5th, new libnx version

-- Edited June 14th, added Studious-Pancake_0.4.1-f7f3a69_LibNX-4.4.2-6bd6fa89_LibTesla-1.3.3-f766e9b(2023_05_27-07_26).zip and BTC_0.4.1-57eac80_LibNX-4.4.2-6bd6fa89_LibTesla-1.3.3-f766e9b(2023_05_27-07_26).zip, thanks to the help of @DacoTaco on building with latest libraries.

-- Edited May 9th, new batch using libnx-dc0de47 and Libtesla-e06d425.zip and added Sys-CLK

-- Edited May 7th, to add new Emuiibo and Tesla releases. no new build only links to latest official releases.
 

Attachments

  • ovlmenu_1_2_3-6b86e3d3_libtesla-f766e9b_LibNX-v4.5.0-933c5a12(2023_11_16).zip
    155.7 KB · Views: 28
  • nx-ovlloader-zdm-v1.0.7-d638a5a_v4.5.0-933c5a12(2023_11_16).zip
    19.7 KB · Views: 39
  • InfoNX-ovl_v1.0.1-3d4c11df_LibNX-v4.5.0-933c5a12_LibTesla-1.3.3-f766e9b.zip
    125.2 KB · Views: 37
  • DNS-MITM_Manager_0_2_0-0475e9c7_LibNX-v4.5.0-933c5a12_LibTesla-1.3.3-f766e9b.zip
    312.6 KB · Views: 29
  • ovlSysmodules_1_3_1-9b114b3c_LibNX-v4.5.0-933c5a12_LibTesla-1.3.3-f766e9b.zip
    168.8 KB · Views: 30
  • QuickNTP-1.2.8-11b9897_LibNX-v4.5.0-933c5a12_LibTesla-1.3.3-f766e9b.zip
    145.4 KB · Views: 33
  • ShareNX-Overlay-v1.1.3-dd6f0593_LibNX-4.4.2-4fcdb6e_LibTesla-1.3.3-f766e9b.zip
    384.1 KB · Views: 28
  • Status-Monitor-Overlay_1_0_1-21db60c_LibNX-v4.5.0-933c5a12_Libtesla-74e55bf(Masagrator)_Atmosp...zip
    190.2 KB · Views: 28
  • sys-clk-2.0.0-rc_4-2023_10_14.zip
    3.4 MB · Views: 25
Last edited by impeeza,

impeeza

¡Kabito!
Member
Joined
Apr 5, 2011
Messages
6,360
Trophies
3
Age
46
Location
At my chair.
XP
18,714
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,360
Trophies
3
Age
46
Location
At my chair.
XP
18,714
Country
Colombia
  • Like
Reactions: [Truth]

[Truth]

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

josete2k

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

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • No one is chatting at the moment.
    K3Nv2 @ K3Nv2: Lol rappers still promoting crypto