https://github.com/shadelessfox/forbidden-west-localizer
A modification that allows changing any localized text in Horizon Forbidden West.
https://github.com/shadelessfox/forbidden-west-localizer
horizon-forbidden-west localization modification
Last synced: 8 months ago
JSON representation
A modification that allows changing any localized text in Horizon Forbidden West.
- Host: GitHub
- URL: https://github.com/shadelessfox/forbidden-west-localizer
- Owner: ShadelessFox
- License: gpl-3.0
- Created: 2025-06-17T18:39:58.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2025-06-17T19:36:56.000Z (12 months ago)
- Last Synced: 2025-06-17T20:03:59.842Z (12 months ago)
- Topics: horizon-forbidden-west, localization, modification
- Language: C++
- Homepage:
- Size: 2.65 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Localization mod for Horizon Forbidden West
### Installation
1. Download the latest release from the [releases page](https://github.com/ShadelessFox/forbidden-west-localizer/releases/latest)
2. Copy `winhttp.dll` and `localization.json` files to the game's root directory
### Example
The repository contains a dump of all localizable strings in the game as of version 1.5.80.0. You don't need to distribute the entire file; instead, include just the changed strings.
Example `localization.json` file:
```json
{
"802b4818-320a-0e48-94a7-84546b9d5b73": " Begin a new adventure"
}
```
It will change the text "New Game" to "💥 Begin a new adventure" in the main menu.