It seems that you're using an outdated browser. Some things may not work as they should (or don't work at all).
We suggest you upgrade newer and better browser like: Chrome, Firefox, Internet Explorer or Opera

×
⚠ This thread is not kept up-to-date anymore, please go to the following one to get the latest links and instructions, or for any kind of feedback on the scripts:
[./play.it] Install the Shadowrun games on Linux

Hello fellow Linux gamers!

Here you can find informations about ./play.it, a tool building packages for Debian, Arch Linux, Gentoo and any derivative (Ubuntu, Manjaro, Linux Mint, etc.) from your installers for Shadowrun games.
These packages can be installed easily with your favourite packages manager.

Download links and usage instructions can be found on the following pages:
Shadowrun Returns
Shadowrun: Dragonfall
Shadowrun: Hong Kong

We hope you will enjoy the ease-of-use provided by this tool as much as we enjoy writing and tweaking it ;)

Here you go for more supported games!

-----

⚠ Ce fil n’est plus maintenu, rendez-vous sur le suivant pour trouver les derniers liens et instructions, ou pour poster des retours au sujet de ces scripts :
[./play.it] Install the Shadowrun games on Linux

Salut camarades Linuxiens !

Vous trouverez ici des informations à propos de ./play.it, un outil construisant des paquets pour Debian, Arch Linux, Gentoo ou nʼimporte quelle distribution dérivée de celles-ci (Ubuntu, Manjaro, Linux Mint, etc.) à partir de vos installateurs pour les jeux Shadowrun.
Ces paquets sʼinstallent facilement via votre gestionnaire de paquets habituel.

Les liens de téléchargement et les instructions dʼutilisation se trouvent sur les pages suivantes :
Shadowrun Returns
Shadowrun: Dragonfall
Shadowrun: Hong Kong

Nous espérons que vous apprécierez le confort apporté par cet outil autant que nous apprécions lʼécrire et lʼaméliorer ;)

Pour plus de jeux, rendez-vous par ici !
Post edited May 05, 2021 by vv221
If you renamed your GOG archive, the script will not find it automatically. You have to give it the path to the archive as an argument in order for it to work. This can allow you to run the script without the need to copy the archive around.
Here is an example:
sh ./play-shadowrun-dragonfall_gog-1.6.0.9.sh "/home/runner/GOG games/Dragonfall.tar.gz"
 
You can set different options while running these scripts to define some of its behaviour. Here comes the list of these options, with the default option in bold characters.

CHECKSUM=md5,none
By default, the script will check the archive integrity through md5sum. If you want to bypass this check for any reason, set this option to none while launching the script:
CHECKSUM=none sh ./play-shadowrun-dragonfall_gog-1.6.0.9.sh
 
COMPRESSION=none,gzip,xz
By default, the final .deb package is built without compression to speed up the building process and the package installation. You can use DPKG built-in support of gzip or xz compression by setting this option to the adequate value:
COMPRESSION=xz sh ./play-shadowrun-dragonfall_gog-1.6.0.9.sh
 
PREFIX=/usr/local,any absolute path
By default, the .deb package will install the game data under /usr/local. If you want to install it under another path, you can by setting this option to the relevant path. Only an absolute path can be defined this way.
PREFIX=/opt/sr-df sh ./play-shadowrun-dragonfall_gog-1.6.0.9.sh
Post edited June 11, 2015 by vv221
2014-06-11 Update:
A new script for the GOG release 1.6.0.9 of Shadowrun: Dragonfall has been added (game version 2.0.0.9)
It uses easier-to-read feedbacks compared to the previous versions, thanks to Urnoev advices.