(renamed →Using 3GX plugins 2: to avoid duplicate header names, left an anchor + switched button inputs to use {{Key press}} + add usage note about plugin menu button shortut) |
m (add missing header) Tags: Mobile edit Mobile web edit |
||
(8 intermediate revisions by 5 users not shown) | |||
Line 1: | Line 1: | ||
{{Page WIP|notes=*Usage notes (if any) are missing.}} | |||
{{Page WIP|notes= | |||
*Usage notes (if any) are missing. | The 3GX file format is an evolution of the old PLG file format that is used in newer game plugins. You can run them by using a fork of Luma3DS that has a plugin loader built-in. | ||
}} | |||
The 3GX file format is an evolution of the old PLG file format that is used in newer game plugins. You can | |||
== Installation == | == Installation == | ||
=== Using [[3DS:Universal-Updater|Universal-Updater]] === | |||
==== What you need ==== | ==== What you need ==== | ||
Line 15: | Line 13: | ||
==== Installation ==== | ==== Installation ==== | ||
# Search for <code>Luma3DS</code> in Universal Updater, and download the <code>boot.firm</code> file | # Search for <code>Luma3DS [Nanquitas]</code> in Universal Updater, and download the <code>boot.firm</code> file | ||
# Reboot your system | # Reboot your system | ||
# In the Luma configuration screen, select any options you need, then press START | # In the Luma configuration screen, select any options you need, then press START | ||
#* Hint: If you don't know what the options are, you don't need any | #* Hint: If you don't know what the options are, you don't need any | ||
=== Manually === | |||
==== What you need ==== | ==== What you need ==== | ||
* | * [https://github.com/Nanquitas/Luma3DS/releases The 3GX loader fork of Luma3DS] | ||
==== Installation ==== | ==== Installation ==== | ||
* Copy the <code>boot.firm</code> from the 3GX loader fork of Luma to the root of the SD card, replacing the <code>boot.firm</code> already there | |||
* Insert the SD card into your system and power it on | |||
* On the Luma Configuration screen, enable any options that you need, then press Start | |||
** Hint: If you don't know what the options are, you don't need them | |||
== Using 3GX plugins == | == Using 3GX plugins == | ||
Line 46: | Line 43: | ||
An example directory for a plugin affecting all games would be <code>luma</code> -> <code>plugins</code> -> <code>default.3gx</code>. | An example directory for a plugin affecting all games would be <code>luma</code> -> <code>plugins</code> -> <code>default.3gx</code>. | ||
=== | === Using 3GX plugins === | ||
# Open the Rosalina menu ( | # Open the Rosalina menu ([Left Shoulder] + [Down D-Pad] + [Select] by default) | ||
# Scroll down to the plugin loader option, then press | # Scroll down to the plugin loader option, then press (A) to enable it | ||
# Exit the Rosalina menu by pressing | # Exit the Rosalina menu by pressing (B) a couple of times | ||
# Open your game of choice | # Open your game of choice | ||
#* The screen should flash another color to indicate that the plugin has successfully loaded | #* The screen should flash another color to indicate that the plugin has successfully loaded | ||
Line 56: | Line 53: | ||
=== Usage notes === | === Usage notes === | ||
WIP | WIP |
Revision as of 02:37, 13 August 2022
This page is a work in progress. Notes:
|
The 3GX file format is an evolution of the old PLG file format that is used in newer game plugins. You can run them by using a fork of Luma3DS that has a plugin loader built-in.
Installation
Using Universal-Updater
What you need
Installation
- Search for
Luma3DS [Nanquitas]
in Universal Updater, and download theboot.firm
file - Reboot your system
- In the Luma configuration screen, select any options you need, then press START
- Hint: If you don't know what the options are, you don't need any
Manually
What you need
Installation
- Copy the
boot.firm
from the 3GX loader fork of Luma to the root of the SD card, replacing theboot.firm
already there - Insert the SD card into your system and power it on
- On the Luma Configuration screen, enable any options that you need, then press Start
- Hint: If you don't know what the options are, you don't need them
Using 3GX plugins
Plugin location
The 3GX plugin loader will look for plugins in the luma
-> plugins
directory. Each plugin must be inside a folder named with the game's Title ID. Inside the folder, place your .3gx
file.
- You can get the game's title ID from here (cartridges), here (digital games), or from the
FBI -> Titles
menu. For example, Taiko no Tatsujin: Dokodon! Mystery Adventure's title ID is0004000000190E00
, so if you wanted to use a plugin for that game, you'd create a folder named0004000000190E00
- The creator of the plugin may have already created a folder with the correct name for you, in which case you can just copy the title ID folder from the plugin's zip/rar/7z archive to the
plugins
folder - If you want the plugin to run for all games (for example, for the CTRPluginFramework blank plugin), rename the plugin to
default.3gx
and just leave it in theplugins
folder
An example directory for a plugin affecting one game would be luma
-> plugins
-> 0004000000190E00
-> plugin.3gx
.
An example directory for a plugin affecting all games would be luma
-> plugins
-> default.3gx
.
Using 3GX plugins
- Open the Rosalina menu ([Left Shoulder] + [Down D-Pad] + [Select] by default)
- Scroll down to the plugin loader option, then press (A) to enable it
- Exit the Rosalina menu by pressing (B) a couple of times
- Open your game of choice
- The screen should flash another color to indicate that the plugin has successfully loaded
- Look at the information on the plugin's webpage/README for usage instructions - usage will differ for each plugin
Usage notes
WIP