masagrator / Ultrahand-Overlay

The fully craft-able Nintendo Switch overlay executor.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ultrahand Overlay (HOS 16.0.0+)

platform language CC-BY-NC-SA 4.0 License Downloads

Create directories, manage files, and customize configurations effortlessly using simple ini files.

Slideshow

Ultrahand Overlay is a Tesla Menu replacement built from the ground up off of libtesla that provides powerful C/C++ commands through the usage of its own custom interpretive programming language (similar to Shell/BASH). It is a versatile tool that enables you to create and share custom command-based packages, providing enhanced functionality for managing settings, files and directories on your Nintendo Switch.

With Ultrahand, you have the flexibility to customize and shape your file management system according to your needs, empowering you with greater control over your system configurations.

Features

Ultrahand Overlay currently offers the following features:

  • Create Directories:

    • Effortlessly create directories on your SD card by specifying the directory path. Ultrahand will handle the creation process for you.
  • Copy Files or Directories:

    • Easily copy files or directories from one location to another on your SD card. Just provide the source and destination paths, and Ultrahand will seamlessly handle the copying process.
  • Delete Files or Directories:

    • Simplify file and directory deletion on your SD card. By specifying the path of the file or directory you want to delete, Ultrahand promptly removes it, making the deletion process hassle-free.
  • Move Files or Directories:

    • Seamlessly move files or directories between locations on your SD card. Provide the source path and the destination directory path, and Ultrahand takes care of the moving process, ensuring smooth relocation.
  • Download Files:

    • Download files to your SD card with ease. Efficiently retrieve files from repositories or URLs to your desired location. Whether you need to download/update homebrew or transfer files between locations, this feature simplifies the process, making repository management a breeze.
  • Unzip Files:

    • Extract compressed zip files on your SD card by unzipping archived files, preserving their original structure. Whether you have downloaded zip archives or received compressed files, this command simplifies the process of extracting them, making it effortless to access the contents within.
  • Modify INI Files:

    • Edit INI files on your SD card with ease. Take full control over your configurations by updating existing key-value pairs, adding new entries, or creating new sections within the INI file using Ultrahand.
  • Hex Edit Files:

    • Perform hexadecimal editing of files on your SD card. Edit the binary data directly, allowing for precise control over your data. Ultrahand's Hex Edit Files feature enables you to analyze, modify, and customize files in their raw form.

Getting Started

Usage

To use Ultrahand, follow these steps:

  1. Download and install the latest nxovloader.

  2. Download the latest Ultrahand ovlmenu.ovl and place it within /switch/.overlays/.

    • WARNING: This will overwrite Tesla Menu if already installed.
  3. After installing Ultrahand Overlay, a new folder named ultrahand will be created within the root config folder on your SD card (/config/ultrahand/) along with a config.ini file containing various Ultrahand settings.

  4. Launch Ultrahand similarly to Tesla Menu with your specified hotkey. A new folder will be made (/switch/.packages/) with a preset package.ini file for your base menu commands.

  5. Place your custom package.ini package file in your Ultrahand package directory (/switch/.packages/<PACKAGE_NAME>/). This file will contains the commands for your custom Ultrahand package.

  6. Your commands will now show up on the packages menu within Ultrahand.

Additional Features

  • You can click A to execute any command as well as click MINUS to view/execute the individual command lines written in the ini for execution.
  • You can click PLUS on the main menu to enter the settings menu.
  • You can click X on top of an overlay/package to star them.
  • You can click Y on top of an overlay/package to configure additional settings.

For additional assistance with custom packages, feel free to checkout the Ultrahand Overlay Wiki.

Nintendo Switch Compatibility

To run Ultrahand Overlay on the Nintendo Switch, you need to have the necessary homebrew environment set up on your console running HOS 16.0.0+. Once you have the homebrew environment set up, you can transfer the compiled .ovl to your Switch and launch it using your old Tesla Menu hotkeys.

Please note that running homebrew software on your Nintendo Switch may void your warranty and can carry certain risks. Ensure that you understand the implications and follow the appropriate guidelines and precautions when using homebrew software.

Compilation Prerequisites

To compile and run the software, you need to have the following C/C++ dependencies installed:

Contributing

Contributions are welcome! If you have any ideas, suggestions, or bug reports, please raise an issue, submit a pull request or reach out to me directly on GBATemp.

License

This project is licensed under the CC-BY-NC-SA 4.0 License.

Copyright (c) 2023 ppkantorski

About

The fully craft-able Nintendo Switch overlay executor.

License:Other


Languages

Language:C++ 72.7%Language:C 25.5%Language:Makefile 1.9%