som nok passer meget godtt men hva skal jeg lave om ? bruger furius iso moun tool
og her er tekst filen hvor der er en guide tila t installere spillet
Kode: Vælg alt
Installing Doom 3
Installation :
Mount the image via loopback device
mount -t iso9660 /path/to/doom3-CD1.iso /mnt/cdrom/ -o loop
Install the linux client
sh /mnt/cdrom/doom3-linux-1.1.1286.x86.run
Now, install the game files
cd /usr/local/games/doom3/base
tar -xjvf /mnt/cdrom/files-1.tar.bz2
umount /mnt/cdrom
Do the same for the remaining images
mount -t iso9660 /path/to/doom3-CD2.iso /mnt/cdrom/ -o loop
tar -xjvf /mnt/cdrom/files-2.tar.bz2
umount /mnt/cdrom
mount -t iso9660 /path/to/doom3-CD3.iso /mnt/cdrom/ -o loop
tar -xjvf /mnt/cdrom/files-3.tar.bz2
umount /mnt/cdrom
Now you can execute:
doom3
to play the game.
.
Up