# Tomb Raider

<div align="left"><figure><img src="https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FCgoewyw8Sagl6SNUMrCG%2Fuploads%2FEz8si9RfyUg6Yc3vzCUS%2F1526141_794a5.png?alt=media&#x26;token=c4d72829-7e6b-49e6-80e0-d28755ed99bc" alt=""><figcaption></figcaption></figure></div>

Game engine to play Tomb Raider.

{% embed url="<https://docs.libretro.com/library/openlara/>" %}

## 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: openlara</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> openlara</td></tr><tr><td><strong>File extension</strong></td><td>.croft</td></tr><tr><td><strong>Group</strong></td><td>ports</td></tr></tbody></table>

## Bios Information

No BIOS required.

## Controls

| Retrobat                                                                                                                                                                                                           | OpenLara               |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ---------------------- |
| START                                                                                                                                                                                                              | START                  |
| SELECT                                                                                                                                                                                                             | INVENTORY              |
| D-PAD                                                                                                                                                                                                              | D-PAD                  |
| Left analog stick                                                                                                                                                                                                  |                        |
| Right analog stick                                                                                                                                                                                                 |                        |
| ![](https://990680527-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FexdzL60ZuqPLldz2AYta%2Fuploads%2F5yYVjQu41LdiMVCXpyNa%2Fimage.png?alt=media\&token=e43f5c0f-2c53-49cc-9271-2385216d89df) | Jump                   |
| ![](https://990680527-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FexdzL60ZuqPLldz2AYta%2Fuploads%2FW8q8wzu0yW9Htt5h4zEA%2Fimage.png?alt=media\&token=a4ae3ad3-3a80-4c28-8b15-92a1b5a80da7) | Action : shoot / catch |
| ![](https://990680527-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FexdzL60ZuqPLldz2AYta%2Fuploads%2FQlIryQa7tR2pBTWHhMXR%2Fimage.png?alt=media\&token=e1940a32-2494-4e92-a8b1-df9a722ed4f8) | Roll                   |
| ![](https://990680527-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FexdzL60ZuqPLldz2AYta%2Fuploads%2FxHRhyw00NGOZ8cEPrQdp%2Fimage.png?alt=media\&token=d6027ace-7176-4b82-b702-e3b2b65d7cd4) | Draw weapon            |
| L1                                                                                                                                                                                                                 |                        |
| R1                                                                                                                                                                                                                 | Walk                   |
| L2                                                                                                                                                                                                                 | Crouch                 |
| R2                                                                                                                                                                                                                 | Dash                   |

## Specific system information

### Game files

Create a .croft file in the `roms\openlara` folder of your RetroBat directory.

In the file, fill the path to the level / file to launch, OpenLara core accepts the following file formats : **.phd, .psx, .phd**

The file hereunder will run the "gym" level of Tomb Raider 1:

<div align="left"><figure><img src="https://i.imgur.com/yRgQBth.png" alt=""><figcaption></figcaption></figure></div>

{% hint style="info" %}
Once a level is launched, it is possible to go to the game main menu and start as if the game was launched on original hardware.
{% endhint %}

### File organization

{% hint style="info" %}
So far, the core only supports Tomb Raider 1.
{% endhint %}

Here is an example of a working folder structure:

```
└── roms\
    └── openlara\
        └── *.croft
        └── Tomb Raider\
               └── audio\
               │      └── 1\
               │           └── XXX.ogg ou track_XX.ogg
               │      └── 2\
               │           └── track_XX.ogg et MAIN.SFX
               │      └── 3\
               │           └── track_XX.ogg et MAIN.SFX
               └── level\
               |      └── 1\
               |           └── *.PNG et *.PHD ou *.PSX ou *.SAT
               │      └── 2\
               │           └── *.PNG et *.TR2 ou *.PSX
               │      └── 3\
               │           └── *.PNG et *.TR2 ou *.PSX
               └── video\
                      └── 1\
                           └── *.RPL ou *.FMV
                      └── 2\
                           └── *.RPL ou *.FMV
                      └── 3\
                           └── *.RPL ou *.FMV
```


---

# 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/systems-and-emulators/supported-game-systems/others/tomb-raider.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.
