> 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/flipper/future-pinball.md).

# Future Pinball

<div align="left"><figure><img src="https://raw.githubusercontent.com/fabricecaruso/es-theme-carbon/52ff37c9e265587d006945a2ba695b5a962b3a3d/art/logos/fpinball.svg" alt=""><figcaption></figcaption></figure></div>

Simulation de Flipper

{% embed url="<https://en.wikipedia.org/wiki/Future_Pinball>" %}

{% embed url="<https://futurepinball.com/>" %}

## Information

<table data-header-hidden><thead><tr><th width="199"></th><th></th><th data-hidden></th></tr></thead><tbody><tr><td><strong>Émulateur</strong></td><td><ul><li>fpinball</li></ul></td><td></td></tr><tr><td><strong>Dossier des tables</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> fpinball</td><td></td></tr><tr><td><strong>Extensions</strong></td><td>.fpt .7z .zip .rar</td><td></td></tr></tbody></table>

## BIOS

Aucun BIOS nécessaire

## Contrôles

<table><thead><tr><th width="207">RetroBat</th><th width="527">Future Pinball</th></tr></thead><tbody><tr><td>START</td><td>Démarrer la partie</td></tr><tr><td>SELECT</td><td>Insérer monnaie</td></tr><tr><td>D-PAD</td><td>Secouer le flipper</td></tr><tr><td><img src="/files/oQmMDvGLPCQJiXNlol7Z" alt="A"></td><td>Lancer la bille</td></tr><tr><td><img src="/files/MjhQKxoApDWojCWfSAgs" alt="B"></td><td>Modifier la vue de la caméra</td></tr><tr><td><img src="/files/2UVJEd12DYAXiSTPT9RE" alt="" data-size="original"></td><td>Modifier vue HUD (afficher le DMD)</td></tr><tr><td><img src="/files/1td6mLHIwCWm0tVVSuD5" alt="" data-size="line"></td><td>Pause / affichage des scores</td></tr><tr><td>L1</td><td>Flipper gauche</td></tr><tr><td>R1</td><td>Flipper droit</td></tr><tr><td>L3</td><td>Afficher le BackGlass</td></tr><tr><td>R3</td><td>Quitter Future Pinball (si select + start ne fonctionne pas)</td></tr></tbody></table>

{% hint style="info" %}
Future Pinball utilise le pilot DirectInput, RetroBat gère le mapping directinput à l'aide du fichier **gamecontrollerdb** situé dans le dossier `\system\tools` de l'installation RetroBat.

L'autoconfiguration ne fonctionne pas pour les contrôleurs non listés dans ce fichier.
{% endhint %}

## Information spécifique au système

### Tables

Les tables Future Pinball sont des fichiers `.fpt`.&#x20;

Certaines tables ne nécessitent qu'un fichier `.fpt` pour fonctionner, ces tables peuvent être placées directement dans le dossier `\roms\fpinball`.

D'autres tables requièrent des fichiers additionnels pour fonctionner (fonts, music, textures...), ces tables doivent être placées dans leur propre sous-dossier à l'intérieur du dossier `\roms\fpinball`:

```
roms\
└─ fpinball\
   └─ 24 (Stern) (2009) (Collectors Edition) (1.01)\
      ├─ 24 (Stern) (2009) (Collectors Edition) (1.01).fpt
      ├─ 24fonts.fpl
      └─ 24textures.fpl
```

### **Pourquoi ce message d'erreur ?**

Si vous rencontrez un message d'erreur comme celui ci-dessous:

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

il est nécessaire de lancer Future Pinball en tant qu'administrateur une première fois.\
\
Ouvrir le dossier "**fpinball**" situé dans le dossier "**emulators**" de votre installation Retrobat.

Effectuer un clic droit sur l'exécutable "**Future Pinball.exe**" et, comme illustré ci-dessous, sélectionner "**Exécuter en tant qu'administrateur**"

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

Une fois démarré, vous pouvez quitter Future Pinball et le relancer depuis Retrobat.


---

# 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/flipper/future-pinball.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.
