More actions
No edit summary |
m (Text replacement - "Category:3DS homebrew rom hacks" to "") |
||
(10 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{Infobox | {{Infobox 3DS Homebrews | ||
| title = CTGP- | |title=CTGP-7 Launcher | ||
| | |image=3ds.png | ||
| | |description=Launches the CTGP-7 mod using Luma3DS plugin loader. | ||
| lastupdated = 2020/11/01 | |author=PabloMK7 (mariohackandglitch) | ||
| | |lastupdated=2020/11/01 | ||
| | |type=Game Hacks | ||
| | |version=1 | ||
| | |license=MIT | ||
| source = https://github.com/mariohackandglitch/CTGP-7_Launcher | |download=https://dlhb.gamebrew.org/3dshomebrews/ctgp7launcher.7z | ||
|website=https://github.com/mariohackandglitch/CTGP-7_Launcher | |||
|source=https://github.com/mariohackandglitch/CTGP-7_Launcher | |||
}} | }} | ||
{{Obsolete}} | |||
This is a launcher app used with [[Mario Kart 7 - Custom Track Grand Prix 7 3DS|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. | |||
==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]. | |||
* [https://sourceforge.net/projects/devkitpro/files/Automated%20Installer/ devkitPro with devkitARM] | * ctrulib (installed automatically with the devkitARM script). | ||
* ctrulib (installed automatically with the devkitARM script) | * [https://github.com/fincs/citro3d citro3d]. | ||
* [https://github.com/fincs/citro3d citro3d] | * [https://github.com/devkitPro/3ds_portlibs portlibs]. | ||
* [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. | 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 == | ==Credits== | ||
* [https://github.com/Nanquitas @Nanquitas] - BootNTRSelector, from which this app is forked. | |||
* [https://github.com/Nanquitas @Nanquitas] | * [https://github.com/44670 @44670] - Initial BootNTR and NTR CFW developer. | ||
* [https://github.com/44670 @44670] | |||
==External links== | |||
* GitHub - https://github.com/mariohackandglitch/CTGP-7_Launcher |
Latest revision as of 06:11, 6 Mayıs 2024
CTGP-7 Launcher | |
---|---|
General | |
Author | PabloMK7 (mariohackandglitch) |
Type | Game Hacks |
Version | 1 |
License | MIT License |
Last Updated | 2020/11/01 |
Links | |
Download | |
Website | |
Source | |
This application has been obsoleted by one or more applications that serve the same purpose, but are more stable or maintained. |
This is a 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.
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.