(added ROM and save editor info + moved plugin links to →External links) |
m (ItsCrocoSwine moved page User:ItsCrocoSwine/3DS Game modification to 3DS:Game modification: move to 3DS namespace) |
(No difference)
|
Revision as of 23:11, 29 May 2024
This page is a work in progress. Notes:
|
Luma3DS game patching
Luma3DS allows for the modification of a game or application without having to patch the original files. This is done by redirecting the application's file calls to a separate location containing the modified files. Because no original game files are actually being modified, this makes distribution/installation of ROM hacks simple, and even works with game cartridges. Files must be placed in a /luma/titles/<Title ID>/
folder, with the Title ID of the title being modified. Luma3DS's game patching supports the following files:
External code.bin and exheader.bin loading
- Patched
code.bin
andexheader.bin
files can be loaded. Compressed.code
files will not work with this feature, it must be uncompressed into acode.bin
.
- Patched
IPS patching
- IPS patches for
code.bin
are also supported, which contain only the changes to the original code rather than the entirecode.bin
. Patches should be namedcode.ips
and placed instead of a patchedcode.bin
.
- IPS patches for
LayeredFS
- Files within a game or applications
romfs
folder can redirected by placing modified files within/luma/titles/<Title ID>/romfs
.
- Files within a game or applications
Locale Emulation
- Locale Emulation can be used to launch a title with different region settings than the system. Although Luma3DS allows for any region game to be launched, some games may crash if the system region settings are not supported. Luma3DS can use alternate locale information from a
locale.txt
file placed in the/<Title ID>/
folder for a title. Follow 3DS:Setting game locales for more detailed instructions.
ROM hacks
ROM hacks are game mods that work by modifying or adding to a games files to change or add new content. ROM hacks can be made for a variety of different reasons, from making a game harder, adding new levels, translating the game to a different language, texture packs, randomization, and much more. Most ROM hacks on 3DS are distributed as unpacked files, and applied using Luma3DS's layeredfs. You can find some ROM hacks on their individual game pages; see a full list at Category:Nintendo 3DS games, or use the search feature.
Patching using layeredfs
Some hacks have additional files and instructions to follow that aren't covered here. Always refer to the hacks installation instructions/README if available. |
- Download a ROM hack
- Copy the files to your SD card:
- If the files contain a
/luma/
folder, copy it to the root of your SD card merging when asked - If the files contain a
/<Title ID>/
(16 character long) folder, copy it to/luma/titles/
- If the files contain
/romfs/
,code.bin
orcode.ips
; create a new folder in/luma/titles/
and rename it to the Title ID of the game. Copy the/romfs/
,code.bin
orcode.ips
to the/luma/titles/<Title ID>/
folder you just made
- If the files contain a
- Insert your SD card into your console
- While holding SELECT, power on your console to enter the Luma3DS configuration menu
- Turn on Enable game patching if it is not already enabled
- Press START to save and exit
Your title should now be patched using layeredfs. |
Game plugins
Plugins are add-ons that run with a game. Plugins generally come in two types, 3GX or PLG. 3GX plugins run using Luma3DS's built in plugin loader, while PLG plugins can be run using BootNTR. 3GX plugins are usually newer and should generally be used if given a choice. You can find some plugins on their individual game pages; see a full list at Category:Nintendo 3DS games, or use the search feature.
Cheat codes
Cheat codes, or Action Replay codes, are instructions to edit memory addresses that allow for games behavior and values to be edited. These can be used in a variety of ways, from invincibility, max currency, unlocking items, and more. The two main ways to use cheats are from Luma3DS's Rosalina menu, or CTRPluginFramework's Action Replay. Using cheats with CTRPluginFramework, or a dedicated cheat plugin for the game you want to play will usually be more compatible.
To use cheats with Rosalina menu:
- Place cheat files in plain text at either
/cheats/<Title ID>.txt
or/luma/titles/<Title ID>/cheats.txt
- Cheat files can be generated using Checkpoint, or downloaded from the Sharkive repository.
- Open the Rosalina menu (L+D-Pad down+SELECT by default)
- Select
cheats...
- Press A on any cheats you want activated
- Press B until you exit the Rosalina menu
CTRPluginFramework Action Replay
To use cheats with CTRPluginFramework:
- Install the latest version of CTRPluginFramework-BlankTemplate (the
.3gx
file) using the instructions here - Place cheat files in plain text at either
/cheats/<Title ID>.txt
or in the same folder as the.3gx
plugin ascheats.txt
- Open the Rosalina menu (L+D-Pad down+SELECT by default)
- Press A on
Plugin Loader:
to enable it - Press B until you exit the Rosalina menu
- launch your game of choice
- The screen should flash another color to indicate that the plugin has successfully loaded
- it will say
Plugin ready!
on the top screen when it is loaded
- Press SELECT to open the plugin menu
- Tap on
Action Replay
- Select the Action Replay codes you want to use
- Press SELECT to exit the plugin menu
Save editors
Save editors are tools that allow game saves to be edited in order to unlock items, change game progression, edit characters or companions and more. Save editors are usually limited by what the game is already capable of doing, but can sometimes unlock items not earnable through normal gameplay. Most save editors require your save to be unencrypted; you can use a save game manager such as Checkpoint to make unencrypted backups and restore save backups. You can find some Save editors on their individual game pages; see a full list at Category:Nintendo 3DS games, or use the search feature.
ROM editors
ROM editors are tools that allow game files or code to be edited in order to change how the game functions. Depending on the editor it may be able to edit textures or sounds, add new game content, make the game more/less difficult, remix content in a new way such as randomizers, and much more. You can find some ROM editors on their individual game pages; see a full list at Category:Nintendo 3DS games, or use the search feature.