> For the complete documentation index, see [llms.txt](https://wiki.retrobat.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.retrobat.org/systems-and-emulators/supported-game-systems/others/quake-2.md).

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

Game engine to play Quake 2.

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

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

## Information

<table data-header-hidden><thead><tr><th width="224"></th><th></th></tr></thead><tbody><tr><td><strong>Emulators</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>File folder</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>File extension</strong></td><td>.pak .quake2</td></tr></tbody></table>

## Bios Information

No BIOS required.

## Controls

TBD

## Specific system information

### File organization

Here is the structure organization for quake 2 rom files:

```
└── roms\
    └── quake2\
        ├── baseq2\
        │   └── pak0.pak
        │   └── pak1.pak
        │   └── pak2.pak
        |   └── music\
        │       └── ogg files
        |   └── video\
        │       └── cin files
        │   └── players\
        │       └── various files & subfolders
        └── ctf\
        │   └── pak0.pak
        └── rogue\
        │   └── pak0.pak
        |   └── video\
        │       └── cin files
        │   └── music\
        │       └── ogg files
        └── xatrix\
        |   └── pak0.pak
        |   └── video\
        │       └── cin files
        │   └── music\
        │       └── ogg files
        └── zaero\
        |   └── pak0.pak
        |   └── video\
        │       └── cin files
        |   └── sprites\
                └── various files
```

{% hint style="info" %}
For Libretro, RetroBat will automatically select the appropriate libretro core depending on the name of the subfolder.
{% endhint %}


---

# 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://wiki.retrobat.org/systems-and-emulators/supported-game-systems/others/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.
