English Language Files ((install)): Total War Shogun 2
The primary English language files for Total War: Shogun 2 are named local_en.pack and local_en_patch.pack . These files contain the in-game text strings, localizations, and English audio assets . File Locations and Content
The core localization files are found in the following directory:
Path: C:\Program Files (x86)\Steam\steamapps\common\total war shogun 2\data .
Main File: local_en.pack contains individual .loc tables in the text/db folder . total war shogun 2 english language files
Patch File: local_en_patch.pack contains updated tables that overwrite the original base file .
Encyclopedia: Interactive help files are located in data/encyclopedia . How to Get the Complete English Set
If you are missing these files or need to switch your game to English, the most reliable method is through the Steam Library : The primary English language files for Total War:
Open your Steam Library and right-click Total War: SHOGUN 2. Select Properties > Language tab . Select English from the dropdown menu .
Steam will automatically begin downloading the approximately 600 MB of English language data . Troubleshooting Missing Text
If the files are present but text is missing (a common bug), you can often fix it by: Resource - Shogun 2 "Language" and "Encyclopedia" files Quick example of a small edit
Here’s a concise write-up on the English language files for Total War: Shogun 2, aimed at modders, localizers, or anyone looking to edit or restore in-game text.
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.
8. Troubleshooting
| Problem | Solution |
|---------|----------|
| Game crashes on startup | Mod has wrong encoding or corrupt TSV. Re-extract fresh vanilla file. |
| Text shows as blank or ? | Not UTF‑16 LE. Convert in Notepad++: Encoding → Convert to UTF-16 LE. |
| Changes not appearing | Mod pack type isn’t “Mod” or load order wrong (needs to be after local_en.pack). |
| Multiplayer mismatch | Language mods are singleplayer only – disable before MP. |
2. Required Tools
- Pack File Manager (PFM) – latest version (5.2.0+ works for Shogun 2)
- Notepad++ (or any UTF-8 text editor) – for safe string editing
7. Encoding & Formatting Warnings
- Must be UTF-16 LE (with BOM) – otherwise special characters (é, ñ, Japanese names) break.
- Never change the Tag column (left side) – the game references these IDs.
- Do not add/deleted rows – causes CTDs.
- Use
\nfor line breaks in descriptions.