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