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,

[Truth]

Well-Known Member
Member
Joined
Mar 21, 2006
Messages
1,053
Trophies
1
Location
Mushroom Kingdom
XP
2,364
Country
Germany
I think they already have it because the teslalib i did used is the one which got commit on the official one. But tomorrow will check and compile again if necessary
Yes, it had the commit by @masagrator, but it was a workaround.
He reverted it and made a proper fix in libnx.

It´s nothing serious because everything is working fine, just cosmestics. ;)
 

salvori11

New Member
Newbie
Joined
Apr 29, 2023
Messages
2
Trophies
0
Age
28
XP
13
Country
Italy
Hi. I have a problem with my switch. I update it to the new version 16.0.2 and update atmosphere too.
I can't open tesla menu. If i search its into background service there isn't. I don't know what to do. Can someone help me?
Post automatically merged:

Hi. I have a problem with tesla menu in my switch. I update my switch in the new version 16.0.2 and atmosphere in 1.5.2.
I cannot open tesla menu with any combination. I use the configuration file into tesla folder but nothing. I search its into background service and tesla there isn't. What can i do? Can someone help me?
 

masagrator

The patches guy
Developer
Joined
Oct 14, 2018
Messages
6,297
Trophies
3
XP
12,075
Country
Poland
Hi. I have a problem with my switch. I update it to the new version 16.0.2 and update atmosphere too.
I can't open tesla menu. If i search its into background service there isn't. I don't know what to do. Can someone help me?
Post automatically merged:

Hi. I have a problem with tesla menu in my switch. I update my switch in the new version 16.0.2 and atmosphere in 1.5.2.
I cannot open tesla menu with any combination. I use the configuration file into tesla folder but nothing. I search its into background service and tesla there isn't. What can i do? Can someone help me?
Install nx-ovlloader again?
 
  • Like
Reactions: impeeza

impeeza

¡Kabito!
Member
Joined
Apr 5, 2011
Messages
6,392
Trophies
3
Age
46
Location
At my chair.
XP
18,860
Country
Colombia

masagrator

The patches guy
Developer
Joined
Oct 14, 2018
Messages
6,297
Trophies
3
XP
12,075
Country
Poland
Buddies, I just make an update on the post https://gbatemp.net/threads/tesla-the-nintendo-switch-overlay-menu.557362/post-10121629 and put a new set of builds using latest Libtesla, libnx and Atmosphere-libs, please take a test and let me to know how it works for you.

Please if somebody uses another Overlay not there and if we can make a latest build.
You don't need to put status monitor there as 0.9.0 is already compiled with libnx fixes and works fine with 16.0.0+

Actually downgraded libtesla shouldn't be able to compile with newest status monitor code as I have introduced new functions related to drawing graph. So dunno what you actually put there. My libtesla and main libtesla are already very different and it's not possible to straightforwardly compile status monitor with main one

Edit: According to file name, it's 0.8.1, not 0.9.0. Delete it please because you're confusing people
 
Last edited by masagrator,

impeeza

¡Kabito!
Member
Joined
Apr 5, 2011
Messages
6,392
Trophies
3
Age
46
Location
At my chair.
XP
18,860
Country
Colombia
You don't need to put status monitor there as 0.9.0 is already compiled with libnx fixes and works fine with 16.0.0+

Actually downgraded libtesla shouldn't be able to compile with newest status monitor code as I have introduced new functions related to drawing graph. So dunno what you actually put there. My libtesla and main libtesla are already very different and it's not possible to straightforwardly compile status monitor with main one

Edit: According to file name, it's 0.8.1, not 0.9.0. Delete it please because you're confusing people
Thanks a lot, will change the file with a link to your github, it's OK or you should remove all?

thanks for your great work.
 

impeeza

¡Kabito!
Member
Joined
Apr 5, 2011
Messages
6,392
Trophies
3
Age
46
Location
At my chair.
XP
18,860
Country
Colombia
  • Like
Reactions: Starhatred

[Truth]

Well-Known Member
Member
Joined
Mar 21, 2006
Messages
1,053
Trophies
1
Location
Mushroom Kingdom
XP
2,364
Country
Germany
For me "Works" but some text is displayed as ???

I am using Emuiibo 0.6.5 from https://gbatemp.net/threads/tesla-the-nintendo-switch-overlay-menu.557362/post-10100476 and the OVL from that repo the OVL shows:
View attachment 367910

Using the latest build, the emulation status is shown as ??? and the menu for ZL-ZR also.

View attachment 367911

But with booth OVLs the emulation works fine.
emuiibo dev build from yesterday:
https://gbatemp.net/threads/emuiibo-mitming-nfp-services-for-amiibo-emulation.536210/post-10142404
 
  • Love
Reactions: impeeza

thatguyoverthere

Member
Newcomer
Joined
Sep 26, 2020
Messages
22
Trophies
0
Age
45
XP
870
Country
United States
hi, i updated to hos 16.0.1 and updated all overlays, tesla, etc.. everything...

Thing is, once i bring the menu overlay and select a field, i can't close and or navigate on tesla again.

Also, in most games shows 254 fps.

Any clue?, Thank you sooo much

SOLVED: had a bunch of .ovl that doesnt needed at all, so delete em and keep the needed ones and now working fine, i supose was a memory thing
 
Last edited by thatguyoverthere,

Kupie

