> For the complete documentation index, see [llms.txt](https://docs.joinbattlebit.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.joinbattlebit.com/crashes/launch-from-steam.md).

# Launch from Steam

If you experience this problem (and reinstalling the game didn't help):

1. Navigate to the game local files by right clicking the game and pressing "Browse local files".

<figure><img src="/files/5WdJ33l07yFBBB80eGsi" alt="" width="374"><figcaption></figcaption></figure>

2. Right click on `BattleBitEAC.exe` and select "Properties".

<figure><img src="/files/TrgBvfhEEGwVcdLXA7uD" alt="" width="332"><figcaption></figcaption></figure>

3. Go to "Compability" tab and check "Run this program as an administrator".

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

4. Go back to Steam and right click the game again, but this time select "Properties...".

<figure><img src="/files/5o1QZgQJPKzS75Qs98sM" alt=""><figcaption></figcaption></figure>

5. Paste this in your launch options (**replace your game path if it's different**):\
   `"C:\Program Files (x86)\Steam\steamapps\common\BattleBit Remastered\BattleBitEAC.exe" %command%`

<figure><img src="/files/9yRmrsNqI2jTO7gbAu6a" alt=""><figcaption><p>It should look like this. If your game path differs - replace it with your actual game path.</p></figcaption></figure>


---

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

```
GET https://docs.joinbattlebit.com/crashes/launch-from-steam.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.
