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 Deus Ex games on Linux

-----

Hello fellow Debian users, Ubuntu lovers and Mint freaks!

Here you’ll find scripts allowing you to build a .deb package from your Windows installer for Deus Ex. You can install it through DPKG and remove it through any APT front-end (apt-get, aptitude, synaptic, etc.).

Download links and usage instructions can be found on the following page:
Deus Ex

I hope you’ll enjoy the comfort provided by these scripts as much as I enjoy writing and tweaking them ;)

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 Deus Ex games on Linux

-----

Salut camarades Debianistes, Ubunteros et fanas de Linux Mint !

Vous trouverez ici des scripts vous permettant de construire un paquet .deb à partir de votre installeur pour Windows de Deus Ex. Vous pouvez l’installer via DPKG le supprimer via n’importe quelle interface à APT (apt-get, aptitude, synaptic, etc.).

Les liens de télechargement et les instructions d’utilisation se trouvent sur la page suivante :
Deus Ex

J’espère que vous apprécierez le confort apporté par ces scripts autant que j’apprécie les écrire et les améliorer ;)

Pour plus de jeux, rendez-vous par ici !
Post edited October 14, 2017 by vv221
avatar
vv221: Hello fellow Debian users, Ubuntu lovers and Mint freaks!

Here you’ll find scripts allowing you to build a .deb package from your Windows installer for Deus Ex. You can install it through DPKG and remove it through any APT front-end (apt-get, aptitude, synaptic, etc.).

Download links and usage instructions can be found on the following page:
Deus Ex

I hope you’ll enjoy the comfort provided by these scripts as much as I enjoy writing and tweaking them ;)

Here you go for more supported games!

-----

Salut camarades Debianistes, Ubunteros et fanas de Linux Mint !

Vous trouverez ici des scripts vous permettant de construire un paquet .deb à partir de votre installeur pour Windows de Deus Ex. Vous pouvez l’installer via DPKG le supprimer via n’importe quelle interface à APT (apt-get, aptitude, synaptic, etc.).

Les liens de télechargement et les instructions d’utilisation se trouvent sur la page suivante :
Deus Ex

J’espère que vous apprécierez le confort apporté par ces scripts autant que j’apprécie les écrire et les améliorer ;)

Pour plus de jeux supportés, ça se passe par ici !
Hi,

maybe I do something wrong but step 3. doesn't work for me.

Step 3.

$ sh ./setup_deus_ex_2.0.0.11.exe

->
errors

$ sh ./play-deus-ex_gog-2.0.0.11.sh

->
Checksum method set to: md5sum
Compression method set to: none
Installation prefix set to: /usr/local
Game language set to: en

Error:
realpath not found.
Install it before running this script.


Please help.

Thx for your work.
avatar
Biga: (…)
You need to install the 'realpath' package before running this script.
Depending on your distribution, you can do it with:
apt-get install realpath
as root, or:
sudo apt-get install realpath
with an admin user.
Post edited March 03, 2016 by vv221
It works now. Thanks a lot!
avatar
vv221: Hello fellow Debian users, Ubuntu lovers and Mint freaks!

Here you’ll find scripts allowing you to build a .deb package from your Windows installer for Deus Ex. You can install it through DPKG and remove it through any APT front-end (apt-get, aptitude, synaptic, etc.).

Download links and usage instructions can be found on the following page:
Deus Ex

I hope you’ll enjoy the comfort provided by these scripts as much as I enjoy writing and tweaking them ;)

Here you go for more supported games!

-----

Salut camarades Debianistes, Ubunteros et fanas de Linux Mint !

Vous trouverez ici des scripts vous permettant de construire un paquet .deb à partir de votre installeur pour Windows de Deus Ex. Vous pouvez l’installer via DPKG le supprimer via n’importe quelle interface à APT (apt-get, aptitude, synaptic, etc.).

Les liens de télechargement et les instructions d’utilisation se trouvent sur la page suivante :
Deus Ex

J’espère que vous apprécierez le confort apporté par ces scripts autant que j’apprécie les écrire et les améliorer ;)

Pour plus de jeux supportés, ça se passe par ici !
I have a newer install .exe for Deus Ex so the script stops as soon as it realizes the hashsums don't match up. any way you can put out a newer script or gimme some way to ignore that bit? it thinks that it isn't Deus Ex
avatar
BasedDoctorWorm: (…)
Thanks for the report, I will update the script as soon as I have a bit of free time.
Meanwhile you can force the script to work on your installer by running it with the right option:
sh ./play-deus-ex_gog-2.0.0.11.sh --checksum=none /some/path/to/setup_deus_ex_2.1.0.12.exe