Well-Known Member
Member
Joined
Jun 9, 2013
Messages
320
Trophies
1
Age
31
XP
906
Country
United States
This are a set of homebrew build with latest Libnx from ELY3M (https://github.com/ELY3M/libnx.git) and SwitchBrew (https://github.com/switchbrew/libnx) commit v4.3.0-d219884b, using MinGW on Windows:

Tesla Menu
File:
ovlmenu_1_2_1-97b9677_Libtesla-779b4ea.zip
Repo: https://github.com/WerWolv/Tesla-Menu

InfoNX
File:
ovl_v1.0.1-3d4c11df_Libtesla-779b4ea.zip
Repo: https://github.com/renA21/InfoNX/

DNS-MITM_Manager
File:
DNS-MITM_Manager_0_2_0-0475e9c7_Libtesla-779b4ea.zip
Repo: https://github.com/znxDomain/DNS-MITM_Manager

EdizonOverlay
File:
EdiZon-Overlay_1_0_5-e6442c0f_Libtesla-779b4ea_EdiZon-SE-7e0ab09.zip
Repo: https://github.com/proferabg/EdiZon-Overlay

Emuiibo
You need the latest Emuiibo from: https://gbatemp.net/threads/emuiibo-mitming-nfp-services-for-amiibo-emulation.536210/post-10142404


ldn_mitm (Full)
File:
ldn_mitm_v1.15.0-61c44713_Libtesla-779b4ea.zip
Repo: https://github.com/spacemeowx2/ldn_mitm

OvlSysmodules
File:
ovlSysmodules_1_3_1-9b114b3c_Libtesla-779b4ea.zip
Repo: https://github.com/WerWolv/ovl-sysmodules

QuickNTP
File:
QuickNTP-1.2.8-11b9897_Libtesla-779b4ea.zip
Repo: https://github.com/nedex/QuickNTP

Status-Monitor-Overlay
The latest version of this Overlay is on the Masagrator Repo, please download from:
Repo: https://github.com/masagrator/Status-Monitor-Overlay/releases

Studious-Pancake (full)
File:
Studious-Pancake_0.4.1-f7f3a696_Libtesla-779b4ea.zip
Repo: https://github.com/HookedBehemoth/studious-pancake


Studious-Pancake (full) With Mariko support
File:
Studious-Pancake-BTC_0.4.1-f7f3a696_Libtesla-779b4ea.zip
Repo: https://github.com/btc08gh/studious-pancake


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

TESLA
File:
nx-ovlloader_1_0_6-13295c6d.zip
Repo: https://github.com/WerWolv/nx-ovlloader

This is the version build from the zdm repo, it have 12 commits ahead of the repo from WerWolv
File: nx-ovlloader-zdm-v1.0.6-afaf12a4.zip
Repo: https://github.com/zdm65477730/nx-ovlloader



Hope this help so many of us.

--Edited April 29 2003, reason, builds with updated Libtesla and Atmosphere-libs
Thank you SO much for these! Things were crashing in docked mode so I had to update ovlloader and ovlmenu.
 
  • Love
Reactions: impeeza

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • BakerMan
    I rather enjoy a life of taking it easy. I haven't reached that life yet though.
  • SylverReZ @ SylverReZ:
    @BakerMan, Any idea what happened? I hope that your brother's doing good.
  • BakerMan @ BakerMan:
    Well, from what I've heard from my parents, he had a seizure last night, perhaps an epileptic episode, fucking died, had a near death experience, my dad called the paramedics, they showed up, took him to the hospital, and he woke up covered in tubes, and started complaining.
  • BakerMan @ BakerMan:
    He couldn't eat until after his MRI, when he had a bomb pop.
  • BakerMan @ BakerMan:
    What matters now is that he's doing alright.
  • Veho @ Veho:
    But you still don't know what it was?
  • Veho @ Veho:
    Has he had seizures before?
  • The Real Jdbye @ The Real Jdbye:
    apparently stress can cause seizures, my brother had one during a test once
  • The Real Jdbye @ The Real Jdbye:
    never had one before that, and never had one since
  • Redleviboy123 @ Redleviboy123:
    Question about game texture chanching Do i need an own game id?
  • The Real Jdbye @ The Real Jdbye:
    @Veho for those that want to
    experience being sonic the hedgehog
  • Veho @ Veho:
    Ah, you mean
    furries.
    +1
  • The Real Jdbye @ The Real Jdbye:
    well, sonic fans are a whole separate thing from furries
  • The Real Jdbye @ The Real Jdbye:
    like bronys
  • The Real Jdbye @ The Real Jdbye:
    sonic porn is too weird even for me
  • Dumpflam @ Dumpflam:
    bruh
  • Dumpflam @ Dumpflam:
    guys how do i delete a post
  • The Real Jdbye @ The Real Jdbye:
    you don't
  • The Real Jdbye @ The Real Jdbye:
    you can report it and request deletion
  • BakerMan @ BakerMan:
    Also, no, that was his first time having a seizure, and hopefully the last
    +1
  • K3Nv2 @ K3Nv2:
    Ea play raised priced to $6 a month lol
  • BigOnYa @ BigOnYa:
    Same with uremum, she's now $2 a month
    +1
  • K3Nv2 @ K3Nv2:
    Also seizures come and and go they don't have an off switch like that it all depends
  • BakerMan @ BakerMan:
    alright guys, who would win, sonic or goku?
    BakerMan @ BakerMan: alright guys, who would win, sonic or goku?