You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 23, 2026. It is now read-only.
This repository has moved to Mogapedia/MHFrontier-Translation.
This fork is archived. Please open issues and PRs on the new repository.
A curated guide to translating Monster Hunter Frontier, a Japanese MMORPG shut down by Capcom in 2019.
This project documents the tools, translatable content, and community efforts around MHF localization.
Open-source web translation platform. Can be self-hosted to manage translations collaboratively.
Translatable Content
All game text uses Shift-JIS encoding. FrontierTextHandler extracts it to CSV (UTF-8) with columns: location, source, target.
mhfdat.bin — Main Game Data
Category
XPath
Content
Weapon names (melee)
dat/weapons/melee/name
Great Sword, Hammer, Long Sword, etc.
Weapon descriptions (melee)
dat/weapons/melee/description
Melee weapon flavor text
Weapon names (ranged)
dat/weapons/ranged/name
Bow, Bowgun, etc.
Weapon descriptions (ranged)
dat/weapons/ranged/description
Ranged weapon flavor text
Head armor
dat/armors/head
Helmet names
Body armor
dat/armors/body
Chest armor names
Arm armor
dat/armors/arms
Gauntlet names
Waist armor
dat/armors/waist
Belt/fauld names
Leg armor
dat/armors/legs
Greave names
Item names
dat/items/name
Consumables, materials, key items
Item descriptions
dat/items/description
Item effect and lore text
Item sources
dat/items/source
Acquisition info
Monster descriptions
dat/monsters/description
Monster lore
Equipment descriptions
dat/equipment/description
General equipment flavor text
Rank labels
dat/ranks/label
HR requirement labels
Rank requirements
dat/ranks/requirement
Rank requirement descriptions
Hunting Horn guide
dat/hunting_horn/guide
Song effect guide
Hunting Horn tutorial
dat/hunting_horn/tutorial
Tutorial text
mhfpac.bin — Skills
Category
XPath
Content
Skill names
pac/skills/name
Skill activation names
Skill effects
pac/skills/effect
Skill effect descriptions
Zenith skill effects
pac/skills/effect_z
Zenith-era skill descriptions
Skill descriptions
pac/skills/description
Skill point descriptions
UI text tables
pac/text_14 to pac/text_d0
Menu labels, interface strings (20+ tables)
mhfinf.bin — Quests
Category
XPath
Content
Quest info
inf/quests
Quest names, descriptions, objectives (8 fields per quest)
mhfjmp.bin — Fast Travel
Category
XPath
Content
Location titles
jmp/menu/title
Teleport point names
Location descriptions
jmp/menu/description
Area descriptions
Menu strings
jmp/strings
Navigation UI text
Other Formats
Format
Flag
Content
FTXT files
--ftxt
Standalone text containers (magic 0x000B0000)
Quest binaries
--quest / --quest-dir
Individual quest .bin files
NPC dialogue
--npc / --npc-dir
Stage dialogue files
Quick Start
Extract text
# Extract everything at once (auto-decrypts)cd FrontierTextHandler
python main.py --extract-all
# Or extract a specific category
python main.py --xpath=dat/items/name
Edit translations
Edit the generated CSV in output/. Fill in the target column with your translation.
Reimport into game files
# Produce a game-ready file
python main.py --csv-to-bin output/dat-items-name.csv data/mhfdat.bin --compress --encrypt
Replace the original mhfdat.bin with the output.
Community Efforts
Know of a translation project? Open an issue or PR to add it here.
Game Text Translation
Language
Project
Coverage
Notes
English
MHF English Patch
Menus, equipment names, item names
Distributed via Rain server (~70K members). Does not cover NPC dialogue or tutorial.
Korean Fandom wiki with menu translations and guides.
Official Localizations (Discontinued)
Language
Region
Notes
Japanese
Japan (PC, PS3, PS Vita, Wii U, Xbox 360)
Original language. Service ended December 2019.
Korean
South Korea
Service ended August 2011 (Season 7.0).
Traditional Chinese
Taiwan, Macau
Service ended alongside JP servers.
How to Contribute
Translate text: Extract a category with FrontierTextHandler, translate the CSV, and submit a PR.
Document a project: If you know of an active translation effort, open an issue to get it listed.
Improve tooling: Contributions to FrontierTextHandler and ReFrontier are welcome.
Disclaimer
Monster Hunter Frontier and all associated game text are the property of Capcom Co., Ltd. This project is a non-commercial fan translation effort for game preservation purposes. No original game code is included. If Capcom requests removal, we will comply immediately.
About
A coordination to help with a translation of Monster Hunter Frontier.