Elden Ring Data: the /msg folder, extracted and translated to web-friendly formats like JSON.
For other folders, see elden-ring-data
In-game text localized to other languages, such as:
- names and descriptions of items, NPCs, places
- dialogue from NPCs, menus, world interactions
- tips from loading screens and tutorials
Original: ELDEN RING\Game\Data0.bdt
Extracted: ELDEN RING\Game\msg\{$LANG}\{$TYPE}.msgbnd.dcx
Translated: elden-ring-data\msg\{$LANG}\{$TYPE}.msgbnd.dcx.json
- Used UXM_2.4_ER to extract game files
- Used SoulsFormats to load
- Wrote C# code to export to JSON
Meowmaritus: UXM_2.4_ER
JKAnderson: SoulsFormats