<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.hacks.guide/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Wryyyong</id>
	<title>Hacks Guide Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.hacks.guide/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Wryyyong"/>
	<link rel="alternate" type="text/html" href="https://wiki.hacks.guide/wiki/Special:Contributions/Wryyyong"/>
	<updated>2026-05-16T04:22:01Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.8</generator>
	<entry>
		<id>https://wiki.hacks.guide/w/index.php?title=3DS:Game_plugins/3GX&amp;diff=3505</id>
		<title>3DS:Game plugins/3GX</title>
		<link rel="alternate" type="text/html" href="https://wiki.hacks.guide/w/index.php?title=3DS:Game_plugins/3GX&amp;diff=3505"/>
		<updated>2023-08-05T04:06:50Z</updated>

		<summary type="html">&lt;p&gt;Wryyyong: Further adjustments for Luma3DS v13.0&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{shortcut|3DS:3GX|3GX}}&lt;br /&gt;
{{Page WIP|notes=&lt;br /&gt;
*Usage notes (if any) are missing.&lt;br /&gt;
}}&lt;br /&gt;
The 3GX file format is an evolution of the old PLG file format that is used in newer game plugins. You can use them via Luma3DS&#039;s built-in plugin loader.&lt;br /&gt;
&lt;br /&gt;
== Installation ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tabber&amp;gt;&lt;br /&gt;
|-|Universal Updater=&lt;br /&gt;
==== What you need ====&lt;br /&gt;
&lt;br /&gt;
* [[3DS:Universal-Updater|Universal-Updater]]&lt;br /&gt;
&lt;br /&gt;
==== Installation ====&lt;br /&gt;
&lt;br /&gt;
# Search for &amp;lt;code&amp;gt;Luma3DS&amp;lt;/code&amp;gt; in Universal Updater, and download the &amp;lt;code&amp;gt;boot.firm&amp;lt;/code&amp;gt; file&lt;br /&gt;
# Reboot your system&lt;br /&gt;
# In the Luma configuration screen, select any options you need, then press START&lt;br /&gt;
#* Hint: If you don&#039;t know what the options are, you don&#039;t need any&lt;br /&gt;
&lt;br /&gt;
|-|Manually=&lt;br /&gt;
&lt;br /&gt;
==== What you need ====&lt;br /&gt;
&lt;br /&gt;
* The latest release of [https://github.com/LumaTeam/Luma3DS/releases/latest Luma3DS]&lt;br /&gt;
&lt;br /&gt;
==== Installation ====&lt;br /&gt;
&lt;br /&gt;
* Copy the &amp;lt;code&amp;gt;boot.firm&amp;lt;/code&amp;gt; to the root of the SD card, replacing the &amp;lt;code&amp;gt;boot.firm&amp;lt;/code&amp;gt; already there&lt;br /&gt;
* Insert the SD card into your system and power it on&lt;br /&gt;
* On the Luma Configuration screen, enable any options that you need, then press Start&lt;br /&gt;
** Hint: If you don&#039;t know what the options are, you don&#039;t need them&lt;br /&gt;
&amp;lt;/tabber&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Using 3GX plugins ==&lt;br /&gt;
&lt;br /&gt;
=== Plugin location ===&lt;br /&gt;
The 3GX plugin loader will look for plugins in the &amp;lt;code&amp;gt;luma&amp;lt;/code&amp;gt; -&amp;gt; &amp;lt;code&amp;gt;plugins&amp;lt;/code&amp;gt; directory. Each plugin must be inside a folder named with the game&#039;s Title ID. Inside the folder, place your &amp;lt;code&amp;gt;.3gx&amp;lt;/code&amp;gt; file.&lt;br /&gt;
* You can get the game&#039;s title ID from [http://3dsdb.com/ here] (cartridges), [https://hax0kartik.github.io/3dsdb/ here] (digital games), or from the &amp;lt;code&amp;gt;FBI -&amp;gt; Titles&amp;lt;/code&amp;gt; menu. For example, Taiko no Tatsujin: Dokodon! Mystery Adventure&#039;s title ID is &amp;lt;code&amp;gt;0004000000190E00&amp;lt;/code&amp;gt;, so if you wanted to use a plugin for that game, you&#039;d create a folder named &amp;lt;code&amp;gt;0004000000190E00&amp;lt;/code&amp;gt;&lt;br /&gt;
* 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&#039;s zip/rar/7z archive to the &amp;lt;code&amp;gt;plugins&amp;lt;/code&amp;gt; folder&lt;br /&gt;
* If you want the plugin to run for &#039;&#039;all&#039;&#039; games (for example, for the CTRPluginFramework blank plugin), rename the plugin to &amp;lt;code&amp;gt;default.3gx&amp;lt;/code&amp;gt; and just leave it in the &amp;lt;code&amp;gt;plugins&amp;lt;/code&amp;gt; folder&lt;br /&gt;
&lt;br /&gt;
An example directory for a plugin affecting one game would be &amp;lt;code&amp;gt;luma&amp;lt;/code&amp;gt; -&amp;gt; &amp;lt;code&amp;gt;plugins&amp;lt;/code&amp;gt; -&amp;gt; &amp;lt;code&amp;gt;0004000000190E00&amp;lt;/code&amp;gt; -&amp;gt; &amp;lt;code&amp;gt;plugin.3gx&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
An example directory for a plugin affecting all games would be &amp;lt;code&amp;gt;luma&amp;lt;/code&amp;gt; -&amp;gt; &amp;lt;code&amp;gt;plugins&amp;lt;/code&amp;gt; -&amp;gt; &amp;lt;code&amp;gt;default.3gx&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
=== Using 3GX plugins ===&lt;br /&gt;
&lt;br /&gt;
# Open the Rosalina menu ([Left Shoulder] + [Down D-Pad] + [Select] by default)&lt;br /&gt;
# Scroll down to the plugin loader option, then press (A) to enable it&lt;br /&gt;
# Exit the Rosalina menu by pressing (B) a couple of times&lt;br /&gt;
# Open your game of choice&lt;br /&gt;
#* The screen should flash another color to indicate that the plugin has successfully loaded&lt;br /&gt;
# Look at the information on the plugin&#039;s webpage/README for usage instructions - usage will differ for each plugin&lt;br /&gt;
&lt;br /&gt;
=== Usage notes ===&lt;br /&gt;
WIP&lt;/div&gt;</summary>
		<author><name>Wryyyong</name></author>
	</entry>
	<entry>
		<id>https://wiki.hacks.guide/w/index.php?title=3DS:Luma3DS/Rosalina&amp;diff=3504</id>
		<title>3DS:Luma3DS/Rosalina</title>
		<link rel="alternate" type="text/html" href="https://wiki.hacks.guide/w/index.php?title=3DS:Luma3DS/Rosalina&amp;diff=3504"/>
		<updated>2023-08-05T04:04:00Z</updated>

		<summary type="html">&lt;p&gt;Wryyyong: This functionality is now present within the official distribution of Luma3DS as of v13.0 and thus this heads-up is no longer necessary.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{hatnote|1=This article is about Rosalina, accessible when booted into the HOME Menu. For information about the Luma3DS configuration menu (accessible by holding SELECT on boot), see [[3DS:Luma3DS/Configuration|this page]].}}&lt;br /&gt;
