More actions
(Created page with "{{Infobox 3DS homebrew | title = 3DS-PluginsFolder | image = https://dlhb.gamebrew.org/3dshomebrew/3DS-PluginsFolder.jpg|250px | type = Utilities | version = v1.3 | licence =...") |
No edit summary |
||
Line 3: | Line 3: | ||
| image = https://dlhb.gamebrew.org/3dshomebrew/3DS-PluginsFolder.jpg|250px | | image = https://dlhb.gamebrew.org/3dshomebrew/3DS-PluginsFolder.jpg|250px | ||
| type = Utilities | | type = Utilities | ||
| version = v1.3 | | version = v1.3 (20 Mar 2021) | ||
| licence = Mixed | | licence = Mixed | ||
| author = Klairm | | author = Klairm | ||
Line 10: | Line 10: | ||
| source = https://dlhb.gamebrew.org/3dshomebrew/3DS-PluginsFolder.rar | | source = https://dlhb.gamebrew.org/3dshomebrew/3DS-PluginsFolder.rar | ||
}} | }} | ||
3DS-PluginsFolder is a homebrew program that allows you to create folders for all Titles ID on the directory sdmc:/plugin/ (plugin folder has to be created before) and copy a plugin file (.plg) into all that folders without the need of a PC. Created basically for practice programming on the 3DS. | |||
==Installation== | |||
Place the .3dsx file in your Nintendo 3DS's SD card's 3ds folder. | |||
Otherwise you can compile from the source, which requires: | |||
* [https://devkitpro.org/wiki/Getting_Started DevkitProARM.] | |||
* 3ds-dev from the [https://devkitpro.org/wiki/devkitPro_pacman devkitpro pacman] repository. | |||
* | ==User guide== | ||
* | This program that has 2 options: | ||
* Get all the TitlesID installed on your SD card, and create a folder with the Titles ID's on sdmc/plugin/. | |||
* List all the .plg (plugin files) on the root of your SD card (sdmc:/) and let you choose which one you want to copy on all the directories inisde sdmc:/plugin/. | |||
So that way you don't need a computer for use plugins like ActionReplay with NTR. | |||
==Controls== | |||
A - Select | |||
B - Go back | |||
* Devkitpro team for the toolchain and libctru | Select - Exit | ||
* Nintendo Homebrew Discord server for | |||
==Changelog== | |||
'''v1.3 20 Mar 2021''' | |||
* The program will detect if "plugin" folder exists, if not it will create it. | |||
* Some other code cleanup. | |||
'''v1.1 8 Sept 2020''' | |||
* Minor fixes. | |||
'''v1.0 6 Sept 2020''' | |||
* First release. | |||
==Credits== | |||
* Devkitpro team for the toolchain and libctru. | |||
* [https://discord.gg/nintendohomebrew Nintendo Homebrew Discord server] for the helps. | |||
==External links== | |||
* GitHub, https://github.com/Klairm/3DS-PluginsFolder | |||
* GBAtemp, https://gbatemp.net/threads/release-3ds-pluginsfolder.573235 | |||
* Reddit, https://www.reddit.com/r/3dshacks/comments/iternw/release_kinda_3dspluginsfolder | |||
* Author's Twitter, https://mobile.twitter.com/klairm_/status/1373256477260013573 | |||
[[Category:3DS homebrew application]] | |||
[[Category:Homebrew utility applications on 3DS]] |
Revision as of 04:55, 5 July 2021
3DS-PluginsFolder is a homebrew program that allows you to create folders for all Titles ID on the directory sdmc:/plugin/ (plugin folder has to be created before) and copy a plugin file (.plg) into all that folders without the need of a PC. Created basically for practice programming on the 3DS.
Installation
Place the .3dsx file in your Nintendo 3DS's SD card's 3ds folder.
Otherwise you can compile from the source, which requires:
- DevkitProARM.
- 3ds-dev from the devkitpro pacman repository.
User guide
This program that has 2 options:
- Get all the TitlesID installed on your SD card, and create a folder with the Titles ID's on sdmc/plugin/.
- List all the .plg (plugin files) on the root of your SD card (sdmc:/) and let you choose which one you want to copy on all the directories inisde sdmc:/plugin/.
So that way you don't need a computer for use plugins like ActionReplay with NTR.
Controls
A - Select
B - Go back
Select - Exit
Changelog
v1.3 20 Mar 2021
- The program will detect if "plugin" folder exists, if not it will create it.
- Some other code cleanup.
v1.1 8 Sept 2020
- Minor fixes.
v1.0 6 Sept 2020
- First release.
Credits
- Devkitpro team for the toolchain and libctru.
- Nintendo Homebrew Discord server for the helps.