More actions
No edit summary |
m (Text replacement - "Category:3DS homebrew loaders" to "") |
||
(23 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{Infobox | {{Infobox 3DS Homebrews | ||
| title = Luma3DS - 3GX Loader Edition | |title=Luma3DS - 3GX Loader Edition | ||
| image = | |image=Luma3ds3gx2.png | ||
| type = Custom Firmwares | |description=Fork of Luma3DS that supports plugins. | ||
| version = | |author=PabloMK7 | ||
| | |lastupdated=2023/04/13 | ||
| | |type=Custom Firmwares | ||
|version=12.0.1 | |||
|license=GPL-3.0 | |||
| | |download=https://dlhb.gamebrew.org/3dshomebrews/luma3ds3gx.7z | ||
| source = https://github.com/ | |website=https://github.com/PabloMK7/Luma3DS_3GX | ||
|source=https://github.com/PabloMK7/Luma3DS_3GX | |||
}} | }} | ||
{{obsolete}} | |||
This is a modified version of [[Luma3DS]] that allows you to use plugins (3GX and PLG), including [[CTRPluginFramework 3DS|CTRPluginFramework]]. You can read more about it [https://3ds.eiphax.tech/lumaplugins here]. | |||
''' | '''Note:''' As 2023/07/21, the plugin loader has been merged into official [[Luma3DS]]. Please go there to download the latest version. | ||
==What | ==User guide== | ||
===What are .3gx files=== | |||
3GX (3ds Game eXtension) is a plugin file format which allows extra C/C++/asm code to be loaded into an application at runtime and then executed. | |||
It | It is a brand new plugin system, evolved from NTR's .plg format. | ||
===What is plugin=== | |||
As the file format name suggests, plugins can be used to extend game functionality, from game mods, to trainers or cheat loaders. | |||
One example of a plugin is the CTRPluginFramework Blank Plugin. | |||
===How to install plugins=== | |||
Plugins can be placed at 2 locations: | |||
* sd:/luma/plugins/<TITLEID>/<filename>.3gx to set a plugin for a specified title (higher priority). | |||
* sd:/luma/plugins/default.3gx to set a plugin which would be loaded for all games (lower priority). | |||
Default plugin is only loaded if no specific plugin is found. To use [[CTRPluginFramework 3DS|CTRPluginFramework]] as a blank plugin, rename it to default.3gx and place it in the plugin folders (press Select to use while in game). | |||
== | ===How to make plugins=== | ||
An api is available to allow you to create your own plugins using a menu easily. | |||
An example is available [[Luma3DS Plugin sample 3DS|here]]. | |||
==Controls== | |||
L+Down+Select - In game menu | |||
==External links== | |||
* GitHub - https://github.com/PabloMK7/Luma3DS_3GX | |||
* Discord - https://discord.gg/z4ZMh27 |
Latest revision as of 06:04, 6 Mayıs 2024
Luma3DS - 3GX Loader Edition | |
---|---|
General | |
Author | PabloMK7 |
Type | Custom Firmwares |
Version | 12.0.1 |
License | GPL-3.0 |
Last Updated | 2023/04/13 |
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 modified version of Luma3DS that allows you to use plugins (3GX and PLG), including CTRPluginFramework. You can read more about it here.
Note: As 2023/07/21, the plugin loader has been merged into official Luma3DS. Please go there to download the latest version.
User guide
What are .3gx files
3GX (3ds Game eXtension) is a plugin file format which allows extra C/C++/asm code to be loaded into an application at runtime and then executed.
It is a brand new plugin system, evolved from NTR's .plg format.
What is plugin
As the file format name suggests, plugins can be used to extend game functionality, from game mods, to trainers or cheat loaders.
One example of a plugin is the CTRPluginFramework Blank Plugin.
How to install plugins
Plugins can be placed at 2 locations:
- sd:/luma/plugins/<TITLEID>/<filename>.3gx to set a plugin for a specified title (higher priority).
- sd:/luma/plugins/default.3gx to set a plugin which would be loaded for all games (lower priority).
Default plugin is only loaded if no specific plugin is found. To use CTRPluginFramework as a blank plugin, rename it to default.3gx and place it in the plugin folders (press Select to use while in game).
How to make plugins
An api is available to allow you to create your own plugins using a menu easily.
An example is available here.
Controls
L+Down+Select - In game menu
External links
- GitHub - https://github.com/PabloMK7/Luma3DS_3GX
- Discord - https://discord.gg/z4ZMh27