Freeciv
Advertisement

GGZ Gaming Zone Support

In some versions (2.1+) Freeciv supported the GGZ. With GGZ, you could start and join Freeciv games running on Pubserver, but in a more comfortable way as with the traditional Metaserver.

How to get GGZ client support

You will need the GGZ software on your system; it doesn't come with the Freeciv source code. Since it is rather new, it is quite possible that you have to install it from source. Go get

  • libggz-0.0.14
  • ggz-client-libs-0.0.14
  • ggz-gtk-client-0.0.14

from http://ftp.ggzgamingzone.org/, or any newer, compatible version. They compile fine on Debian Sarge (in the order of below).

Next, you recompile Freeciv 2.1 Beta or any newer, compatible version of the Freeciv source code, like this:

./configure --with-ggz-client
make
make install


Note: As of Freeciv 2.1.2 the development version of the GGZ libraries are required. See the GGZ website for info on how to retrieve a copy of the source tree.

Usage

Now you're done. Start Freeciv as usual:

freeciv-gtk2

(or other GUI)  You get a button Connect to Gaming Zone on the start screen. It opens a dialog with further details.

Note that the translation of the GGZ dialog within Freeciv isn't working yet, and that language support in general is weak, so you will most probably see it in English. As a workaround, you can start the GGZ with

ggz-gtk


GGZ server support

This is only needed if you want to run your own GGZ server. You will need more libraries; please see the docs for this.

Advertisement