&lt;br /&gt;
Rosalina is a system module for Luma3DS that can be accessed while your 3DS is powered on and in 3DS mode by pressing a keycombo specified in the file &amp;lt;code&amp;gt;sd:/luma/config.ini&amp;lt;/code&amp;gt;. By default, the keycombo is {{B|L}} + {{B|Down}} + {{B|Select}}.&lt;br /&gt;
&lt;br /&gt;
Rosalina is &#039;&#039;not&#039;&#039; accessible from within payloads (such as GodMode9), from DS/DSi mode (such as when using a DS cartridge or when using TWiLightMenu++), or from GBA mode (such as when using GBA virtual console).&lt;br /&gt;
&lt;br /&gt;
This menu offers many options for real-time configuration of the system, including but not limited to the following:&lt;br /&gt;
* Take screenshots&lt;br /&gt;
* Change system settings such as brightness, active cheats, wireless status, and (on New 3DS/2DS only) clock speed &amp;amp; L2 cache&lt;br /&gt;
* Activate a blue light filter&lt;br /&gt;
&lt;br /&gt;
[[3dsguide:index|Our custom firmware installation guide]] uses the Rosalina menu for multiple functions. This page will contain explanations for all the options and information present in the Rosalina menu to enable easier navigation and usage.&lt;br /&gt;
&lt;br /&gt;
==Opening and navigating the Rosalina Menu==&lt;br /&gt;
{{info|If your {{B|L}}, {{B|D-Pad Down}}, or {{B|Select}} keys are broken, you will not be able to open the Rosalina menu by default. To fix this, modify the &amp;lt;code&amp;gt;sd:/luma/config.ini&amp;lt;/code&amp;gt; file by editing the variable &amp;lt;code&amp;gt;rosalina_menu_keycombo&amp;lt;/code&amp;gt; to two or more keys that work for you, such as &amp;lt;code&amp;gt;X+Y&amp;lt;/code&amp;gt;. If you do not see the &amp;lt;code&amp;gt;config.ini&amp;lt;/code&amp;gt;, [[3dsguide:checking-for-cfw|update Luma3DS to version 11.0 or newer]].}}&lt;br /&gt;
&lt;br /&gt;
You can access Rosalina by pressing your chosen keycombo while in most areas of the system, excluding the following:&lt;br /&gt;
* Safe Mode (can be bypassed, read [[3DS:Luma3DS/Configuration|Luma3DS Configuration]] for more details)&lt;br /&gt;
* DS and GBA games, and homebrew that enters these modes ([[3DS:DS games#TwilightMenu++|TWiLightMenu++]] being a notable example)&lt;br /&gt;
&lt;br /&gt;
Once in the Rosalina menu, use {{B|D-Pad Up}} and {{B|D-Pad Down}} to navigate the options. Press {{B|A}} to choose/enable/disable an option or view a submenu. Once in a submenu, press B to return to the main menu. The currently highlighted option is denoted by a &amp;lt;code&amp;gt;&amp;gt;&amp;lt;/code&amp;gt; to the left of its text - the option highlighted when you first open the menu is &amp;lt;code&amp;gt;Take screenshot&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
While the Rosalina menu is launched, whatever is actively will pause until you exit the Rosalina menu. If you are playing a game online, this will cause your session to disconnect.&lt;br /&gt;
&lt;br /&gt;
Once you are done changing options, press B until you exit Rosalina and return to the system, unpausing what is currently running.&lt;br /&gt;
&lt;br /&gt;
==Rosalina Options==&lt;br /&gt;
&lt;br /&gt;
===Take Screenshot===&lt;br /&gt;
Takes a screenshot of both screens&#039; content and saves it to &amp;lt;code&amp;gt;sd:/luma/screenshots&amp;lt;/code&amp;gt; as two &amp;lt;code&amp;gt;.bmp&amp;lt;/code&amp;gt; files. Activates immediately after being pressed.&lt;br /&gt;
&lt;br /&gt;
===Change screen brightness===&lt;br /&gt;
Shows the current luminance of the screen and allows you to change it with the D-Pad - {{B|D-Pad Up}} and {{B|D-Pad Down}} increment by 1, {{B|D-Pad Left}} and {{B|D-Pad Right}} increment by 10. The change in luminance takes effect instantly, including inside Rosalina. Note that any action that restarts the system or enters a place where Rosalina cannot function will reset brightness to the last chosen preset.&lt;br /&gt;
&lt;br /&gt;
===Cheats...===&lt;br /&gt;
When inside a title where cheats have been selected for use (either through [[Checkpoint]] or through {{GitHub|LumaTeam/Luma3DS/wiki/Cheat-Engine|manually adding them to Luma}}, this menu shows the selected cheats. Press A on a cheat to change the &amp;lt;code&amp;gt;( )&amp;lt;/code&amp;gt; to a &amp;lt;code&amp;gt;(x)&amp;lt;/code&amp;gt;, at which point they will be activated when you leave Rosalina.&lt;br /&gt;
If the title you are currently in has no cheats selected for it, the menu will instead display &amp;lt;code&amp;gt;No suitable title found&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
===Plugin Loader===&lt;br /&gt;
When enabled, this option will [[3DS:Game plugins/3GX|allow for the use of .3GX plugins in games.]]&lt;br /&gt;
&lt;br /&gt;
===Process list===&lt;br /&gt;
{{warning|Be very careful when editing system memory, as unintended consequences may happen.}}&lt;br /&gt;
Shows a list of all system processes currently running, and allows you to view &amp;amp; edit their memory by pressing A on a process name.&lt;br /&gt;
&lt;br /&gt;
===Debugger options...===&lt;br /&gt;
{{Section WIP|notes=Information on how the debugger works.}}&lt;br /&gt;
{{warning|This option can potentially cause system instability or even crashes - don&#039;t use it unless you know what you&#039;re doing and why.}}&lt;br /&gt;
Allows you to enable/disable a debugger for apps, including forcibly debugging the next application launched. Also shows the system&#039;s local IP address in Rosalina while enabled.&lt;br /&gt;
&lt;br /&gt;
===System configuration...===&lt;br /&gt;
Allows you to control various elements of the system&#039;s hardware.&lt;br /&gt;
&lt;br /&gt;
====Control Wireless connection====&lt;br /&gt;
Forcibly enables a connection to a chosen WiFi slot - once active, this connection will not drop unless the signal becomes unavailable until manually disabled.&lt;br /&gt;
&lt;br /&gt;
====Toggle LEDs====&lt;br /&gt;
{{Section WIP|notes=Make sure the list of disabled LEDs is accurate, and verify if the info regarding closing the system is actually erroneous or just bugged on one system.}}&lt;br /&gt;
When first pressed, disables the power LED and wireless LED until re-enabled manually or the system is closed while in the POWER button menu. The menu states that entering sleep mode by closing the system will always reset the LED state, but this is erroneous.&lt;br /&gt;
&lt;br /&gt;
====Toggle Wireless====&lt;br /&gt;
Toggles the 3DS&#039; ability to connect to WiFi networks. While toggled off, this stops &amp;lt;code&amp;gt;Control Wireless connection&amp;lt;/code&amp;gt; from connecting to a slot. This setting&#039;s chosen option is saved and reapplied on next boot automatically.&lt;br /&gt;
&lt;br /&gt;
====Toggle power button====&lt;br /&gt;
Toggles the power button&#039;s ability to enter the power-off menu. While toggled off, the power button can still be held for ~7 seconds to forcibly power off the system.&lt;br /&gt;
&lt;br /&gt;
====Toggle power to card slot====&lt;br /&gt;
Toggles the 3DS&#039; ability to read cartridges while active. This prevents the passive power drain from having a cartridge inserted, but requires you re-enable this setting or remove and reinsert the cartridge to be able to play it again.&lt;br /&gt;
&lt;br /&gt;
===Screen filters===&lt;br /&gt;
Allows you to enable a blue-light filter with settings at certain degrees Kelvin, the default setting being 6500K and the range being from 1200K-10000K - if edited through &amp;lt;code&amp;gt;config.ini&amp;lt;/code&amp;gt; instead, the range is 1000K-25100K. This setting&#039;s chosen option will be saved and applied on boot if you choose &amp;lt;code&amp;gt;Save settings&amp;lt;/code&amp;gt; under &amp;lt;code&amp;gt;Miscellaneous options...&amp;lt;/code&amp;gt; or edit it via the &amp;lt;code&amp;gt;config.ini&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
===New 3DS Menu...===&lt;br /&gt;
{{info|This option can only be used on a New 3DS/2DS.}}&lt;br /&gt;
Allows you to manually change how much CPU and L2 cache is given to the active title - this can also be changed in Luma3DS Configuration for all games. Enabling both extra clock speed and L2 cache may reveal hidden bugs in games, to unknown effect.&lt;br /&gt;
&lt;br /&gt;
===Miscellaneous options...===&lt;br /&gt;
Allows for various system tweaks. Three of these, which will be noted as they appear for reference, are used on our custom firmware installation guide.&lt;br /&gt;
&lt;br /&gt;
====Switch the hb. title to the current app.====&lt;br /&gt;
When inside a title, changes the active title&#039;s HOME Menu icon to open the Homebrew Launcher instead until another title is chosen or the system reboots. This is used in our custom firmware guide as a part of [[3dsguide:finalizing-setup|Finalizing Setup]] to access the Homebrew Launcher, though most system apps will work for this purpose and it is unneeded after the Homebrew Launcher Wrapper is installed.&lt;br /&gt;
&lt;br /&gt;
====Change the menu combo====&lt;br /&gt;
Changes the keycombo used to access Rosalina. The change will not be preserved across a reboot unless you use the &amp;lt;code&amp;gt;Save settings&amp;lt;/code&amp;gt; button.&lt;br /&gt;
&lt;br /&gt;
====Start InputRedirection====&lt;br /&gt;
Starts the InputRedirection service to [[3DS:Input_redirection|allow for the use of external controllers.]]&lt;br /&gt;
&lt;br /&gt;
====Update date and time via NTP====&lt;br /&gt;
Connects to a time server to remotely sync the 3DS&#039; date and time, after a UTC offset in the form of&amp;lt;code&amp;gt;+0000&amp;lt;/code&amp;gt; is chosen. The chosen time zone can be saved to Luma3DS Configuration via the &amp;lt;code&amp;gt;Save settings&amp;lt;/code&amp;gt; option.&lt;br /&gt;
&lt;br /&gt;
====Nullify user time offset====&lt;br /&gt;
Changes the 3DS&#039; current date and time to match the embedded RTC clock. This is done in our custom firmware guide as a part of [[3dsguide:finalizing-setup|Finalizing Setup]].&lt;br /&gt;
&lt;br /&gt;
====Dump DSP firmware====&lt;br /&gt;
Copies the file &amp;lt;code&amp;gt;dspfirm.cdc&amp;lt;/code&amp;gt; to &amp;lt;code&amp;gt;sd:/3ds&amp;lt;/code&amp;gt; to allow homebrew apps to use the 3ds&#039; audio. This is done in our custom firmware guide as a part of [[3dsguide:finalizing-setup|Finalizing Setup]].&lt;br /&gt;
&lt;br /&gt;
====Save settings====&lt;br /&gt;
Saves the current NTP time zone, the active screen filter, and any changes to the Rosalina keycombo to &amp;lt;code&amp;gt;sd:/luma/config.ini&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
===Power off===&lt;br /&gt;
After a confirmation, powers off your console. Note that the console takes longer to fully shut down this way compared to doing it from the POWER button menu.&lt;br /&gt;
&lt;br /&gt;
===Reboot===&lt;br /&gt;
After a confirmation, reboots your console. Notably, this takes far less time than both the &amp;lt;code&amp;gt;Power off&amp;lt;/code&amp;gt; Rosalina option and manually rebooting via the POWER button.&lt;br /&gt;
&lt;br /&gt;
===Credits===&lt;br /&gt;
Displays a credits page for the creation of Luma3DS and all its contributors.&lt;br /&gt;
&lt;br /&gt;
==Rosalina Info==&lt;br /&gt;
In addition to system functionality, Rosalina also displays multiple pieces of system information.&lt;br /&gt;
At the bottom of the Rosalina menu, in order from left-to-right, the following are displayed:&lt;br /&gt;
* The Luma3DS version number&lt;br /&gt;
:* Unlike the Luma3DS configuration menu, this will not display the full commit name for [[3DS:Luma3DS forks|Luma3DS forks]]&lt;br /&gt;
* The current battery temperature, in °C&lt;br /&gt;
* The current battery voltage&lt;br /&gt;
* The current charge percentage, displayed to the nearest 0.1%&lt;/div&gt;</summary>
		<author><name>Wryyyong</name></author>
	</entry>
</feed>