> 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/francais/systemes-and-emulateurs/supported-game-systems/autres/bermuda-syndrome.md).

# Bermuda Syndrome

<div align="left"><figure><img src="https://github.com/RetroBat-Official/es-theme-carbon/blob/master/art/logos/bsyndrome.png?raw=true" alt=""><figcaption></figcaption></figure></div>

Projet de décompilation du jeu Bermuda Syndrome.

{% embed url="<https://github.com/cyxx/bermuda>" %}

## Information

<table data-header-hidden><thead><tr><th width="224"></th><th></th></tr></thead><tbody><tr><td><strong>Émulateur</strong></td><td><ul><li>bsyndrome</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> bsyndrome</td></tr><tr><td><strong>Extensions</strong></td><td>.game</td></tr></tbody></table>

## BIOS

Aucun BIOS nécessaire.

## Contrôles

```
Contrôles en jeu :

	Flèches         Déplacer Jack
	Tab             Afficher le sac
	Ctrl            Afficher la barre de statut
	Shift/Space     Utiliser l'arme
	Entrée          Passer les dialogues

Other hotkeys:

	C		Capture d'écran enregistrée en .tga
	S               Sauvegarder
	L               Charger une sauvegarde
	+               Emplacement de sauvegarde suivant
	-               Emplacement de sauvegarde précédent
	F               Activer le mode rapide
	W               Basculer entre plein écran/fenétré
```

## Information spécifique au système

### Organisation des fichiers de jeux

Créer un fichier .txt à l'aide du bloc-note (ou à l'aide d'un clic droit > Nouveau document texte).

Nommer le fichier Bermuda Syndrome, et sauvegarder le fichier avec l'extension **.game** au lieu de .txt dans le dossier `roms\bsyndrome`.

Voici la structure des fichiers :

<pre><code>└── roms\
<strong>│  └── bsyndrome\
</strong>│       ├── DATA\    &#x3C;== placer ici les fichiers originaux du répertoire "BERMUDA"
<strong>│       │   └── plein de répertoires
</strong>│       │   └── BERMUDA.OVR
│       │   └── BERMUDA.SPR
│       │   └── BERMUDA.WGP
│       └── Bermuda Syndrome.game  &#x3C;== créer un fichier .txt et le renommer
└── bios\
    └── bsyndrome\
        └── MUSIC\    &#x3C;== fichers .ogg
</code></pre>


---

# 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, and the optional `goal` query parameter:

```
GET https://wiki.retrobat.org/francais/systemes-and-emulateurs/supported-game-systems/autres/bermuda-syndrome.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
