Skip to content

Commit

Permalink
Add ModCD to Soft Installer
Browse files Browse the repository at this point in the history
  • Loading branch information
CatcherITGF committed Oct 1, 2024
1 parent 010b03c commit a816366
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
ModCD is a homebrew application that provides the user with the following features (directly from the Switch):

Downloading: A version-check mechanism for installed games allows downloading only mods compatible with the game.
Installation/Removal: MCDS (ModCD Script/Scenario) allows setting up installation and removal rules using the available set of instructions.
Information View: Display information about the mods.
Screenshot View: View screenshots of the mods.
Before-and-After Widget: A widget for comparing screenshots before and after mod installation, allowing users to clearly see the differences.
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[Install / Update]
catch_errors
delete /config/uberhand/downloads
download https://api.github.com/repos/kawaii-flesh/ModCD/releases?per_page=1&sort=created&order=desc /config/uberhand/downloads/app-url.json
json_data /config/uberhand/downloads/app-url.json
download {json_data(0,assets,0,browser_download_url)} /config/uberhand/downloads/app/ModCD/{json_data(0,assets,0,name)}
move /config/uberhand/downloads/app/ /switch/
delete /config/uberhand/downloads

[Uninstall]
delete /switch/ModCD
delete /.modcd

-- SD:/.modcd

[Clean Mods]
delete /.modcd
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@

[>TOTK UltraCam]

[>ModCD]

[>MissionControl]

[>NX-FanControl]
Expand Down

0 comments on commit a816366

Please sign in to comment.