# Play Singleplayer

In this tutorial, we’ll walk you through two different ways to enjoy singleplayer mode. If you hit any snags or have questions, hop into our [Discord](https://discord.gg/7SBMKRy6q9) — we’re always happy to help!

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

### Setting up a quick game in "SINGLEPLAY"&#x20;

This option offers a limited experience — you won’t be able to adjust settings like ticket ratio, team ratio, round time, friendly fire, or spawn time.

Once your game is [OpenSpy-ready](/getting-started/apply-openspy-patches.md), the customization screen will work properly, and all unlocks will be available in-game.

{% stepper %}
{% step %}
Select <mark style="color:blue;">SINGLEPLAY</mark>.
{% endstep %}

{% step %}
Configure your game settings and click <mark style="color:blue;">START PLAYLIST</mark>.

Check out the [Server Settings](/advanced/addons-tweaks/server-settings.md) guide for details on extra cutomization settings.
{% endstep %}
{% endstepper %}

### **Setting up a LAN server in "MULTIPLAY"**

This option lets you adjust game settings such as ticket ratio, team ratio, round time, friendly fire, spawn time, and more.

Once your game is [OpenSpy-ready](/getting-started/apply-openspy-patches.md), the customization screen will work properly, and all unlocks will be available in-game.

<details>

<summary>"The game will start when 1 more player(s) join"</summary>

To fix this, you need to apply this setting:

```batch
sv.numPlayersNeededToStart 1
```

Check out the [Server Settings](/advanced/addons-tweaks/server-settings.md) guide for instructions on how to do this.

</details>

{% stepper %}
{% step %}
Select <mark style="color:blue;">MULTIPLAY</mark> → <mark style="color:blue;">LOCAL</mark> → <mark style="color:blue;">CREATE</mark>.
{% endstep %}

{% step %}
Configure your game settings and click <mark style="color:blue;">START SERVER</mark>.

Check out the [Server Settings](/advanced/addons-tweaks/server-settings.md) guide for details on extra cutomization settings.
{% endstep %}
{% endstepper %}


---

# 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/getting-started/play-singleplayer.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.
