3DS:Game modification: Difference between revisions
From Hacks Guide Wiki
More actions
m added category |
→Cheat codes: Checkpoint 5.0.0 |
||
| (4 intermediate revisions by 4 users not shown) | |||
| Line 20: | Line 20: | ||
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|Category:Nintendo 3DS games]], or use the search feature. | 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|Category:Nintendo 3DS games]], or use the search feature. | ||
===Patching using | ===Patching using LayeredFS=== | ||
{{info|Some hacks have additional files and instructions to follow that aren't covered here. Always refer to the hacks installation instructions/README if available.}} | {{info|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 | # Download a ROM hack | ||
| Line 32: | Line 32: | ||
# Turn on '''Enable game patching''' if it is not already enabled | # Turn on '''Enable game patching''' if it is not already enabled | ||
# Press {{B|START}} to save and exit | # Press {{B|START}} to save and exit | ||
{{success|Your title should now be patched using | {{success|Your title should now be patched using LayeredFS.}} | ||
==Game plugins== | ==Game plugins== | ||
{{Main|3DS:Game plugins}} | {{Main|3DS:Game plugins}} | ||
Plugins are add-ons that run with a game. Plugins generally come in two types, 3GX or PLG. [[3DS:Game plugins/3GX|3GX plugins]] run using Luma3DS's built in plugin loader, while [[3DS:Game plugins/ | Plugins are add-ons that run with a game. Plugins generally come in two types, 3GX or PLG. [[3DS:Game plugins/3GX|3GX plugins]] run using Luma3DS's built in plugin loader, while [[3DS:Game plugins/NTR|PLG plugins]] can be run using [https://github.com/Nanquitas/BootNTR 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|Category:Nintendo 3DS games]], or use the search feature. | ||
==Cheat codes== | ==Cheat codes== | ||
{{Section WIP|notes=[https://github.com/BernardoGiordano/Checkpoint/releases/tag/v5.0.0 Checkpoint 5.0.0] adds a scripting engine, and sharkive is one of them. Steps on using it should be added.}} | |||
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. | 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. | ||
| Line 44: | Line 45: | ||
To use cheats with Rosalina menu: | To use cheats with Rosalina menu: | ||
# Place cheat files in plain text at either <code>/cheats/<Title ID>.txt</code> or <code>/luma/titles/<Title ID>/cheats.txt</code> | # Place cheat files in plain text at either <code>/cheats/<Title ID>.txt</code> or <code>/luma/titles/<Title ID>/cheats.txt</code> | ||
#* Cheat files can be | #* Cheat files can be downloaded from [https://github.com/FlagBrew/Sharkive/tree/master/3ds the Sharkive repository]. | ||
# Open the Rosalina menu ({{B|L|D-Pad down|SELECT}} by default) | # Open the Rosalina menu ({{B|L|D-Pad down|SELECT}} by default) | ||
# Select <code>cheats...</code> | # Select <code>cheats...</code> | ||
| Line 80: | Line 81: | ||
* [https://www.romhacking.net/?page=utilities&platform=51 Romhacking.net utilities] | * [https://www.romhacking.net/?page=utilities&platform=51 Romhacking.net utilities] | ||
* [https://github.com/LumaTeam/Luma3DS/wiki/Optional-features Luma3DS/wiki/Optional-features] | * [https://github.com/LumaTeam/Luma3DS/wiki/Optional-features Luma3DS/wiki/Optional-features] | ||
[[Category:Nintendo 3DS information]] | |||