A way to install your gamecards directly to the switch!
Features:
- Install gamecards! (would be an awful name for the app if it didn't have this).
- Support for gamecards with multiple games inside.
- Display useful gamecard information such as: app_id, key_gen and size.
- Full touchscreen support.
- Display the available space on SD card and system NAND from within the app. Automatically updated after installing the game.
- Display error codes to the user should anything go wrong (hopefully you wouldn’t see any!).
- Background music support. Drop any .mp3 files into ‘/switch/gamecard_installer/’ and it will play the songs at random.
How to use
Installing
Download the latest release and unzip the contents to the root of the sd card.
This should result in a folder struct like this /switch/gamecard_installer/gamecard_installer.nro.
Multi gamecards
Some gamecards have multiple games inside. An example of this is the Child of Light & Valiant Hearts gamecard.
These can still be installed. Pressing L or R will allow you to cycle through the games on the gamecard.
Playing music
This app can play music!
Simply drop any .mp3 files into /switch/gamecard_installer/.
You can have the .mp3 in folders if you prefer, the app will scan recursively. E.g. /switch/gamecard_installer/music/song.mp3.
by ITotalJustice.
Que novedades incluye la versión 2.0.1
Released
2.0.1
- Fixed the option to enter the game-info menu whilst a gamecard ins't inserted. Thanks #18
- Fixed an non-free error in which exiting the game-info menu would cause the textures to not be freed.
- Fixed an edge-case crash for if a user mounted a xci which didn't contain a base entry. This will also fix a crash if the gamecard has no base, upp, dlc entries at all (no one would ever experience this anyway).
2.0.0
-
What's new?
- Settings menu.
- Game-info menu.
- Option to lower keygen (also ticketless install).
- Option to choose to install base, update or dlc.
- Show the total base, update and dlc per game.
- Textures are now entierly cached, slight performance increase whilst installing (~40MiB/s to nand).
- Enable / disable music and sound.
-
What's fixed?
- Only the base game was installed previously, this was a huge oversight on my behalf. Closes
- Text is now clipped so that it no longer renders off-screen. Closes
1.0.1
What's fixed?
- Incorrectly returned the sys version number (fw 8.1.0 would be returned as 8.0.1).
- Bug that would cause the installed game to sometimes appear as a gamecard, even with the gamecard removed.
- Fixed bug that would make it so that it would sometimes not push the correct application record which caused game updates that was previously installed to say that it was not.
What's next?
- Option to lower key gen of games.
- Option to disable music / sound effects in-app.
- Option overlay that shows these options.
- Improve gfx efficiency (cache everything as textures as much as possible to reduce constantly creating a surface and then converting it to a texture every frame, this is pretty much done anyway, but in a few cases it is not).