Skip to content

Commit

Permalink
fezdata > added notes
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenna1337 committed Mar 13, 2024
1 parent 7193d3b commit e32b14d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/content/formats/fezdata.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,14 @@

Top-level object stored in `.fezdata.json` JSON file.

```note
LanguageResources and LanguageResource are names used solely to better convey the structure of the FezData file, and are never refered to as such in the game code, instead just being a single `Dictionary<string, Dictionary<string, string>>`.
```

```note
The game will default to the entry with the key of `""` if an entry for the current game language was not found, or if the language was found but did not contain the desired entry.
```

|Property name|Type|Description|
|-|-|-|
|LanguageResources|[LanguageResource](#languageresource)|Dictionary of definitions for each language, with keys being [ISO 639-1 two-letter Code \(external link\)](https://www.loc.gov/standards/iso639-2/php/code_list.php) |
Expand Down

0 comments on commit e32b14d

Please sign in to comment.