poker3d

Langue: en

Version: local (fedora - 06/07/09)

Section: 6 (Jeux)

NAME

poker3d - 3D poker client

SYNOPSIS

poker3d [ file:settings.xml ]

DESCRIPTION

Play poker using a 3D interface with other players connected to a server. When run it reads parameters from the configuration file given in argument. If no configuration file is given, it first tries to read ~/.poker3d, then /etc/poker3d/client/poker.client.xml.

The configuration file specify which server to connect to (host and port). When connected, the poker3d shows a list of poker tables where games are running. The player can join any table in which there is a free seat.

CONFIGURATION

Example:

 <?xml version='1.0'  encoding='iso-8859-1' ?>
 
 <settings xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
           xsi:noNamespaceSchemaLocation="poker-client.xsd"
           verbose="0" delays="true" fps="on" >
   <screen fullscreen="no" width="1280" height="1024" />
   <delays position="1" round="2" showdown="5" lag="15" />
   <name>username</name>
   <passwd>password</passwd>
   <remember>no</remember>
   <servers>mekensleep.org:19378</servers>
   <sound>on</sound>
   <shadow>off</shadow>
   <vprogram>on</vprogram>
   <outfit name="Male #1" />
 <!--  
   <jabber>
     <connect host="mekensleep.org" port="5222" />
     <listen host="127.0.0.1" port="19478" backlog="5" />
   </jabber>
 -->
   <metisse display="1">
     <lobby port="19379">/usr/bin/poker3d-interface -r %datadir%/interface/gtkrc --verbose %verbose% --display :%display% --port %port%</lobby>
     <chat>/usr/bin/gaim-poker3d -r %datadir%/interface/gtkrc --display :%display% --config %gaimrc% --login=%name%@%connect_host%/Gaim</chat>
     <xwnc>/usr/bin/Xwnc -localhost -auth /unlikely-to-exists -to 200000 -rfbwait 180000 -depth 24 -geometry %width%x%height% :%display%</xwnc>
   </metisse>
   <user path="~/.poker3d" />
   <path>/etc/poker3d/client /etc/poker3d/engine /etc/poker3d/gaim</path> 
   <data path="/usr/share/underware/poker/data" sounds="/usr/share/underware/poker/data/sounds" />
 </settings>
 

The configuration files are considered in the following order:

URL in argument
if provided on the command line, has priority over the next two.
file:~/.poker3d
if no URL is provided in argument and this file exists, it is read and has priority over the next one.
file:/etc/poker3d/client/poker.client.xml
last chance.

AUTHORS

Loic Dachary <loic@gnu.org>, Cedric Pinson <cpinson@freesheep.org>, Henry Precheur <henry@precheur.org>, Johan Euphrosine <euphro_j@epitech.net>, Igor Kravtchenko <igor@mekensleep.com>, Philippe Lamoureux <ph.lamoureux@laposte.net>, Philippe Nouhra <philours@philours.com>, Olivier Lejade <olivier@mekensleep.org>