Linux games
sudo snap install xonotic
sudo snap install xonotic
ReadMe
https://archive.org/details/Diablo_1996_Blizzard
Download Diablo ISO
wget https://ia601007.us.archive.org/8/items/Diablo_1996_Blizzard/Diablo%20%281996%29%28Blizzard%29.iso
Mount ISO
sudo mount Downloads/iso/Diablo\ \(1996\)\(Blizzard\).iso /mnt/
Install
wine /mnt/setup.exe
Install and paly Diablo
C:\Diablo
killall diablo.exe
xrandr --output LVDS-1 --mode 1600x900
# copy diablo data into installation directory
cp /mnt/diabdat.mpq ~/.wine/drive_c/Diablo
# download and create installation usb disc
#URL=http://mirror.lakka.tv/nightly/Generic.x86_64/Lakka-Generic.x86_64-devel-20161221183017-r21729-g274b40f.img.gz
URL=http://le.builds.lakka.tv/Generic.i386/Lakka-Generic.i386-2.2.img.gz
DEV=/dev/sdb
wget ${URL} -q -O - | gunzip | sudo dd of=${DEV}
# fix slow menu
Second Icon > Menu > Menu Shader Pipeline > Off
# gamepad
http://www.lakka.tv/doc/Input-settings/
http://www.lakka.tv/doc/Contributing-your-joypad-config/
# links
http://www.lakka.tv/get/linux/generic/
https://emulator.games/roms/
https://www.loveroms.com/
<?php
$URL="https://raw.githubusercontent.com/panticz/installit/master/install.openra.sh";
echo "wget $URL -O - | bash -s";
echo "
"; $c = curl_init(); curl_setopt($c, CURLOPT_URL, $URL); curl_setopt($c, CURLOPT_RETURNTRANSFER, 1); echo htmlspecialchars(curl_exec($c)); curl_close($c); echo "
";
?>
Check for latest version
http://www.openra.net/download/
<?php
$URL="https://raw.githubusercontent.com/panticz/installit/master/install.openttd.sh";
echo "wget $URL -O - | bash -s";
echo "
"; $c = curl_init(); curl_setopt($c, CURLOPT_URL, $URL); curl_setopt($c, CURLOPT_RETURNTRANSFER, 1); echo htmlspecialchars(curl_exec($c)); curl_close($c); echo "
";
?>
Install newest Version
wget https://raw.githubusercontent.com/panticz/installit/master/install.openttd.sh -O - | bash -s -- -n
#
# OLD?
#
# sudo apt-get install -y libsdl1.2debian
# 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
# Links
http://wiki.ubuntuusers.de/Spiele/OpenTTD
http://www.openttd.org/en/download-stable
http://www.tt-ms.de/downloads/