-
-
Notifications
You must be signed in to change notification settings - Fork 85
Tesla
Calvin edited this page Nov 6, 2020
·
2 revisions
Tesla - The Nintendo Switch Overlay Menu by WerWolv
- Tesla consists of three individual parts. nx-ovlloader, the Tesla menu and libtesla.
- nx-olvloader 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.
- 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.
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.