-
Mount the CD-ROM using the "mount" command. If you are unsure how this works, please check the documentation for your Linux distribution. Generally, the format for mounting a CD-ROM under Linux is similar to
mount -t iso9660 -r /dev/cdrom /mnt/cdrom.
-
Under X11, enter the command "sh [Mounted CD-ROM Path]/install". Be sure to replace the [Mounted CD-ROM Path] portion of this command with the correct path for the mounted CD-ROM. In the example above, the command would be
sh /mnt/cdrom/install.sh.
- The installer program will display a welcome screen with the options "Install", "Uninstall" and "Exit". Select Install.
- The installer will now display a list of mounted volumes on your Linux system. Select a volume with at least 400MB of free hard disk space.
- In the provided text box, enter in the path name of the directory where you would like to install the game. If you are unsure, simply leave the default directory unchanged.
- You have the option of installing the game videos as well. This option requires an additional 225MB of hard drive space. If you would like to install the videos, simply check the "Install Videos?" box in the installer window. If you don't install the videos, the game will look for a CD-ROM entry in /etc/fstab, see if it is mounted, and play them from that directory.
- Once you have made your selections, click "Install" to install the game. The installer will now copy all the necessary files (and the videos if you chose the "Install Videos?" option) to your hard drive.
-
Once installation is complete, you will be asked if you would like to add the game to your "Path". There is a problem with the way the installer adds links to your "Path", so you should say no to this option. After the installation is complete, you can add the game to your "Path" with a command like this:
su -c 'ln -s /usr/local/games/CivCTP/civctp /usr/bin/civctp'
Make sure to replace the first pathname in this command with the location of your CivCTP installation, and replace the second pathname with the location that you would like to have the link set up. This location should work on most systems.
If you don't wish to add the game to your path, it will not affect the operation of the game. Making a "Path" entry allows you to launch the game from within any directory. Without a "Path" entry, you can launch the game by simply entering the complete path name of the game program. For example "/usr/local/games/CivCTP/civctp".
The readme file has an error. The script is named "install" and not "install.sh". Also, as noted in the README, the file is not itself executable, and must be run 'sh install'.
The install script has an error that tries to create the symlinks in the wrong locations. Say 'no' to all symlink prompts (or 'no to all'), and then execute the following:
ln -s /usr/local/games/CivCTP/civctp /usr/bin/civctp
No, but you do have to have write privileges to /usr/local/games (or wherever you install the game).
The map is essentially a saved game. It should be placed in one of the folders in ~/.civctp/save/games. For detailed information about scenarios and maps, check out the Scenario page on Activision's site.
The game files cannot be patched twice (if you have version 1.1, you can't 're-patch' the binaries), and the PPC patch that you're trying to install is probably a 1.1 patch. If you have already applied the 1.1 patch, therefore, you will need to apply the " 1.1 to PPC" patch. Also, for European users, the game is being destributed already patched with 1.1. Therefore, our European users will need to apply the appropriate patch to go from x86 1.1 to PPC 1.2 (see the update page for details).
Chances are, you're running a Soundblaster Live! card with the beta drivers from Creative Labs. See further down in the faq for a workaround.