# Game local files and Player Profile locations

## &#x20;Steam version of the game

The default paths to the game's root folder are based on the assumption that the game was installed using default settings.&#x20;

<table><thead><tr><th width="188">Platform</th><th>Path to the Game's Root Folder</th></tr></thead><tbody><tr><td>Windows</td><td><code>C:\Program Files (x86)\Steam\steamapps\common\Men of War II</code></td></tr><tr><td>Ubuntu</td><td><code>~/.steam/steam/steamapps/common/Men of War II</code></td></tr></tbody></table>

If you chose a different folder during installation, use the below instructions to access the game root folder.

1. Launch the **Steam client**
2. Navigate to the **Library** section
3. Locate the game in the list and right-click on it
4. Select **Manage** from the dropdown menu
5. Click on the **Browse Local Files**

<figure><img src="/files/mYtuB4OMM6zrTpRoMHuN" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/yP6EvbP4d23AJo4GxHWE" alt=""><figcaption></figcaption></figure>

## Epic Games Store version of the game

The specified paths assume the game was installed with default settings.

<table><thead><tr><th width="199">Platform</th><th>Path to the Game's Root Folder</th></tr></thead><tbody><tr><td>Windows</td><td><code>C:\Program Files\Epic Games\MenOfWarII</code></td></tr><tr><td>Ubuntu</td><td><code>~/.local/share/EpicGamesStore/MenOfWarII</code></td></tr></tbody></table>

If you specified a different folder during installation, use the instructions below to open the game root folder.

* Open the **Epic Games Launche**r
* Navigate to the **Library** section
* Find the game in the list and click on the three dots next to its name
* Select **Manage**
* Click on the **Open Install Location** button

<figure><img src="/files/4PXJWNeFWCqS7zeqESYC" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/4xkq9a4iARWX9orflRwz" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/G8qtGprY6gqZxBur7Gdl" alt=""><figcaption></figcaption></figure>

## Default path to the Player Profile folder

The specified paths assume the game was installed with default settings. If you specified a different folder during installation, the player profile folder can be found in the user's directory.

<table><thead><tr><th width="202">Platform</th><th>Path to the Player Profile Folder</th></tr></thead><tbody><tr><td>Windows</td><td><code>C:Users\[User Name]\AppData\Local\Men of War II\</code></td></tr><tr><td>Ubuntu</td><td><code>~/Men of War II/</code></td></tr></tbody></table>


---

# Agent Instructions: 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:

```
GET https://docs.bestway.com.ua/foundational-knowledge/game-local-files-and-player-profile-locations.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
