Report: Total War: Shogun 2 English Language Files
Subject: Acquisition and Restoration of English Localization Assets Game Version: Total War: Shogun 2 (Standard, Limited Edition, and Fall of the Samurai) Primary Objective: Restore missing English text/audio or convert a foreign region copy to English.
Method 1: Steam Properties (Easiest & Official)
- Right-click Total War: SHOGUN 2 in your Steam Library.
- Select Properties > Language tab.
- From the dropdown menu, select English.
- Steam will automatically download the required
local_en.packandVoice_English.packfiles, removing or overwriting other language packs. - Wait for the download to complete (usually 100–300 MB). Launch the game.
Why this fails sometimes: Some third-party keys lock the Language tab to a specific region. If English is missing from the dropdown, you need Method 2.
5. Safely Editing – Creating a Mod (No Vanilla Overwrite)
- In PFM, File → New Pack.
- Right-click → Add File → select the extracted TSV file.
- Change pack type to Mod (blue icon).
- Save as
my_english_edit.packin thedatafolder. - Enable it via Mod Manager (or manually edit
user.script.txt).
Important:
- The game loads mod packs alphabetically. Name yours
zzz_my_edit.packto override defaultlocal_en.pack. - Keep the same tag structure – only change the right-hand string.
Quick example of a small edit
- Extract the localization file containing unit descriptions.
- Open in Notepad++ (set encoding to UTF-8).
- Edit the description line for the desired unit, leaving leading ID/token unchanged.
- Save and place edited file into a mod folder mirroring the original path.
- Launch game and verify description appears.
If you want, I can:
- Give exact filenames and typical pack names for Shogun 2 English localization,
- Provide recommended community tools with download links,
- Or produce a step-by-step repacking example tailored to Steam on Windows.
For Total War: Shogun 2, the most helpful resource for managing English language files is a detailed guide on combining English audio with text in other languages, or vice-versa, which you can find on the Steam Community. Essential English Language Files
In Shogun 2, language data is stored in .pack files located in your game's installation directory, typically at C:\Program Files (x86)\Steam\steamapps\common\total war shogun 2\data.
local_en.pack: This is the primary English language file. It contains the core text strings for the game.
local_en_patch.pack: This file contains updated tables that overwrite certain strings in the base local_en.pack file.
Text Structure: Unlike other languages that use a single localisation.loc file, the English version uses individual tables for different text categories within the text\db folder of the pack. How to Obtain or Fix English Files
If your game is in another language and you want to switch it to English, follow these steps through the Steam client:
Right-click Total War: Shogun 2 in your Steam Library and select Properties. Navigate to the Language tab.
Select English from the dropdown menu. Steam will then automatically download the necessary local_en.pack files.
Verification: If the files are missing or the game is still not in English, use the Verify Integrity of Game Files option under the Installed Files (or Local Files) tab in Properties. Advanced Customization (English Audio with Local Text)
Experienced players often want English voice acting while keeping their native language for text. This requires the Pack File Manager tool to manually swap text files between local_en.pack and your specific language pack (e.g., local_ge.pack for German).
Another technical workaround mentioned in community forums involves using the launch command -lang 0 in Steam's Launch Options to force the game into English mode. Resource - Shogun 2 "Language" and "Encyclopedia" files
Error: "Cannot find string for [X]"
- Cause: Corrupt
local_en.pack. - Fix: Delete the file and re-download via Steam.
4. Method B: Manual Installation (Region Conversion)
If you purchased a key from a different region (e.g., a Russian CD key) and Steam refuses to download English due to licensing restrictions, you may need to manually inject the files.
Warning: This involves copying files from a legitimate English installation or backup.
- Acquire Files: Obtain the
local_en.packandvo_en.packfrom a friend’s English Steam installation or a trusted backup. - Placement: Copy these files into the
...\Total War Shogun 2\datafolder. - Script Edit (Advanced): Sometimes the game requires a script edit to force the language load.
- Navigate to:
C:\Users\[YourName]\AppData\Roaming\The Creative Assembly\Shogun2\scripts - Open
preferences.script.txtwith Notepad. - Find the line
language_restore;or similar. - Ensure a line exists reading:
language "en";(Note: This may be overridden by Steam cloud saves, so this method is not always permanent).
- Navigate to:
Primary Folder: data/local_en.pack
The single most important file for English text is local_en.pack. This is a compressed archive containing all in-game text: building descriptions, unit names, event messages, UI buttons, and tutorial scripts.
Default Path:
C:\Program Files (x86)\Steam\steamapps\common\Total War Shogun 2\data\local_en.pack
- Size: Approximately 60–80 MB (varies with patches/DLCs).
- Backup Recommendation: Copy this file to your desktop or a separate
Shogun2_Backupfolder immediately after installing the game. If your English text turns into empty brackets[[]]or missing strings, restoring this file fixes 90% of issues.
Common Editing Tasks
| Task | Example Tag |
|------|--------------|
| Change unit name | units_onscreen_name_yari_samurai |
| Rewrite building description | building_description_archery_dojo |
| Edit event message | event_text_battle_won |
| Modify advice or tutorial | advice_tutorial_build_dojo |
Mod deployment location (recommended)
- Use a mod folder in the game's user data/mods structure (follow Shogun 2 modding conventions) rather than replacing base .pack files. This preserves originals and eases sharing.