> 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/bsyndrome.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>

Decompilation project of the Bermuda Syndrome game.

{% 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>Emulators</strong></td><td><ul><li>bsyndrome</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> bsyndrome</td></tr><tr><td><strong>File extension</strong></td><td>.game</td></tr></tbody></table>

## Bios Information

No BIOS required.

## Controls

```
Game controls :

	Arrow Keys      move Jack
	Tab             display bag
	Ctrl            display status bar
	Shift/Space     use weapon
	Enter           skip dialogue speech

Other hotkeys:

	C		capture screenshot as .tga
	S               save game state
	L               load game state
	+               increase game state slot
	-               decrease game state slot
	F               enable fast mode
	W               toggle fullscreen/windowed display
```

## Specific system information

### File organization

Here is the structure organization for your game files:

<pre><code>└── roms\
<strong>│  └── bsyndrome\
</strong>│       ├── DATA\    &#x3C;== files from original game "BERMUDA" folder
<strong>│       │   └── lots of folders
</strong>│       │   └── BERMUDA.OVR
│       │   └── BERMUDA.SPR
│       │   └── BERMUDA.WGP
│       └── Bermuda Syndrome.game
└── bios\
    └── bsyndrome\
        └── MUSIC\    &#x3C;== music files
</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:

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