Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

3DS:Setting game locales: Difference between revisions

From Hacks Guide Wiki
m add mini-clarification of what the manual method is
ItsCrocoSwine (talk | contribs)
m Removed comment, no longer relevant
 
(4 intermediate revisions by 3 users not shown)
Line 27: Line 27:
This method is generally the easiest, as it pulls from your title database and therefore does not require you to look up the title ID of each game.
This method is generally the easiest, as it pulls from your title database and therefore does not require you to look up the title ID of each game.


# If you don't already have it, download Luma Locale Switcher from {{GitHub|Possum/LumaLocaleSwitcher/releases/download/0.04/LumaLocaleSwitcher-0.04-NIGHTLY.cia|here}} (direct download) and install the CIA file with FBI.
# If you don't already have it, download Luma Locale Switcher from {{GitHub|Possum/LumaLocaleSwitcher/releases/download/0.04/LumaLocaleSwitcher-0.04-NIGHTLY.cia|here}} (direct download) and install the CIA file with FBI
#* If you choose to get this from elsewhere (e.g. Universal-Updater), ensure that you get the build that is marked as "NIGHTLY"
# Launch Luma Locale Switcher (the Luma with translation icon)
# Launch Luma Locale Switcher (the Luma with translation icon)
# Select "Titles"
# Select "Titles"
# Navigate to the game for which you want to change the locale
# Navigate to the game for which you want to change the locale
# Set the locale to what the game '''expects'''
# Set the locale to what the game '''expects'''
#* For example, if it's an American game, you want to set the region to <code>USA</code> and the language to <code>EN</code>
#* For example, if it's an American game and you want it to run in English, you should set the region to <code>USA</code> and the language to <code>EN</code>
# Exit Luma Locale Switcher
# Exit Luma Locale Switcher


Line 52: Line 53:


# Insert your SD card into your computer
# Insert your SD card into your computer
# Navigate to the <code>/luma/titles/</code>
# Navigate to <code>sd:/luma/titles/</code>
#* Create the <code>titles</code> folder if it does not already exist
#* Create the <code>titles</code> folder if it does not already exist
# Create a folder with the title ID of the game
# Create a folder with the title ID of the game
Line 60: Line 61:
#* With file extensions enabled, the name of the file should be <code>locale.txt</code>
#* With file extensions enabled, the name of the file should be <code>locale.txt</code>
# Type the desired locale (based on what the game '''expects''') into the text document
# Type the desired locale (based on what the game '''expects''') into the text document
#* For example, if it's an American game, you want to set the region to <code>USA</code> and the language to <code>EN</code>, so you should type <code>USA EN</code>
#* For example, if it's an American game and you want it to run in English,  you should set the region to <code>USA</code> and the language to <code>EN</code>, so you should type <code>USA EN</code>
# Save your changes
# Save your changes
# Remove your SD card and insert it into your device
# Remove your SD card and insert it into your device
Line 69: Line 70:


== Extra: Extended Locale Setting ==
== Extra: Extended Locale Setting ==
Some games, most notably [[3DS:Tomodachi Life|Tomodachi Life]], are known to not launch with basic locale settings because they look not only at region and language, but sub-region within that region (e.g. a territory or state within that country). You can still set the locale of such a game, but you will have to follow the manual locale setting method (that is, create a file called <code>locale.txt</code> in <code>/luma/titles/<title ID of game>/</code>), since the automatic locale setters do not account for this.
Some games, most notably [[3DS:Tomodachi Life|Tomodachi Life]], are known to not launch with basic locale settings because they look not only at region and language, but sub-region within that region (e.g. a country/territory and/or a state). You can still set the locale of such a game, but you will have to follow manual instructions using [[{{FULLPAGENAME}}/Extended locale setting|Extended locale setting]].
 
The syntax of the extended locale setting is <code><region> <language> <country code> <state numerical ID></code>. For example:
* For an American copy of Tomodachi Life, you would want to write the text <code>USA EN US 01</code>
* For a European copy of Tomodachi Life set to French, you would want to write the text <code>EUR FR FR 01</code>


[[Category:Nintendo 3DS guides]]
[[Category:Nintendo 3DS guides]]