# Quake 2

<div align="left"><figure><img src="https://raw.githubusercontent.com/fabricecaruso/es-theme-carbon/55ff14aa79c95ecc70133072e6ac19fed3555b56/art/logos/vitaquake2.svg" alt=""><figcaption></figcaption></figure></div>

Moteur de jeu Quake 2

{% embed url="<https://github.com/libretro/vitaquake2>" %}

{% embed url="<https://github.com/kondrak/vkQuake2>" %}

## Informations

<table data-header-hidden><thead><tr><th width="224"></th><th></th></tr></thead><tbody><tr><td><strong>Émulateurs</strong></td><td><ul><li>Libretro: vitaquake2</li><li>Libretro: vitaquake2-zaero</li><li>Libretro: vitaquake2-rogue</li><li>Libretro: vitaquake2-xatrix</li><li>vkquake2</li></ul></td></tr><tr><td><strong>Dossier des jeux</strong></td><td><span data-gb-custom-inline data-tag="emoji" data-code="1f4c2">📂</span> roms \ <span data-gb-custom-inline data-tag="emoji" data-code="1f4c2">📂</span> quake2</td></tr><tr><td><strong>Extension</strong></td><td>.pak .quake2</td></tr></tbody></table>

## Bios

Aucun BIOS nécessaire.

## Contrôles

TBD

## Information spécifique au système

### Organisation des fichiers de jeu

Ci-dessous la structure recommandée pour l'organisation du dossier des jeux:

<pre><code>└── roms\
    └── quake2\
        ├── baseq2\
<strong>        │   └── pak0.pak
</strong><strong>        │   └── pak1.pak
</strong>        │   └── pak2.pak
        |   └── music\
        │       └── ogg files
        |   └── video\
        │       └── cin files
        │   └── players\
        │       └── various files &#x26; subfolders
        └── ctf\
        │   └── pak0.pak
        └── rogue\
<strong>        │   └── pak0.pak
</strong>        |   └── video\
        │       └── cin files
        │   └── music\
        │       └── ogg files
        └── xatrix\
        |   └── pak0.pak
        |   └── video\
        │       └── cin files
        │   └── music\
        │       └── ogg files
        └── zaero\
        |   └── pak0.pak
        |   └── video\
        │       └── cin files
        |   └── sprites\
                └── various files
</code></pre>

{% hint style="info" %}
RetroBat sélectionne automatiquement le bon core libretro en fonction du nom du sous-dossier.
{% endhint %}


---

# 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://wiki.retrobat.org/francais/systemes-and-emulateurs/supported-game-systems/autres/quake-2.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.
