# Tomb Raider

<div align="left"><figure><img src="https://466894649-files.gitbook.io/~/files/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>

Moteur de jeu permettant de jouer à Tomb Raider.

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

## Informations

<table data-header-hidden><thead><tr><th width="224"></th><th></th></tr></thead><tbody><tr><td><strong>Émulateur</strong></td><td><ul><li>Libretro : openlara</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> openlara</td></tr><tr><td><strong>Extensions</strong></td><td>.croft</td></tr><tr><td><strong>Group</strong></td><td>ports</td></tr></tbody></table>

## Bios

Aucun BIOS nécessaire.

## Contrôles

| Retrobat                                                                                                                                                                                                           | OpenLara                  |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------- |
| START                                                                                                                                                                                                              | START                     |
| SELECT                                                                                                                                                                                                             | Inventaire                |
| D-PAD                                                                                                                                                                                                              | D-PAD                     |
| Left analog stick                                                                                                                                                                                                  |                           |
| Right analog stick                                                                                                                                                                                                 |                           |
| ![](https://466894649-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FCgoewyw8Sagl6SNUMrCG%2Fuploads%2F6PNG0f54lriaOQpqkTAK%2Fimage.png?alt=media\&token=e43f5c0f-2c53-49cc-9271-2385216d89df) | Sauter                    |
| ![](https://466894649-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FCgoewyw8Sagl6SNUMrCG%2Fuploads%2FROBaPh1Fj8eTIqVWWsjO%2Fimage.png?alt=media\&token=a4ae3ad3-3a80-4c28-8b15-92a1b5a80da7) | Action : tirer / attraper |
| ![](https://466894649-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FCgoewyw8Sagl6SNUMrCG%2Fuploads%2FDEK8lUfEAQiNkBmOouD7%2Fimage.png?alt=media\&token=e1940a32-2494-4e92-a8b1-df9a722ed4f8) | Rouler                    |
| ![](https://466894649-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FCgoewyw8Sagl6SNUMrCG%2Fuploads%2Fxn5pRSiYlrSDYXkbkHwg%2Fimage.png?alt=media\&token=d6027ace-7176-4b82-b702-e3b2b65d7cd4) | Sortir arme               |
| L1                                                                                                                                                                                                                 |                           |
| R1                                                                                                                                                                                                                 | Marcher (garder enfoncé)  |
| L2                                                                                                                                                                                                                 | S'accroupir               |
| R2                                                                                                                                                                                                                 | Sprinter                  |

## Information spécifique au système

### Fichiers de jeux

Créer un fichier .croft dans le dossier `roms\openlara` de l'installation RetroBat.

Dans ce fichier, renseigner le chemin vers le fichier à lancer, les fichiers suivants sont acceptés par le core OpenLara : **.phd, .psx, .phd**

Par exemple le fichier ci-dessous lancera le niveau "gym" de Tomb Raider 1:

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

{% hint style="info" %}
Une fois un niveau lancé, il est possible de revenir au menu du jeu Tomb Raider pour démarrer le jeu.
{% endhint %}

### Organisation du dossier de jeu

{% hint style="info" %}
Seul Tomb Raider 1 est supporté actuellement.
{% endhint %}

Voici un exemple d'une structure de fichier fonctionnelle:

```
└── 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
```
