# Extras

{% hint style="info" %}
You'll need to be in **Desktop Mode** with a keyboard and mouse to apply these tweaks.
{% endhint %}

## Disable "Launching from Wine" Window

The **Launching from Wine** window that appears when starting P4G with mods can be disabled with a config file tweak.

* Close **Reloaded II** and any running games.

### Open Config File

We need to open the Reloaded II config file, **ReloadedII.json**, in the **Kate** text editor.

* Open this directory:

{% code overflow="wrap" %}

```
/home/deck/.steam/steam/steamapps/compatdata/1113000/pfx/drive_c/users/steamuser/AppData/Roaming/Reloaded-Mod-Loader-II/
```

{% endcode %}

<figure><img src="/files/6y38aASAGXEehG8bE7Z5" alt=""><figcaption></figcaption></figure>

* Right-click the file **ReloadedII.json** and select **Open with Kate**.

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

{% hint style="info" %}
If you don't see **Open with Kate**, select **Open With** and manually select **Development > Kate** from the menu that appears.
{% endhint %}

### Adjust SkipWineLauncherWarning

* In **ReloadedII.json**, find the entry **`SkipWineLauncherWarning`** towards the bottom of the document.

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

* Change **`false`** to **`true`**.

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

* Save **ReloadedII.json**, then close **Kate**.


---

# 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://p4g-deck.cep.one/appendix/extras.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.
