> For the complete documentation index, see [llms.txt](https://hfw-mm.gitbook.io/hfw-mm-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hfw-mm.gitbook.io/hfw-mm-docs/features.md).

# FEATURES

* **Startup Menu -** Browse Game Folder.
* **Auto-Detect** - Automatically detect the known game directory.
* **Game Version Detection** - Check for version compatibility.
* **One-click mod installation** – Drag & drop ZIPs or folders; installs automatically.
* **Variation selection** – Pick your favorite variation with preview images. Or just add all available.
* **Automatic cleanup** – Deletes leftover temp files on startup.
* **Metadata-first loading** – Reads **mod.meta** for instant mod info.
* **Persistent mod selection** – Saves active mods for the next session.
* **Threaded repacking process** – Keeps the UI smooth while repacking.
* **Single-instance safety** – Prevents multiple instances from corrupting files.
* **Search/Filter List** - Filter the mods list by keywords
* **Save & Load mod order** – Sort mods by priority, save and reload orders.
* **Preset Workflow (Mod loadouts)** - Save and load custom sort lists with a name.
* **Launch Game** - Use to launch the game.
* **Pack 'N' Launch** - Option to automatically launch the game after packing mods.
* **Patch Hair** - Create a patched variant with selected hair.
* **Batch Patch Hair** - Batch multiple outfits at once.
* **Settings Tab -** Stores the preview and many more options.
* **Supported Extension** - Supports .zip, .rar, .7z
* **Custom archive extension** - format support (.gaia, .forbidden, .hfwz).
* **Patch Face** - Fix Shading for custom face mesh (experimental).
* **Auto-Update** - Check for available updates.
* **Extract / Convert** - A wrapper that extract assets and convert animations. W\.I.P
* **Character Swap** - Play as most NPCs, ~~currently requires~~ [~~Gameplay tweak~~](https://www.nexusmods.com/horizonforbiddenwest/mods/50)﻿ ~~as a dependency.~~
* **Wardrobe** - Coming Soon...


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://hfw-mm.gitbook.io/hfw-mm-docs/features.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
