FreeCol

The FreeCol team aims to create an Open Source version of Colonization (released under the GPL). At first we'll try to make an exact clone of Colonization. The visuals will be brought up to date with more recent standards but will remain clean, simple and functional. Certain new 'features' will be implemented but the gameplay and the rules will be exactly the same as the original game. Examples of modern features are: an isometric map and multiplayer support.

This clone will be developed incrementally and result in FreeCol 1.0.0 which will be an almost exact Colonization clone. Incremental development basically means that we'll add features one at a time. This allows us to have a running program at all times and also to release an unfinished but working game once in a while.

Once FreeCol 1.0.0 is finished we'll start working towards FreeCol 2.0.0. FreeCol 2 will go beyond the original Colonization and will have many new features, it will be an implementation of our (and our users') image of what Colonization 2 would have been.

More Info: Ubuntu Game List

Please check Synaptic package manager for FreeCol or Getdeb if they have an up-to-date ubuntu package available.

Before Installation

Make sure that the driver to your 3D graphic card is proper installed and working.
Check if your sourcelist is fully enable (universe, multiverse and mediabuntu).

Next step is to download the right libs to make FreeCol work. To the terminal;

Code:

sudo aptitude update && sudo aptitude upgrade
sudo aptitude install sun-java6-jre sun-java6-plugin sun-java6-fonts sun-java6-bin
sudo update-alternatives --config java

Done.

Installation

Download FreeCol to your Desktop;

Download Precompiled .tar.gz

To the terminal;

Code:

mkdir ~/.Games
cd ~/Desktop
tar zxfv freecol-0.7.2.tar.gz -C ~/.Games

Launcher

Code:

rm -rf ~/.Games/freecol/freecol
nano ~/.Games/freecol/freecol

add the following;

#!/bin/sh

cd ~/.Games/freecol
java -Xmx256M -jar FreeCol.jar $1 $2 $3 $4 $5 $6 $7 $8 $9

chmod +x ~/.Games/freecol/freecol
alacarte

Go to Games and make a new entry;

Name: FreeCol
Command: sh /home/USERNAME/.Games/freecol/freecol
Comment: The FreeCol team aims to create an Open Source version of Colonization.

Icon: ~/.Games/freecol/freecol.xpm

You can now launch FreeCol by Applications —> Games FreeCol

Enjoy! ^_^

Written and Published by Artificial Intelligence
guides/32bit/freecol.txt · Last modified: 2008/07/16 18:40 (external edit)
www.chimeric.de Creative Commons License Valid CSS Driven by DokuWiki do yourself a favour and use a real browser - get firefox!! Recent changes RSS feed Valid XHTML 1.0