Creatures Internet Edition allows you to control the evolution of a species. The Norns are rather cute-looking creatures trapped aboard an interstellar spaceship, and they are in need of guidance to help them survive the trip. Selectively breed your Norns and teach them how to perform tasks as they travel through deep space. Innovative AI technology means that these creatures learn as you teach them, and gain characteristics representative of their upbringing.
Make sure that the driver to your 3D graphic card is proper installed and working.
Libgtk1.2 is needed for Creatures 3: Internet Edition installation interface;
Code:
sudo aptitude update && sudo aptitude upgrade
sudo aptitude install libgtk1.2
Done.
Creatures 3: Internet Edition was original build on an old version of Red hat, therefore some hacks are needed for the installation.
Insert the Creatures 3: Internet Edition CD in the CDrom. Open up the terminal and type;
Code:
mkdir ~/Desktop/Creatures3
sudo cp -r /media/cdrom0/* ~/Desktop/Creatures3
cd ~/Desktop/Creatures3
sudo sh install-c3.sh
Exit the installer.
DO NOT TRY TO LAUNCH THE GAME as it would mess up the permission system of the game.
Code:
sudo nano /usr/local/games/creatures3/creatures3
Change all the $11 to $10. Use (ctrl)+(w) to search.
Then save (ctrl)+(o) and exit (ctrl)+(x).
Code:
sudo nano dockingstation/dstation-install
Change all the $11 to $10. Use (ctrl)+(w) to search.
Then save (ctrl)+(o) and exit (ctrl)+(x).
Code:
sudo sh install-ds.sh
sudo nano /usr/local/games/dockingstation/dstation-install
Change all the $11 to $10. Use (ctrl)+(w) to search.
Then save (ctrl)+(o) and exit (ctrl)+(x).
Code:
sudo sh install-ds.sh cd magmanorns sudo cp MagmaNornEggs.agents /usr/local/games/creatures3/My$Agents
Done.
Code:
sudo nano /usr/share/applications/ds.desktop
add the following;
[Desktop Entry]
Name=Docking Station
Comment=Creatures 3 Expansion Set to interact with other Creatures 3 players on the internet.
Exec=dockingstation nocheck
Icon=/usr/local/games/dockingstation/dstation.xpm
Terminal=true
Type=Application
Categories=Application;Game;
Then save (ctrl)+(o) and exit (ctrl)+(x).
Code:
killall gnome-panel
You will now find 3 diffrent launchers under Applications —> Games.
One that launch the intro.
One that launch Creatures 3.
and one that launch Docking Station.
Docking Station allow your Norns to interact with other norns on the internet on a space station.
Enjoy!