# FAQ

This is where you find answers to some of the commonly asked questions. If you have questions that aren’t answered here, be sure to check out the [Reclamation FAQ page](https://battlefield2142.co/faq/) for more information.

{% embed url="<https://discord.gg/7SBMKRy6q9>" %}

{% embed url="<https://discord.com/invite/MEwBW9U>" %}

{% embed url="<https://discord.gg/nVdDkgA>" %}

<details>

<summary>How to get all the unlocks?</summary>

Related Article(s): [Apply OpenSpy patches](/getting-started/apply-openspy-patches.md), [BF2142Unlocker](/advanced/addons-tweaks/bf2142unlocker.md)

When you use OpenSpy as your login service, all unlocks are available as soon as you create a soldier. You’ll have everything unlocked in Singleplayer and LAN as long as you’re online and OpenSpy is up.

If you want all unlocks without an internet connection or OpenSpy, use [BF2142Unlocker](/advanced/addons-tweaks/bf2142unlocker.md) — it lets you host a master server locally on your own system.

</details>

<details>

<summary>How to reset my password?</summary>

Related Article(s): [Create an account](/getting-started/create-account.md)

OpenSpy now lets you reset your password and manage your account at <https://account.openspy.net/login>. Use Partner Code <mark style="color:blue;">20 - EA</mark>.

</details>

<details>

<summary>How to change the game language?</summary>

If you already have the Remaster mod installed, you can easily switch languages using the <mark style="color:blue;">Remaster Launcher</mark>.

If you don’t have the mod, follow these steps to change the language manually:

1. Press <mark style="color:blue;">WIN + R</mark>, type `regedit`, and press <mark style="color:blue;">Enter</mark>.
2. Navigate to `HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Electronic Arts\EA GAMES\Battlefield 2142`.
3. Change the <mark style="color:blue;">Locale</mark> value to your desired language code (see the table below).

If those registry entries are missing, install the missing registry files ([A04](/help-centre/troubleshoot.md#a04-install-the-missing-registry-files)) first, then follow the steps above.

| Code   | Language              |
| ------ | --------------------- |
| cs     | Czech                 |
| da     | Danish                |
| de     | German                |
| el     | Greek                 |
| en\_UK | English (UK)          |
| en\_US | English (US)          |
| es     | Spanish               |
| fi     | Finnish               |
| fr\_FR | French                |
| hu     | Hungarian             |
| it     | Italian               |
| ja     | Japanese              |
| ko     | Korean                |
| nl     | Dutch                 |
| no     | Norwegian             |
| pl     | Polish                |
| pt\_BR | Portuguese (Brazil)   |
| pt\_PT | Portuguese (Portugal) |
| ru     | Russian               |
| sv     | Swedish               |
| th     | Thai                  |
| zh\_CN | Chinese (Simplified)  |
| zh\_tw | Chinese (Traditional) |

</details>

<details>

<summary>How to play with bots?</summary>

Conquest Co-op (gpm\_coop) mode is the mode that spawns bots, and any Conquest Co-op map supports them.

* **Singleplayer:** It’s the default mode — no action needed.
* **LAN:** Select Conquest Co-op to play with bots.

</details>

<details>

<summary>How to add more bots?</summary>

Related Article(s): [Add More Bots](/advanced/addons-tweaks/add-more-bots.md)

</details>

<details>

<summary>Are there more (conquest_coop) maps with bot support?</summary>

Related Article(s): [Maps with Bots](/advanced/addons-tweaks/maps-with-bots.md)

</details>

<details>

<summary>How to adjust the ticket counts, team ratio, and respawn time in Singleplayer?</summary>

Related Article(s): [Server Settings](/advanced/addons-tweaks/server-settings.md)

</details>

<details>

<summary>How to adjust more server settings other than those avilable in the game menu?</summary>

Related Article(s): [Server Settings](/advanced/addons-tweaks/server-settings.md)

</details>

<details>

<summary>How to use BattleRecorder and BattleDirector?</summary>

Related Article(s): [BattleRecorder & BattleDirector](/advanced/addons-tweaks/battlerecorder-and-battledirector.md)

</details>

<details>

<summary>How to change field of view in-game?</summary>

You can’t change the FOV (field of view) in-game, since BF2142 is an older title and doesn’t offer as many video settings as modern games.&#x20;

However, you can still achieve this by editing the game files. For step-by-step instructions, check out our [Field of View (FOV)](/advanced/addons-tweaks/fov.md) guide.

</details>

<details>

<summary>Can I play this game on Linux, Steam Deck or Mac?</summary>

Related Article(s): [Install BF2142](/getting-started/download-and-install-bf2142.md)

</details>


---

# 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.getbf2142.net/help-centre/faq.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.
