game

Alien-arena

#!/bin/bash
 
sudo apt-get install -y alien-arena
 
# optional
sudo apt-get install -y alien-arena-browser
 
glxgears -fullscreen
 
# links
http://icculus.org/alienarena/rpa/index.html
http://console.planetquake.gamespy.com/commands/quake_2.html
http://icculus.org/alienarena/rpa/
http://quake.ingame.de/tutorials/131.php

installOpenTTD.sh

# pre configure
debconf-set-selections <<\EOF
openttd openttd/datafiles select
EOF
 
# install openttd
sudo apt-get install -y openttd timidity
wget http://www.tt-ms.de/downloads/ttdwin302011.rar -P /tmp
mkdir /tmp/ttd
unrar x /tmp/ttdwin302011.rar /tmp/ttd
 
# copy data
sudo cp /tmp/ttd/*.grf /tmp/ttd/*.cat /usr/share/games/openttd/data
sudo cp /tmp/ttd/gm/* /usr/share/games/openttd/gm
 
# clean up
rm /tmp/ttdwin302011.rar
rm -r /tmp/ttd
 
 
## BETA ##
wget http://de.archive.ubuntu.com/ubuntu/pool/main/i/icu/libicu38_3.8.1-3ubuntu1.1_i386.deb -P /tmp
dpkg -i /tmp/libicu38_3.8

Do you like this page? Then support it. Please click the AD below and visit the sponsor. Thank you!


Syndicate content