1poker3d(6) Games Manual poker3d(6)
2
3
4
6 poker3d - 3D poker client
7
8
10 poker3d [ file:settings.xml ]
11
12
14 Play poker using a 3D interface with other players connected to a
15 server. When run it reads parameters from the configuration file given
16 in argument. If no configuration file is given, it first tries to read
17 ~/.poker3d, then /etc/poker3d/client/poker.client.xml.
18
19 The configuration file specify which server to connect to (host and
20 port). When connected, the poker3d shows a list of poker tables where
21 games are running. The player can join any table in which there is a
22 free seat.
23
24
26 Example:
27 <?xml version='1.0' encoding='iso-8859-1' ?>
28
29 <settings xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
30 xsi:noNamespaceSchemaLocation="poker-client.xsd"
31 verbose="0" delays="true" fps="on" >
32 <screen fullscreen="no" width="1280" height="1024" />
33 <delays position="1" round="2" showdown="5" lag="15" />
34 <name>username</name>
35 <passwd>password</passwd>
36 <remember>no</remember>
37 <servers>mekensleep.org:19378</servers>
38 <sound>on</sound>
39 <shadow>off</shadow>
40 <vprogram>on</vprogram>
41 <outfit name="Male #1" />
42 <!--
43 <jabber>
44 <connect host="mekensleep.org" port="5222" />
45 <listen host="127.0.0.1" port="19478" backlog="5" />
46 </jabber>
47 -->
48 <metisse display="1">
49 <lobby port="19379">/usr/bin/poker3d-interface -r %datadir%/interface/gtkrc --verbose %verbose% --display :%display% --port %port%</lobby>
50 <chat>/usr/bin/gaim-poker3d -r %datadir%/interface/gtkrc --display :%display% --config %gaimrc% --login=%name%@%connect_host%/Gaim</chat>
51 <xwnc>/usr/bin/Xwnc -localhost -auth /unlikely-to-exists -to 200000 -rfbwait 180000 -depth 24 -geometry %width%x%height% :%display%</xwnc>
52 </metisse>
53 <user path="~/.poker3d" />
54 <path>/etc/poker3d/client /etc/poker3d/engine /etc/poker3d/gaim</path>
55 <data path="/usr/share/underware/poker/data" sounds="/usr/share/underware/poker/data/sounds" />
56 </settings>
57
58 The configuration files are considered in the following order:
59
60
61 URL in argument
62 if provided on the command line, has priority over the next two.
63
64
65 file:~/.poker3d
66 if no URL is provided in argument and this file exists, it is
67 read and has priority over the next one.
68
69
70 file:/etc/poker3d/client/poker.client.xml
71 last chance.
72
73
75 Loic Dachary <loic@gnu.org>, Cedric Pinson <cpinson@freesheep.org>,
76 Henry Precheur <henry@precheur.org>, Johan Euphrosine
77 <euphro_j@epitech.net>, Igor Kravtchenko <igor@mekensleep.com>,
78 Philippe Lamoureux <ph.lamoureux@laposte.net>, Philippe Nouhra
79 <philours@philours.com>, Olivier Lejade <olivier@mekensleep.org>
80
81
82
83
84 local poker3d(6)