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,

Arab

Well-Known Member
Newcomer
Joined
Jan 26, 2011
Messages
65
Trophies
1
Age
30
XP
279
Country
United States
This are homebrew build with latest Libnx from ELY3M (https://github.com/ELY3M/libnx.git) and libtesla, using MinGW on Windows:

Tesla Menu
File:
ovlmenu_1_2_1-97b9677.zip
Repo: https://github.com/WerWolv/Tesla-Menu

InfoNX
File:
InfoNX-ovl_v1.0.1-3d4c11df.zip
Repo: https://github.com/renA21/InfoNX/

DNS-MITM_Manager
File:
DNS-MITM_Manager_0_2_0-2023_04_05-0475e9c7.zip
Repo: https://github.com/znxDomain/DNS-MITM_Manager

EdizonOverlay
File:
EdiZon-Overlay_1_0_5-e6442c0f.zip
Repo: https://github.com/proferabg/EdiZon-Overlay

Emuiibo (Overlay Only)
File:
emuiibo_0_6_5-c321f744.zip
Repo: https://github.com/XorTroll/emuiibo

ldn_mitm (Full)
File:
ldn_mitm_1_15_0-61c44713.zip
Repo: https://github.com/spacemeowx2/ldn_mitm

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

QuickNTP
File:
QuickNTP_1.2.7-11b98973.zip
Repo: https://github.com/nedex/QuickNTP

Status-Monitor-Overlay
File:
Status-Monitor-Overlay_0_8_1-08c2b310.zip
Repo: https://github.com/masagrator/Status-Monitor-Overlay

Studious-Pancake
File:
Studious-Pancake_0.4.1-f7f3a696.zip
Repo: https://github.com/HookedBehemoth/studious-pancake


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

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

Hope this help so many of us.

ive tried to add these two and it just doesn't work with any button combo. Nothing is popping up
 

impeeza

¡Kabito!
Member
Joined
Apr 5, 2011
Messages
6,372
Trophies
3
Age
46
Location
At my chair.
XP
18,762
Country
Colombia
ive tried to add these two and it just doesn't work with any button combo. Nothing is popping up
review you SD:/CONFIG/TESLA/config.ini file and look for

[tesla]
key_combo=L+ZL+R+ZR


that's your cobination.
Post automatically merged:

Only thing I need is the auto ftp everything else is working for me
you can use https://github.com/cathery/sys-ftpd-light/releases is a sysmodule which always is running on the background and allows you to access your SD card via FTP.
 
  • Like
Reactions: MasterJ360

Arab

Well-Known Member
Newcomer
Joined
Jan 26, 2011
Messages
65
Trophies
1
Age
30
XP
279
Country
United States
review you SD:/CONFIG/TESLA/config.ini file and look for

[tesla]
key_combo=L+ZL+R+ZR


that's your cobination.
Post automatically merged:


you can use https://github.com/cathery/sys-ftpd-light/releases is a sysmodule which always is running on the background and allows you to access your SD card via FTP.
tried it and it doesn't work. Its in the files under atmosphere/config/tesla right? is there anything else that could be blocking it?
 

impeeza

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

scroeffie1984

Well-Known Member
Member
Joined
Jan 17, 2019
Messages
503
Trophies
0
Age
40
XP
1,788
Country
Netherlands
i updated my firmware and cfw now overlay sysclock wont work ,so i updated the sysclock to 1.3
and all the other apps on page 1 but when i press L dpad down and right stick nothing happens when i go to album i can see sys clk manager 1.0.3 sys clk editor 2.0.1

what am i doing wrong
 

IronyIsGood

Member
Newcomer
Joined
Dec 7, 2018
Messages
14
Trophies
0
Age
34
XP
1,240
Country
Australia
Nevermind that guys it sounds like he's not even using the shoulder buttons.
edit: just in case "shoulder button" doesn't translate well for you, another way to describe them would be "top edge" buttons or the buttons closest to the trigger buttons.
 
  • Like
Reactions: impeeza

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • No one is chatting at the moment.
    K3Nv2 @ K3Nv2: https://youtube.com/shorts/fRENPoVaZHk?si=0xgCyaSVzuc5GD5F