More actions
(Created page with "{{Infobox-3DS-Homebrews | title = CTGP-7Launcher | image = https://dlhb.gamebrew.org/3dshomebrew/CTGP-7Launcher-3DS.jpg|250px | type = Plugins | version = v1 | lastupdated = 2...") |
No edit summary |
||
Line 1: | Line 1: | ||
{{Infobox-3DS-Homebrews | {{Infobox-3DS-Homebrews | ||
| title = CTGP-7Launcher | | title = CTGP-7Launcher | ||
| type = Plugins | | type = Plugins | ||
| version = v1 | | version = v1 | ||
Line 8: | Line 7: | ||
| author = mariohackandglitch | | author = mariohackandglitch | ||
| website = https://github.com/mariohackandglitch/CTGP-7_Launcher | | website = https://github.com/mariohackandglitch/CTGP-7_Launcher | ||
| download = https://dlhb.gamebrew.org/3dshomebrew/CTGP- | | download = https://dlhb.gamebrew.org/3dshomebrew/CTGP-7_Launcher.7z | ||
| source = https://github.com/mariohackandglitch/CTGP-7_Launcher | | source = https://github.com/mariohackandglitch/CTGP-7_Launcher | ||
}} | }} | ||
== CTGP-7 Launcher == | |||
Launcher app used with CTGP-7 to launch the mod. This repository also has a modification of the plugin loader used in the Luma3DS with plugin loading support fork but specific for MK7 title IDs. | |||
If you came here only for the plugin loader I recommend checking that repository instead. | |||
== Building == | |||
This has been uploaded for archive and reference purposes. The latest commit may need some modifications so it can be compiled properly. | This has been uploaded for archive and reference purposes. The latest commit may need some modifications so it can be compiled properly. | ||
Building CTGP-7 Launcher is handled through buildtools. You have to have the following installed: | Building CTGP-7 Launcher is handled through buildtools. You have to have the following installed: | ||
* [https://sourceforge.net/projects/devkitpro/files/Automated%20Installer/ devkitPro with devkitARM] | |||
* ctrulib (installed automatically with the devkitARM script) | |||
* [https://github.com/fincs/citro3d citro3d] | |||
Once you have installed all the dependencies simply run | * [https://github.com/devkitPro/3ds_portlibs portlibs] | ||
Once you have installed all the dependencies simply run <code>make</code> in the BootNTR directory and if you set it all up correctly it should build. | |||
== Credits == | |||
* [https://github.com/Nanquitas @Nanquitas] : BootNTRSelector, from which this app is forked. | |||
* [https://github.com/44670 @44670] : Initial BootNTR and NTR CFW developer. | |||
[[Category:3DS homebrew applications]] | [[Category:3DS homebrew applications]] | ||
[[Category:Homebrew plugins on 3DS]] | [[Category:Homebrew plugins on 3DS]] |
Revision as of 10:28, 29 September 2021
CTGP-7 Launcher
Launcher app used with CTGP-7 to launch the mod. This repository also has a modification of the plugin loader used in the Luma3DS with plugin loading support fork but specific for MK7 title IDs.
If you came here only for the plugin loader I recommend checking that repository instead.
Building
This has been uploaded for archive and reference purposes. The latest commit may need some modifications so it can be compiled properly.
Building CTGP-7 Launcher is handled through buildtools. You have to have the following installed:
- devkitPro with devkitARM
- ctrulib (installed automatically with the devkitARM script)
- citro3d
- portlibs
Once you have installed all the dependencies simply run make
in the BootNTR directory and if you set it all up correctly it should build.
Credits
- @Nanquitas : BootNTRSelector, from which this app is forked.
- @44670 : Initial BootNTR and NTR CFW developer.