From 75f698f5b3739a8f0aff901b4e89525eddef71ca Mon Sep 17 00:00:00 2001 From: MentalBlank Date: Sat, 5 Oct 2024 00:01:00 +1000 Subject: [PATCH] Add various homebrew - averne/Fizeau - ITotalJustice/untitled - PoloNX/SimpleModDownloader - Slluxx/AmiiboGenerator --- README.md | 4 ++++ download_files.json | 32 ++++++++++++++++++++++++++++++++ 2 files changed, 36 insertions(+) diff --git a/README.md b/README.md index 2e1f167..247b472 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,7 @@ This project utilizes and credits the following repositories: | Repository | Description | |------------|-------------| | [Atmosphere-NX/Atmosphere](https://github.com/Atmosphere-NX/Atmosphere) | Custom firmware | +| [averne/Fizeau](https://github.com/averne/Fizeau) | Screen color adjuster | | [BernardoGiordano/Checkpoint](https://github.com/BernardoGiordano/Checkpoint) | Save game manager | | [cathery/sys-con](https://github.com/cathery/sys-con) | 3rd party controller usage | | [cathery/sys-ftpd](https://github.com/cathery/sys-ftpd) | FTP server system module | @@ -59,14 +60,17 @@ This project utilizes and credits the following repositories: | [fortheusers/hb-appstore](https://github.com/fortheusers/hb-appstore) | Homebrew app store | | [HamletDuFromage/aio-switch-updater](https://github.com/HamletDuFromage/aio-switch-updater) | Updater for various things | | [ITotalJustice/Gamecard-Installer-NX](https://github.com/ITotalJustice/Gamecard-Installer-NX) | Gamecard installer | +| [ITotalJustice/untitled](https://github.com/ITotalJustice/untitled) | Batch title uninstaller | | [J-D-K/JKSV](https://github.com/J-D-K/JKSV) | Save manager for Switch | | [joel16/NX-Shell](https://github.com/joel16/NX-Shell) | File manager | | [masagrator/Status-Monitor-Overlay](https://github.com/masagrator/Status-Monitor-Overlay) | Status monitor overlay | | [nadrino/SimpleModManager](https://github.com/nadrino/SimpleModManager) | Simple game mod manager | | [ndeadly/MissionControl](https://github.com/ndeadly/MissionControl) | Alternative Controller support | +| [PoloNX/SimpleModDownloader](https://github.com/PoloNX/SimpleModDownloader) | Simple game mod downloader | | [ppkantorski/Ultrahand-Overlay](https://github.com/ppkantorski/Ultrahand-Overlay) | Overlay menu for the Switch | | [proferabg/EdiZon-Overlay](https://github.com/proferabg/EdiZon-Overlay) | Overlay for EdiZon cheat manager | | [retronx-team/sys-clk](https://github.com/retronx-team/sys-clk) | Overclocking/underclocking system module | +| [Slluxx/AmiiboGenerator](https://github.com/Slluxx/AmiiboGenerator) | Generates Amiibo images for Emuiibo | | [Slluxx/IconGrabber](https://github.com/Slluxx/IconGrabber) | Game icon grabber | | [spacemeowx2/ldn_mitm](https://github.com/spacemeowx2/ldn_mitm) | Play local wireless supported games online | | [suchmememanyskill/themezer-nx](https://github.com/suchmememanyskill/themezer-nx) | Custom themes downloader | diff --git a/download_files.json b/download_files.json index 7c393da..78628a2 100644 --- a/download_files.json +++ b/download_files.json @@ -21,6 +21,22 @@ } ] }, + "ITotalJustice/untitled": { + "files": [ + { + "file": "untitled.zip", + "target_paths": ["release"] + } + ] + }, + "averne/Fizeau": { + "files": [ + { + "file": "Fizeau-*.zip", + "target_paths": ["release"] + } + ] + }, "BernardoGiordano/Checkpoint": { "files": [ { @@ -85,6 +101,14 @@ } ] }, + "PoloNX/SimpleModDownloader": { + "files": [ + { + "file": "SimpleModDownloader.nro", + "target_paths": ["release/switch/SimpleModDownloader"] + } + ] + }, "nadrino/SimpleModManager": { "files": [ { @@ -93,6 +117,14 @@ } ] }, + "Slluxx/AmiiboGenerator": { + "files": [ + { + "file": "AmiiboGenerator.nro", + "target_paths": ["release/switch/AmiiboGenerator"] + } + ] + }, "ITotalJustice/Gamecard-Installer-NX": { "files": [ {