Bonjour à tous,
Je me permets d'apporter ma pierre à l'édifice concernant FPDB car j'étais incapable d'afficher le HUD sur mes tables de CG Short-Handed moi aussi.
Alors j'ai réussi en m'appuyant sur 2 étapes de modification du fichier de config (C:\Users\VOTRE_NOM_SUR_LE_PC\AppData\Roaming\fpdb\HUD_config.xml).
Tout d'abord ajouter la ligne :
<fav fav_seat="3" max="5"/>
Ce qui nous donne dans le fichier :
<layout_set game_type="all" ls="winamax_default"/>
<fav fav_seat="1" max="2"/>
<fav fav_seat="2" max="4"/>
<fav fav_seat="3" max="5"/>
<fav fav_seat="3" max="6"/>
<fav fav_seat="0" max="7"/>
<fav fav_seat="4" max="8"/>
<fav fav_seat="5" max="9"/>
<fav fav_seat="5" max="10"/>
Ensuite ajouter ces lignes :
<layout height="546" max="5" width="792">
<location seat="1" x="663" y="48"/>
<location seat="2" x="664" y="293"/>
<location seat="3" x="563" y="402"/>
<location seat="4" x="120" y="401"/>
<location seat="5" x="32" y="291"/>
<location common="1" x="323" y="232"/>
</layout>
Ce qui donne dans le fichier :
...
<layout height="546" max="4" width="792">
<location seat="1" x="573" y="41"/>
<location seat="2" x="512" y="411"/>
<location seat="3" x="162" y="413"/>
<location seat="4" x="112" y="41"/>
<location common="1" x="323" y="232"/>
</layout>
<layout height="546" max="5" width="792">
<location seat="1" x="663" y="48"/>
<location seat="2" x="664" y="293"/>
<location seat="3" x="563" y="402"/>
<location seat="4" x="120" y="401"/>
<location seat="5" x="32" y="291"/>
<location common="1" x="323" y="232"/>
</layout>
<layout height="546" max="6" width="792">
<location seat="1" x="663" y="48"/>
<location seat="2" x="664" y="293"/>
<location seat="3" x="563" y="402"/>
<location seat="4" x="120" y="401"/>
<location seat="5" x="32" y="291"/>
<location seat="6" x="12" y="46"/>
<location common="1" x="323" y="232"/>
</layout>
...
Attention de bien rechercher "winamax_default" dans le fichier (à modifier selon la room).
Ces 2 étapes permettent de prendre en compte le jeu sur des tables de 5 joueurs.
J'espère que ce message vous aidera.
A+