# Title Images
## Naming Format
- General format: `/AM2R/lang/titles/*languageName*x###*y###*.png` (see [FAQ](https://am2r-community-developers.github.io/DistributionCenter/faq#how-do-i-use-custom-title-images))
- Title image filenames use the string defined in `[Header] Language =` (not the filename of the ini file)
- Parentheses in language names are ignored. `Deutsch (16:9)` will match `deutsch.png`
- Filenames can match multiple languages/variants. The last alphabetical match will be loaded.
- If invalid coordinates are specified, they will be set to `x000` or `y000`. This includes languages with an "x" or "y" in the name.
- For non-zero coordinates, languages with an "x" or "y" in the name require coordinates to be specified before the language name
- If omitted from the filename, the default coordinates are `x057 y022`
- Left border alignment is at `-x053` for widescreen, `x000` for standard
## Legacy Notes
### 1.5-1.5.1
- Language matching includes parentheses
- Negative pixel coordinates are not supported
### 1.5
- If omitted from the filename, the default coordinates are `x000 y000`
### 1.4.1-1.4.3
- Single image `/AM2R/mods/titles/title.png`
- Coordinates are set in `/AM2R/mods/titles/config.ini`
### 1.2.8-1.4
- Single image `/AM2R/title.png`